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 bgw-net-common-0.8.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
tools.aqua.bgw.net.common.response
├─ tools.aqua.bgw.net.common.response.CreateGameResponse.class - [JAR]
├─ tools.aqua.bgw.net.common.response.CreateGameResponseStatus.class - [JAR]
├─ tools.aqua.bgw.net.common.response.GameActionResponse.class - [JAR]
├─ tools.aqua.bgw.net.common.response.GameActionResponseStatus.class - [JAR]
├─ tools.aqua.bgw.net.common.response.JoinGameResponse.class - [JAR]
├─ tools.aqua.bgw.net.common.response.JoinGameResponseStatus.class - [JAR]
├─ tools.aqua.bgw.net.common.response.LeaveGameResponse.class - [JAR]
├─ tools.aqua.bgw.net.common.response.LeaveGameResponseStatus.class - [JAR]
├─ tools.aqua.bgw.net.common.response.Response.class - [JAR]
├─ tools.aqua.bgw.net.common.response.SpectatorJoinGameResponse.class - [JAR]
tools.aqua.bgw.net.common.notification
├─ tools.aqua.bgw.net.common.notification.Notification.class - [JAR]
├─ tools.aqua.bgw.net.common.notification.PlayerJoinedNotification.class - [JAR]
├─ tools.aqua.bgw.net.common.notification.PlayerLeftNotification.class - [JAR]
├─ tools.aqua.bgw.net.common.notification.SpectatorJoinedNotification.class - [JAR]
├─ tools.aqua.bgw.net.common.notification.SpectatorLeftNotification.class - [JAR]
tools.aqua.bgw.net.common.annotations
├─ tools.aqua.bgw.net.common.annotations.GameActionClass.class - [JAR]
├─ tools.aqua.bgw.net.common.annotations.GameActionClassProcessor.class - [JAR]
├─ tools.aqua.bgw.net.common.annotations.GameActionReceiver.class - [JAR]
├─ tools.aqua.bgw.net.common.annotations.GameActionReceiverProcessor.class - [JAR]
tools.aqua.bgw.net.common.request
├─ tools.aqua.bgw.net.common.request.CreateGameMessage.class - [JAR]
├─ tools.aqua.bgw.net.common.request.JoinGameMessage.class - [JAR]
├─ tools.aqua.bgw.net.common.request.LeaveGameMessage.class - [JAR]
├─ tools.aqua.bgw.net.common.request.Request.class - [JAR]
├─ tools.aqua.bgw.net.common.request.SpectatorJoinGameMessage.class - [JAR]
tools.aqua.bgw.net.common.message
├─ tools.aqua.bgw.net.common.message.GameActionMessage.class - [JAR]
tools.aqua.bgw.net.common
├─ tools.aqua.bgw.net.common.ConstantsKt.class - [JAR]
├─ tools.aqua.bgw.net.common.GameAction.class - [JAR]
├─ tools.aqua.bgw.net.common.Message.class - [JAR]