Uses of Interface
io.papermc.paper.persistence.PersistentDataContainerView
Packages that use PersistentDataContainerView
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes involved in manipulating player inventories and item interactions.
Classes that allow attaching persistent data to various objects.
-
Uses of PersistentDataContainerView in io.papermc.paper.persistence
Methods in io.papermc.paper.persistence that return PersistentDataContainerViewModifier and TypeMethodDescriptionPersistentDataViewHolder.getPersistentDataContainer()
Returns a custom tag container view capable of viewing tags on the object. -
Uses of PersistentDataContainerView in org.bukkit
Methods in org.bukkit that return PersistentDataContainerViewModifier and TypeMethodDescriptionOfflinePlayer.getPersistentDataContainer()
Yields a view of the persistent data container for this offline player. -
Uses of PersistentDataContainerView in org.bukkit.inventory
Methods in org.bukkit.inventory that return PersistentDataContainerView -
Uses of PersistentDataContainerView in org.bukkit.persistence
Subinterfaces of PersistentDataContainerView in org.bukkit.persistenceModifier and TypeInterfaceDescriptioninterface
This interface represents a map like object, capable of storing custom tags in it.