Interface ResultedEvent.Result
- All Known Implementing Classes:
AsyncLoginEvent.AsyncLoginResult, LoginEvent.LoginResult, PreLoginEvent.PreLoginResult, ResultedEvent.GenericResult, ServerPreConnectEvent.ServerResult
- Enclosing interface:
ResultedEvent<R extends ResultedEvent.Result>
public static interface ResultedEvent.Result
Base interface for event results.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanCheck if this result allows the action to proceed.
-
Method Details
-
isAllowed
boolean isAllowed()Check if this result allows the action to proceed.- Returns:
- true if allowed
-