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

16 lines
341 B
Plaintext
Raw Normal View History

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