Johni0702 / ProtocolGen

Generate Java Classes for the Minecraft Protocol from json [No Maintenance Intended]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reads the json protocol info (currently from here) and turns it into java source files.

To convert json to Java run ./gradlew genPacketSource. To compile the generated files into a jar file run ./gradlew build.

Uses OpenNBT for parsing of ItemStack NBT data.

About

Generate Java Classes for the Minecraft Protocol from json [No Maintenance Intended]


Languages

Language:Java 60.7%Language:Groovy 39.3%