public abstract class AbstractPacketHandler
extends java.lang.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(EntityEffect entityEffect) |
void |
handle(EntityRemoveEffect removeEffect) |
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 java.lang.Exception
java.lang.Exceptionpublic void handle(TabCompleteResponse tabResponse) throws java.lang.Exception
java.lang.Exceptionpublic void handle(PingPacket ping) throws java.lang.Exception
java.lang.Exceptionpublic void handle(StatusRequest statusRequest) throws java.lang.Exception
java.lang.Exceptionpublic void handle(StatusResponse statusResponse) throws java.lang.Exception
java.lang.Exceptionpublic void handle(Handshake handshake) throws java.lang.Exception
java.lang.Exceptionpublic void handle(KeepAlive keepAlive) throws java.lang.Exception
java.lang.Exceptionpublic void handle(Login login) throws java.lang.Exception
java.lang.Exceptionpublic void handle(Chat chat) throws java.lang.Exception
java.lang.Exceptionpublic void handle(Respawn respawn) throws java.lang.Exception
java.lang.Exceptionpublic void handle(LoginRequest loginRequest) throws java.lang.Exception
java.lang.Exceptionpublic void handle(ClientSettings settings) throws java.lang.Exception
java.lang.Exceptionpublic void handle(ClientStatus clientStatus) throws java.lang.Exception
java.lang.Exceptionpublic void handle(PlayerListItem playerListItem) throws java.lang.Exception
java.lang.Exceptionpublic void handle(PlayerListHeaderFooter playerListHeaderFooter) throws java.lang.Exception
java.lang.Exceptionpublic void handle(TabCompleteRequest tabComplete) throws java.lang.Exception
java.lang.Exceptionpublic void handle(ScoreboardObjective scoreboardObjective) throws java.lang.Exception
java.lang.Exceptionpublic void handle(ScoreboardScore scoreboardScore) throws java.lang.Exception
java.lang.Exceptionpublic void handle(EncryptionRequest encryptionRequest) throws java.lang.Exception
java.lang.Exceptionpublic void handle(ScoreboardDisplay displayScoreboard) throws java.lang.Exception
java.lang.Exceptionpublic void handle(Team team) throws java.lang.Exception
java.lang.Exceptionpublic void handle(Title title) throws java.lang.Exception
java.lang.Exceptionpublic void handle(PluginMessage pluginMessage) throws java.lang.Exception
java.lang.Exceptionpublic void handle(Kick kick) throws java.lang.Exception
java.lang.Exceptionpublic void handle(EncryptionResponse encryptionResponse) throws java.lang.Exception
java.lang.Exceptionpublic void handle(LoginSuccess loginSuccess) throws java.lang.Exception
java.lang.Exceptionpublic void handle(LegacyHandshake legacyHandshake) throws java.lang.Exception
java.lang.Exceptionpublic void handle(SetCompression setCompression) throws java.lang.Exception
java.lang.Exceptionpublic void handle(BossBar bossBar) throws java.lang.Exception
java.lang.Exceptionpublic void handle(EntityEffect entityEffect) throws java.lang.Exception
java.lang.Exceptionpublic void handle(EntityRemoveEffect removeEffect) throws java.lang.Exception
java.lang.ExceptionCopyright © 2015-2018 WaterfallMC. All Rights Reserved.