Uses of Interface
org.bukkit.Keyed
Packages that use Keyed
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes relevant to advancements.
Classes relevant to attributes.
Classes used to manipulate the voxels in a
world
,
including special states.Classes concerning the creation of boss bars that appear at the top of the
player's screen.
Classes relating to the specialized enhancements to
item stacks
, as part of the meta data
.Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.Classes concerning an entity's persistent memory.
Classes involved in manipulating player inventories and item interactions.
Classes relevant to loot table manipulation and generation.
-
Uses of Keyed in org.bukkit
Classes in org.bukkit with type parameters of type KeyedModifier and TypeInterfaceDescriptioninterface
Represents a registry of Bukkit objects that may be retrieved byNamespacedKey
.static class
Registry.SimpleRegistry<T extends Enum<T> & Keyed>
interface
Represents a tag that may be defined by the server or a resource pack to group like things together.Subinterfaces of Keyed in org.bukkitModifier and TypeInterfaceDescriptioninterface
Represents a tag that may be defined by the server or a resource pack to group like things together.Classes in org.bukkit that implement KeyedModifier and TypeClassDescriptionclass
Represents the art on a paintingclass
class
Represents a generic Mojang game event.class
An enum of all material IDs accepted by the official server and clientclass
An Enum of Sounds the server is able to send to players.class
Represents a countable statistic, which is tracked by the server.Methods in org.bukkit with type parameters of type KeyedModifier and TypeMethodDescriptionBukkit.getTag(String registry, NamespacedKey tag, Class<T> clazz)
Gets a tag which has already been defined within the server.Server.getTag(String registry, NamespacedKey tag, Class<T> clazz)
Gets a tag which has already been defined within the server.Gets a all tags which have been defined within the server.Gets a all tags which have been defined within the server. -
Uses of Keyed in org.bukkit.advancement
Subinterfaces of Keyed in org.bukkit.advancementModifier and TypeInterfaceDescriptioninterface
Represents an advancement that may be awarded to a player. -
Uses of Keyed in org.bukkit.attribute
Classes in org.bukkit.attribute that implement KeyedModifier and TypeClassDescriptionclass
Types of attributes which may be present on anAttributable
. -
Uses of Keyed in org.bukkit.block
Classes in org.bukkit.block that implement Keyed -
Uses of Keyed in org.bukkit.boss
Subinterfaces of Keyed in org.bukkit.bossModifier and TypeInterfaceDescriptioninterface
Represents a customBossBar
that has aNamespacedKey
-
Uses of Keyed in org.bukkit.enchantments
Classes in org.bukkit.enchantments that implement KeyedModifier and TypeClassDescriptionclass
The various type of enchantments that may be added to armour or weaponsclass
A simple wrapper for ease of selectingEnchantment
s -
Uses of Keyed in org.bukkit.entity
Classes in org.bukkit.entity that implement KeyedModifier and TypeClassDescriptionclass
static class
Represents the various different Villager professions there may be.static class
Represents Villager type, usually corresponding to what biome they spawn in. -
Uses of Keyed in org.bukkit.entity.memory
Classes in org.bukkit.entity.memory that implement KeyedModifier and TypeClassDescriptionclass
MemoryKey<T>
Represents a key used for accessing memory values of aLivingEntity
. -
Uses of Keyed in org.bukkit.inventory
Subinterfaces of Keyed in org.bukkit.inventoryModifier and TypeInterfaceDescriptioninterface
Represents a complex recipe which has imperative server-defined behavior, eg armor dyeing.Classes in org.bukkit.inventory that implement KeyedModifier and TypeClassDescriptionclass
Represents a campfire recipe.class
Represents a campfire recipe.class
CookingRecipe<T extends CookingRecipe>
Represents a cooking recipe.class
Represents a furnace recipe.class
Represents a shaped (ie normal) crafting recipe.class
Represents a shapeless recipe, where the arrangement of the ingredients on the crafting grid does not matter.class
Represents a smithing recipe.class
Represents a campfire recipe.class
Represents a Stonecutting recipe. -
Uses of Keyed in org.bukkit.loot
Subinterfaces of Keyed in org.bukkit.lootModifier and TypeInterfaceDescriptioninterface
LootTables are technical files that represent what items should be in naturally generated containers, what items should be dropped when killing a mob, or what items can be fished.Classes in org.bukkit.loot that implement KeyedModifier and TypeClassDescriptionclass
This enum holds a list of all knownLootTable
s offered by Mojang.