HyCodeYourTale
classpublicPriority 1

EntitySpatialSystem

com.hypixel.hytale.server.core.modules.entity.system.EntitySpatialSystem

extends SpatialSystem

3

Methods

3

Public Methods

0

Fields

1

Constructors

Constants

Query<EntityStore>QUERY= Query.and( TransformComponent.getComponentType(), Query.not(Intangible.getComponentType()),...

Constructors

public
EntitySpatialSystem(ResourceType<EntityStore, SpatialResource<Ref<EntityStore>, EntityStore>> spatialResource)

Methods

Public Methods (3)

public
Vector3d getPosition(ArchetypeChunk<EntityStore> archetypeChunk, int index)
@Nonnull@Override
public
Query<EntityStore> getQuery()
@Nonnull@Override
public
void tick(float dt, int systemIndex, Store<EntityStore> store)
@Override

Related Classes