Class BooleanArgument

java.lang.Object
org.core.command.argument.arguments.simple.BooleanArgument
All Implemented Interfaces:
CommandArgument<Boolean>, ParseCommandArgument<Boolean>, SuggestCommandArgument<Boolean>

public class BooleanArgument extends Object implements CommandArgument<Boolean>