public interface PickupDelayData extends DataManipulator<PickupDelayData,ImmutablePickupDelayData>
DataManipulator
for handling the "pickup delay" of an
Item
.Modifier and Type | Method and Description |
---|---|
MutableBoundedValue<Integer> |
delay()
Gets the
MutableBoundedValue for the "pickup delay". |
Value<Boolean> |
infinite()
Gets the
Value for the "is infinite" state of
the pickup delay. |
asImmutable, copy, fill, fill, from, set, set, set, set, transform
getContentVersion, toContainer
MutableBoundedValue<Integer> delay()
MutableBoundedValue
for the "pickup delay".Keys.PICKUP_DELAY
Value<Boolean> infinite()
Value
for the "is infinite" state of
the pickup delay.Keys.INFINITE_PICKUP_DELAY