Class BukkitObjectDataType<T extends ConfigurationSerializable>

java.lang.Object
dev.sefiraat.sefilib.persistence.BukkitObjectDataType<T>
Type Parameters:
T - The type of ConfigurationSerializable to store
All Implemented Interfaces:
PersistentDataType<byte[],T>

public class BukkitObjectDataType<T extends ConfigurationSerializable> extends Object implements PersistentDataType<byte[],T>
This PersistentDataType can be used to store and retrieve ConfigurationSerializables from PersistentDataHolders.