Package com.mg105.use_cases.map
Interface RoomGetterInterface
- All Known Implementing Classes:
RoomGetter
public interface RoomGetterInterface
Get attributes about the current room.
-
Method Summary
Modifier and TypeMethodDescription@NotNull RoomLayout
Get the current room as a layout.@NotNull String
Get the current walking sprite.boolean
Get whether the current room is the last room.
-
Method Details
-
getCurrentRoomLayout
Get the current room as a layout.- Returns:
- the layout of the current room.
-
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.
-