Index

C F G P T 
All Classes and Interfaces|All Packages

C

com.jeff_media.persistentdataserializer - package com.jeff_media.persistentdataserializer
 

F

fromJson(String, PersistentDataAdapterContext) - Static method in class com.jeff_media.persistentdataserializer.PersistentDataSerializer
Deserializes a PersistentDataContainer from JSON and saves it to a new PersistentDataContainer created in the given context
fromJson(String, PersistentDataContainer) - Static method in class com.jeff_media.persistentdataserializer.PersistentDataSerializer
Deserializes a PersistentDataContainer from JSON and saves it to the given target PersistentDataContainer
fromMapList(List<Map<?, ?>>, PersistentDataAdapterContext) - Static method in class com.jeff_media.persistentdataserializer.PersistentDataSerializer
Deserializes a PersistentDataContainer from a list of maps and saves it to the given target PersistentDataContainer
fromMapList(List<Map<?, ?>>, PersistentDataContainer) - Static method in class com.jeff_media.persistentdataserializer.PersistentDataSerializer
Deserializes a PersistentDataContainer from a list of maps and saves it to the given target PersistentDataContainer

G

getPrimitivePersistentDataType(PersistentDataContainer, NamespacedKey) - Static method in class com.jeff_media.persistentdataserializer.PersistentDataSerializer
Gets the proper PersistentDataType for the given NamespacedKey

P

PersistentDataSerializer - Class in com.jeff_media.persistentdataserializer
Utility class to serialize and deserialize for PersistentDataContainers

T

toJson(PersistentDataContainer) - Static method in class com.jeff_media.persistentdataserializer.PersistentDataSerializer
Serializes a PersistentDataContainer to JSON
toMapList(PersistentDataContainer) - Static method in class com.jeff_media.persistentdataserializer.PersistentDataSerializer
Serializes a PersistentDataContainer to a list of maps
C F G P T 
All Classes and Interfaces|All Packages