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 vox-parser-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.tommyettinger.voxparser
├─ com.github.tommyettinger.voxparser.AbstractChunk.class - [JAR]
├─ com.github.tommyettinger.voxparser.GroupChunk.class - [JAR]
├─ com.github.tommyettinger.voxparser.LittleEndianDataInputStream.class - [JAR]
├─ com.github.tommyettinger.voxparser.ShapeChunk.class - [JAR]
├─ com.github.tommyettinger.voxparser.ShapeModel.class - [JAR]
├─ com.github.tommyettinger.voxparser.Tools3D.class - [JAR]
├─ com.github.tommyettinger.voxparser.TransformChunk.class - [JAR]
├─ com.github.tommyettinger.voxparser.VoxMaterial.class - [JAR]
├─ com.github.tommyettinger.voxparser.VoxModel.class - [JAR]
├─ com.github.tommyettinger.voxparser.VoxParser.class - [JAR]