Class EnumParameter<S,E extends Enum<E>>
java.lang.Object
de.placeblock.commandapi.core.parameter.EnumParameter<S,E>
- All Implemented Interfaces:
Parameter<S,E>
Author: Placeblock
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <S,E extends Enum<E>>
EnumParameter<S,E> voidgetSuggestions(SuggestionBuilder<S> suggestionBuilder) parse(ParsedCommandBranch<S> command, S source)
-
Constructor Details
-
EnumParameter
public EnumParameter()
-
-
Method Details