Class MashingLogicSystem
java.lang.Object
zombie.entity.EngineSystem
zombie.entity.components.crafting.MashingLogicSystem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addedToEngine
(Engine engine) void
removedFromEngine
(Engine var1) void
update()
Methods inherited from class zombie.entity.EngineSystem
getEngine, getRenderLastPriority, getUpdatePriority, getUpdateSimulationPriority, isEnabled, isRenderer, isSimulationUpdater, isUpdater, renderLast, setEnabled, setRenderer, setSimulationUpdater, setUpdater, updateSimulation
-
Constructor Details
-
MashingLogicSystem
public MashingLogicSystem(int int0)
-
-
Method Details
-
addedToEngine
- Overrides:
addedToEngine
in classEngineSystem
-
removedFromEngine
- Overrides:
removedFromEngine
in classEngineSystem
-
update
public void update()- Overrides:
update
in classEngineSystem
-