Package com.binaris.wizardry.content.spell.abstr
package com.binaris.wizardry.content.spell.abstr
-
ClassesClassDescriptionBase class for spells that affect entities within a specified area of effect (AoE).ArrowSpell<T extends MagicArrowEntity>Represents a spell that launches a
MagicArrowEntity-based projectile.Spell that applies mob effects to the caster.Base class for spells that conjure items.ConstructRangedSpell<T extends MagicConstructEntity>Extension ofConstructSpellthat spawns constructs at a distance from the caster using ray casting.ConstructSpell<T extends MagicConstructEntity>Base class for spells that spawn magical construct entities (MagicConstructEntity).MinionSpell<T extends net.minecraft.world.entity.Mob>Base class for spells that summon minions.ProjectileSpell<T extends MagicProjectileEntity>Base class for spells that shoot magical projectile entities (MagicProjectileEntity).Base class for spells that cast a ray from the caster's position or a location, affecting entities and blocks along the ray's path.