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.persistenceMethods 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.bukkitMethods 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.inventoryMethods in org.bukkit.inventory that return PersistentDataContainerView
- 
Uses of PersistentDataContainerView in org.bukkit.persistenceSubinterfaces of PersistentDataContainerView in org.bukkit.persistenceModifier and TypeInterfaceDescriptioninterfaceThis interface represents a map like object, capable of storing custom tags in it.