Interface MinimapInterpreterInterface

All Known Implementing Classes:
MinimapInterpreter

public interface MinimapInterpreterInterface
A class that handles the interpretation of the minimaps internal state.
  • Method Details

    • getMapSoFar

      @NotNull @NotNull MinimapRoomState[][] getMapSoFar()
      Get the current state of the minimap.
      Returns:
      the current state of the minimap.
      See Also:
    • getCurrentPosition

      @NotNull @NotNull Point getCurrentPosition()
      Get the current room position
      Returns:
      the current room indexes in the result of getMapSoFar().
      See Also: