jar

net.md-5 : bungeecord-protocol

Maven & Gradle

Aug 06, 2023
1 usages
1.1k stars

BungeeCord-Protocol · Minimal implementation of the Minecraft protocol for use in BungeeCord

Table Of Contents

Latest Version

Download net.md-5 : bungeecord-protocol JAR file - Latest Versions:

All Versions

Download net.md-5 : bungeecord-protocol JAR file - All Versions:

Version Vulnerabilities Size Updated
1.20
1.16

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window bungeecord-protocol-1.20-R0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.md_5.bungee.protocol

├─ net.md_5.bungee.protocol.AbstractPacketHandler.class - [JAR]

├─ net.md_5.bungee.protocol.BadPacketException.class - [JAR]

├─ net.md_5.bungee.protocol.ChatChain.class - [JAR]

├─ net.md_5.bungee.protocol.DefinedPacket.class - [JAR]

├─ net.md_5.bungee.protocol.KickStringWriter.class - [JAR]

├─ net.md_5.bungee.protocol.LegacyDecoder.class - [JAR]

├─ net.md_5.bungee.protocol.Location.class - [JAR]

├─ net.md_5.bungee.protocol.MinecraftDecoder.class - [JAR]

├─ net.md_5.bungee.protocol.MinecraftEncoder.class - [JAR]

├─ net.md_5.bungee.protocol.OverflowPacketException.class - [JAR]

├─ net.md_5.bungee.protocol.PacketWrapper.class - [JAR]

├─ net.md_5.bungee.protocol.PlayerPublicKey.class - [JAR]

├─ net.md_5.bungee.protocol.Property.class - [JAR]

├─ net.md_5.bungee.protocol.Protocol.class - [JAR]

├─ net.md_5.bungee.protocol.ProtocolConstants.class - [JAR]

├─ net.md_5.bungee.protocol.SeenMessages.class - [JAR]

├─ net.md_5.bungee.protocol.Varint21FrameDecoder.class - [JAR]

├─ net.md_5.bungee.protocol.Varint21LengthFieldExtraBufPrepender.class - [JAR]

├─ net.md_5.bungee.protocol.Varint21LengthFieldPrepender.class - [JAR]

net.md_5.bungee.protocol.packet

├─ net.md_5.bungee.protocol.packet.BossBar.class - [JAR]

├─ net.md_5.bungee.protocol.packet.Chat.class - [JAR]

├─ net.md_5.bungee.protocol.packet.ClearTitles.class - [JAR]

├─ net.md_5.bungee.protocol.packet.ClientChat.class - [JAR]

├─ net.md_5.bungee.protocol.packet.ClientCommand.class - [JAR]

├─ net.md_5.bungee.protocol.packet.ClientSettings.class - [JAR]

├─ net.md_5.bungee.protocol.packet.ClientStatus.class - [JAR]

├─ net.md_5.bungee.protocol.packet.Commands.class - [JAR]

├─ net.md_5.bungee.protocol.packet.EncryptionRequest.class - [JAR]

├─ net.md_5.bungee.protocol.packet.EncryptionResponse.class - [JAR]

├─ net.md_5.bungee.protocol.packet.EntityStatus.class - [JAR]

├─ net.md_5.bungee.protocol.packet.GameState.class - [JAR]

├─ net.md_5.bungee.protocol.packet.Handshake.class - [JAR]

├─ net.md_5.bungee.protocol.packet.KeepAlive.class - [JAR]

├─ net.md_5.bungee.protocol.packet.Kick.class - [JAR]

├─ net.md_5.bungee.protocol.packet.LegacyHandshake.class - [JAR]

├─ net.md_5.bungee.protocol.packet.LegacyPing.class - [JAR]

├─ net.md_5.bungee.protocol.packet.Login.class - [JAR]

├─ net.md_5.bungee.protocol.packet.LoginPayloadRequest.class - [JAR]

├─ net.md_5.bungee.protocol.packet.LoginPayloadResponse.class - [JAR]

├─ net.md_5.bungee.protocol.packet.LoginRequest.class - [JAR]

├─ net.md_5.bungee.protocol.packet.LoginSuccess.class - [JAR]

├─ net.md_5.bungee.protocol.packet.PingPacket.class - [JAR]

├─ net.md_5.bungee.protocol.packet.PlayerListHeaderFooter.class - [JAR]

├─ net.md_5.bungee.protocol.packet.PlayerListItem.class - [JAR]

├─ net.md_5.bungee.protocol.packet.PlayerListItemRemove.class - [JAR]

├─ net.md_5.bungee.protocol.packet.PlayerListItemUpdate.class - [JAR]

├─ net.md_5.bungee.protocol.packet.PluginMessage.class - [JAR]

├─ net.md_5.bungee.protocol.packet.Respawn.class - [JAR]

├─ net.md_5.bungee.protocol.packet.ScoreboardDisplay.class - [JAR]

├─ net.md_5.bungee.protocol.packet.ScoreboardObjective.class - [JAR]

├─ net.md_5.bungee.protocol.packet.ScoreboardScore.class - [JAR]

├─ net.md_5.bungee.protocol.packet.ServerData.class - [JAR]

├─ net.md_5.bungee.protocol.packet.SetCompression.class - [JAR]

├─ net.md_5.bungee.protocol.packet.StatusRequest.class - [JAR]

├─ net.md_5.bungee.protocol.packet.StatusResponse.class - [JAR]

├─ net.md_5.bungee.protocol.packet.Subtitle.class - [JAR]

├─ net.md_5.bungee.protocol.packet.SystemChat.class - [JAR]

├─ net.md_5.bungee.protocol.packet.TabCompleteRequest.class - [JAR]

├─ net.md_5.bungee.protocol.packet.TabCompleteResponse.class - [JAR]

├─ net.md_5.bungee.protocol.packet.Team.class - [JAR]

├─ net.md_5.bungee.protocol.packet.Title.class - [JAR]

├─ net.md_5.bungee.protocol.packet.TitleTimes.class - [JAR]

├─ net.md_5.bungee.protocol.packet.ViewDistance.class - [JAR]

Advertisement

Dependencies from Group

Aug 06, 2023
43 usages
1.1k stars
Apr 21, 2023
7 usages
176 stars
Aug 06, 2023
7 usages
1.1k stars
Aug 06, 2023
2 usages
1.1k stars
Aug 06, 2023
1 usages
1.1k stars

Discover Dependencies

Jul 15, 2022
2 usages
250 stars
Feb 20, 2012
3 usages
Sep 17, 2021
10 usages
Sep 24, 2021
2 usages
8.7k stars
Dec 14, 2019
1 usages
104 stars
Jul 04, 2023
4 usages
101 stars
Nov 18, 2022
6 usages