Uses of Interface
io.papermc.paper.persistence.PersistentDataContainerView
Packages that use PersistentDataContainerView
Package
Description
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 TypeMethodDescription@NonNull PersistentDataContainerViewPersistentDataViewHolder.getPersistentDataContainer()Returns a custom tag container view capable of viewing tags on the object. -
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 TypeInterfaceDescriptioninterfaceThis interface represents a map like object, capable of storing custom tags in it.