Class WarpJumpListener

java.lang.Object
me.iron.WarpSpace.Mod.server.WarpJumpListener

public class WarpJumpListener
extends java.lang.Object
eventhandler class that will detect vanilla FTL jumps, abort them and instead issue a warp entry or warpdrop.
  • Constructor Summary

    Constructors 
    Constructor Description
    WarpJumpListener()  
  • Method Summary

    Modifier and Type Method Description
    static void createListener()
    creates the event handler for ShipJumpEngageEvent.

    Methods inherited from class java.lang.Object

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

  • Method Details

    • createListener

      public static void createListener()
      creates the event handler for ShipJumpEngageEvent. It will detect and cancel any jump a ship attempts. instead another jump is queue to or from warp, depending on the ships position.