Package com.csse3200.game.components.station
package com.csse3200.game.components.station
-
ClassesClassDescriptionA component used to display interaction key tooltips for a basket station component.A component used to display interaction key tooltips for a bin station component.A component used to display the inventory of a chopping board station, as well as interaction key tooltips for the station.A component used to display the inventory of a cooking station, as well as interaction key tooltips for the station.Give the player a fire extinguisher when they interact with itA component used to display the inventory of a mixing bench station, as well as interaction key tooltips for the station.StationBinComponent.java StationBinComponent throughs away an itemStationChoppingComponent.java This class controls the chopping of items within a station.StationCollectionComponent.java StationCollectionComponentAllows for items to be collected from a station.StationCookingComponent.java This class controls the cooking of items within a station.An abstract component that displays the items in an a station's InventoryComponent as images hovering above the entity.A component used for a station entity that displays a progress bar indicating the chop/cook percentage of the item held in the station.StationServingComponent.java StationServingComponent gives the station the ability to submit a meal to be able to be served to a customer.A component used to display interaction key tooltips for a submission station component.