Package io.github.monull.command.argument

Types

BooleanArgument
Link copied to clipboard
class BooleanArgument : CommandArgument<Boolean>
CommandArgument
Link copied to clipboard
interface CommandArgument<T>
DoubleArgument
Link copied to clipboard
class DoubleArgument : CommandArgument<Double>
IntegerArgument
Link copied to clipboard
class IntegerArgument : CommandArgument<Int>
MapArgument
Link copied to clipboard
class MapArgument<T> : CommandArgument<T>
StringArgument
Link copied to clipboard
class StringArgument : CommandArgument<String>