Package net.citizensnpcs.api.persistence
package net.citizensnpcs.api.persistence
-
ClassDescriptionDelegates persistence to a given
Persister
, which will be used to create and save instances.Tells thePersistenceLoader
to persist this field by saving and loading it intoDataKey
s.A persistable instance that can be saved and loaded usingDataKey
The main registry for managing reflective, recursiveNPC
persistence.Persister<T>