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 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

  • Method Details