Interface RoomUpdaterInterface

All Known Implementing Classes:
RoomUpdater

public interface RoomUpdaterInterface
RoomUpdaterInterface is the smallest possible interface to be used by anything that changes anything relating to the current map.

Anything includes: changing position, opening a chest, ending a battle, changing rooms, etc.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notify all components when something has changed in the room.
  • Method Details

    • updateRoom

      void updateRoom()
      Notify all components when something has changed in the room.