| 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 |
| Modifier and Type | Method | Description |
|---|---|---|
CustomItemTagContainer |
ItemMeta.getCustomTagContainer() |
Returns a public custom tag container capable of storing tags on the
item.
|
| Modifier and Type | Field | Description |
|---|---|---|
static ItemTagType<CustomItemTagContainer,CustomItemTagContainer> |
ItemTagType.TAG_CONTAINER |
|
static ItemTagType<CustomItemTagContainer,CustomItemTagContainer> |
ItemTagType.TAG_CONTAINER |
| Modifier and Type | Method | Description |
|---|---|---|
CustomItemTagContainer |
ItemTagAdapterContext.newTagContainer() |
Creates a new and empty tag container instance.
|
Copyright © 2019. All rights reserved.