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(Commands commands) |
void |
handle(EncryptionRequest encryptionRequest) |
void |
handle(EncryptionResponse encryptionResponse) |
void |
handle(EntityEffect entityEffect) |
void |
handle(EntityRemoveEffect removeEffect) |
void |
handle(EntityStatus status) |
void |
handle(GameState gameState) |
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(LoginPayloadRequest request) |
void |
handle(LoginPayloadResponse response) |
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) |
void |
handle(ViewDistance viewDistance) |
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
Exceptionpublic void handle(LoginPayloadRequest request) throws Exception
Exceptionpublic void handle(LoginPayloadResponse response) throws Exception
Exceptionpublic void handle(EntityStatus status) throws Exception
Exceptionpublic void handle(ViewDistance viewDistance) throws Exception
Exceptionpublic void handle(EntityEffect entityEffect) throws Exception
Exceptionpublic void handle(EntityRemoveEffect removeEffect) throws Exception
ExceptionCopyright © 2015–2020 WaterfallMC. All rights reserved.