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