java.lang.Object
com.binaris.wizardry.api.content.spell.Spell
com.binaris.wizardry.content.spell.sorcery.PhaseStep

public class PhaseStep extends Spell
  • Field Details

  • Constructor Details

    • PhaseStep

      public PhaseStep()
  • Method Details

    • cast

      public boolean cast(PlayerCastContext ctx)
      Specified by:
      cast in class Spell
    • attemptTeleport

      protected boolean attemptTeleport(net.minecraft.world.level.Level world, net.minecraft.world.entity.Entity toTeleport, net.minecraft.world.phys.Vec3 destination, boolean teleportMount, net.minecraft.world.entity.player.Player caster)
    • properties

      @NotNull protected @NotNull SpellProperties properties()
      Specified by:
      properties in class Spell