public class Aa_checkcommandconflicts_runnable
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
Aa_checkcommandconflicts |
cccClassInstance
Instance of
Aa_checkcommandconflicts. |
| Constructor and Description |
|---|
Aa_checkcommandconflicts_runnable(org.bukkit.command.CommandSender sender,
java.lang.String[] args,
org.bukkit.plugin.Plugin aa)
Logic that checks commands for conflicts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
The logic behind checking command conflicts on the server.
|
public Aa_checkcommandconflicts cccClassInstance
Aa_checkcommandconflicts.
Used to cache and load cached messages once conflicting commands are loaded.public Aa_checkcommandconflicts_runnable(org.bukkit.command.CommandSender sender,
java.lang.String[] args,
org.bukkit.plugin.Plugin aa)
sender - The player who is calling this command.args - Any arguments passed to this command.aa - Instance of AdminAnything.