View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window bukkit-nms-api-1.0.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.shynixn.packet.api.bukkit.packet
├─ com.github.shynixn.packet.api.bukkit.packet.PacketOutEntityDestroy.class - [JAR]
├─ com.github.shynixn.packet.api.bukkit.packet.PacketOutEntityEquipment.class - [JAR]
├─ com.github.shynixn.packet.api.bukkit.packet.PacketOutEntityMetadata.class - [JAR]
├─ com.github.shynixn.packet.api.bukkit.packet.PacketOutEntitySpawn.class - [JAR]
├─ com.github.shynixn.packet.api.bukkit.packet.PacketOutEntityTeleport.class - [JAR]
├─ com.github.shynixn.packet.api.bukkit.packet.PacketOutEntityVelocity.class - [JAR]
com.github.shynixn.packet.api.bukkit
├─ com.github.shynixn.packet.api.bukkit.ArmorSlotType.class - [JAR]
├─ com.github.shynixn.packet.api.bukkit.EntityType.class - [JAR]
├─ com.github.shynixn.packet.api.bukkit.Packet.class - [JAR]
├─ com.github.shynixn.packet.api.bukkit.PacketInType.class - [JAR]
├─ com.github.shynixn.packet.api.bukkit.PacketSendHandler.class - [JAR]
├─ com.github.shynixn.packet.api.bukkit.Version.class - [JAR]