Class StationAcceptableItemsConfig
java.lang.Object
com.csse3200.game.components.station.loader.StationAcceptableItemsConfig
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFunction to get the blender configFunction to get the cutting board configFunction to get the fridge configFunction to get the oven configFunction to get the produce basket configFunction to get the stove config
-
Field Details
-
oven
-
stove
-
cuttingBoard
-
blender
-
produceBasket
-
fridge
-
-
Constructor Details
-
StationAcceptableItemsConfig
public StationAcceptableItemsConfig()
-
-
Method Details
-
getOvenConfig
Function to get the oven config- Returns:
- the items accepted into the over
-
getStoveConfig
Function to get the stove config- Returns:
- the items accepted into the stove
-
getCuttingBoardConfig
Function to get the cutting board config- Returns:
- the items accepted into the cutting board
-
getBlenderConfig
Function to get the blender config- Returns:
- the items accepted into the blender
-
getProduceBasketConfig
Function to get the produce basket config- Returns:
- the items accepted into the provde basket
-
getFridgeConfig
Function to get the fridge config- Returns:
- the items accepted into the fridge
-