Uses of Interface
org.bukkit.inventory.ItemType
Packages that use 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 org.bukkit
Fields in org.bukkit with type parameters of type ItemTypeMethods in org.bukkit that return ItemTypeModifier and TypeMethodDescriptionMaterial.asItemType()
Tries to convert this Material to an item type -
Uses of ItemType in org.bukkit.block
Methods in org.bukkit.block that return ItemTypeModifier and TypeMethodDescriptionBlockType.getItemType()
Returns the correspondingItemType
for the given BlockType. -
Uses of ItemType in org.bukkit.inventory
Subinterfaces of ItemType in org.bukkit.inventoryModifier and TypeInterfaceDescriptionstatic interface
ItemType.Typed<M extends ItemMeta>
Typed represents a subtype ofItemType
s that have a known item meta type at compile time.Fields in org.bukkit.inventory declared as ItemTypeModifier and TypeFieldDescriptionstatic final ItemType
ItemType.AIR
Air does not have any ItemMetaMethods in org.bukkit.inventory that return ItemTypeModifier and TypeMethodDescriptionItemType.getCraftingRemainingItem()
Determines the remaining item in a crafting grid after crafting with this ingredient. -
Uses of ItemType in org.bukkit.packs
Methods in org.bukkit.packs with parameters of type ItemTypeModifier and TypeMethodDescriptionboolean
DataPackManager.isEnabledByFeature
(ItemType itemType, World world) Gets if the ItemType is enabled for use by the features in World.