CommandAPI 9.6.0
An API for the command UI introduced in Minecraft 1.13
|
An argument that represents a simple String. More...
Public Member Functions | |
StringArgument (String nodeName) | |
A string argument for one word. More... | |
Class< String > | getPrimitiveType () |
CommandAPIArgumentType | getArgumentType () |
Argument< T > | instance () |
Returns the instance of this class with the class Impl. More... | |
An argument that represents a simple String.
dev.jorel.commandapi.arguments.StringArgument.StringArgument | ( | String | nodeName | ) |
A string argument for one word.
nodeName | the name of the node for this argument |
|
inherited |
Returns the instance of this class with the class Impl.
Used for chaining builder methods.