Package org.spongepowered.api.state
Interface BooleanStateProperty
- All Superinterfaces:
Nameable
,StateProperty<Boolean>
@CatalogedBy(BooleanStateProperties.class)
public interface BooleanStateProperty
extends StateProperty<Boolean>
Represents a type of
StateProperty
that allows only Boolean
of
which two possible values may exist: true
and
false
.-
Nested Class Summary
-
Method Summary
Methods inherited from interface org.spongepowered.api.state.StateProperty
parseValue, possibleValues, predicate, valueClass
-
Method Details
-
of
-