|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectminny.zephyrus.utils.ItemUtil
minny.zephyrus.items.CustomItem
minny.zephyrus.items.BlinkPearl
public class BlinkPearl
Zephyrus
| Field Summary |
|---|
| Fields inherited from class minny.zephyrus.utils.ItemUtil |
|---|
plugin |
| Constructor Summary | |
|---|---|
BlinkPearl(Zephyrus plugin)
|
|
| Method Summary | |
|---|---|
void |
blink(org.bukkit.event.player.PlayerInteractEvent e)
|
void |
createItem(org.bukkit.inventory.ItemStack i)
Adds the displayname, lore, etc. |
org.bukkit.inventory.ItemStack |
item()
The item (with displayname, lore, etc.) |
int |
maxLevel()
The maximum level of a custom item |
java.lang.String |
name()
The displayname of the item |
void |
onCraftHandle(org.bukkit.event.inventory.PrepareItemCraftEvent e)
|
org.bukkit.inventory.Recipe |
recipe()
The custom recipe for the item |
| Methods inherited from class minny.zephyrus.items.CustomItem |
|---|
hasLevel, 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 |
|---|
public BlinkPearl(Zephyrus plugin)
| Method Detail |
|---|
public java.lang.String name()
CustomItem
name in class CustomItempublic org.bukkit.inventory.ItemStack item()
CustomItem
item in class CustomItempublic void createItem(org.bukkit.inventory.ItemStack i)
CustomItem
createItem in class CustomItemi - The itemstack to changepublic org.bukkit.inventory.Recipe recipe()
CustomItem
recipe in class CustomItempublic int maxLevel()
CustomItem
maxLevel in class CustomItem
public void blink(org.bukkit.event.player.PlayerInteractEvent e)
throws java.lang.Exception
java.lang.Exceptionpublic void onCraftHandle(org.bukkit.event.inventory.PrepareItemCraftEvent e)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||