Class WitherSkullMechanic
-
- All Implemented Interfaces:
public final class WitherSkullMechanic extends SpellMechanic
-
-
Field Summary
Fields Modifier and Type Field Description private final Boolean
charged
private final Integer
charges
private final Array<out Function<ItemBuilder, ItemBuilder>>
itemModifiers
private final String
itemID
private final MechanicFactory
factory
private final ConfigurationSection
section
-
Constructor Summary
Constructors Constructor Description WitherSkullMechanic(MechanicFactory factory, ConfigurationSection section)
-
Method Summary
Modifier and Type Method Description final Boolean
getCharged()
Timer
timer(Player player)
-
Methods inherited from class com.nexomc.nexo.mechanics.combat.spell.SpellMechanic
getCharges, maxCharges, removeCharge
-
Methods inherited from class com.nexomc.nexo.mechanics.Mechanic
getFactory, getItemID, getItemModifiers, getSection
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
WitherSkullMechanic
WitherSkullMechanic(MechanicFactory factory, ConfigurationSection section)
-
-
Method Detail
-
getCharged
final Boolean getCharged()
-
-
-
-