Package org.spongepowered.api.network
Interface ClientConnectionState.Authenticated
- All Superinterfaces:
ClientConnectionState,EngineConnectionState,EngineConnectionState.Authenticated
- All Known Subinterfaces:
ClientConnectionState.Configuration,ClientConnectionState.Game,ClientConnectionState.Login
- Enclosing interface:
ClientConnectionState
public static interface ClientConnectionState.Authenticated
extends EngineConnectionState.Authenticated, ClientConnectionState
Represents the authenticated state of the connection
from the client to the server on the client side.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.spongepowered.api.network.ClientConnectionState
ClientConnectionState.Authenticated, ClientConnectionState.Configuration, ClientConnectionState.Game, ClientConnectionState.Intent, ClientConnectionState.LoginNested classes/interfaces inherited from interface org.spongepowered.api.network.EngineConnectionState
EngineConnectionState.Authenticated, EngineConnectionState.Configuration, EngineConnectionState.Game, EngineConnectionState.Intent, EngineConnectionState.Login -
Method Summary
Methods inherited from interface org.spongepowered.api.network.ClientConnectionState
connectionMethods inherited from interface org.spongepowered.api.network.EngineConnectionState
transferredMethods inherited from interface org.spongepowered.api.network.EngineConnectionState.Authenticated
profile