minny.zephyrus.items
Class CustomItem

java.lang.Object
  extended by minny.zephyrus.utils.ItemUtil
      extended by minny.zephyrus.items.CustomItem
All Implemented Interfaces:
org.bukkit.event.Listener
Direct Known Subclasses:
BlinkPearl, GemOfLightning, HoeOfGrowth, LifeSuckSword, ManaPotion, RodOfFire, Wand

public abstract class CustomItem
extends ItemUtil
implements org.bukkit.event.Listener

Zephyrus

Author:
minnymin3

Field Summary
 
Fields inherited from class minny.zephyrus.utils.ItemUtil
plugin
 
Constructor Summary
CustomItem(Zephyrus plugin)
           
 
Method Summary
abstract  void createItem(org.bukkit.inventory.ItemStack i)
           
 boolean hasLevel()
           
abstract  org.bukkit.inventory.ItemStack item()
           
 int maxLevel()
           
abstract  java.lang.String name()
           
abstract  org.bukkit.inventory.Recipe recipe()
           
 int reqLevel()
           
 
Methods inherited from class minny.zephyrus.utils.ItemUtil
checkName, delay, delayFromLevel, enchantLevel, getItemLevel, setCustomEnchantment, setGlow, setItemLevel, setItemName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomItem

public CustomItem(Zephyrus plugin)
Method Detail

name

public abstract java.lang.String name()

item

public abstract org.bukkit.inventory.ItemStack item()

createItem

public abstract void createItem(org.bukkit.inventory.ItemStack i)

recipe

public abstract org.bukkit.inventory.Recipe recipe()

hasLevel

public boolean hasLevel()

maxLevel

public int maxLevel()

reqLevel

public int reqLevel()