Class InteractableStationFactory

java.lang.Object
com.csse3200.game.entities.factories.InteractableStationFactory

public class InteractableStationFactory extends Object
  • Method Details

    • createBaseStation

      public static Entity createBaseStation()
      Creates a base interactable station
      Returns:
      the station
    • createStation

      public static Entity createStation(Benches benchType)
      Create an interactable station
      Parameters:
      benchType - the type of station
      Returns:
      the station