package com.hypixel.hytale.server.npc.navigation;
public interface AStarNodePoolProvider {
AStarNodePool getPool(int var1);
}