JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
C
E
F
G
H
I
M
O
P
S
T
C
check(String[])
- Method in class com.moomoohk.MooCommands.
Command
The method that checks the validity of a parameters String array for this command.
You should never really have to explicitly call this method.
check(String[])
- Method in class com.moomoohk.MooCommands.example.
HelpCommand
checkAndExecute(String[])
- Method in class com.moomoohk.MooCommands.
Command
This method will check the validity of the parameters and execute it if the check is successful.
com.moomoohk.MooCommands
- package com.moomoohk.MooCommands
/**
com.moomoohk.MooCommands.example
- package com.moomoohk.MooCommands.example
Command
- Class in
com.moomoohk.MooCommands
This abstract class represents an executable command.
Command()
- Constructor for class com.moomoohk.MooCommands.
Command
Creates a new
Command
object and adds it to the
CommandsManager
list.
commands
- Static variable in class com.moomoohk.MooCommands.
CommandsManager
CommandsManager
- Class in
com.moomoohk.MooCommands
This class manages all the
Command
s created.
CommandsManager()
- Constructor for class com.moomoohk.MooCommands.
CommandsManager
A
C
E
F
G
H
I
M
O
P
S
T
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes