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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceRepresents the authenticated state of the connection from the client to the server on the client side.static interfaceRepresents the configuration state of the connection from the client to the server on the client side.static interfaceRepresents the game state of the connection from the client to the server on the client side.static interfaceRepresents the intent state of the connection from the client to the server on the client side.static interfaceRepresents 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