Class ChatComponent.ClickableTextOnlyGraphicsAccess
java.lang.Object
net.minecraft.client.gui.components.ChatComponent.ClickableTextOnlyGraphicsAccess
- All Implemented Interfaces:
ChatComponent.ChatGraphicsAccess
- Enclosing class:
ChatComponent
private static class ChatComponent.ClickableTextOnlyGraphicsAccess
extends Object
implements ChatComponent.ChatGraphicsAccess
-
Field Summary
Fields -
Constructor Summary
Constructors -
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)
-
Field Details
-
output
-
-
Constructor Details
-
ClickableTextOnlyGraphicsAccess
-
-
Method Details
-
updatePose
- Specified by:
updatePosein interfaceChatComponent.ChatGraphicsAccess
-
fill
public void fill(int x0, int y0, int x1, int y1, int color) - Specified by:
fillin interfaceChatComponent.ChatGraphicsAccess
-
handleMessage
- Specified by:
handleMessagein interfaceChatComponent.ChatGraphicsAccess
-
handleTag
- Specified by:
handleTagin interfaceChatComponent.ChatGraphicsAccess
-
handleTagIcon
public void handleTagIcon(int left, int bottom, boolean forceVisible, GuiMessageTag tag, GuiMessageTag.Icon icon) - Specified by:
handleTagIconin interfaceChatComponent.ChatGraphicsAccess
-