Class StationAcceptableItemsConfig

java.lang.Object
com.csse3200.game.components.station.loader.StationAcceptableItemsConfig

public class StationAcceptableItemsConfig extends Object
StatonAcceptableItemsConfig Config class to read the station item json file from. This is used to extract all of the different ingredients that can go in each station
  • Field Details

    • oven

      public String[] oven
    • stove

      public String[] stove
    • cuttingBoard

      public String[] cuttingBoard
    • blender

      public String[] blender
    • produceBasket

      public String[] produceBasket
    • fridge

      public String[] fridge
  • Constructor Details

    • StationAcceptableItemsConfig

      public StationAcceptableItemsConfig()
  • Method Details

    • getOvenConfig

      public ArrayList<String> getOvenConfig()
      Function to get the oven config
      Returns:
      the items accepted into the over
    • getStoveConfig

      public ArrayList<String> getStoveConfig()
      Function to get the stove config
      Returns:
      the items accepted into the stove
    • getCuttingBoardConfig

      public ArrayList<String> getCuttingBoardConfig()
      Function to get the cutting board config
      Returns:
      the items accepted into the cutting board
    • getBlenderConfig

      public ArrayList<String> getBlenderConfig()
      Function to get the blender config
      Returns:
      the items accepted into the blender
    • getProduceBasketConfig

      public ArrayList<String> getProduceBasketConfig()
      Function to get the produce basket config
      Returns:
      the items accepted into the provde basket
    • getFridgeConfig

      public ArrayList<String> getFridgeConfig()
      Function to get the fridge config
      Returns:
      the items accepted into the fridge