Class SpellGUIDisplay

java.lang.Object
com.binaris.wizardry.client.SpellGUIDisplay

public final class SpellGUIDisplay extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    draw(net.minecraft.client.gui.GuiGraphics guiGraphics, com.mojang.blaze3d.vertex.PoseStack stack, float partialTicks)
     
    static void
     
    static void
     
    static void
    renderChargeMeter(net.minecraft.client.gui.GuiGraphics guiGraphics, net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack wand, int width, int height, float partialTicks)
     
    static void
    renderSpellHUD(net.minecraft.client.gui.GuiGraphics guiGraphics, com.mojang.blaze3d.vertex.PoseStack stack, net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack wand, boolean mainHand, int width, int height, float partialTicks, boolean textLayer)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • draw

      public static void draw(net.minecraft.client.gui.GuiGraphics guiGraphics, com.mojang.blaze3d.vertex.PoseStack stack, float partialTicks)
    • playSpellSwitchAnimation

      public static void playSpellSwitchAnimation(boolean next)
    • renderSpellHUD

      public static void renderSpellHUD(net.minecraft.client.gui.GuiGraphics guiGraphics, com.mojang.blaze3d.vertex.PoseStack stack, net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack wand, boolean mainHand, int width, int height, float partialTicks, boolean textLayer)
    • renderChargeMeter

      public static void renderChargeMeter(net.minecraft.client.gui.GuiGraphics guiGraphics, net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack wand, int width, int height, float partialTicks)
    • onLivingTickEvent

      public static void onLivingTickEvent(EBLivingTick event)