Class GuiTextRenderState

java.lang.Object
net.minecraft.client.gui.render.state.GuiTextRenderState
All Implemented Interfaces:
ScreenArea

public final class GuiTextRenderState extends Object implements ScreenArea
  • Field Details

    • font

      public final Font font
    • text

      public final FormattedCharSequence 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

      @Nullable public final ScreenRectangle scissor
    • preparedText

      @Nullable private Font.PreparedText preparedText
    • bounds

      @Nullable private ScreenRectangle bounds
  • Constructor Details

    • GuiTextRenderState

      public GuiTextRenderState(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_, @Nullable ScreenRectangle p_416431_)
  • Method Details