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 Bedrock-1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.slimecraft.bedrock.minecraft.test
├─ org.slimecraft.bedrock.minecraft.test.TestCommand.class - [JAR]
├─ org.slimecraft.bedrock.minecraft.test.TestScoreboardCommand.class - [JAR]
org.slimecraft.bedrock.minecraft.text
├─ org.slimecraft.bedrock.minecraft.text.BedrockText.class - [JAR]
org.slimecraft.bedrock.minecraft.game
├─ org.slimecraft.bedrock.minecraft.game.BedrockGameState.class - [JAR]
org.slimecraft.bedrock.minecraft.item
├─ org.slimecraft.bedrock.minecraft.item.BedrockItem.class - [JAR]
├─ org.slimecraft.bedrock.minecraft.item.BedrockItemBuilder.class - [JAR]
org.slimecraft.bedrock.minecraft.scoreboard
├─ org.slimecraft.bedrock.minecraft.scoreboard.BedrockScoreboard.class - [JAR]
├─ org.slimecraft.bedrock.minecraft.scoreboard.BedrockScoreboardBuilder.class - [JAR]
org.slimecraft.bedrock
├─ org.slimecraft.bedrock.Bedrock.class - [JAR]