Class InterdictionHUDUpdateLoop

java.lang.Object
me.iron.WarpSpace.Mod.Interdiction.InterdictionHUDUpdateLoop

public class InterdictionHUDUpdateLoop
extends java.lang.Object
STARMADE MOD CREATOR: Max1M DATE: 19.02.2021 TIME: 17:39
  • Constructor Summary

    Constructors 
    Constructor Description
    InterdictionHUDUpdateLoop()  
  • Method Summary

    Modifier and Type Method Description
    static void CreateServerLoop()
    loop that checks interdiction for all connected clients and sends updates to them for HUD.

    Methods inherited from class java.lang.Object

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

  • Method Details

    • CreateServerLoop

      public static void CreateServerLoop()
      loop that checks interdiction for all connected clients and sends updates to them for HUD. will check if rsp is interdicted and if warp is interdicted. always sends both info. runs once a second for every player.