Class ConstructSpell<T extends MagicConstructEntity>

java.lang.Object
com.binaris.wizardry.api.content.spell.Spell
com.binaris.wizardry.content.spell.abstr.ConstructSpell<T>
Direct Known Subclasses:
ArrowRain, Boulder, ConstructRangedSpell, Hailstorm, Tornado, ZombieApocalypse

public class ConstructSpell<T extends MagicConstructEntity> extends Spell
  • Field Details

    • constructFactory

      protected final Function<net.minecraft.world.level.Level,T extends MagicConstructEntity> constructFactory
    • permanent

      protected final boolean permanent
    • requiresFloor

      protected boolean requiresFloor
    • allowOverlap

      protected boolean allowOverlap
  • Constructor Details

    • ConstructSpell

      public ConstructSpell(Function<net.minecraft.world.level.Level,T> constructFactory, boolean permanent)
  • Method Details