HyCodeYourTale
classpublicPriority 2

ComputeVelocitySystem

com.hypixel.hytale.server.npc.systems.ComputeVelocitySystem

extends SteppableTickingSystem

3

Methods

3

Public Methods

4

Fields

1

Constructors

Constructors

public
ComputeVelocitySystem(ComponentType<EntityStore, NPCEntity> npcEntityComponentType, ComponentType<EntityStore, Velocity> velocityComponentType, Set<Dependency<EntityStore>> dependencies)

Methods

Public Methods (3)

public
Set<Dependency<EntityStore>> getDependencies()
@Nonnull@Override
public
Query<EntityStore> getQuery()
@Nonnull@Override
public
boolean isParallel(int archetypeChunkSize, int taskCount)
@Override

Fields

Private/Package Fields (4)

privateSet<Dependency<EntityStore>> dependencies
privateComponentType<EntityStore, NPCEntity> npcEntityComponentType
privateQuery<EntityStore> query
privateComponentType<EntityStore, Velocity> velocityComponentType

Related Classes