Class DebugChatEvent

java.lang.Object
me.iron.WarpSpace.Mod.HUD.client.DebugChatEvent

public class DebugChatEvent
extends java.lang.Object
runs clientside for HUD arranging on runtime
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static TextElement textElement  
  • Constructor Summary

    Constructors 
    Constructor Description
    DebugChatEvent()  
  • Method Summary

    Modifier and Type Method Description
    static void addDebugChatListener()  
    static java.lang.Integer[] parseText​(java.lang.String text, java.lang.String keyword, java.lang.String separator)  

    Methods inherited from class java.lang.Object

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

  • Constructor Details

  • Method Details

    • addDebugChatListener

      public static void addDebugChatListener()
    • parseText

      public static java.lang.Integer[] parseText​(java.lang.String text, java.lang.String keyword, java.lang.String separator)