public class SpongeGrowthData extends AbstractBoundedComparableData<Integer,org.spongepowered.api.data.manipulator.mutable.block.GrowthData,org.spongepowered.api.data.manipulator.immutable.block.ImmutableGrowthData> implements org.spongepowered.api.data.manipulator.mutable.block.GrowthData
comparator, lowerBound, upperBound
usedKey
Constructor and Description |
---|
SpongeGrowthData(int value,
int lowerBound,
int upperBound) |
Modifier and Type | Method and Description |
---|---|
protected org.spongepowered.api.data.value.mutable.Value<?> |
getValueGetter() |
org.spongepowered.api.data.value.mutable.MutableBoundedValue<Integer> |
growthStage() |
asImmutable, compareTo, copy, toContainer
equals, get, getValue, hashCode, registerGettersAndSetters, setValue, supports, supports
fill, fill, from, getKeys, getOrElse, getOrNull, getValue, getValues, registerFieldGetter, registerFieldSetter, registerKeyValue, set, set, set, set, transform
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
asImmutable, copy, fill, fill, from, set, set, set, set, transform
compareTo
public SpongeGrowthData(int value, int lowerBound, int upperBound)
public org.spongepowered.api.data.value.mutable.MutableBoundedValue<Integer> growthStage()
growthStage
in interface org.spongepowered.api.data.manipulator.mutable.block.GrowthData
protected org.spongepowered.api.data.value.mutable.Value<?> getValueGetter()
getValueGetter
in class AbstractSingleData<Integer,org.spongepowered.api.data.manipulator.mutable.block.GrowthData,org.spongepowered.api.data.manipulator.immutable.block.ImmutableGrowthData>