Package net.minecraft.entity.ai.pathing
Class PathMinHeap
java.lang.Object
net.minecraft.entity.ai.pathing.PathMinHeap
- Mappings:
Namespace Name named net/minecraft/entity/ai/pathing/PathMinHeapintermediary net/minecraft/class_5official epm
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
pathNodes
- Mappings:
Namespace Name Mixin selector named pathNodesLnet/minecraft/entity/ai/pathing/PathMinHeap;pathNodes:[Lnet/minecraft/entity/ai/pathing/PathNode;intermediary field_1Lnet/minecraft/class_5;field_1:[Lnet/minecraft/class_9;official aLepm;a:[Lepo;
-
count
private int count- Mappings:
Namespace Name Mixin selector named countLnet/minecraft/entity/ai/pathing/PathMinHeap;count:Iintermediary field_2Lnet/minecraft/class_5;field_2:Iofficial bLepm;b:I
-
-
Constructor Details
-
PathMinHeap
public PathMinHeap()
-
-
Method Details
-
push
- Mappings:
Namespace Name Mixin selector named pushLnet/minecraft/entity/ai/pathing/PathMinHeap;push(Lnet/minecraft/entity/ai/pathing/PathNode;)Lnet/minecraft/entity/ai/pathing/PathNode;intermediary method_2Lnet/minecraft/class_5;method_2(Lnet/minecraft/class_9;)Lnet/minecraft/class_9;official aLepm;a(Lepo;)Lepo;
-
clear
public void clear()- Mappings:
Namespace Name Mixin selector named clearLnet/minecraft/entity/ai/pathing/PathMinHeap;clear()Vintermediary method_5Lnet/minecraft/class_5;method_5()Vofficial aLepm;a()V
-
getStart
- Mappings:
Namespace Name Mixin selector named getStartLnet/minecraft/entity/ai/pathing/PathMinHeap;getStart()Lnet/minecraft/entity/ai/pathing/PathNode;intermediary method_35490Lnet/minecraft/class_5;method_35490()Lnet/minecraft/class_9;official bLepm;b()Lepo;
-
pop
- Mappings:
Namespace Name Mixin selector named popLnet/minecraft/entity/ai/pathing/PathMinHeap;pop()Lnet/minecraft/entity/ai/pathing/PathNode;intermediary method_6Lnet/minecraft/class_5;method_6()Lnet/minecraft/class_9;official cLepm;c()Lepo;
-
popNode
- Mappings:
Namespace Name Mixin selector named popNodeLnet/minecraft/entity/ai/pathing/PathMinHeap;popNode(Lnet/minecraft/entity/ai/pathing/PathNode;)Vintermediary method_35491Lnet/minecraft/class_5;method_35491(Lnet/minecraft/class_9;)Vofficial bLepm;b(Lepo;)V
-
setNodeWeight
- Mappings:
Namespace Name Mixin selector named setNodeWeightLnet/minecraft/entity/ai/pathing/PathMinHeap;setNodeWeight(Lnet/minecraft/entity/ai/pathing/PathNode;F)Vintermediary method_3Lnet/minecraft/class_5;method_3(Lnet/minecraft/class_9;F)Vofficial aLepm;a(Lepo;F)V
-
getCount
public int getCount()- Mappings:
Namespace Name Mixin selector named getCountLnet/minecraft/entity/ai/pathing/PathMinHeap;getCount()Iintermediary method_35492Lnet/minecraft/class_5;method_35492()Iofficial dLepm;d()I
-
shiftUp
private void shiftUp(int index) - Mappings:
Namespace Name Mixin selector named shiftUpLnet/minecraft/entity/ai/pathing/PathMinHeap;shiftUp(I)Vintermediary method_4Lnet/minecraft/class_5;method_4(I)Vofficial aLepm;a(I)V
-
shiftDown
private void shiftDown(int index) - Mappings:
Namespace Name Mixin selector named shiftDownLnet/minecraft/entity/ai/pathing/PathMinHeap;shiftDown(I)Vintermediary method_7Lnet/minecraft/class_5;method_7(I)Vofficial bLepm;b(I)V
-
isEmpty
public boolean isEmpty()- Mappings:
Namespace Name Mixin selector named isEmptyLnet/minecraft/entity/ai/pathing/PathMinHeap;isEmpty()Zintermediary method_8Lnet/minecraft/class_5;method_8()Zofficial eLepm;e()Z
-
getNodes
- Mappings:
Namespace Name Mixin selector named getNodesLnet/minecraft/entity/ai/pathing/PathMinHeap;getNodes()[Lnet/minecraft/entity/ai/pathing/PathNode;intermediary method_35493Lnet/minecraft/class_5;method_35493()[Lnet/minecraft/class_9;official fLepm;f()[Lepo;
-