Class AStarNodePoolSimple

java.lang.Object
com.hypixel.hytale.server.npc.navigation.AStarNodePoolSimple
All Implemented Interfaces:
AStarNodePool

public class AStarNodePoolSimple extends Object implements AStarNodePool
  • Field Details

    • nodePool

      protected final List<AStarNode> nodePool
    • childCount

      private final int childCount
  • Constructor Details

    • AStarNodePoolSimple

      public AStarNodePoolSimple(int childCount)
  • Method Details