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 mathhammer-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.cogpunk.mathhammer
├─ com.cogpunk.mathhammer.AttackDamageProfile.class - [JAR]
├─ com.cogpunk.mathhammer.AttackDamageProfileCalculator.class - [JAR]
├─ com.cogpunk.mathhammer.AttackProfile.class - [JAR]
├─ com.cogpunk.mathhammer.AverageRollCalculator.class - [JAR]
├─ com.cogpunk.mathhammer.CombatantProfile.class - [JAR]
├─ com.cogpunk.mathhammer.CombatantProfileImpl.class - [JAR]
├─ com.cogpunk.mathhammer.DefenceProfile.class - [JAR]
├─ com.cogpunk.mathhammer.Dice.class - [JAR]
├─ com.cogpunk.mathhammer.FixedValue.class - [JAR]
├─ com.cogpunk.mathhammer.PointEffectiveness.class - [JAR]
├─ com.cogpunk.mathhammer.ReRoll.class - [JAR]
├─ com.cogpunk.mathhammer.SaveRoll.class - [JAR]
├─ com.cogpunk.mathhammer.SingleDiceRoll.class - [JAR]
├─ com.cogpunk.mathhammer.Statistics.class - [JAR]
├─ com.cogpunk.mathhammer.ToHitRoll.class - [JAR]
├─ com.cogpunk.mathhammer.ToWoundRoll.class - [JAR]