Uses of Interface
org.bukkit.Keyed
-
Packages that use Keyed Package Description org.bukkit More generalized classes in the API.org.bukkit.advancement org.bukkit.enchantments Classes relating to the specialized enhancements toitem stacks
, as part of themeta data
.org.bukkit.inventory Classes involved in manipulating player inventories and item interactions.org.bukkit.loot -
-
Uses of Keyed in org.bukkit
Classes in org.bukkit with type parameters of type Keyed Modifier and Type Interface Description interface
Tag<T extends Keyed>
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 Keyed Modifier and Type Class Description class
Material
An enum of all material IDs accepted by the official server and clientMethods in org.bukkit with type parameters of type Keyed Modifier and Type Method Description static <T extends Keyed>
Tag<T>Bukkit. getTag(String registry, NamespacedKey tag, Class<T> clazz)
Gets a tag which has already been defined within the server.<T extends Keyed>
Tag<T>Server. getTag(String registry, NamespacedKey tag, Class<T> clazz)
Gets a tag which has already been defined within the server. -
Uses of Keyed in org.bukkit.advancement
Subinterfaces of Keyed in org.bukkit.advancement Modifier and Type Interface Description interface
Advancement
Represents an advancement that may be awarded to a player. -
Uses of Keyed in org.bukkit.enchantments
Classes in org.bukkit.enchantments that implement Keyed Modifier and Type Class Description class
Enchantment
The various type of enchantments that may be added to armour or weaponsclass
EnchantmentWrapper
A simple wrapper for ease of selectingEnchantment
s -
Uses of Keyed in org.bukkit.inventory
Classes in org.bukkit.inventory that implement Keyed Modifier and Type Class Description class
FurnaceRecipe
Represents a smelting recipe.class
ShapedRecipe
Represents a shaped (ie normal) crafting recipe.class
ShapelessRecipe
Represents a shapeless recipe, where the arrangement of the ingredients on the crafting grid does not matter. -
Uses of Keyed in org.bukkit.loot
Subinterfaces of Keyed in org.bukkit.loot Modifier and Type Interface Description interface
LootTable
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 Keyed Modifier and Type Class Description class
LootTables
This enum holds a list of all knownLootTable
s offered by Mojang.
-