Interface PerspectiveRenderable

All Superinterfaces:
TooltipRenderable, net.minecraft.client.gui.components.Widget
All Known Implementing Classes:
AbstractSliderLogic, CheckboxButton, EnergyStorageWidget, ImageActivatableButton, ImageButton, ImageToggleButton, ScalableActivatableButton, ScalableButton, ScalableCheckboxButton, ScalableEditBox, ScalableSlider, UButton, UContainerMenuScreen, UEditBox, UScreen, USlider

public interface PerspectiveRenderable extends TooltipRenderable, net.minecraft.client.gui.components.Widget
  • Method Summary

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

    Methods inherited from interface info.u_team.u_team_core.api.gui.TooltipRenderable

    renderToolTip
  • Method Details

    • render

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

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

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