minny.zephyrus.items
Class BlinkPearl
java.lang.Object
minny.zephyrus.utils.ItemUtil
minny.zephyrus.items.CustomItem
minny.zephyrus.items.BlinkPearl
- All Implemented Interfaces:
- org.bukkit.event.Listener
public class BlinkPearl
- extends CustomItem
Zephyrus
- Author:
- minnymin3
|
Method Summary |
void |
blink(org.bukkit.event.player.PlayerInteractEvent e)
|
void |
createItem(org.bukkit.inventory.ItemStack i)
|
org.bukkit.inventory.ItemStack |
item()
|
int |
maxLevel()
|
java.lang.String |
name()
|
void |
onCraftHandle(org.bukkit.event.inventory.PrepareItemCraftEvent e)
|
org.bukkit.inventory.Recipe |
recipe()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlinkPearl
public BlinkPearl(Zephyrus plugin)
name
public java.lang.String name()
- Specified by:
name in class CustomItem
item
public org.bukkit.inventory.ItemStack item()
- Specified by:
item in class CustomItem
createItem
public void createItem(org.bukkit.inventory.ItemStack i)
- Specified by:
createItem in class CustomItem
recipe
public org.bukkit.inventory.Recipe recipe()
- Specified by:
recipe in class CustomItem
maxLevel
public int maxLevel()
- Overrides:
maxLevel in class CustomItem
blink
public void blink(org.bukkit.event.player.PlayerInteractEvent e)
throws java.lang.Exception
- Throws:
java.lang.Exception
onCraftHandle
public void onCraftHandle(org.bukkit.event.inventory.PrepareItemCraftEvent e)