jar

org.slimecraft : Bedrock

Maven & Gradle

Apr 16, 2024

Bedrock · This is a library that simplifies the process of Minecraft plugin creation with the Paper API for the latest versions.

Table Of Contents

Latest Version

Download org.slimecraft : Bedrock JAR file - Latest Versions:

All Versions

Download org.slimecraft : Bedrock JAR file - All Versions:

Version Vulnerabilities Size Updated
1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]

Advertisement