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 phat-env-1.0.11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
phat.world.weather
├─ phat.world.weather.ParticuleRain.class - [JAR]
phat.environment
├─ phat.environment.SpatialEnvironmentAPI.class - [JAR]
├─ phat.environment.TestSpatialEnvironmentAPI.class - [JAR]
phat.structures.houses.commands
├─ phat.structures.houses.commands.CreateHouseCommand.class - [JAR]
├─ phat.structures.houses.commands.DebugShowHouseNavMeshCommand.class - [JAR]
├─ phat.structures.houses.commands.SetTransparentLevelOfWallsCommand.class - [JAR]
├─ phat.structures.houses.commands.ShowAllLabelsOfScenario.class - [JAR]
├─ phat.structures.houses.commands.SwitchLightOfRoomCommand.class - [JAR]
├─ phat.structures.houses.commands.UpdateDateTimeCommand.class - [JAR]
phat.structures.houses.commands.test
├─ phat.structures.houses.commands.test.SSAOUI.class - [JAR]
├─ phat.structures.houses.commands.test.TestLights.class - [JAR]
phat.world
├─ phat.world.MonitorEventQueue.class - [JAR]
├─ phat.world.MonitorEventQueueImp.class - [JAR]
├─ phat.world.PHATCalendar.class - [JAR]
├─ phat.world.RemotePHATEvent.class - [JAR]
├─ phat.world.TestWorld.class - [JAR]
├─ phat.world.WorldAppState.class - [JAR]
phat.structures.houses
├─ phat.structures.houses.House.class - [JAR]
├─ phat.structures.houses.HouseAppState.class - [JAR]
├─ phat.structures.houses.HouseFactory.class - [JAR]
├─ phat.structures.houses.TestHouse.class - [JAR]