Interface RconConnectionEvent.Auth
- 
- All Superinterfaces:
- Cancellable,- Event,- RconConnectionEvent
 - Enclosing interface:
- RconConnectionEvent
 
 public static interface RconConnectionEvent.Auth extends RconConnectionEvent, Cancellable Called when a RCON client attempts to get authenticated against the server.Authorized clients are able to execute commands. Cancelling this event will close the connection. 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.spongepowered.api.event.network.rcon.RconConnectionEventRconConnectionEvent.Auth, RconConnectionEvent.Connect, RconConnectionEvent.Disconnect
 
- 
 - 
Method Summary- 
Methods inherited from interface org.spongepowered.api.event.CancellableisCancelled, setCancelled
 - 
Methods inherited from interface org.spongepowered.api.event.network.rcon.RconConnectionEventconnection
 
- 
 
-