Class ChatMessageEvent

java.lang.Object
de.ellpeck.rockbottom.api.event.Event
de.ellpeck.rockbottom.api.event.impl.ChatMessageEvent

public final class ChatMessageEvent extends Event
This event is fired when a message is sent in an IChatLog. Changing the message variable will result in the input message being changed (meaning changing it to a command will execute a command). Cancelling the event will result in no message being sent.