public abstract class AbstractPacketHandler extends Object
| Constructor and Description |
|---|
AbstractPacketHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(BossBar bossBar) |
void |
handle(Chat chat) |
void |
handle(ClientSettings settings) |
void |
handle(ClientStatus clientStatus) |
void |
handle(EncryptionRequest encryptionRequest) |
void |
handle(EncryptionResponse encryptionResponse) |
void |
handle(Handshake handshake) |
void |
handle(KeepAlive keepAlive) |
void |
handle(Kick kick) |
void |
handle(LegacyHandshake legacyHandshake) |
void |
handle(LegacyPing ping) |
void |
handle(Login login) |
void |
handle(LoginRequest loginRequest) |
void |
handle(LoginSuccess loginSuccess) |
void |
handle(PingPacket ping) |
void |
handle(PlayerListHeaderFooter playerListHeaderFooter) |
void |
handle(PlayerListItem playerListItem) |
void |
handle(PluginMessage pluginMessage) |
void |
handle(Respawn respawn) |
void |
handle(ScoreboardDisplay displayScoreboard) |
void |
handle(ScoreboardObjective scoreboardObjective) |
void |
handle(ScoreboardScore scoreboardScore) |
void |
handle(SetCompression setCompression) |
void |
handle(StatusRequest statusRequest) |
void |
handle(StatusResponse statusResponse) |
void |
handle(TabCompleteRequest tabComplete) |
void |
handle(TabCompleteResponse tabResponse) |
void |
handle(Team team) |
void |
handle(Title title) |
public void handle(LegacyPing ping) throws Exception
Exceptionpublic void handle(TabCompleteResponse tabResponse) throws Exception
Exceptionpublic void handle(PingPacket ping) throws Exception
Exceptionpublic void handle(StatusRequest statusRequest) throws Exception
Exceptionpublic void handle(StatusResponse statusResponse) throws Exception
Exceptionpublic void handle(LoginRequest loginRequest) throws Exception
Exceptionpublic void handle(ClientSettings settings) throws Exception
Exceptionpublic void handle(ClientStatus clientStatus) throws Exception
Exceptionpublic void handle(PlayerListItem playerListItem) throws Exception
Exceptionpublic void handle(PlayerListHeaderFooter playerListHeaderFooter) throws Exception
Exceptionpublic void handle(TabCompleteRequest tabComplete) throws Exception
Exceptionpublic void handle(ScoreboardObjective scoreboardObjective) throws Exception
Exceptionpublic void handle(ScoreboardScore scoreboardScore) throws Exception
Exceptionpublic void handle(EncryptionRequest encryptionRequest) throws Exception
Exceptionpublic void handle(ScoreboardDisplay displayScoreboard) throws Exception
Exceptionpublic void handle(PluginMessage pluginMessage) throws Exception
Exceptionpublic void handle(EncryptionResponse encryptionResponse) throws Exception
Exceptionpublic void handle(LoginSuccess loginSuccess) throws Exception
Exceptionpublic void handle(LegacyHandshake legacyHandshake) throws Exception
Exceptionpublic void handle(SetCompression setCompression) throws Exception
ExceptionCopyright © 2012–2018 SpigotMC. All rights reserved.