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 pacifista-server-box-client-1.5.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
fr.pacifista.api.server.box.client.clients
├─ fr.pacifista.api.server.box.client.clients.BoxClient.class - [JAR]
├─ fr.pacifista.api.server.box.client.clients.BoxImplClient.class - [JAR]
├─ fr.pacifista.api.server.box.client.clients.BoxRewardClient.class - [JAR]
├─ fr.pacifista.api.server.box.client.clients.BoxRewardImplClient.class - [JAR]
├─ fr.pacifista.api.server.box.client.clients.PlayerBoxClient.class - [JAR]
├─ fr.pacifista.api.server.box.client.clients.PlayerBoxImplClient.class - [JAR]
fr.pacifista.api.server.box.client.dtos
├─ fr.pacifista.api.server.box.client.dtos.BoxDTO.class - [JAR]
├─ fr.pacifista.api.server.box.client.dtos.BoxRewardDTO.class - [JAR]
├─ fr.pacifista.api.server.box.client.dtos.PlayerBoxDTO.class - [JAR]