classpublicPriority 3
PositionCacheSystems
com.hypixel.hytale.server.npc.systems.PositionCacheSystems
7
Methods
7
Public Methods
0
Fields
1
Constructors
Constants
ThreadLocal<BucketItemPool<Ref<EntityStore>>>BUCKET_POOL_THREAD_LOCAL= ThreadLocal.withInitial(BucketItemPool::new)
Constructors
public
PositionCacheSystems()Methods
Public Methods (7)
public
ComponentType<EntityStore, FlockMembership> componentType()@Nonnull@Override
public
Set<Dependency<EntityStore>> getDependencies()@Nonnull@Override
public
Query<EntityStore> getQuery()@Nonnull@Override
publicstatic
void initialisePositionCache(Role role, StateEvaluator stateEvaluator, double flockInfluenceRange)public
boolean isParallel(int archetypeChunkSize, int taskCount)@Override
public
void onEntityAdd(Holder<EntityStore> holder, AddReason reason, Store<EntityStore> store)@Override
public
void onEntityRemoved(Holder<EntityStore> holder, RemoveReason reason, Store<EntityStore> store)@Override