public abstract class MixinPropertyInteger extends MixinPropertyHelper<Integer> implements org.spongepowered.api.block.trait.IntegerTrait
propertyName
Constructor and Description |
---|
MixinPropertyInteger() |
Modifier and Type | Method and Description |
---|---|
abstract Collection |
getAllowedValues() |
Collection<Integer> |
getPossibleValues() |
getName, getPredicate, getTraitValueClass
public abstract Collection getAllowedValues()
public Collection<Integer> getPossibleValues()
getPossibleValues
in interface org.spongepowered.api.block.trait.BlockTrait<Integer>