public interface ImmutablePersistingData extends ImmutableDataManipulator<ImmutablePersistingData,PersistingData>
ImmutableDataManipulator
that marks the "persisting" state for an
Entity
. When a Extent
is unloaded, all Entity
instances are stored, if and only if they are marked to persist.Modifier and Type | Method and Description |
---|---|
ImmutableValue<Boolean> |
persists()
Gets the
ImmutableValue for the "persist" state of an
Entity . |
asMutable, copy, with, with
compareTo
toContainer
ImmutableValue<Boolean> persists()
ImmutableValue
for the "persist" state of an
Entity
.