Class SpellHUDSkin

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

public class SpellHUDSkin extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    SpellHUDSkin(net.minecraft.resources.ResourceLocation texture, net.minecraft.resources.ResourceLocation metadata)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    drawBackground(com.mojang.blaze3d.vertex.PoseStack stack, int x, int y, boolean flipX, boolean flipY, net.minecraft.resources.ResourceLocation icon, float cooldownBarProgress, boolean creativeMode, boolean jammed)
     
    void
    drawText(net.minecraft.client.gui.GuiGraphics guiGraphics, int x, int y, boolean flipX, boolean flipY, net.minecraft.network.chat.Component prevSpellName, net.minecraft.network.chat.Component spellName, net.minecraft.network.chat.Component nextSpellName, float animationProgress)
     
     
    int
     
     
    int
     

    Methods inherited from class java.lang.Object

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

    • SpellHUDSkin

      public SpellHUDSkin(net.minecraft.resources.ResourceLocation texture, net.minecraft.resources.ResourceLocation metadata)
  • Method Details

    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()
    • drawBackground

      public void drawBackground(com.mojang.blaze3d.vertex.PoseStack stack, int x, int y, boolean flipX, boolean flipY, net.minecraft.resources.ResourceLocation icon, float cooldownBarProgress, boolean creativeMode, boolean jammed)
    • drawText

      public void drawText(net.minecraft.client.gui.GuiGraphics guiGraphics, int x, int y, boolean flipX, boolean flipY, net.minecraft.network.chat.Component prevSpellName, net.minecraft.network.chat.Component spellName, net.minecraft.network.chat.Component nextSpellName, float animationProgress)