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 x0, int y0, int x1, int y1, int color) booleanhandleMessage(int textTop, float opacity, FormattedCharSequence message) voidhandleTag(int x0, int y0, int x1, int y1, float opacity, GuiMessageTag tag) voidhandleTagIcon(int left, int bottom, boolean forceVisible, GuiMessageTag tag, GuiMessageTag.Icon icon) voidupdatePose(Consumer<Matrix3x2f> updater)
-
Method Details
-
updatePose
-
fill
void fill(int x0, int y0, int x1, int y1, int color) -
handleMessage
-
handleTag
-
handleTagIcon
void handleTagIcon(int left, int bottom, boolean forceVisible, GuiMessageTag tag, GuiMessageTag.Icon icon)
-