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 framework-packet-wrapper-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
dev.framework.packet.wrapper.player
├─ dev.framework.packet.wrapper.player.WrappedPlayer.class - [JAR]
├─ dev.framework.packet.wrapper.player.WrappedPlayerInventory.class - [JAR]
dev.framework.packet.wrapper.packet.in
├─ dev.framework.packet.wrapper.packet.in.WrappedInWindowClickPacket.class - [JAR]
├─ dev.framework.packet.wrapper.packet.in.WrappedInWindowClosePacket.class - [JAR]
dev.framework.packet.wrapper.injector
├─ dev.framework.packet.wrapper.injector.AbstractPlayerInjector.class - [JAR]
├─ dev.framework.packet.wrapper.injector.Handler.class - [JAR]
├─ dev.framework.packet.wrapper.injector.InjectorChannelHandler.class - [JAR]
├─ dev.framework.packet.wrapper.injector.PacketAdapter.class - [JAR]
├─ dev.framework.packet.wrapper.injector.PacketManager.class - [JAR]
├─ dev.framework.packet.wrapper.injector.PlayerInjector.class - [JAR]
├─ dev.framework.packet.wrapper.injector.WrappedPlayerConnection.class - [JAR]
dev.framework.packet.wrapper.packet.bound
├─ dev.framework.packet.wrapper.packet.bound.InPacket.class - [JAR]
├─ dev.framework.packet.wrapper.packet.bound.OutPacket.class - [JAR]
dev.framework.packet.wrapper.packet.out
├─ dev.framework.packet.wrapper.packet.out.WrappedOutWindowClosePacket.class - [JAR]
├─ dev.framework.packet.wrapper.packet.out.WrappedOutWindowItemsPacket.class - [JAR]
├─ dev.framework.packet.wrapper.packet.out.WrappedOutWindowOpenPacket.class - [JAR]
├─ dev.framework.packet.wrapper.packet.out.WrappedOutWindowSetSlotPacket.class - [JAR]
dev.framework.packet.wrapper
├─ dev.framework.packet.wrapper.PacketWrapper.class - [JAR]
dev.framework.packet.wrapper.mapper
├─ dev.framework.packet.wrapper.mapper.PacketMapper.class - [JAR]
dev.framework.packet.wrapper.packet
├─ dev.framework.packet.wrapper.packet.WindowPacket.class - [JAR]
├─ dev.framework.packet.wrapper.packet.WrappedPacket.class - [JAR]