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.
-
Constructor Details
-
InterdictionHUDUpdateLoop
public InterdictionHUDUpdateLoop()
-
-
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.
-