|
CommandAPI 9.7.0
An API for the command UI introduced in Minecraft 1.13
|
An argument that represents chat with entity selectors. More...
Inheritance diagram for dev.jorel.commandapi.arguments.ChatArgument:Public Member Functions | |
| ChatArgument (String nodeName) | |
| Constructs a Chat argument with a given node name. More... | |
| Class< BaseComponent[]> | getPrimitiveType () |
| CommandAPIArgumentType | getArgumentType () |
| Argument< T > | instance () |
| Returns the instance of this class with the class Impl. More... | |
An argument that represents chat with entity selectors.
@apiNote Returns a BaseComponent[] object
| dev.jorel.commandapi.arguments.ChatArgument.ChatArgument | ( | String | nodeName | ) |
Constructs a Chat argument with a given node name.
Represents fancy greedy strings that can parse entity selectors
| nodeName | the name of the node for argument |
|
inherited |
Returns the instance of this class with the class Impl.
Used for chaining builder methods.