public interface ImmutableDespawnDelayData extends ImmutableDataManipulator<ImmutableDespawnDelayData,DespawnDelayData>
ImmutableDataManipulator
for handling the "despawn delay" of an
Item
.Modifier and Type | Method and Description |
---|---|
ImmutableBoundedValue<Integer> |
delay()
Gets the
ImmutableBoundedValue for the "despawn delay". |
ImmutableValue<Boolean> |
infinite()
Gets the
ImmutableValue for the "is infinite" state of
the despawn delay. |
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableBoundedValue<Integer> delay()
ImmutableBoundedValue
for the "despawn delay".ImmutableValue<Boolean> infinite()
ImmutableValue
for the "is infinite" state of
the despawn delay.