Package net.minecraft.entity.ai.pathing
Class PathMinHeap
java.lang.Object
net.minecraft.entity.ai.pathing.PathMinHeap
public class PathMinHeap extends Object
- Mappings:
Namespace Name official dcointermediary net/minecraft/class_5named net/minecraft/entity/ai/pathing/PathMinHeap
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PathMinHeap() -
Method Summary
-
Field Details
-
pathNodes
- Mappings:
Namespace Name Mixin selector official aLdco;a:[Ldcr;intermediary field_1Lnet/minecraft/class_5;field_1:[Lnet/minecraft/class_9;named pathNodesLnet/minecraft/entity/ai/pathing/PathMinHeap;pathNodes:[Lnet/minecraft/entity/ai/pathing/PathNode;
-
count
private int count- Mappings:
Namespace Name Mixin selector official bLdco;b:Iintermediary field_2Lnet/minecraft/class_5;field_2:Inamed countLnet/minecraft/entity/ai/pathing/PathMinHeap;count:I
-
-
Constructor Details
-
PathMinHeap
public PathMinHeap()
-
-
Method Details
-
push
- Mappings:
Namespace Name Mixin selector official aLdco;a(Ldcr;)Ldcr;intermediary method_2Lnet/minecraft/class_5;method_2(Lnet/minecraft/class_9;)Lnet/minecraft/class_9;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 aLdco;a()Vintermediary method_5Lnet/minecraft/class_5;method_5()Vnamed clearLnet/minecraft/entity/ai/pathing/PathMinHeap;clear()V
-
pop
- Mappings:
Namespace Name Mixin selector official cLdco;c()Ldcr;intermediary method_6Lnet/minecraft/class_5;method_6()Lnet/minecraft/class_9;named popLnet/minecraft/entity/ai/pathing/PathMinHeap;pop()Lnet/minecraft/entity/ai/pathing/PathNode;
-
setNodeWeight
- Mappings:
Namespace Name Mixin selector official aLdco;a(Ldcr;F)Vintermediary method_3Lnet/minecraft/class_5;method_3(Lnet/minecraft/class_9;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 aLdco;a(I)Vintermediary method_4Lnet/minecraft/class_5;method_4(I)Vnamed shiftUpLnet/minecraft/entity/ai/pathing/PathMinHeap;shiftUp(I)V
-
shiftDown
private void shiftDown(int index)- Mappings:
Namespace Name Mixin selector official bLdco;b(I)Vintermediary method_7Lnet/minecraft/class_5;method_7(I)Vnamed shiftDownLnet/minecraft/entity/ai/pathing/PathMinHeap;shiftDown(I)V
-
isEmpty
public boolean isEmpty()- Mappings:
Namespace Name Mixin selector official eLdco;e()Zintermediary method_8Lnet/minecraft/class_5;method_8()Znamed isEmptyLnet/minecraft/entity/ai/pathing/PathMinHeap;isEmpty()Z
-