Class BindableSpecialFlowerBlockEntity.BindableFlowerWandHud<F extends BindableSpecialFlowerBlockEntity<?>>

java.lang.Object
vazkii.botania.api.block_entity.BindableSpecialFlowerBlockEntity.BindableFlowerWandHud<F>
All Implemented Interfaces:
WandHUD
Direct Known Subclasses:
HopperhockBlockEntity.WandHud, LooniumBlockEntity.WandHud, PollidisiacBlockEntity.WandHud, RannuncarpusBlockEntity.WandHud, SpectrolusBlockEntity.WandHud
Enclosing class:
BindableSpecialFlowerBlockEntity<T>

public static class BindableSpecialFlowerBlockEntity.BindableFlowerWandHud<F extends BindableSpecialFlowerBlockEntity<?>> extends Object implements WandHUD
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final F
     

    Fields inherited from interface vazkii.botania.api.block.WandHUD

    ID
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    renderHUD(net.minecraft.client.gui.GuiGraphics gui, net.minecraft.client.Minecraft mc)
     
    void
    renderHUD(net.minecraft.client.gui.GuiGraphics gui, net.minecraft.client.Minecraft mc, int minLeft, int minRight, int minDown)
     

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • BindableFlowerWandHud

      public BindableFlowerWandHud(F flower)
  • Method Details

    • renderHUD

      public void renderHUD(net.minecraft.client.gui.GuiGraphics gui, net.minecraft.client.Minecraft mc, int minLeft, int minRight, int minDown)
    • renderHUD

      public void renderHUD(net.minecraft.client.gui.GuiGraphics gui, net.minecraft.client.Minecraft mc)
      Specified by:
      renderHUD in interface WandHUD