|
CommandAPI 9.7.0
An API for the command UI introduced in Minecraft 1.13
|
A Message that has a literal string it returns.
More...
Inheritance diagram for com.mojang.brigadier.LiteralMessage:Public Member Functions | |
| LiteralMessage (final String string) | |
| Creates a new LiteralMessage returning the given string. More... | |
| String | getString () |
| Returns the content of the message. More... | |
| String | toString () |
A Message that has a literal string it returns.
| com.mojang.brigadier.LiteralMessage.LiteralMessage | ( | final String | string | ) |
Creates a new LiteralMessage returning the given string.
| string | the string to return |
| String com.mojang.brigadier.LiteralMessage.getString | ( | ) |
Returns the content of the message.
Implements com.mojang.brigadier.Message.