Interface PerspectiveRenderable

All Superinterfaces:
net.minecraft.client.gui.components.Renderable
All Known Subinterfaces:
WidgetRenderable
All Known Implementing Classes:
ActivatableButton, CheckboxButton, ImageActivatableButton, ImageButton, ImageToggleButton, ScalableEditBox, UButton, UContainerMenuScreen, UEditBox, UScreen, USlider

public interface PerspectiveRenderable extends net.minecraft.client.gui.components.Renderable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(net.minecraft.client.gui.GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick)
     
    void
    renderBackground(net.minecraft.client.gui.GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick)
     
    void
    renderForeground(net.minecraft.client.gui.GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick)
     
  • Method Details

    • render

      void render(net.minecraft.client.gui.GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick)
      Specified by:
      render in interface net.minecraft.client.gui.components.Renderable
    • renderBackground

      void renderBackground(net.minecraft.client.gui.GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick)
    • renderForeground

      void renderForeground(net.minecraft.client.gui.GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick)