Package org.spongepowered.api.state
Interface EnumStateProperty<E extends java.lang.Enum<E>>
- 
- All Superinterfaces:
- DefaultedRegistryValue,- Nameable,- StateProperty<E>
 
 @CatalogedBy(EnumStateProperties.class) public interface EnumStateProperty<E extends java.lang.Enum<E>> extends DefaultedRegistryValue, StateProperty<E> Represents a type ofStatePropertythat accepts an unknownEnumset of values. Due to type erasure and implementation, most all enum types may not be exposed in the API.
- 
- 
Method Summary- 
Methods inherited from interface org.spongepowered.api.registry.DefaultedRegistryValueasDefaultedReference, findKey, key
 - 
Methods inherited from interface org.spongepowered.api.state.StatePropertyparseValue, possibleValues, predicate, valueClass
 
- 
 
-