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 nsx-wing-common-game-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.nsxwing.common.position.descriptor
├─ com.nsxwing.common.position.descriptor.Coordinate.class - [JAR]
├─ com.nsxwing.common.position.descriptor.Position.class - [JAR]
com.nsxwing.common.player.agent
├─ com.nsxwing.common.player.agent.PlayerAgent.class - [JAR]
com.nsxwing.common.position
├─ com.nsxwing.common.position.BankTurn.class - [JAR]
├─ com.nsxwing.common.position.Direction.class - [JAR]
├─ com.nsxwing.common.position.Forward.class - [JAR]
├─ com.nsxwing.common.position.Koiogran.class - [JAR]
├─ com.nsxwing.common.position.Maneuver.class - [JAR]
├─ com.nsxwing.common.position.ManeuverDifficulty.class - [JAR]
├─ com.nsxwing.common.position.Turn.class - [JAR]
com.nsxwing.common.gameplay.meta.dice
├─ com.nsxwing.common.gameplay.meta.dice.AttackDie.class - [JAR]
├─ com.nsxwing.common.gameplay.meta.dice.DiceResult.class - [JAR]
├─ com.nsxwing.common.gameplay.meta.dice.Die.class - [JAR]
├─ com.nsxwing.common.gameplay.meta.dice.EvadeDie.class - [JAR]
com.nsxwing.common.component.pilot
├─ com.nsxwing.common.component.pilot.Pilot.class - [JAR]
com.nsxwing.common.state
├─ com.nsxwing.common.state.CombatState.class - [JAR]
├─ com.nsxwing.common.state.GameState.class - [JAR]
├─ com.nsxwing.common.state.GameStateFactory.class - [JAR]
com.nsxwing.common.gameplay.action
├─ com.nsxwing.common.gameplay.action.Action.class - [JAR]
├─ com.nsxwing.common.gameplay.action.Focus.class - [JAR]
com.nsxwing.common.player
├─ com.nsxwing.common.player.Player.class - [JAR]
├─ com.nsxwing.common.player.PlayerIdentifier.class - [JAR]