| Package | Description |
|---|---|
| org.bukkit.inventory.meta |
The interfaces used when manipulating extra data can can be stored inside
item stacks. |
| org.bukkit.inventory.meta.tags |
Classes that allow attaching custom data to items.
|
| Modifier and Type | Method | Description |
|---|---|---|
CustomItemTagContainer |
ItemMeta.getCustomTagContainer() |
Deprecated.
this API part has been replaced by the
PersistentDataHolder API.
Please use PersistentDataHolder.getPersistentDataContainer() instead of this. |
| Modifier and Type | Field | Description |
|---|---|---|
static ItemTagType<CustomItemTagContainer,CustomItemTagContainer> |
ItemTagType.TAG_CONTAINER |
Deprecated.
|
static ItemTagType<CustomItemTagContainer,CustomItemTagContainer> |
ItemTagType.TAG_CONTAINER |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
CustomItemTagContainer |
ItemTagAdapterContext.newTagContainer() |
Deprecated.
Creates a new and empty tag container instance.
|
Copyright © 2020. All rights reserved.