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 involved in manipulating player inventories and item interactions.
Classes that allow attaching persistent data to various objects.
-
Uses of PersistentDataContainer in io.papermc.paper.persistence
Methods in io.papermc.paper.persistence with parameters of type PersistentDataContainerModifier and TypeMethodDescriptionvoid
PersistentDataContainerView.copyTo
(PersistentDataContainer other, boolean replace) Copies all values from thisPersistentDataContainer
to the provided container. -
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.inventory
Method parameters in org.bukkit.inventory with type arguments of type PersistentDataContainerModifier and TypeMethodDescriptionboolean
ItemStack.editPersistentDataContainer
(@NotNull Consumer<PersistentDataContainer> consumer) Edits thePersistentDataContainer
of this stack. -
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..