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.ResultisAllowed in interface ResultedEvent.Resultpublic static PluginMessageEvent.ForwardResult forward()
public static PluginMessageEvent.ForwardResult handled()