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 SquidFreezeCore-4.0.0-alpha3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.yellowstonegames.freeze.core
├─ com.github.yellowstonegames.freeze.core.DiceRuleSerializer.class - [JAR]
├─ com.github.yellowstonegames.freeze.core.GapShufflerSerializer.class - [JAR]
├─ com.github.yellowstonegames.freeze.core.IntShufflerSerializer.class - [JAR]
├─ com.github.yellowstonegames.freeze.core.InterpolatorSerializer.class - [JAR]
├─ com.github.yellowstonegames.freeze.core.ProbabilityTableSerializer.class - [JAR]
├─ com.github.yellowstonegames.freeze.core.WeightedTableSerializer.class - [JAR]