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, UEditBox, UScreen, USlider

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

    Modifier and Type
    Method
    Description
    void
    render(com.mojang.blaze3d.vertex.PoseStack poseStack, int mouseX, int mouseY, float partialTick)
     
    void
    renderBackground(com.mojang.blaze3d.vertex.PoseStack poseStack, int mouseX, int mouseY, float partialTick)
     
    void
    renderForeground(com.mojang.blaze3d.vertex.PoseStack poseStack, int mouseX, int mouseY, float partialTick)
     
  • Method Details

    • render

      void render(com.mojang.blaze3d.vertex.PoseStack poseStack, int mouseX, int mouseY, float partialTick)
      Specified by:
      render in interface net.minecraft.client.gui.components.Renderable
    • renderBackground

      void renderBackground(com.mojang.blaze3d.vertex.PoseStack poseStack, int mouseX, int mouseY, float partialTick)
    • renderForeground

      void renderForeground(com.mojang.blaze3d.vertex.PoseStack poseStack, int mouseX, int mouseY, float partialTick)