minny.zephyrus.commands
Class Mana

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

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

Zephyrus

Author:
minnymin3

Constructor Summary
Mana(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

Mana

public Mana(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