CommandAPI 9.5.2
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...
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.