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> pUpdater)
    • fill

      void fill(int pMinX, int pMinY, int pMaxX, int pMaxY, int pColor)
    • handleMessage

      boolean handleMessage(int pY, float pOpacity, FormattedCharSequence pText)
    • handleTag

      void handleTag(int pMinX, int pMinY, int pMaxX, int pMaxY, float pOpacity, GuiMessageTag pTag)
    • handleTagIcon

      void handleTagIcon(int pX, int pY, boolean pDrawIcon, GuiMessageTag pTag, GuiMessageTag.Icon pIcon)