Interface RoomGetterInterface

All Known Implementing Classes:
RoomGetter

public interface RoomGetterInterface
Get attributes about the current room.
  • Method Details

    • getCurrentRoomLayout

      @NotNull @NotNull RoomLayout getCurrentRoomLayout()
      Get the current room as a layout.
      Returns:
      the layout of the current room.
    • getWalkingSprite

      @NotNull @NotNull String getWalkingSprite()
      Get the current walking sprite.
      Returns:
      the path of the current walking sprite
    • isFinalRoom

      boolean isFinalRoom()
      Get whether the current room is the last room.
      Returns:
      if the current room is the last room.