me.mjolnir.mineconomy.internal.commands
Class ChatExecutor

java.lang.Object
  extended by me.mjolnir.mineconomy.internal.commands.ChatExecutor
All Implemented Interfaces:
org.bukkit.command.CommandExecutor

public class ChatExecutor
extends java.lang.Object
implements org.bukkit.command.CommandExecutor

Handles commands given to MineConomy.

Author:
MjolnirCommando

Constructor Summary
ChatExecutor(MineConomy plugin)
          Creates new MCCommandExecutor object.
 
Method Summary
 boolean onCommand(org.bukkit.command.CommandSender sender, org.bukkit.command.Command command, java.lang.String label, java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChatExecutor

public ChatExecutor(MineConomy plugin)
Creates new MCCommandExecutor object.

Parameters:
plugin -
Method Detail

onCommand

public boolean onCommand(org.bukkit.command.CommandSender sender,
                         org.bukkit.command.Command command,
                         java.lang.String label,
                         java.lang.String[] args)
Specified by:
onCommand in interface org.bukkit.command.CommandExecutor