Class CookingComponent

java.lang.Object
com.devcharles.piazzapanic.components.CookingComponent
All Implemented Interfaces:
com.badlogic.ashley.core.Component, com.badlogic.gdx.utils.Pool.Poolable

public class CookingComponent extends Object implements com.badlogic.ashley.core.Component, com.badlogic.gdx.utils.Pool.Poolable
  • Field Details

    • timer

      public GdxTimer timer
    • processed

      public boolean processed
      If patty is flipped, onion is chopped, etc.
  • Constructor Details

    • CookingComponent

      public CookingComponent()
  • Method Details

    • reset

      public void reset()
      Description copied from interface: com.badlogic.gdx.utils.Pool.Poolable
      Resets the object for reuse. Object references should be nulled and fields may be set to default values.
      Specified by:
      reset in interface com.badlogic.gdx.utils.Pool.Poolable