Class IntegerParameter<S>
java.lang.Object
de.placeblock.commandapi.core.parameter.NumberParameter<S,Integer>
de.placeblock.commandapi.core.parameter.IntegerParameter<S>
Author: Placeblock
-
Field Summary
Fields inherited from class de.placeblock.commandapi.core.parameter.NumberParameter
max, min -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetSuggestions(SuggestionBuilder<S> suggestionBuilder) static <S> IntegerParameter<S>integer(int max) static <S> IntegerParameter<S>integer(int min, int max) parse(ParsedCommandBranch<S> command, S source) Methods inherited from class de.placeblock.commandapi.core.parameter.NumberParameter
checkNumber
-
Constructor Details
-
IntegerParameter
public IntegerParameter(int min, int max)
-
-
Method Details
-
integer
-
integer
-
parse
- Throws:
CommandParseException
-
getSuggestions
-