public interface ImmutableExpirableData extends ImmutableDataManipulator<ImmutableExpirableData,ExpirableData>
ImmutableDataManipulator
handling the "expiring" ticks remaining
for an Entity
to "remain" existing in a world. Usually applicable to
Endermite
s, PrimedTNT
, etc.Modifier and Type | Method and Description |
---|---|
ImmutableBoundedValue<Integer> |
expireTicks()
Gets the
ImmutableBoundedValue for the amount of "ticks"
remaining before the "expiration" occurs. |
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableBoundedValue<Integer> expireTicks()
ImmutableBoundedValue
for the amount of "ticks"
remaining before the "expiration" occurs.