Class WarpProcessController

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

public class WarpProcessController
extends java.lang.Object
STARMADE MOD CREATOR: Max1M DATE: 19.12.2020 TIME: 18:10
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  WarpProcessController.WarpProcess
    enum containing available processes that can happen to a player like jumping to warp
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.util.HashMap<WarpProcessController.WarpProcess,​java.lang.Integer> WarpProcessMap
    map that contains all warp related processes of this player with their current state: 0 not happening, 1 happening.
  • Constructor Summary

    Constructors 
    Constructor Description
    WarpProcessController()  
  • Method Summary

    Modifier and Type Method Description
    static void initMap()  

    Methods inherited from class java.lang.Object

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

    • WarpProcessMap

      public static java.util.HashMap<WarpProcessController.WarpProcess,​java.lang.Integer> WarpProcessMap
      map that contains all warp related processes of this player with their current state: 0 not happening, 1 happening. Example: warpEntry 1 -- currently charging drive trying to enter into warp.
  • Constructor Details

  • Method Details

    • initMap

      public static void initMap()