Package org.bukkit.persistence
Interface PersistentDataAdapterContext
-
public interface PersistentDataAdapterContextThis interface represents the context in which thePersistentDataTypecan serialize and deserialize the passed values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PersistentDataContainernewPersistentDataContainer()Creates a new and empty meta container instance.
-
-
-
Method Detail
-
newPersistentDataContainer
@NotNull PersistentDataContainer newPersistentDataContainer()
Creates a new and empty meta container instance.- Returns:
- the fresh container instance
-
-