minny.zephyrus.commands
Class SpellTomeCmd

java.lang.Object
  extended by minny.zephyrus.commands.ZephyrusCommand
      extended by minny.zephyrus.commands.SpellTomeCmd
All Implemented Interfaces:
org.bukkit.command.CommandExecutor

public class SpellTomeCmd
extends ZephyrusCommand
implements org.bukkit.command.CommandExecutor

Zephyrus

Author:
minnymin3

Constructor Summary
SpellTomeCmd(Zephyrus plugin)
           
 
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 minny.zephyrus.commands.ZephyrusCommand
hasPerm, inGameOnly, isOnline, isOp, needOp, notEnough, notOnline, tooMany
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpellTomeCmd

public SpellTomeCmd(Zephyrus 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