Interface PictureInPictureRenderState
- All Superinterfaces:
ScreenArea
- All Known Implementing Classes:
GuiBannerResultRenderState, GuiBookModelRenderState, GuiEntityRenderState, GuiProfilerChartRenderState, GuiSignRenderState, GuiSkinRenderState, OversizedItemRenderState
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable ScreenRectanglegetBounds(int x0, int y0, int x1, int y1, @Nullable ScreenRectangle scissorArea) default Matrix3x2fpose()floatscale()@Nullable ScreenRectangleintx0()intx1()inty0()inty1()Methods inherited from interface ScreenArea
bounds
-
Field Details
-
IDENTITY_POSE
-
-
Method Details
-
x0
int x0() -
x1
int x1() -
y0
int y0() -
y1
int y1() -
scale
float scale() -
pose
-
scissorArea
@Nullable ScreenRectangle scissorArea()
-