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