endstone::Label
Represents a text label.
Functions:
Label
Label() = defaultLabel(Message text) getText
Message getText() constGets the text of the label.
Returns:
The text of the label.
setText
Label &setText(Message text)Sets the text of the label.
Parameters:
textThe new text for the label.
Returns:
A reference to the current label.
Last updated on