Package org.spongepowered.api.state
Interface IntegerStateProperty
- All Superinterfaces:
- Nameable,- StateProperty<Integer>
@CatalogedBy(IntegerStateProperties.class)
public interface IntegerStateProperty
extends StateProperty<Integer>
Represents a type of 
StateProperty that accepts Integer based
 values, usually with a predefined range. It is recommended to use the
 Predicate- 
Nested Class SummaryNested Classes
- 
Method SummaryStatic MethodsMethods inherited from interface org.spongepowered.api.state.StatePropertyparseValue, possibleValues, predicate, valueClass
- 
Method Details- 
of
 
-