|
CommandAPI 9.7.0
An API for the command UI introduced in Minecraft 1.13
|
An abstract notion of a message that can be displayed to a user. More...
Inheritance diagram for com.mojang.brigadier.Message:Public Member Functions | |
| String | getString () |
| Returns the content of the message. More... | |
An abstract notion of a message that can be displayed to a user.
| String com.mojang.brigadier.Message.getString | ( | ) |
Returns the content of the message.
Implemented in com.mojang.brigadier.LiteralMessage.