Class BooleanParameter<S>
java.lang.Object
de.placeblock.commandapi.core.parameter.BooleanParameter<S>
Author: Placeblock
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <S> BooleanParameter<S>bool()voidgetSuggestions(SuggestionBuilder<S> suggestionBuilder) parse(ParsedCommandBranch<S> command, S source)
-
Constructor Details
-
BooleanParameter
public BooleanParameter()
-
-
Method Details
-
bool
-
parse
- Specified by:
parsein interfaceParameter<S,Boolean> - Throws:
CommandParseException
-
getSuggestions
- Specified by:
getSuggestionsin interfaceParameter<S,Boolean>
-