Package com.velocitypowered.api.event
Interface ResultedEvent.Result
-
- All Known Subinterfaces:
KickedFromServerEvent.ServerKickResult
- All Known Implementing Classes:
CommandExecuteEvent.CommandResult,KickedFromServerEvent.DisconnectPlayer,KickedFromServerEvent.Notify,KickedFromServerEvent.RedirectPlayer,PlayerChatEvent.ChatResult,PluginMessageEvent.ForwardResult,PreLoginEvent.PreLoginComponentResult,ResultedEvent.ComponentResult,ResultedEvent.GenericResult,ServerLoginPluginMessageEvent.ResponseResult,ServerPreConnectEvent.ServerResult
- Enclosing interface:
- ResultedEvent<R extends ResultedEvent.Result>
public static interface ResultedEvent.ResultRepresents a result for an event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisAllowed()Returns whether or not the event is allowed to proceed.
-