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 Summary
Modifier and TypeFieldDescriptioncom.badlogic.ashley.core.Entity
com.badlogic.ashley.core.Entity
-
Constructor Summary
-
Method Summary
-
Field Details
-
order
-
interactingCook
public com.badlogic.ashley.core.Entity interactingCook -
food
public com.badlogic.ashley.core.Entity food -
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 interfacecom.badlogic.gdx.utils.Pool.Poolable
-