Interface ChatComponent.ChatGraphicsAccess

All Known Implementing Classes:
ChatComponent.ClickableTextOnlyGraphicsAccess, ChatComponent.DrawingBackgroundGraphicsAccess, ChatComponent.DrawingFocusedGraphicsAccess
Enclosing class:
ChatComponent

public static interface ChatComponent.ChatGraphicsAccess
  • Method Details

    • updatePose

      void updatePose(Consumer<Matrix3x2f> updater)
    • fill

      void fill(int x0, int y0, int x1, int y1, int color)
    • handleMessage

      boolean handleMessage(int textTop, float opacity, FormattedCharSequence message)
    • handleTag

      void handleTag(int x0, int y0, int x1, int y1, float opacity, GuiMessageTag tag)
    • handleTagIcon

      void handleTagIcon(int left, int bottom, boolean forceVisible, GuiMessageTag tag, GuiMessageTag.Icon icon)