Interface | Description |
---|---|
AuthorData | |
BlockItemData |
An
DataManipulator handling the BlockState
information for an ItemStack that is representing a
BlockType . |
BreakableData |
Represents an editable collection of
BlockType s that can
be broken with this item. |
CoalData | |
CookedFishData | |
DurabilityData |
An
DataManipulator handling the "durability" of an ItemStack
that will "break" after a certain amount of "uses". |
EnchantmentData |
Represents item data related to an item having active
Enchantment s. |
FishData | |
GenerationData |
An
DataManipulator handling the "generation" state of an
ItemStack of the type ItemTypes.WRITTEN_BOOK such that the
book can be copied until a certain generation limit has been reached. |
GoldenAppleData |
Represents the type of
GoldenApple the golden apple item is. |
InventoryItemData |
An
DataManipulator acting as the Carrier link to
an Inventory that can be contained by an ItemStack . |
LoreData |
An
DataManipulator handling the "lore" that is displayed
on a tooltip for an ItemStack . |
MapItemData |
Represents an
DataManipulator hosting the specific map
information of an ItemStack of the type ItemTypes.FILLED_MAP . |
PagedData |
An
DataManipulator handling the List of pages of
Text for an ItemStack of type ItemTypes.WRITABLE_BOOK
such that the text elements are single pages. |
PlaceableData | |
SpawnableData | |
StoredEnchantmentData |
An
DataManipulator handling "stored" ItemEnchantment s. |