Class SummonSkeleton

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.SummonSkeleton

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

    • SummonSkeleton

      public SummonSkeleton()
  • 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>