Package me.iron.WarpSpace.Mod.server
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.
-
Constructor Details
-
WarpJumpListener
public WarpJumpListener()
-
-
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.
-