Class ChatUtils

java.lang.Object
org.rusherhack.client.api.utils.ChatUtils
All Implemented Interfaces:
Globals

public class ChatUtils extends Object implements Globals
  • Field Summary

    Fields inherited from interface org.rusherhack.client.api.Globals

    mc
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    print(String string)
     
    static void
    print(String string, net.minecraft.network.chat.Style textStyle)
     
    static void
    print(net.minecraft.network.chat.Component component)
     
    static void
    print(net.minecraft.network.chat.Component component, int tagColor, net.minecraft.network.chat.Style prefixStyle, int typeID)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ChatUtils

      public ChatUtils()
  • Method Details

    • print

      public static void print(String string)
    • print

      public static void print(String string, net.minecraft.network.chat.Style textStyle)
    • print

      public static void print(net.minecraft.network.chat.Component component)
    • print

      public static void print(net.minecraft.network.chat.Component component, int tagColor, net.minecraft.network.chat.Style prefixStyle, int typeID)