Keyed Persistent Data Type
abstract class KeyedPersistentDataType<T : Keyed>(val type: Class<T>) : PersistentDataType<String, T> (source)
A PersistentDataType that can be used with any class that implements Keyed.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Gets the value of the keyed type corresponding to T.
Link copied to clipboard