Package net.md_5.bungee.protocol
Class AbstractPacketHandler
- java.lang.Object
-
- net.md_5.bungee.protocol.AbstractPacketHandler
-
public abstract class AbstractPacketHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractPacketHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(BossBar bossBar)voidhandle(Chat chat)voidhandle(ClearTitles title)voidhandle(ClientChat chat)voidhandle(ClientCommand command)voidhandle(ClientSettings settings)voidhandle(ClientStatus clientStatus)voidhandle(Commands commands)voidhandle(EncryptionRequest encryptionRequest)voidhandle(EncryptionResponse encryptionResponse)voidhandle(EntityEffect entityEffect)voidhandle(EntityRemoveEffect removeEffect)voidhandle(EntityStatus status)voidhandle(GameState gameState)voidhandle(Handshake handshake)voidhandle(KeepAlive keepAlive)voidhandle(Kick kick)voidhandle(LegacyHandshake legacyHandshake)voidhandle(LegacyPing ping)voidhandle(Login login)voidhandle(LoginPayloadRequest request)voidhandle(LoginPayloadResponse response)voidhandle(LoginRequest loginRequest)voidhandle(LoginSuccess loginSuccess)voidhandle(PingPacket ping)voidhandle(PlayerListHeaderFooter playerListHeaderFooter)voidhandle(PlayerListItem playerListItem)voidhandle(PlayerListItemRemove playerListItem)voidhandle(PlayerListItemUpdate playerListItem)voidhandle(PluginMessage pluginMessage)voidhandle(Respawn respawn)voidhandle(ScoreboardDisplay displayScoreboard)voidhandle(ScoreboardObjective scoreboardObjective)voidhandle(ScoreboardScore scoreboardScore)voidhandle(ServerData serverData)voidhandle(SetCompression setCompression)voidhandle(StatusRequest statusRequest)voidhandle(StatusResponse statusResponse)voidhandle(Subtitle title)voidhandle(SystemChat chat)voidhandle(TabCompleteRequest tabComplete)voidhandle(TabCompleteResponse tabResponse)voidhandle(Team team)voidhandle(Title title)voidhandle(TitleTimes title)voidhandle(ViewDistance viewDistance)
-
-
-
Method Detail
-
handle
public void handle(LegacyPing ping) throws Exception
- Throws:
Exception
-
handle
public void handle(TabCompleteResponse tabResponse) throws Exception
- Throws:
Exception
-
handle
public void handle(PingPacket ping) throws Exception
- Throws:
Exception
-
handle
public void handle(StatusRequest statusRequest) throws Exception
- Throws:
Exception
-
handle
public void handle(StatusResponse statusResponse) throws Exception
- Throws:
Exception
-
handle
public void handle(ClientChat chat) throws Exception
- Throws:
Exception
-
handle
public void handle(SystemChat chat) throws Exception
- Throws:
Exception
-
handle
public void handle(ClientCommand command) throws Exception
- Throws:
Exception
-
handle
public void handle(LoginRequest loginRequest) throws Exception
- Throws:
Exception
-
handle
public void handle(ClientSettings settings) throws Exception
- Throws:
Exception
-
handle
public void handle(ClientStatus clientStatus) throws Exception
- Throws:
Exception
-
handle
public void handle(PlayerListItem playerListItem) throws Exception
- Throws:
Exception
-
handle
public void handle(PlayerListItemRemove playerListItem) throws Exception
- Throws:
Exception
-
handle
public void handle(PlayerListItemUpdate playerListItem) throws Exception
- Throws:
Exception
-
handle
public void handle(PlayerListHeaderFooter playerListHeaderFooter) throws Exception
- Throws:
Exception
-
handle
public void handle(TabCompleteRequest tabComplete) throws Exception
- Throws:
Exception
-
handle
public void handle(ScoreboardObjective scoreboardObjective) throws Exception
- Throws:
Exception
-
handle
public void handle(ScoreboardScore scoreboardScore) throws Exception
- Throws:
Exception
-
handle
public void handle(EncryptionRequest encryptionRequest) throws Exception
- Throws:
Exception
-
handle
public void handle(ScoreboardDisplay displayScoreboard) throws Exception
- Throws:
Exception
-
handle
public void handle(TitleTimes title) throws Exception
- Throws:
Exception
-
handle
public void handle(ClearTitles title) throws Exception
- Throws:
Exception
-
handle
public void handle(PluginMessage pluginMessage) throws Exception
- Throws:
Exception
-
handle
public void handle(EncryptionResponse encryptionResponse) throws Exception
- Throws:
Exception
-
handle
public void handle(LoginSuccess loginSuccess) throws Exception
- Throws:
Exception
-
handle
public void handle(LegacyHandshake legacyHandshake) throws Exception
- Throws:
Exception
-
handle
public void handle(SetCompression setCompression) throws Exception
- Throws:
Exception
-
handle
public void handle(LoginPayloadRequest request) throws Exception
- Throws:
Exception
-
handle
public void handle(LoginPayloadResponse response) throws Exception
- Throws:
Exception
-
handle
public void handle(EntityStatus status) throws Exception
- Throws:
Exception
-
handle
public void handle(ViewDistance viewDistance) throws Exception
- Throws:
Exception
-
handle
public void handle(ServerData serverData) throws Exception
- Throws:
Exception
-
handle
public void handle(EntityEffect entityEffect) throws Exception
- Throws:
Exception
-
handle
public void handle(EntityRemoveEffect removeEffect) throws Exception
- Throws:
Exception
-
-