UpdateEntitySeedSystem

public class UpdateEntitySeedSystem extends DelayedSystem

System for handling updateentityseed mechanics. Systems contain game logic that operates on entities with specific component types.

java.lang.Object > DelayedSystem > UpdateEntitySeedSystem

Field Summary

No fields documented.

Method Detail

UpdateEntitySeedSystem

public public UpdateEntitySeedSystem ()

Method UpdateEntitySeedSystem.

delayedTick

public void delayedTick (final float dt, final int systemIndex, @Nonnull final Store store)

Method delayedTick.

Parameters:
final float dt
final int systemIndex
@Nonnull final Store store