CommandAPI 9.3.0
An API for the command UI introduced in Minecraft 1.13
com.mojang.brigadier.Message Interface Reference

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

Detailed Description

An abstract notion of a message that can be displayed to a user.

Member Function Documentation

◆ getString()

String com.mojang.brigadier.Message.getString ( )

Returns the content of the message.

Returns
the content of the message

Implemented in com.mojang.brigadier.LiteralMessage.