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

16 lines
341 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS bcr net/minecraft/entity/ai/pathing/PathMinHeap
FIELD a pathNodes [Lbcu;
FIELD b count I
METHOD a clear ()V
METHOD a shiftUp (I)V
2017-05-13 02:02:51 -04:00
ARG 0 index
2017-04-05 07:31:24 -04:00
METHOD a push (Lbcu;)Lbcu;
2017-05-13 02:02:51 -04:00
ARG 0 value
2017-04-05 07:31:24 -04:00
METHOD a setNodeWeight (Lbcu;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
2017-04-05 07:31:24 -04:00
METHOD c pop ()Lbcu;
METHOD e isEmpty ()Z