Class CustomerComponent

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

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

    • order

      public FoodComponent.FoodType order
    • interactingCook

      public com.badlogic.ashley.core.Entity interactingCook
    • food

      public com.badlogic.ashley.core.Entity food
    • timer

      public GdxTimer timer
  • Constructor Details

    • CustomerComponent

      public CustomerComponent()
  • 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