| 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 | Description | 
|---|---|---|
| PersistentDataContainer | TileState. getPersistentDataContainer() | Returns a custom tag container capable of storing tags on the object. | 
| Modifier and Type | Field | Description | 
|---|---|---|
| static PersistentDataType<PersistentDataContainer,PersistentDataContainer> | PersistentDataType. TAG_CONTAINER | |
| static PersistentDataType<PersistentDataContainer,PersistentDataContainer> | PersistentDataType. TAG_CONTAINER | 
| Modifier and Type | Method | Description | 
|---|---|---|
| PersistentDataContainer | PersistentDataHolder. getPersistentDataContainer() | Returns a custom tag container capable of storing tags on the object. | 
| PersistentDataContainer | PersistentDataAdapterContext. newPersistentDataContainer() | Creates a new and empty meta container instance. | 
Copyright © 2020. All rights reserved.