Class GuiItemRenderState
java.lang.Object
net.minecraft.client.gui.render.state.GuiItemRenderState
- All Implemented Interfaces:
ScreenArea
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ScreenRectangleprivate final TrackingItemStackRenderStateprivate final Stringprivate final ScreenRectangleprivate final Matrix3x2fprivate final ScreenRectangleprivate final intprivate final int -
Constructor Summary
ConstructorsConstructorDescriptionGuiItemRenderState(String pName, Matrix3x2f pPose, TrackingItemStackRenderState pItemStackRenderState, int pX, int pY, ScreenRectangle pScissorArea) -
Method Summary
Modifier and TypeMethodDescriptionbounds()private ScreenRectanglecalculateBounds(ScreenRectangle pRectangle) private ScreenRectanglename()pose()intx()inty()
-
Field Details
-
name
-
pose
-
itemStackRenderState
-
x
private final int x -
y
private final int y -
scissorArea
-
oversizedItemBounds
-
bounds
-
-
Constructor Details
-
Method Details
-
calculateOversizedItemBounds
-
name
-
pose
-
itemStackRenderState
-
x
public int x() -
y
public int y() -
scissorArea
-
oversizedItemBounds
-
bounds
- Specified by:
boundsin interfaceScreenArea
-