Class ImbueWeapon

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

public class ImbueWeapon extends Spell
  • Constructor Details

    • ImbueWeapon

      public ImbueWeapon()
  • Method Details

    • isSword

      public static boolean isSword(net.minecraft.world.item.ItemStack stack)
    • isBow

      public static boolean isBow(net.minecraft.world.item.ItemStack stack)
    • cast

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

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