yarn/mappings/net/minecraft/entity/ai/pathing/PathMinHeap.mapping

12 lines
284 B
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS cfs net/minecraft/entity/ai/pathing/PathMinHeap
FIELD a pathNodes [Lcfv;
FIELD b count I
METHOD a clear ()V
METHOD a shiftUp (I)V
2018-11-29 15:10:38 -05:00
METHOD a push (Lcfv;)Lcfv;
METHOD a setNodeWeight (Lcfv;F)V
2018-11-04 07:22:38 -05:00
ARG 1 node
METHOD b shiftDown (I)V
2018-11-29 15:10:38 -05:00
METHOD c pop ()Lcfv;
METHOD e isEmpty ()Z