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(ClearTitles title) |
void |
handle(ClientChat chat) |
void |
handle(ClientCommand command) |
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(PlayerListItemRemove playerListItem) |
void |
handle(PlayerListItemUpdate playerListItem) |
void |
handle(PluginMessage pluginMessage) |
void |
handle(Respawn respawn) |
void |
handle(ScoreboardDisplay displayScoreboard) |
void |
handle(ScoreboardObjective scoreboardObjective) |
void |
handle(ScoreboardScore scoreboardScore) |
void |
handle(ServerData serverData) |
void |
handle(SetCompression setCompression) |
void |
handle(StatusRequest statusRequest) |
void |
handle(StatusResponse statusResponse) |
void |
handle(Subtitle title) |
void |
handle(SystemChat chat) |
void |
handle(TabCompleteRequest tabComplete) |
void |
handle(TabCompleteResponse tabResponse) |
void |
handle(Team team) |
void |
handle(Title title) |
void |
handle(TitleTimes 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(ClientChat chat) throws Exception
Exceptionpublic void handle(SystemChat chat) throws Exception
Exceptionpublic void handle(ClientCommand command) 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(PlayerListItemRemove playerListItem) throws Exception
Exceptionpublic void handle(PlayerListItemUpdate 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(TitleTimes title) throws Exception
Exceptionpublic void handle(ClearTitles title) 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(ServerData serverData) throws Exception
ExceptionCopyright © 2012–2023 SpigotMC. All rights reserved.