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 minecraft-fast-command-spigot-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
team.idealstate.minecraft.spigot.fastcommand.argument
├─ team.idealstate.minecraft.spigot.fastcommand.argument.BukkitAcceptorUtils.class - [JAR]
team.idealstate.minecraft.spigot.fastcommand
├─ team.idealstate.minecraft.spigot.fastcommand.FastCommand.class - [JAR]
team.idealstate.minecraft.spigot.fastcommand.intercept
├─ team.idealstate.minecraft.spigot.fastcommand.intercept.BukkitInterceptorUtils.class - [JAR]
team.idealstate.minecraft.spigot.fastcommand.argument.impl
├─ team.idealstate.minecraft.spigot.fastcommand.argument.impl.IsOfflinePlayer.class - [JAR]
├─ team.idealstate.minecraft.spigot.fastcommand.argument.impl.IsOnlinePlayer.class - [JAR]
team.idealstate.minecraft.spigot.fastcommand.example.impl
├─ team.idealstate.minecraft.spigot.fastcommand.example.impl.OfflinePlayersExampleProvider.class - [JAR]
├─ team.idealstate.minecraft.spigot.fastcommand.example.impl.OnlinePlayersExampleProvider.class - [JAR]
team.idealstate.minecraft.spigot.fastcommand.example
├─ team.idealstate.minecraft.spigot.fastcommand.example.BukkitExampleUtils.class - [JAR]
team.idealstate.minecraft.spigot.fastcommand.intercept.impl
├─ team.idealstate.minecraft.spigot.fastcommand.intercept.impl.IsOp.class - [JAR]
├─ team.idealstate.minecraft.spigot.fastcommand.intercept.impl.IsOpPlayer.class - [JAR]
├─ team.idealstate.minecraft.spigot.fastcommand.intercept.impl.IsPlayer.class - [JAR]