jar

com.github.muuknl : fluidcommand

Maven & Gradle

Dec 22, 2015

FluidCommand · A bukkit command library made to ease the usage of subcommands.

Table Of Contents

Latest Version

Download com.github.muuknl : fluidcommand JAR file - Latest Versions:

All Versions

Download com.github.muuknl : fluidcommand JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
0.1.x

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 fluidcommand-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.muukrls.fluidcommand.command

├─ com.muukrls.fluidcommand.command.CommandParent.class - [JAR]

├─ com.muukrls.fluidcommand.command.ICommand.class - [JAR]

├─ com.muukrls.fluidcommand.command.ICommandHandler.class - [JAR]

com.muukrls.fluidcommand.util

├─ com.muukrls.fluidcommand.util.CommandContext.class - [JAR]

├─ com.muukrls.fluidcommand.util.MessagePrinter.class - [JAR]

com.muukrls.fluidcommand.exception

├─ com.muukrls.fluidcommand.exception.CommandException.class - [JAR]

├─ com.muukrls.fluidcommand.exception.PermissionException.class - [JAR]

├─ com.muukrls.fluidcommand.exception.UsageException.class - [JAR]

com.muukrls.fluidcommand

├─ com.muukrls.fluidcommand.CommandManager.class - [JAR]