Class SpellModifiers
java.lang.Object
com.binaris.wizardry.api.content.spell.internal.SpellModifiers
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic enum -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncombine(SpellModifiers modifiers) static SpellModifiersfromTag(net.minecraft.nbt.CompoundTag tag) floatDeprecated.floatfloatmultiplyTotal(String key, float factor) operate(String key, float value, SpellModifiers.Operation op) voidreset()net.minecraft.nbt.CompoundTagtoTag()
-
Field Details
-
POTENCY
- See Also:
-
COST
- See Also:
-
CHARGEUP
- See Also:
-
PROGRESSION
- See Also:
-
DURATION
- See Also:
-
BLAST
- See Also:
-
RANGE
- See Also:
-
COOLDOWN
- See Also:
-
HEALTH_MODIFIER
- See Also:
-
-
Constructor Details
-
SpellModifiers
public SpellModifiers()
-
-
Method Details
-
get
-
getFactor
-
set
-
add
-
multiply
-
multiplyTotal
-
operate
-
combine
-
get
Deprecated. -
fromTag
-
toTag
public net.minecraft.nbt.CompoundTag toTag() -
getMultipliers
-
reset
public void reset()
-