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 voting-reward-provider-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.unafraid.votingreward.interfaceprovider.api
├─ com.github.unafraid.votingreward.interfaceprovider.api.IOnVoicedCommandHandler.class - [JAR]
├─ com.github.unafraid.votingreward.interfaceprovider.api.IPlayerInstance.class - [JAR]
com.github.unafraid.votingreward.interfaceprovider.model
├─ com.github.unafraid.votingreward.interfaceprovider.model.RewardItemHolder.class - [JAR]
com.github.unafraid.votingreward.interfaceprovider
├─ com.github.unafraid.votingreward.interfaceprovider.IVotingRewardInterface.class - [JAR]
├─ com.github.unafraid.votingreward.interfaceprovider.IVotingRewardInterfaceProvider.class - [JAR]