Class BlockGroupArgument
java.lang.Object
org.core.command.argument.arguments.id.IdentifiableArgument<BlockGroup>
org.core.command.argument.arguments.id.BlockGroupArgument
- All Implemented Interfaces:
CommandArgument<BlockGroup>
,ParseCommandArgument<BlockGroup>
,SuggestCommandArgument<BlockGroup>
Gets a block group from a single string argument
-
Constructor Summary
-
Method Summary
Methods inherited from class org.core.command.argument.arguments.id.IdentifiableArgument
getId, parse, suggest
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.core.command.argument.CommandArgument
getUsage
Methods inherited from interface org.core.command.argument.SuggestCommandArgument
errorMessage
-
Constructor Details
-
BlockGroupArgument
-
-
Method Details
-
getAll
Description copied from class:IdentifiableArgument
Gets all possible values that the argument could be- Specified by:
getAll
in classIdentifiableArgument<BlockGroup>
- Returns:
- A collection of all possible values
-