Package org.spongepowered.api.network
Interface ServerSideConnection
- All Superinterfaces:
EngineConnection,RemoteConnection
Represents a connection between a minecraft client and server.
-
Method Summary
Modifier and TypeMethodDescriptiondefault EngineConnectionSide<? extends ServerSideConnection> side()Gets the side this connection is on.Methods inherited from interface org.spongepowered.api.network.EngineConnection
close, close, stateMethods inherited from interface org.spongepowered.api.network.RemoteConnection
active, address, virtualHost
-
Method Details
-
side
Description copied from interface:EngineConnectionGets the side this connection is on.- Specified by:
sidein interfaceEngineConnection- Returns:
- The side
-