public interface MessageEvent extends GameEvent, Cancellable, CauseTracked
CommandSource
sends a Text
message.Modifier and Type | Method and Description |
---|---|
Text |
getMessage()
Gets the new
Text message. |
Text |
getOriginalMessage()
Gets the
Text message created by the CommandSource before
the calling of this event. |
void |
setMessage(Text message)
Sets the new
Text message. |
getCallbacks
isCancelled, setCancelled
getCause
Text getOriginalMessage()
Text
message created by the CommandSource
before
the calling of this event.