Class MovementInstruction

java.lang.Object
org.ships.movement.instruction.MovementInstruction

public class MovementInstruction extends Object
  • Constructor Details

  • Method Details

    • getMovingBlocks

      @NotNull public @NotNull MovingBlockSet getMovingBlocks()
    • isStrictMovement

      public boolean isStrictMovement()
    • getMidMoveEvent

      public MidMovement[] getMidMoveEvent()
    • getPostMoveEvent

      public PostMovement[] getPostMoveEvent()
    • getMovementAlgorithm

      @NotNull public @NotNull BasicMovement getMovementAlgorithm()