Class SummonZombie

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

public class SummonZombie extends MinionSpell<net.minecraft.world.entity.monster.Zombie>
  • Constructor Details

    • SummonZombie

      public SummonZombie()
  • Method Details

    • createMinion

      protected net.minecraft.world.entity.monster.Zombie 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.Zombie>
    • properties

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