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 testing-1.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.minestom.testing
├─ net.minestom.testing.Collector.class - [JAR]
├─ net.minestom.testing.Env.class - [JAR]
├─ net.minestom.testing.EnvImpl.class - [JAR]
├─ net.minestom.testing.EnvTest.class - [JAR]
├─ net.minestom.testing.FlexibleListener.class - [JAR]
├─ net.minestom.testing.TestConnection.class - [JAR]
├─ net.minestom.testing.TestConnectionImpl.class - [JAR]
├─ net.minestom.testing.TestUtils.class - [JAR]