Interface ServerSideConnectionEvent.ProfileScoped
- All Superinterfaces:
Event
,ServerSideConnectionEvent
- All Known Subinterfaces:
ServerSideConnectionEvent.Auth
,ServerSideConnectionEvent.Configuration
,ServerSideConnectionEvent.Handshake
,ServerSideConnectionEvent.Join
,ServerSideConnectionEvent.Leave
,ServerSideConnectionEvent.Login
- Enclosing interface:
ServerSideConnectionEvent
Represents an event that has knowledge about the
GameProfile
that
is linked to the connection.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.spongepowered.api.event.network.ServerSideConnectionEvent
ServerSideConnectionEvent.Auth, ServerSideConnectionEvent.Configuration, ServerSideConnectionEvent.Disconnect, ServerSideConnectionEvent.Handshake, ServerSideConnectionEvent.Intent, ServerSideConnectionEvent.Join, ServerSideConnectionEvent.Leave, ServerSideConnectionEvent.Login, ServerSideConnectionEvent.ProfileScoped
-
Method Summary
Methods inherited from interface org.spongepowered.api.event.network.ServerSideConnectionEvent
connection
-
Method Details
-
profile
GameProfile profile()Gets theGameProfile
of the client.- Returns:
- The client's profile
-