Class GuiTextRenderState

java.lang.Object
net.minecraft.client.renderer.state.gui.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.Matrix3x2fc 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
    • includeEmpty

      final boolean includeEmpty
    • scissor

      public final @Nullable ScreenRectangle scissor
    • preparedText

      private @Nullable Font.PreparedText preparedText
    • bounds

      private @Nullable ScreenRectangle bounds
  • Constructor Details

    • GuiTextRenderState

      public GuiTextRenderState(Font font, FormattedCharSequence text, org.joml.Matrix3x2fc pose, int x, int y, int color, int backgroundColor, boolean dropShadow, boolean includeEmpty, @Nullable ScreenRectangle scissor)
  • Method Details