Class SpellAction

java.lang.Object
com.binaris.wizardry.api.content.spell.SpellAction

public class SpellAction extends Object
  • Field Details

  • Constructor Details

    • SpellAction

      public SpellAction(net.minecraft.resources.ResourceLocation location)
  • Method Details

    • register

      public static void register()
    • get

      @Nullable public static @Nullable SpellAction get(net.minecraft.resources.ResourceLocation location)
    • renderArms

      public void renderArms(net.minecraft.world.entity.LivingEntity entity, net.minecraft.client.model.HumanoidModel<?> model, net.minecraft.world.InteractionHand hand)
    • shouldRender

      public boolean shouldRender(net.minecraft.world.entity.LivingEntity entity, Spell spell, net.minecraft.world.item.ItemStack stack, net.minecraft.world.InteractionHand hand)