Class BetterChat
java.lang.Object
meteordevelopment.meteorclient.systems.modules.Module
meteordevelopment.meteorclient.systems.modules.misc.BetterChat
- All Implemented Interfaces:
Comparable<Module>,ISerializable<Module>
-
Field Summary
FieldsFields inherited from class meteordevelopment.meteorclient.systems.modules.Module
autoSubscribe, category, color, description, favorite, chatFeedback, keybind, mc, name, runInMainMenu, serialize, settings, title, toggleOnBindRelease -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddrawPlayerHead(net.minecraft.client.gui.DrawContext context, net.minecraft.client.gui.hud.ChatHudLine.Visible line, int y, int color) intbooleanbooleanbooleanintmodifyChatWidth(int width) static voidregisterCustomHead(String prefix, net.minecraft.util.Identifier texture) Registers a custom player head to render based on a message prefixMethods inherited from class meteordevelopment.meteorclient.systems.modules.Module
compareTo, equals, error, fromTag, getInfoString, getWidget, hashCode, info, info, isActive, onActivate, onDeactivate, sendToggledMsg, toggle, toTag, warning
-
Field Details
-
lines
public final it.unimi.dsi.fastutil.ints.IntList lines
-
-
Constructor Details
-
BetterChat
public BetterChat()
-
-
Method Details
-
registerCustomHead
Registers a custom player head to render based on a message prefix -
modifyChatWidth
public int modifyChatWidth(int width) -
drawPlayerHead
public void drawPlayerHead(net.minecraft.client.gui.DrawContext context, net.minecraft.client.gui.hud.ChatHudLine.Visible line, int y, int color) -
isInfiniteChatBox
public boolean isInfiniteChatBox() -
isLongerChat
public boolean isLongerChat() -
keepHistory
public boolean keepHistory() -
getChatLength
public int getChatLength()
-