java.lang.Object
meteordevelopment.meteorclient.systems.modules.Module
meteordevelopment.meteorclient.systems.modules.misc.BetterChat
All Implemented Interfaces:
Comparable<Module>, ISerializable<Module>

public class BetterChat extends Module
  • Field Details

    • lines

      public final it.unimi.dsi.fastutil.ints.IntList lines
  • Constructor Details

    • BetterChat

      public BetterChat()
  • Method Details

    • registerCustomHead

      public static void registerCustomHead(String prefix, net.minecraft.util.Identifier texture)
      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()