Bukkit  1.4.7-R1.0
 All Classes Namespaces Files Functions Variables Enumerator Pages
CommandExecutor.java
Go to the documentation of this file.
1 package org.bukkit.command;
2 
6 public interface CommandExecutor {
7 
17  public boolean onCommand(CommandSender sender, Command command, String label, String[] args);
18 }