See: Description
Interface | Description |
---|---|
KickedFromServerEvent.ServerKickResult |
Represents the base interface for
KickedFromServerEvent results. |
Class | Description |
---|---|
GameProfileRequestEvent |
This event is fired after the
PreLoginEvent in
order to set up the game profile for the user. |
KickedFromServerEvent |
Fired when a player is kicked from a server.
|
KickedFromServerEvent.DisconnectPlayer |
Tells the proxy to disconnect the player with the specified reason.
|
KickedFromServerEvent.Notify |
Notifies the player with the specified message but does nothing else.
|
KickedFromServerEvent.RedirectPlayer |
Tells the proxy to redirect the player to another server.
|
PlayerChatEvent |
This event is fired when a player types in a chat message.
|
PlayerChatEvent.ChatResult |
Represents the result of the
PlayerChatEvent . |
PlayerModInfoEvent |
This event is fired when a Forge client sends its mods to the proxy while connecting to a server.
|
PlayerResourcePackStatusEvent |
This event is fired when the status of a resource pack sent to the player by the server is
changed.
|
PlayerSettingsChangedEvent | |
ServerConnectedEvent |
This event is fired once the player has successfully connected to the target server and the
connection to the previous server has been de-established.
|
ServerPreConnectEvent |
This event is fired before the player connects to a server.
|
ServerPreConnectEvent.ServerResult |
Represents the result of the
ServerPreConnectEvent . |
Enum | Description |
---|---|
PlayerResourcePackStatusEvent.Status |
Represents the possible statuses for the resource pack.
|