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 minX, int minY, int maxX, int maxY, int color) booleanhandleMessage(int y, float opacity, FormattedCharSequence text) voidhandleTag(int minX, int minY, int maxX, int maxY, float opacity, GuiMessageTag tag) voidhandleTagIcon(int x, int y, boolean drawIcon, GuiMessageTag tag, GuiMessageTag.Icon icon) voidupdatePose(Consumer<Matrix3x2f> updater)
-
Method Details
-
updatePose
-
fill
void fill(int minX, int minY, int maxX, int maxY, int color) -
handleMessage
-
handleTag
-
handleTagIcon
-