Module: Bukkit::Server::Commands

Included in:
Bukkit::Server
Defined in:
lib/bukkit/server/commands.rb

Instance Method Summary collapse

Instance Method Details

#command_aliasesObject Also known as: getCommandAliases



16
# File 'lib/bukkit/server/commands.rb', line 16

def command_aliases; end

#dispatch_command(sender, command_line) ⇒ Object Also known as: dispatchCommand



10
# File 'lib/bukkit/server/commands.rb', line 10

def dispatch_command(sender, command_line); end

#help_mapObject Also known as: getHelpMap



13
# File 'lib/bukkit/server/commands.rb', line 13

def help_map; end

#plugin_command(name) ⇒ Object Also known as: getPluginCommand



7
# File 'lib/bukkit/server/commands.rb', line 7

def plugin_command(name); end