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)
private
Set<Dependency<EntityStore>> dependenciesprivate
ComponentType<EntityStore, NPCEntity> npcEntityComponentTypeprivate
Query<EntityStore> queryprivate
ComponentType<EntityStore, Velocity> velocityComponentType