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 s2mc-client-impl_3-0.2.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.kory33.s2mctest.impl.client.api
├─ io.github.kory33.s2mctest.impl.client.api.MoveClient.class - [JAR]
io.github.kory33.s2mctest.impl.clientpool
├─ io.github.kory33.s2mctest.impl.clientpool.ClientInitializationImpl.class - [JAR]
io.github.kory33.s2mctest.impl.client.abstraction
├─ io.github.kory33.s2mctest.impl.client.abstraction.DisconnectAbstraction.class - [JAR]
├─ io.github.kory33.s2mctest.impl.client.abstraction.KeepAliveAbstraction.class - [JAR]
├─ io.github.kory33.s2mctest.impl.client.abstraction.PlayerPositionAbstraction.class - [JAR]
├─ io.github.kory33.s2mctest.impl.client.abstraction.TimeUpdateAbstraction.class - [JAR]