Uses of Interface
org.bukkit.persistence.PersistentDataAdapterContext
Package
Description
Classes that allow attaching persistent data to various objects.
-
Uses of PersistentDataAdapterContext in io.papermc.paper.persistence
Modifier and TypeMethodDescriptionPersistentDataContainerView.getAdapterContext()
Returns the adapter context this tag container uses. -
Uses of PersistentDataAdapterContext in org.bukkit.persistence
Modifier and TypeMethodDescriptionPersistentDataType.BooleanPersistentDataType.fromPrimitive
(@NotNull Byte primitive, @NotNull PersistentDataAdapterContext context) PersistentDataType.fromPrimitive
(P primitive, @NotNull PersistentDataAdapterContext context) Creates a complex object based of the passed primitive valuePersistentDataType.PrimitivePersistentDataType.fromPrimitive
(P primitive, @NotNull PersistentDataAdapterContext context) PersistentDataType.BooleanPersistentDataType.toPrimitive
(@NotNull Boolean complex, @NotNull PersistentDataAdapterContext context) PersistentDataType.PrimitivePersistentDataType.toPrimitive
(P complex, @NotNull PersistentDataAdapterContext context) PersistentDataType.toPrimitive
(C complex, @NotNull PersistentDataAdapterContext context) Returns the primitive data that resembles the complex object passed to this method.