public class ImmutableSpongeGrowthData extends AbstractImmutableBoundedComparableData<Integer,org.spongepowered.api.data.manipulator.immutable.block.ImmutableGrowthData,org.spongepowered.api.data.manipulator.mutable.block.GrowthData> implements org.spongepowered.api.data.manipulator.immutable.block.ImmutableGrowthData
comparator, lowerBound, upperBound
usedKey, value
Constructor and Description |
---|
ImmutableSpongeGrowthData(int value,
int lowerBound,
int upperBound) |
ImmutableSpongeGrowthData(int value,
int lowerBound,
int upperBound,
int defaultValue) |
Modifier and Type | Method and Description |
---|---|
org.spongepowered.api.data.value.immutable.ImmutableBoundedValue<Integer> |
growthStage() |
asMutable, compareTo, getValueGetter
get, getKeys, getValue, registerGetters, supports, toContainer
copy, equals, getValue, getValues, hashCode, registerFieldGetter, registerKeyValue, with
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
asMutable, copy, with, with
compareTo
public ImmutableSpongeGrowthData(int value, int lowerBound, int upperBound)
public ImmutableSpongeGrowthData(int value, int lowerBound, int upperBound, int defaultValue)
public org.spongepowered.api.data.value.immutable.ImmutableBoundedValue<Integer> growthStage()
growthStage
in interface org.spongepowered.api.data.manipulator.immutable.block.ImmutableGrowthData