HyCodeYourTale
classpublicPriority 2

PathSpatialSystem

com.hypixel.hytale.builtin.path.PathSpatialSystem

extends SpatialSystem

3

Methods

3

Public Methods

0

Fields

1

Constructors

Constants

Archetype<EntityStore>QUERY= Archetype.of(PatrolPathMarkerEntity.getComponentType(), TransformComponent.getComponentType())

Constructors

public
PathSpatialSystem(ResourceType<EntityStore, SpatialResource<Ref<EntityStore>, EntityStore>> resourceType)

Methods

Public Methods (3)

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

Related Classes