Package com.undefined.stellar.argument.basic
See: Description
-
Class Summary Class Description BooleanArgument An argument that allows you to type either true
orfalse
, and returns a primitive type ofboolean
.DoubleArgument An argument that allows you to type any valid double, and returns a primitive type of double
.FloatArgument An argument that allows you to type any valid float, and returns a primitive type of float
.IntegerArgument An argument that allows you to type any valid int (i.e. LongArgument An argument that allows you to type any valid long, and returns a primitive type of long
.StringArgument An argument that allows you to type a string, as allowed by its StringType, and returns that String. -
Enum Summary Enum Description StringType Dictates what type of string the player is allowed to type.