Module: Bukkit::Server::Commands
- Included in:
- Bukkit::Server
- Defined in:
- lib/bukkit/server/commands.rb
Instance Method Summary collapse
- #command_aliases ⇒ Object (also: #getCommandAliases)
- #dispatch_command(sender, command_line) ⇒ Object (also: #dispatchCommand)
- #help_map ⇒ Object (also: #getHelpMap)
- #plugin_command(name) ⇒ Object (also: #getPluginCommand)
Instance Method Details
#command_aliases ⇒ Object 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_map ⇒ Object 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 |