Interface ResultedEvent<R extends ResultedEvent.Result>
- Type Parameters:
R- the result type
- All Known Implementing Classes:
AsyncLoginEvent, LoginEvent, PreLoginEvent, ServerPreConnectEvent
public interface ResultedEvent<R extends ResultedEvent.Result>
An event that allows the result to be modified.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA simple allowed/denied result.static interfaceBase interface for event results. -
Method Summary
-
Method Details
-
getResult
-
setResult
-