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
Constructors -
Method Summary
Methods inherited from class org.core.command.argument.arguments.id.IdentifiableArgument
getId, parse, suggestMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.core.command.argument.CommandArgument
getUsageMethods inherited from interface org.core.command.argument.SuggestCommandArgument
errorMessage
-
Constructor Details
-
BlockGroupArgument
-
-
Method Details
-
getAll
Description copied from class:IdentifiableArgumentGets all possible values that the argument could be- Specified by:
getAllin classIdentifiableArgument<BlockGroup>- Returns:
- A collection of all possible values
-