Package com.mg105.interface_adapters.map
Interface MinimapInterpreterInterface
- All Known Implementing Classes:
MinimapInterpreter
public interface MinimapInterpreterInterface
A class that handles the interpretation of the minimaps internal state.
-
Method Summary
Modifier and TypeMethodDescription@NotNull Point
Get the current room position@NotNull MinimapRoomState[][]
Get the current state of the minimap.
-
Method Details
-
getMapSoFar
Get the current state of the minimap.- Returns:
- the current state of the minimap.
- See Also:
-
getCurrentPosition
Get the current room position- Returns:
- the current room indexes in the result of getMapSoFar().
- See Also:
-