jar

io.github.maxwainer : framework-packet-wrapper

Maven & Gradle

Mar 22, 2022
1 stars

framework · Simple framework for developing minecraft plugins

Table Of Contents

Latest Version

Download io.github.maxwainer : framework-packet-wrapper JAR file - Latest Versions:

All Versions

Download io.github.maxwainer : framework-packet-wrapper JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

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 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]