NetworkSendableSpatialSystem

public class NetworkSendableSpatialSystem extends SpatialSystem

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

java.lang.Object > SpatialSystem > NetworkSendableSpatialSystem

Field Summary

No fields documented.

Method Detail

NetworkSendableSpatialSystem

public public NetworkSendableSpatialSystem (final ResourceType, EntityStore>> spatialResource)

Method NetworkSendableSpatialSystem.

Parameters:
final ResourceType, EntityStore>> spatialResource

getQuery

public Query getQuery ()

Method getQuery.

tick

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

Method tick.

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

getPosition

public Vector3d getPosition (@Nonnull final ArchetypeChunk archetypeChunk, final int index)

Method getPosition.

Parameters:
@Nonnull final ArchetypeChunk archetypeChunk
final int index