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  ImmutableBoundedValuefor the "despawn delay". | 
| ImmutableValue<Boolean> | infinite()Gets the  ImmutableValuefor the "is infinite" state of
 the despawn delay. | 
asMutable, copy, with, withgetContentVersion, toContainerImmutableBoundedValue<Integer> delay()
ImmutableBoundedValue for the "despawn delay".ImmutableValue<Boolean> infinite()
ImmutableValue for the "is infinite" state of
 the despawn delay.