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(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
Exception
public void handle(TabCompleteResponse tabResponse) throws Exception
Exception
public void handle(PingPacket ping) throws Exception
Exception
public void handle(StatusRequest statusRequest) throws Exception
Exception
public void handle(StatusResponse statusResponse) throws Exception
Exception
public void handle(LoginRequest loginRequest) throws Exception
Exception
public void handle(ClientSettings settings) throws Exception
Exception
public void handle(ClientStatus clientStatus) throws Exception
Exception
public void handle(PlayerListItem playerListItem) throws Exception
Exception
public void handle(PlayerListHeaderFooter playerListHeaderFooter) throws Exception
Exception
public void handle(TabCompleteRequest tabComplete) throws Exception
Exception
public void handle(ScoreboardObjective scoreboardObjective) throws Exception
Exception
public void handle(ScoreboardScore scoreboardScore) throws Exception
Exception
public void handle(EncryptionRequest encryptionRequest) throws Exception
Exception
public void handle(ScoreboardDisplay displayScoreboard) throws Exception
Exception
public void handle(PluginMessage pluginMessage) throws Exception
Exception
public void handle(EncryptionResponse encryptionResponse) throws Exception
Exception
public void handle(LoginSuccess loginSuccess) throws Exception
Exception
public void handle(LegacyHandshake legacyHandshake) throws Exception
Exception
public void handle(SetCompression setCompression) throws Exception
Exception
public void handle(LoginPayloadRequest request) throws Exception
Exception
public void handle(LoginPayloadResponse response) throws Exception
Exception
public void handle(EntityStatus status) throws Exception
Exception
public void handle(ViewDistance viewDistance) throws Exception
Exception
Copyright © 2012–2020 SpigotMC. All rights reserved.