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 game-box-1.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.tvd12.gamebox.constant
├─ com.tvd12.gamebox.constant.Commands.class - [JAR]
├─ com.tvd12.gamebox.constant.IPlayerRole.class - [JAR]
├─ com.tvd12.gamebox.constant.IPlayerStatus.class - [JAR]
├─ com.tvd12.gamebox.constant.IRoomStatus.class - [JAR]
├─ com.tvd12.gamebox.constant.PlayerRole.class - [JAR]
├─ com.tvd12.gamebox.constant.PlayerStatus.class - [JAR]
├─ com.tvd12.gamebox.constant.RoomStatus.class - [JAR]
com.tvd12.gamebox.entity
├─ com.tvd12.gamebox.entity.LocatedPlayer.class - [JAR]
├─ com.tvd12.gamebox.entity.LocatedRoom.class - [JAR]
├─ com.tvd12.gamebox.entity.MMOGridRoom.class - [JAR]
├─ com.tvd12.gamebox.entity.MMOOcTreeRoom.class - [JAR]
├─ com.tvd12.gamebox.entity.MMOPlayer.class - [JAR]
├─ com.tvd12.gamebox.entity.MMORoom.class - [JAR]
├─ com.tvd12.gamebox.entity.MMORoomGroup.class - [JAR]
├─ com.tvd12.gamebox.entity.MMOVirtualWorld.class - [JAR]
├─ com.tvd12.gamebox.entity.NormalRoom.class - [JAR]
├─ com.tvd12.gamebox.entity.Player.class - [JAR]
├─ com.tvd12.gamebox.entity.PositionAware.class - [JAR]
├─ com.tvd12.gamebox.entity.Room.class - [JAR]
com.tvd12.gamebox.exception
├─ com.tvd12.gamebox.exception.LocationNotAvailableException.class - [JAR]
├─ com.tvd12.gamebox.exception.MaxPlayerException.class - [JAR]
├─ com.tvd12.gamebox.exception.MaxRoomException.class - [JAR]
├─ com.tvd12.gamebox.exception.NoSlotException.class - [JAR]
├─ com.tvd12.gamebox.exception.PlayerExistsException.class - [JAR]
├─ com.tvd12.gamebox.exception.PlayerNotExistsException.class - [JAR]
├─ com.tvd12.gamebox.exception.RoomExistsException.class - [JAR]
├─ com.tvd12.gamebox.exception.RoomNotExistsException.class - [JAR]
com.tvd12.gamebox.octree
├─ com.tvd12.gamebox.octree.OcTree.class - [JAR]
├─ com.tvd12.gamebox.octree.OcTreeNode.class - [JAR]
├─ com.tvd12.gamebox.octree.SynchronizedOcTree.class - [JAR]
com.tvd12.gamebox.handler
├─ com.tvd12.gamebox.handler.MMORoomUpdatedHandler.class - [JAR]
├─ com.tvd12.gamebox.handler.SyncPositionRoomUpdatedHandler.class - [JAR]
com.tvd12.gamebox.math
├─ com.tvd12.gamebox.math.Bounds.class - [JAR]
├─ com.tvd12.gamebox.math.Numbers.class - [JAR]
├─ com.tvd12.gamebox.math.Rect.class - [JAR]
├─ com.tvd12.gamebox.math.Vec2.class - [JAR]
├─ com.tvd12.gamebox.math.Vec3.class - [JAR]
com.tvd12.gamebox.manager
├─ com.tvd12.gamebox.manager.AbstractPlayerManager.class - [JAR]
├─ com.tvd12.gamebox.manager.AbstractRoomManager.class - [JAR]
├─ com.tvd12.gamebox.manager.DefaultLocatedPlayerManager.class - [JAR]
├─ com.tvd12.gamebox.manager.DefaultPlayerManager.class - [JAR]
├─ com.tvd12.gamebox.manager.DefaultRoomManager.class - [JAR]
├─ com.tvd12.gamebox.manager.LocatedPlayerManager.class - [JAR]
├─ com.tvd12.gamebox.manager.PlayerManager.class - [JAR]
├─ com.tvd12.gamebox.manager.RoomManager.class - [JAR]
├─ com.tvd12.gamebox.manager.SimplePlayerManager.class - [JAR]
├─ com.tvd12.gamebox.manager.SimpleRoomManager.class - [JAR]
├─ com.tvd12.gamebox.manager.SynchronizedPlayerManager.class - [JAR]
├─ com.tvd12.gamebox.manager.SynchronizedRoomManager.class - [JAR]