Uses of Interface
org.bukkit.persistence.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 io.papermc.paper.persistence
Modifier and TypeMethodDescriptionvoid
PersistentDataContainerView.copyTo
(PersistentDataContainer other, boolean replace) Copies all values from thisPersistentDataContainer
to the provided container. -
Uses of PersistentDataContainer in org.bukkit.block
Modifier and TypeMethodDescriptionTileState.getPersistentDataContainer()
Returns a custom tag container capable of storing tags on the object. -
Uses of PersistentDataContainer in org.bukkit.persistence
Modifier and TypeFieldDescriptionstatic final PersistentDataType
<PersistentDataContainer, PersistentDataContainer> PersistentDataType.TAG_CONTAINER
static final PersistentDataType
<PersistentDataContainer, PersistentDataContainer> PersistentDataType.TAG_CONTAINER
Modifier 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.Modifier 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..