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

16 lines
341 B
Plaintext
Raw Normal View History

CLASS ccg net/minecraft/entity/ai/pathing/PathMinHeap
FIELD a pathNodes [Lccj;
FIELD b count I
METHOD a clear ()V
METHOD a shiftUp (I)V
2017-05-13 02:02:51 -04:00
ARG 0 index
METHOD a push (Lccj;)Lccj;
2017-05-13 02:02:51 -04:00
ARG 0 value
METHOD a setNodeWeight (Lccj;F)V
2017-05-13 02:02:51 -04:00
ARG 0 node
ARG 1 weight
METHOD b shiftDown (I)V
2017-05-13 02:02:51 -04:00
ARG 0 index
METHOD c pop ()Lccj;
METHOD e isEmpty ()Z