Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- call(CommandSender, Command, String, String[]) - Method in class me.ryun.plugintools.PluginCommands
-
Calls each
CommandExecutor.onCommand(CommandSender, Command, String, String[])by order and stops when one returns true, effectively prioritizing by order - callAll(CommandSender, Command, String, String[]) - Method in class me.ryun.plugintools.PluginCommands
-
Calls each
CommandExecutor.onCommand(CommandSender, Command, String, String[])by order without stopping - completeTab(CommandSender, Command, String, String[]) - Method in class me.ryun.plugintools.PluginCommands
-
Calls each
TabCompleter.onTabComplete(CommandSender, Command, String, String[])by order and stops when one returns values, effectively prioritizing by order - completeTabAll(CommandSender, Command, String, String[]) - Method in class me.ryun.plugintools.PluginCommands
-
Calls each
TabCompleter.onTabComplete(CommandSender, Command, String, String[])by order without stopping - CraftBukkitFinder - Class in me.ryun.plugintools
-
A class that scans the package names for an available CraftBukkit version with backward and forward compatibility
- CraftBukkitFinder() - Constructor for class me.ryun.plugintools.CraftBukkitFinder
- create() - Method in class me.ryun.plugintools.PluginEnvironment.Factory
-
Creates and sets the new
PluginEnvironmentinstance - create() - Method in class me.ryun.plugintools.PluginInfo.Factory
-
Creates and sets the new
PluginInfoinstance
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form