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