me.se1by.TeleSocial
Class MyPluginCommandExecutor

java.lang.Object
  extended by me.se1by.TeleSocial.MyPluginCommandExecutor
All Implemented Interfaces:
org.bukkit.command.CommandExecutor

public class MyPluginCommandExecutor
extends Object
implements org.bukkit.command.CommandExecutor


Constructor Summary
MyPluginCommandExecutor(telesocial telesocial)
           
 
Method Summary
 boolean onCommand(org.bukkit.command.CommandSender sender, org.bukkit.command.Command command, String label, String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyPluginCommandExecutor

public MyPluginCommandExecutor(telesocial telesocial)
Method Detail

onCommand

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