AStarNodePoolSimple

public class AStarNodePoolSimple implements AStarNodePool

Class AStarNodePoolSimple. Provides astarnodepoolsimple functionality for the Hytale server.

java.lang.Object > AStarNodePoolSimple

Field Summary

No fields documented.

Method Detail

AStarNodePoolSimple

public public AStarNodePoolSimple (final int childCount)

Method AStarNodePoolSimple.

Parameters:
final int childCount

allocate

public AStarNode allocate ()

Method allocate.

AStarNode

public new AStarNode (this.childCount)

Method AStarNode.

Parameters:
this.childCount this.childCount

deallocate

public void deallocate (final AStarNode node)

Method deallocate.

Parameters:
final AStarNode node