Package net.minecraft.entity.ai.pathing
Class PathMinHeap
java.lang.Object
net.minecraft.entity.ai.pathing.PathMinHeap
- Mappings:
Namespace Name official bpsintermediary net/minecraft/class_85named net/minecraft/entity/ai/pathing/PathMinHeap
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
nodes
- Mappings:
Namespace Name Mixin selector official aLbps;a:[Lbpt;intermediary field_178Lnet/minecraft/class_85;field_178:[Lnet/minecraft/class_86;named nodesLnet/minecraft/entity/ai/pathing/PathMinHeap;nodes:[Lnet/minecraft/entity/ai/pathing/PathNode;
-
count
private int count- Mappings:
Namespace Name Mixin selector official bLbps;b:Iintermediary field_179Lnet/minecraft/class_85;field_179:Inamed countLnet/minecraft/entity/ai/pathing/PathMinHeap;count:I
-
-
Constructor Details
-
PathMinHeap
public PathMinHeap()
-
-
Method Details
-
push
- Mappings:
Namespace Name Mixin selector official aLbps;a(Lbpt;)Lbpt;intermediary method_152Lnet/minecraft/class_85;method_152(Lnet/minecraft/class_86;)Lnet/minecraft/class_86;named pushLnet/minecraft/entity/ai/pathing/PathMinHeap;push(Lnet/minecraft/entity/ai/pathing/PathNode;)Lnet/minecraft/entity/ai/pathing/PathNode;
-
clear
public void clear()- Mappings:
Namespace Name Mixin selector official aLbps;a()Vintermediary method_150Lnet/minecraft/class_85;method_150()Vnamed clearLnet/minecraft/entity/ai/pathing/PathMinHeap;clear()V
-
pop
- Mappings:
Namespace Name Mixin selector official cLbps;c()Lbpt;intermediary method_155Lnet/minecraft/class_85;method_155()Lnet/minecraft/class_86;named popLnet/minecraft/entity/ai/pathing/PathMinHeap;pop()Lnet/minecraft/entity/ai/pathing/PathNode;
-
setNodeWeight
- Mappings:
Namespace Name Mixin selector official aLbps;a(Lbpt;F)Vintermediary method_153Lnet/minecraft/class_85;method_153(Lnet/minecraft/class_86;F)Vnamed setNodeWeightLnet/minecraft/entity/ai/pathing/PathMinHeap;setNodeWeight(Lnet/minecraft/entity/ai/pathing/PathNode;F)V
-
shiftUp
private void shiftUp(int index) - Mappings:
Namespace Name Mixin selector official aLbps;a(I)Vintermediary method_151Lnet/minecraft/class_85;method_151(I)Vnamed shiftUpLnet/minecraft/entity/ai/pathing/PathMinHeap;shiftUp(I)V
-
shiftDown
private void shiftDown(int index) - Mappings:
Namespace Name Mixin selector official bLbps;b(I)Vintermediary method_154Lnet/minecraft/class_85;method_154(I)Vnamed shiftDownLnet/minecraft/entity/ai/pathing/PathMinHeap;shiftDown(I)V
-
isEmpty
public boolean isEmpty()- Mappings:
Namespace Name Mixin selector official eLbps;e()Zintermediary method_156Lnet/minecraft/class_85;method_156()Znamed isEmptyLnet/minecraft/entity/ai/pathing/PathMinHeap;isEmpty()Z
-