Package | Description |
---|---|
org.bukkit.block |
Classes used to manipulate the voxels in a
world ,
including special states. |
org.bukkit.persistence |
Classes that allow attaching persistent data to various objects.
|
Modifier and Type | Method and Description |
---|---|
@NotNull PersistentDataContainer |
TileState.getPersistentDataContainer()
Returns a custom tag container capable of storing tags on the object.
|
Modifier and Type | Field and Description |
---|---|
static PersistentDataType<PersistentDataContainer,PersistentDataContainer> |
PersistentDataType.TAG_CONTAINER |
static PersistentDataType<PersistentDataContainer,PersistentDataContainer> |
PersistentDataType.TAG_CONTAINER |
Modifier and Type | Method and Description |
---|---|
@NotNull PersistentDataContainer |
PersistentDataHolder.getPersistentDataContainer()
Returns a custom tag container capable of storing tags on the object.
|
@NotNull PersistentDataContainer |
PersistentDataAdapterContext.newPersistentDataContainer()
Creates a new and empty meta container instance.
|
Copyright © 2021. All rights reserved.