StepCleanupSystem

public class StepCleanupSystem extends EntityTickingSystem

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

java.lang.Object > EntityTickingSystem > StepCleanupSystem

Field Summary

No fields documented.

Method Detail

StepCleanupSystem

public public StepCleanupSystem (@Nonnull final ComponentType stepComponentType)

Method StepCleanupSystem.

Parameters:
@Nonnull final ComponentType stepComponentType

getDependencies

public Set> getDependencies ()

Method getDependencies.

tick

public void tick (final float dt, final int index, @Nonnull final ArchetypeChunk archetypeChunk, @Nonnull final Store store, @Nonnull final CommandBuffer commandBuffer)

Method tick.

Parameters:
final float dt
final int index
@Nonnull final ArchetypeChunk archetypeChunk
@Nonnull final Store store
@Nonnull final CommandBuffer commandBuffer

getQuery

public Query getQuery ()

Method getQuery.