Uses of Interface
org.bukkit.inventory.ItemType
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes used to manipulate the voxels in a
world
,
including special states.Classes involved in manipulating player inventories and item interactions.
Classes dedicated to handling data pack information.
-
Uses of ItemType in io.papermc.paper.registry
-
Uses of ItemType in org.bukkit
Modifier and TypeMethodDescriptionMaterial.asItemType()
Tries to convert this Material to an item type -
Uses of ItemType in org.bukkit.block
Modifier and TypeMethodDescriptionBlockType.getItemType()
Returns the correspondingItemType
for the given BlockType. -
Uses of ItemType in org.bukkit.inventory
Modifier and TypeInterfaceDescriptionstatic interface
ItemType.Typed<M extends ItemMeta>
Typed represents a subtype ofItemType
s that have a known item meta type at compile time.Modifier and TypeFieldDescriptionstatic final ItemType
ItemType.AIR
Air does not have any ItemMetaModifier and TypeMethodDescriptionItemType.getCraftingRemainingItem()
Determines the remaining item in a crafting grid after crafting with this ingredient. -
Uses of ItemType in org.bukkit.packs
Modifier and TypeMethodDescriptionboolean
DataPackManager.isEnabledByFeature
(@NotNull ItemType itemType, @NotNull World world) Deprecated, for removal: This API element is subject to removal in a future version.Gets if the ItemType is enabled for use by the features in World.