Package org.spongepowered.api.network
Interface ClientConnectionState
- All Superinterfaces:
EngineConnectionState
- All Known Subinterfaces:
ClientConnectionState.Authenticated
,ClientConnectionState.Configuration
,ClientConnectionState.Game
,ClientConnectionState.Intent
,ClientConnectionState.Login
Represents the state of the connection
from the client to the server on the client side.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Represents the authenticated state of the connection from the client to the server on the client side.static interface
Represents the configuration state of the connection from the client to the server on the client side.static interface
Represents the game state of the connection from the client to the server on the client side.static interface
Represents the intent state of the connection from the client to the server on the client side.static interface
Represents the login state of the connection from the client to the server on the client side. -
Method Summary
Methods inherited from interface org.spongepowered.api.network.EngineConnectionState
transferred