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 blockball-sponge-plugin-6.22.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.shynixn.blockball.sponge.logic.business.extension
├─ com.github.shynixn.blockball.sponge.logic.business.extension.ExtensionMethodsKt.class - [JAR]
com.github.shynixn.blockball.sponge
├─ com.github.shynixn.blockball.sponge.BlockBallDependencyInjectionBinder.class - [JAR]
├─ com.github.shynixn.blockball.sponge.BlockBallPlugin.class - [JAR]
com.github.shynixn.blockball.sponge.logic.business.dependency
├─ com.github.shynixn.blockball.sponge.logic.business.dependency.Metrics.class - [JAR]
├─ com.github.shynixn.blockball.sponge.logic.business.dependency.Metrics2.class - [JAR]
com.github.shynixn.blockball.sponge.logic.business.listener
├─ com.github.shynixn.blockball.sponge.logic.business.listener.DoubleJumpListener.class - [JAR]
com.github.shynixn.blockball.sponge.logic.business.service
├─ com.github.shynixn.blockball.sponge.logic.business.service.ConcurrencyServiceImpl.class - [JAR]
├─ com.github.shynixn.blockball.sponge.logic.business.service.ScoreboardServiceImpl.class - [JAR]
├─ com.github.shynixn.blockball.sponge.logic.business.service.YamlServiceImpl.class - [JAR]