Index
All Classes and Interfaces|All Packages
B
- build() - Method in class me.hsgamer.hscore.bukkit.command.CommandBuilder
-
Build the final Command
C
- CommandBuilder - Class in me.hsgamer.hscore.bukkit.command
-
A simple Command builder with command executor, tab completer and more
- CommandManager - Class in me.hsgamer.hscore.bukkit.command
-
The command manager
- CommandManager(JavaPlugin) - Constructor for class me.hsgamer.hscore.bukkit.command.CommandManager
-
Create a new command manager
G
- getRegistered() - Method in class me.hsgamer.hscore.bukkit.command.CommandManager
-
Get registered commands
M
- me.hsgamer.hscore.bukkit.command - package me.hsgamer.hscore.bukkit.command
-
Contains the classes to work with commands (Without registering them via plugin.ymk)
N
- newCommand(String) - Static method in class me.hsgamer.hscore.bukkit.command.CommandBuilder
-
Create a new command builder
P
- plugin - Variable in class me.hsgamer.hscore.bukkit.command.CommandManager
R
- register(Command) - Method in class me.hsgamer.hscore.bukkit.command.CommandManager
-
Register the command
- registerCommandToCommandMap(String, Command) - Static method in class me.hsgamer.hscore.bukkit.command.CommandManager
-
Register the command to the command map
S
- setDescription(String) - Method in class me.hsgamer.hscore.bukkit.command.CommandBuilder
-
Set the description
- setExecutor(CommandExecutor) - Method in class me.hsgamer.hscore.bukkit.command.CommandBuilder
-
Set the command executor
- setPermission(String) - Method in class me.hsgamer.hscore.bukkit.command.CommandBuilder
-
Set the permission of the command
- setPermissionMessage(String) - Method in class me.hsgamer.hscore.bukkit.command.CommandBuilder
-
Set the message when the sender doesn't have the permission
- setPlayerMessage(String) - Method in class me.hsgamer.hscore.bukkit.command.CommandBuilder
-
Set the message when the sender is not a player
- setPlayerOnly() - Method in class me.hsgamer.hscore.bukkit.command.CommandBuilder
-
Enable player-only mode
- setTabCompleter(TabCompleter) - Method in class me.hsgamer.hscore.bukkit.command.CommandBuilder
-
Set the tab completer
- setUsage(String) - Method in class me.hsgamer.hscore.bukkit.command.CommandBuilder
-
Set the usage
- syncCommand() - Static method in class me.hsgamer.hscore.bukkit.command.CommandManager
-
Sync the commands to the server.
U
- unregister(String) - Method in class me.hsgamer.hscore.bukkit.command.CommandManager
-
Unregister the command
- unregister(Command) - Method in class me.hsgamer.hscore.bukkit.command.CommandManager
-
Unregister the command
- unregisterAll() - Method in class me.hsgamer.hscore.bukkit.command.CommandManager
-
Unregister all commands
- unregisterFromKnownCommands(Command) - Static method in class me.hsgamer.hscore.bukkit.command.CommandManager
-
Unregister a command from the known commands
All Classes and Interfaces|All Packages