Class CookingHoverComponent

All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable, Renderable, Comparable<Renderable>

public class CookingHoverComponent extends StationHoverComponent
A component used to display the inventory of a cooking station, as well as interaction key tooltips for the station.
  • Constructor Details

    • CookingHoverComponent

      public CookingHoverComponent()
  • Method Details

    • drawToolTips

      public void drawToolTips(com.badlogic.gdx.graphics.g2d.SpriteBatch batch)
      Draws the required key tooltips for the current interactions that can be done on this station.
      Specified by:
      drawToolTips in class StationHoverComponent
      Parameters:
      batch - The SpriteBatch used for drawing