Package dev.sefiraat.sefilib.persistence
Class PersistenceTypes
java.lang.Object
dev.sefiraat.sefilib.persistence.PersistenceTypes
This class stores the usable PersistentDataTypes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PersistentDataType<byte[],ItemMeta> The PersistentDataType for anItemMetastatic final PersistentDataType<byte[],ItemStack> The PersistentDataType for anItemStackstatic final PersistentDataType<byte[],OfflinePlayer> The PersistentDataType for anOfflinePlayer -
Method Summary
-
Field Details
-
ITEM_STACK
The PersistentDataType for anItemStack -
ITEM_META
The PersistentDataType for anItemMeta -
OFFLINE_PLAYER
The PersistentDataType for anOfflinePlayer
-