public interface ImmutableCooldownData extends ImmutableDataManipulator<ImmutableCooldownData,CooldownData>
ImmutableDataManipulator
handling the "cooldown" information for
a Hopper
. While a Hopper
is on "cooldown" no
ItemStack
s are "transferred" between Inventory
instances.Modifier and Type | Method and Description |
---|---|
ImmutableValue<Integer> |
cooldown()
Gets the
ImmutableValue for the "cooldown" remaining. |
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableValue<Integer> cooldown()
ImmutableValue
for the "cooldown" remaining.