Uses of Interface
io.papermc.paper.persistence.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
Modifier and TypeMethodDescriptionPersistentDataViewHolder.getPersistentDataContainer()
Returns a custom tag container view capable of viewing tags on the object. -
Uses of PersistentDataContainerView in org.bukkit
Modifier and TypeMethodDescriptionOfflinePlayer.getPersistentDataContainer()
Yields a view of the persistent data container for this offline player. -
Uses of PersistentDataContainerView in org.bukkit.inventory
-
Uses of PersistentDataContainerView in org.bukkit.persistence
Modifier and TypeInterfaceDescriptioninterface
This interface represents a map like object, capable of storing custom tags in it.