Package net.minecraft.pathfinding
Class PathHeap
- java.lang.Object
-
- net.minecraft.pathfinding.PathHeap
-
public class PathHeap extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PathHeap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
changeCost(PathPoint p_75850_1_, float p_75850_2_)
void
clear()
private void
downHeap(int p_75846_1_)
PathPoint
insert(PathPoint p_75849_1_)
boolean
isEmpty()
PathPoint
pop()
private void
upHeap(int p_75847_1_)
-
-
-
Field Detail
-
heap
private PathPoint[] heap
-
size
private int size
-
-