-
Constructor Summary
Constructors
-
Method Summary
Creates an object instance from the given
DataKey
.
void
Saves the object instance to the given
DataKey
.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ItemStackPersister
public ItemStackPersister()
-
Method Details
-
create
Creates an object instance from the given
DataKey
. Should not return null unless no data is present.
- Specified by:
create
in interface Persister<ItemStack>
- Parameters:
root
- The root key to load from
- Returns:
- The created instance, or null if no data was present
-
save
Saves the object instance to the given
DataKey
.
- Specified by:
save
in interface Persister<ItemStack>
- Parameters:
instance
- The object instance to save
root
- The key to save into