minny.zephyrus.commands
Class LevelUpItem

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

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

Zephyrus

Author:
minnymin3

Constructor Summary
LevelUpItem(Zephyrus plugin)
           
 
Method Summary
 boolean onCommand(org.bukkit.command.CommandSender sender, org.bukkit.command.Command arg1, java.lang.String arg2, 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

LevelUpItem

public LevelUpItem(Zephyrus plugin)
Method Detail

onCommand

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