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 Summary
Nested Classes -
Method Summary
Static MethodsMethods inherited from interface org.spongepowered.api.state.StateProperty
parseValue, possibleValues, predicate, valueClass
-
Method Details
-
of
-