Interface PictureInPictureRenderState

All Superinterfaces:
ScreenArea
All Known Implementing Classes:
GuiBannerResultRenderState, GuiBookModelRenderState, GuiEntityRenderState, GuiProfilerChartRenderState, GuiSignRenderState, GuiSkinRenderState, OversizedItemRenderState

public interface PictureInPictureRenderState extends ScreenArea
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.joml.Matrix3x2f
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getBounds(int pX0, int pY0, int pX1, int pY1, ScreenRectangle pScissorArea)
     
    default org.joml.Matrix3x2f
     
    float
     
     
    int
    x0()
     
    int
    x1()
     
    int
    y0()
     
    int
    y1()
     

    Methods inherited from interface net.minecraft.client.gui.render.state.ScreenArea

    bounds
  • Field Details

    • IDENTITY_POSE

      static final org.joml.Matrix3x2f IDENTITY_POSE
  • Method Details

    • x0

      int x0()
    • x1

      int x1()
    • y0

      int y0()
    • y1

      int y1()
    • scale

      float scale()
    • pose

      default org.joml.Matrix3x2f pose()
    • scissorArea

      @Nullable ScreenRectangle scissorArea()
    • getBounds

      @Nullable static ScreenRectangle getBounds(int pX0, int pY0, int pX1, int pY1, @Nullable ScreenRectangle pScissorArea)