public static final class PluginMessageEvent.ForwardResult extends Object implements ResultedEvent.Result
Modifier and Type | Method and Description |
---|---|
static PluginMessageEvent.ForwardResult |
forward() |
static PluginMessageEvent.ForwardResult |
handled() |
boolean |
isAllowed()
Returns whether or not the event is allowed to proceed.
|
String |
toString() |
public boolean isAllowed()
ResultedEvent.Result
isAllowed
in interface ResultedEvent.Result
public static PluginMessageEvent.ForwardResult forward()
public static PluginMessageEvent.ForwardResult handled()