Modifier and Type | Field and Description |
---|---|
static java.lang.String |
RUNE_NAME
The static name of the rune.
|
Constructor and Description |
---|
RuneHardening() |
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.
|
public java.lang.String getRuneId()
public boolean insertInto(org.bukkit.inventory.ItemStack equipmentItemStack, EquipmentType equipmentType, double runeMightDecimal)
insertInto
in interface WauzRune
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.