Class SummonSkeletonLegion

java.lang.Object
com.binaris.wizardry.api.content.spell.Spell
com.binaris.wizardry.content.spell.abstr.MinionSpell<net.minecraft.world.entity.monster.AbstractSkeleton>
com.binaris.wizardry.content.spell.necromancy.SummonSkeletonLegion

public class SummonSkeletonLegion extends MinionSpell<net.minecraft.world.entity.monster.AbstractSkeleton>
  • Constructor Details

    • SummonSkeletonLegion

      public SummonSkeletonLegion()
  • Method Details

    • createMinion

      protected net.minecraft.world.entity.monster.AbstractSkeleton createMinion(net.minecraft.world.level.Level world, @Nullable @Nullable net.minecraft.world.entity.LivingEntity caster, SpellModifiers modifiers)
      Overrides:
      createMinion in class MinionSpell<net.minecraft.world.entity.monster.AbstractSkeleton>
    • addMinionExtras

      protected void addMinionExtras(net.minecraft.world.entity.monster.AbstractSkeleton minion, CastContext ctx, int alreadySpawned)
      Overrides:
      addMinionExtras in class MinionSpell<net.minecraft.world.entity.monster.AbstractSkeleton>
    • properties

      @NotNull protected @NotNull SpellProperties properties()
      Overrides:
      properties in class MinionSpell<net.minecraft.world.entity.monster.AbstractSkeleton>