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
,ServerPreConnectEvent.ServerResult
- Enclosing interface:
- ResultedEvent<R extends ResultedEvent.Result>
public static interface ResultedEvent.Result
Represents a result for an event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isAllowed()
Returns whether or not the event is allowed to proceed.
-