Class WarpHUDPanel

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

public class WarpHUDPanel
extends java.lang.Object
creates a text field HUD element and draws it (?)
  • Field Summary

    Fields 
    Modifier and Type Field Description
    (package private) TextElement textEl  
  • Constructor Summary

    Constructors 
    Constructor Description
    WarpHUDPanel​(api.listener.events.gui.HudCreateEvent ev)  
  • Method Summary

    Modifier and Type Method Description
    private static org.schema.common.util.linAlg.Vector3i getPlayerSector()  
    void setPosition​(int x, int y)  
    void setTextEl​(java.lang.String text)  
    private void startLoop()  

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • WarpHUDPanel

      public WarpHUDPanel​(api.listener.events.gui.HudCreateEvent ev)
  • Method Details

    • setPosition

      public void setPosition​(int x, int y)
    • setTextEl

      public void setTextEl​(java.lang.String text)
    • startLoop

      private void startLoop()
    • getPlayerSector

      private static org.schema.common.util.linAlg.Vector3i getPlayerSector()