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 pFont, FormattedCharSequence pText, org.joml.Matrix3x2f pPose, int pX, int pY, int pColor, int pBackgroundColor, boolean pDropShadow, @Nullable ScreenRectangle pScissor)
  • Method Details