Class SpellComponent

java.lang.Object
at.minecraftschurli.mods.arsmagicalegacy.api.spell.SpellPart
at.minecraftschurli.mods.arsmagicalegacy.api.spell.SpellComponent
Direct Known Subclasses:
SpellComponent.CastBlock, SpellComponent.CastBoth, SpellComponent.CastEntity

public abstract non-sealed class SpellComponent extends SpellPart

Represents a spell component. Components are part of the SpellGrammar.

Extend this class directly for target-independent effects, e.g. time or weather components. Extend one of the inner subclasses for target-dependent effects instead.