Interface RconConnectionEvent.Connect
-
- All Superinterfaces:
Cancellable
,Event
,RconConnectionEvent
- Enclosing interface:
- RconConnectionEvent
public static interface RconConnectionEvent.Connect extends RconConnectionEvent, Cancellable
Called when a RCON client is attempting to connect.Cancelling this event will close the connection.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.spongepowered.api.event.network.rcon.RconConnectionEvent
RconConnectionEvent.Auth, RconConnectionEvent.Connect, RconConnectionEvent.Disconnect
-
-
Method Summary
-
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
Methods inherited from interface org.spongepowered.api.event.network.rcon.RconConnectionEvent
connection
-
-