Class GuiTextRenderState
java.lang.Object
net.minecraft.client.gui.render.state.GuiTextRenderState
- All Implemented Interfaces:
ScreenArea
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intprivate ScreenRectanglefinal intfinal booleanfinal Fontfinal Matrix3x2fprivate Font.PreparedTextfinal ScreenRectanglefinal FormattedCharSequencefinal intfinal int -
Constructor Summary
ConstructorsConstructorDescriptionGuiTextRenderState(Font pFont, FormattedCharSequence pText, Matrix3x2f pPose, int pX, int pY, int pColor, int pBackgroundColor, boolean pDropShadow, ScreenRectangle pScissor) -
Method Summary
-
Field Details
-
font
-
text
-
pose
-
x
public final int x -
y
public final int y -
color
public final int color -
backgroundColor
public final int backgroundColor -
dropShadow
public final boolean dropShadow -
scissor
-
preparedText
-
bounds
-
-
Constructor Details
-
Method Details
-
ensurePrepared
-
bounds
- Specified by:
boundsin interfaceScreenArea
-