Class InventoryUpdateSystem
java.lang.Object
com.badlogic.ashley.core.EntitySystem
com.badlogic.ashley.systems.IteratingSystem
com.devcharles.piazzapanic.componentsystems.InventoryUpdateSystem
public class InventoryUpdateSystem
extends com.badlogic.ashley.systems.IteratingSystem
Links up the cook's inventory to the hud.
- 
Field SummaryFieldsFields inherited from class com.badlogic.ashley.core.EntitySystempriority
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidprocessEntity(com.badlogic.ashley.core.Entity entity, float deltaTime) This method is called on every entity on every update call of the EntitySystem.Methods inherited from class com.badlogic.ashley.systems.IteratingSystemaddedToEngine, getEntities, getFamily, removedFromEngine, updateMethods inherited from class com.badlogic.ashley.core.EntitySystemcheckProcessing, getEngine, setProcessing
- 
Field Details- 
hud
 
- 
- 
Constructor Details- 
InventoryUpdateSystem
 
- 
- 
Method Details- 
processEntityprotected void processEntity(com.badlogic.ashley.core.Entity entity, float deltaTime) Description copied from class:com.badlogic.ashley.systems.IteratingSystemThis method is called on every entity on every update call of the EntitySystem. Override this to implement your system's specific processing.- Specified by:
- processEntityin class- com.badlogic.ashley.systems.IteratingSystem
- Parameters:
- entity- The current Entity being processed
- deltaTime- The delta time between the last and current frame
 
 
-