Class GuiTextRenderState
java.lang.Object
net.minecraft.client.gui.render.state.GuiTextRenderState
- All Implemented Interfaces:
ScreenArea
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal int
private ScreenRectangle
final int
final boolean
final Font
final org.joml.Matrix3x2f
private Font.PreparedText
final ScreenRectangle
final FormattedCharSequence
final int
final int
-
Constructor Summary
ConstructorsConstructorDescriptionGuiTextRenderState
(Font p_426159_, FormattedCharSequence p_425925_, org.joml.Matrix3x2f p_415973_, int p_416612_, int p_416232_, int p_425576_, int p_426044_, boolean p_426039_, ScreenRectangle p_416431_) -
Method Summary
-
Field Details
-
font
-
text
-
pose
public final org.joml.Matrix3x2f 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:
bounds
in interfaceScreenArea
-