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

12 lines
284 B
Plaintext
Raw Normal View History

2019-06-19 13:48:53 -04:00
CLASS cnh net/minecraft/entity/ai/pathing/PathMinHeap
FIELD a pathNodes [Lcnk;
FIELD b count I
METHOD a clear ()V
METHOD a shiftUp (I)V
2019-06-19 13:48:53 -04:00
METHOD a push (Lcnk;)Lcnk;
METHOD a setNodeWeight (Lcnk;F)V
2018-11-04 07:22:38 -05:00
ARG 1 node
METHOD b shiftDown (I)V
2019-06-19 13:48:53 -04:00
METHOD c pop ()Lcnk;
METHOD e isEmpty ()Z