public interface WauzRune
WauzRuneInserter
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRuneId() |
boolean |
insertInto(org.bukkit.inventory.ItemStack equipmentItemStack,
EquipmentType equipmentType,
double runeMightDecimal)
Tries to insert the rune into the given equipment item stack.
|
java.lang.String getRuneId()
boolean insertInto(org.bukkit.inventory.ItemStack equipmentItemStack, EquipmentType equipmentType, double runeMightDecimal)
equipmentItemStack
- The equipment item stack that the rune is inserted into.equipmentType
- The type of the equipment.runeMightDecimal
- The might of the rune, determinig its power.