Interface WandHUD

All Known Implementing Classes:
AnimatedTorchBlockEntity.WandHud, BindableSpecialFlowerBlockEntity.BindableFlowerWandHud, BreweryBlockEntity.WandHud, CorporeaRetainerBlockEntity.WandHud, CorporeaSparkEntity.WandHud, CraftyCrateBlockEntity.WandHud, HopperhockBlockEntity.WandHud, HoveringHourglassBlockEntity.WandHud, LooniumBlockEntity.WandHud, ManaEnchanterBlockEntity.WandHud, ManaPoolBlockEntity.WandHud, ManaPrismBlockEntity.WandHud, ManaSparkEntity.WandHud, ManaSpreaderBlockEntity.WandHud, PollidisiacBlockEntity.WandHud, RannuncarpusBlockEntity.WandHud, SpectrolusBlockEntity.WandHud, SpreaderTurntableBlockEntity.WandHud

public interface WandHUD
Any block (entity) that has this capability renders a HUD when being hovered with a Wand of the Forest.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.resources.ResourceLocation
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    renderHUD(net.minecraft.client.gui.GuiGraphics gui, net.minecraft.client.Minecraft mc)
     
  • Field Details

    • ID

      static final net.minecraft.resources.ResourceLocation ID
  • Method Details

    • renderHUD

      void renderHUD(net.minecraft.client.gui.GuiGraphics gui, net.minecraft.client.Minecraft mc)