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 cathedral-game-1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.fhkiel.ki.cathedral.ai
├─ de.fhkiel.ki.cathedral.ai.Agent.class - [JAR]
de.fhkiel.ki.cathedral.gui
├─ de.fhkiel.ki.cathedral.gui.AI.class - [JAR]
├─ de.fhkiel.ki.cathedral.gui.Base.class - [JAR]
├─ de.fhkiel.ki.cathedral.gui.BetterGlassPane.class - [JAR]
├─ de.fhkiel.ki.cathedral.gui.Board.class - [JAR]
├─ de.fhkiel.ki.cathedral.gui.CathedralGUI.class - [JAR]
├─ de.fhkiel.ki.cathedral.gui.Cell.class - [JAR]
├─ de.fhkiel.ki.cathedral.gui.Commandline.class - [JAR]
├─ de.fhkiel.ki.cathedral.gui.ControlDiscord.class - [JAR]
├─ de.fhkiel.ki.cathedral.gui.ControlGameProxy.class - [JAR]
├─ de.fhkiel.ki.cathedral.gui.GUIDiscord.class - [JAR]
├─ de.fhkiel.ki.cathedral.gui.Info.class - [JAR]
├─ de.fhkiel.ki.cathedral.gui.Log.class - [JAR]
├─ de.fhkiel.ki.cathedral.gui.Menu.class - [JAR]
├─ de.fhkiel.ki.cathedral.gui.Piece.class - [JAR]
├─ de.fhkiel.ki.cathedral.gui.Pieces.class - [JAR]
├─ de.fhkiel.ki.cathedral.gui.Player.class - [JAR]
├─ de.fhkiel.ki.cathedral.gui.Settings.class - [JAR]
├─ de.fhkiel.ki.cathedral.gui.Util.class - [JAR]
de.fhkiel.ki.cathedral.game
├─ de.fhkiel.ki.cathedral.game.Board.class - [JAR]
├─ de.fhkiel.ki.cathedral.game.Building.class - [JAR]
├─ de.fhkiel.ki.cathedral.game.Color.class - [JAR]
├─ de.fhkiel.ki.cathedral.game.Direction.class - [JAR]
├─ de.fhkiel.ki.cathedral.game.Game.class - [JAR]
├─ de.fhkiel.ki.cathedral.game.Placement.class - [JAR]
├─ de.fhkiel.ki.cathedral.game.Position.class - [JAR]
├─ de.fhkiel.ki.cathedral.game.Turn.class - [JAR]
├─ de.fhkiel.ki.cathedral.game.Turnable.class - [JAR]