Package org.spongepowered.api.network
Interface EngineConnectionState.Authenticated
- All Superinterfaces:
EngineConnectionState
- All Known Subinterfaces:
ClientConnectionState.Authenticated
,ClientConnectionState.Configuration
,ClientConnectionState.Game
,ClientConnectionState.Login
,EngineConnectionState.Configuration
,EngineConnectionState.Game
,EngineConnectionState.Login
,ServerConnectionState.Authenticated
,ServerConnectionState.Configuration
,ServerConnectionState.Game
,ServerConnectionState.Login
- Enclosing interface:
EngineConnectionState
Represents the authenticated state of the connection
on the server or client engine.
-
Nested Class Summary
Nested 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.EngineConnectionState
transferred
-
Method Details
-
profile
GameProfile profile()Gets the associatedprofile
for this connection state.- Returns:
- The associated profile
-