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 LibEx-1.1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
lex.world.gen.layer
├─ lex.world.gen.layer.GenLayerEx.class - [JAR]
lex.config
├─ lex.config.Config.class - [JAR]
├─ lex.config.ConfigFactory.class - [JAR]
lex.util
├─ lex.util.BlockStateUtils.class - [JAR]
├─ lex.util.JsonUtils.class - [JAR]
lex.world.biome
├─ lex.world.biome.WrappedBiome.class - [JAR]
├─ lex.world.biome.WrappedBiomeManager.class - [JAR]
lex
├─ lex.LibEx.class - [JAR]
lex.proxy
├─ lex.proxy.ClientProxy.class - [JAR]
├─ lex.proxy.IProxy.class - [JAR]
├─ lex.proxy.ServerProxy.class - [JAR]