A B D I J N O P R S U 
All Classes All Packages

A

allowConsole() - Method in class jss.commandapi.SubCommand
Checks if the subcommand can be executed from the console.

B

BaseCommand - Class in jss.commandapi
 
BaseCommand() - Constructor for class jss.commandapi.BaseCommand
 

D

disabledMessage() - Method in class jss.commandapi.SubCommand
Gets the disabled message for the subcommand.

I

isEnabled() - Method in class jss.commandapi.SubCommand
Checks if the subcommand is enabled.

J

jss.commandapi - package jss.commandapi
 

N

name() - Method in class jss.commandapi.SubCommand
Gets the name of the subcommand.
name(String) - Method in class jss.commandapi.BaseCommand
 

O

onCommand(CommandSender, Command, String, String[]) - Method in class jss.commandapi.BaseCommand
 
onCommand(CommandSender, String[]) - Method in class jss.commandapi.SubCommand
Executes the subcommand.
onTabComplete(CommandSender, Command, String, String[]) - Method in class jss.commandapi.BaseCommand
 

P

permission() - Method in class jss.commandapi.SubCommand
Gets the permission required to execute the subcommand.

R

requiresPermission() - Method in class jss.commandapi.SubCommand
Checks if the subcommand requires permission to be executed.

S

setTabHelper(List<String>, String) - Static method in class jss.commandapi.Utils
Filters a list of options and returns a new list containing only elements that start with the given prefix (`lastArgs`), ignoring case differences.
setTabHelper_old(List<String>, String) - Static method in class jss.commandapi.Utils
 
SubCommand - Class in jss.commandapi
Represents a subcommand that can be executed within a custom command.
SubCommand() - Constructor for class jss.commandapi.SubCommand
 

U

Utils - Class in jss.commandapi
 
Utils() - Constructor for class jss.commandapi.Utils
 
A B D I J N O P R S U 
All Classes All Packages