Class FireballMechanic
-
- All Implemented Interfaces:
public final class FireballMechanic extends SpellMechanic
-
-
Field Summary
Fields Modifier and Type Field Description private final Doubleyieldprivate final Doublespeedprivate final Integerchargesprivate final StringitemIDprivate final MechanicFactoryfactoryprivate final ConfigurationSectionsectionprivate final Array<out ItemModifier>itemModifiers
-
Constructor Summary
Constructors Constructor Description FireballMechanic(FireballMechanicFactory factory, ConfigurationSection section, Double yield, Double speed)
-
Method Summary
-
Methods inherited from class com.nexomc.nexo.mechanics.combat.spell.SpellMechanic
getCharges, maxCharges, removeCharge, timer -
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
-
-