net.minecraft.client.gui.hud

public interface ChatHud$Backend

net.minecraft.client.gui.components.ChatComponent$ChatGraphicsAccess
net.minecraft.client.gui.components.ChatComponent$ChatGraphicsAccess
net.minecraft.class_338$class_12233
net.minecraft.client.gui.hud.ChatHud$Backend

Method summary

Modifier and TypeMethod
void
updatePose(Consumer<org.joml.Matrix3x2f> updater)
updatePose(Consumer<org.joml.Matrix3x2f> updater)
method_75811(Consumer<org.joml.Matrix3x2f> arg0)
updatePose(Consumer<org.joml.Matrix3x2f> transformer)
void
fill(int x0, int y0, int x1, int y1, int color)
fill(int x0, int y0, int x1, int y1, int color)
method_75809(int arg0, int arg1, int arg2, int arg3, int arg4)
fill(int x1, int y1, int x2, int y2, int color)
boolean
handleMessage(int textTop, float opacity, FormattedCharSequence message)
handleMessage(int textTop, float opacity, FormattedCharSequence message)
method_75807(int arg0, float arg1, class_5481 arg2)
text(int y, float opacity, OrderedText text)
void
handleTag(int x0, int y0, int x1, int y1, float opacity, GuiMessageTag tag)
handleTag(int x0, int y0, int x1, int y1, float opacity, GuiMessageTag tag)
method_75808(int arg0, int arg1, int arg2, int arg3, float arg4, class_7591 arg5)
indicator(int x1, int y1, int x2, int y2, float opacity, MessageIndicator indicator)
void
handleTagIcon(int left, int bottom, boolean forceVisible, GuiMessageTag tag, GuiMessageTag$Icon icon)
handleTagIcon(int left, int bottom, boolean forceVisible, GuiMessageTag tag, GuiMessageTag$Icon icon)
method_75810(int arg0, int arg1, boolean arg2, class_7591 arg3, class_7591$class_7592 arg4)
indicatorIcon(int left, int bottom, boolean forceDraw, MessageIndicator indicator, MessageIndicator$Icon icon)