Uses of Interface
org.bukkit.persistence.PersistentDataContainer
Packages that use PersistentDataContainer
Package
Description
Classes used to manipulate the voxels in a
world
,
including special states.Classes that allow attaching persistent data to various objects.
-
Uses of PersistentDataContainer in org.bukkit.block
Methods in org.bukkit.block that return PersistentDataContainerModifier and TypeMethodDescriptionTileState.getPersistentDataContainer()
Returns a custom tag container capable of storing tags on the object. -
Uses of PersistentDataContainer in org.bukkit.persistence
Fields in org.bukkit.persistence with type parameters of type PersistentDataContainerModifier and TypeFieldDescriptionstatic final PersistentDataType
<PersistentDataContainer, PersistentDataContainer> PersistentDataType.TAG_CONTAINER
static final PersistentDataType
<PersistentDataContainer, PersistentDataContainer> PersistentDataType.TAG_CONTAINER
Methods in org.bukkit.persistence that return PersistentDataContainerModifier and TypeMethodDescriptionPersistentDataHolder.getPersistentDataContainer()
Returns a custom tag container capable of storing tags on the object.PersistentDataAdapterContext.newPersistentDataContainer()
Creates a new and empty meta container instance.Methods in org.bukkit.persistence that return types with arguments of type PersistentDataContainerModifier and TypeMethodDescriptionListPersistentDataTypeProvider.dataContainers()
Provides a sharedListPersistentDataType
that is capable of persistent data containers..ListPersistentDataTypeProvider.dataContainers()
Provides a sharedListPersistentDataType
that is capable of persistent data containers..Methods in org.bukkit.persistence with parameters of type PersistentDataContainerModifier and TypeMethodDescriptionvoid
PersistentDataContainer.copyTo
(PersistentDataContainer other, boolean replace) Copies all values from thisPersistentDataContainer
to the provided container.