jar

com.jdersen.jcommandlib : jcommandlib-api

Maven & Gradle

Jan 03, 2016

JCommandLib-API · Provides a platform to create JCommands in Bukkit and Bungee.

Table Of Contents

Latest Version

Download com.jdersen.jcommandlib : jcommandlib-api JAR file - Latest Versions:

All Versions

Download com.jdersen.jcommandlib : jcommandlib-api JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.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 jcommandlib-api-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.jdersen.jcommandlib.api.requirement

├─ com.jdersen.jcommandlib.api.requirement.AbstractRequirement.class - [JAR]

├─ com.jdersen.jcommandlib.api.requirement.Requirement.class - [JAR]

com.jdersen.jcommandlib.api.engine

├─ com.jdersen.jcommandlib.api.engine.Engine.class - [JAR]

com.jdersen.jcommandlib.api.requirement.checks

├─ com.jdersen.jcommandlib.api.requirement.checks.RequirementHasPermission.class - [JAR]

├─ com.jdersen.jcommandlib.api.requirement.checks.RequirementIs.class - [JAR]

├─ com.jdersen.jcommandlib.api.requirement.checks.RequirementIsConsole.class - [JAR]

├─ com.jdersen.jcommandlib.api.requirement.checks.RequirementIsNotConsole.class - [JAR]

├─ com.jdersen.jcommandlib.api.requirement.checks.RequirementIsNotPlayer.class - [JAR]

├─ com.jdersen.jcommandlib.api.requirement.checks.RequirementIsPlayer.class - [JAR]

com.jdersen.jcommandlib.api.sender

├─ com.jdersen.jcommandlib.api.sender.PlatformlessSender.class - [JAR]

com.jdersen.jcommandlib.api.parameter.types.collection

├─ com.jdersen.jcommandlib.api.parameter.types.collection.ParameterTypeStringList.class - [JAR]

com.jdersen.jcommandlib.api.parameter.types

├─ com.jdersen.jcommandlib.api.parameter.types.ParameterTypeString.class - [JAR]

com.jdersen.jcommandlib.api.parameter

├─ com.jdersen.jcommandlib.api.parameter.AbstractParameterType.class - [JAR]

├─ com.jdersen.jcommandlib.api.parameter.AbstractParameterTypeNumber.class - [JAR]

├─ com.jdersen.jcommandlib.api.parameter.Parameter.class - [JAR]

├─ com.jdersen.jcommandlib.api.parameter.ParameterType.class - [JAR]

com.jdersen.jcommandlib.api.parameter.types.primitive

├─ com.jdersen.jcommandlib.api.parameter.types.primitive.ParameterTypeBoolean.class - [JAR]

├─ com.jdersen.jcommandlib.api.parameter.types.primitive.ParameterTypeByte.class - [JAR]

├─ com.jdersen.jcommandlib.api.parameter.types.primitive.ParameterTypeChar.class - [JAR]

├─ com.jdersen.jcommandlib.api.parameter.types.primitive.ParameterTypeDouble.class - [JAR]

├─ com.jdersen.jcommandlib.api.parameter.types.primitive.ParameterTypeFloat.class - [JAR]

├─ com.jdersen.jcommandlib.api.parameter.types.primitive.ParameterTypeInteger.class - [JAR]

├─ com.jdersen.jcommandlib.api.parameter.types.primitive.ParameterTypeLong.class - [JAR]

├─ com.jdersen.jcommandlib.api.parameter.types.primitive.ParameterTypeShort.class - [JAR]

com.jdersen.jcommandlib.api.util

├─ com.jdersen.jcommandlib.api.util.PaginatedResult.class - [JAR]

├─ com.jdersen.jcommandlib.api.util.Predicate.class - [JAR]

├─ com.jdersen.jcommandlib.api.util.Reflection.class - [JAR]

├─ com.jdersen.jcommandlib.api.util.Text.class - [JAR]

com.jdersen.jcommandlib.api.command

├─ com.jdersen.jcommandlib.api.command.JCommand.class - [JAR]