Interface ChatComponent.ChatGraphicsAccess
- All Known Implementing Classes:
ChatComponent.ClickableTextOnlyGraphicsAccess,ChatComponent.DrawingBackgroundGraphicsAccess,ChatComponent.DrawingFocusedGraphicsAccess
- Enclosing class:
ChatComponent
public static interface ChatComponent.ChatGraphicsAccess
-
Method Summary
Modifier and TypeMethodDescriptionvoidfill(int pMinX, int pMinY, int pMaxX, int pMaxY, int pColor) booleanhandleMessage(int pY, float pOpacity, FormattedCharSequence pText) voidhandleTag(int pMinX, int pMinY, int pMaxX, int pMaxY, float pOpacity, GuiMessageTag pTag) voidhandleTagIcon(int pX, int pY, boolean pDrawIcon, GuiMessageTag pTag, GuiMessageTag.Icon pIcon) voidupdatePose(Consumer<Matrix3x2f> pUpdater)
-
Method Details
-
updatePose
-
fill
void fill(int pMinX, int pMinY, int pMaxX, int pMaxY, int pColor) -
handleMessage
-
handleTag
-
handleTagIcon
-