Class InteractableStationFactory
java.lang.Object
com.csse3200.game.entities.factories.InteractableStationFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic Entity
Creates a base interactable stationstatic Entity
createStation
(Benches benchType) Create an interactable station
-
Method Details
-
createBaseStation
Creates a base interactable station- Returns:
- the station
-
createStation
Create an interactable station- Parameters:
benchType
- the type of station- Returns:
- the station
-