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 minX, int minY, int maxX, int maxY, int color)
    • handleMessage

      boolean handleMessage(int y, float opacity, FormattedCharSequence text)
    • handleTag

      void handleTag(int minX, int minY, int maxX, int maxY, float opacity, GuiMessageTag tag)
    • handleTagIcon

      void handleTagIcon(int x, int y, boolean drawIcon, GuiMessageTag tag, GuiMessageTag.Icon icon)