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

11 lines
271 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-04-05 07:31:24 -04:00
METHOD a push (Lbcu;)Lbcu;
METHOD a setNodeWeight (Lbcu;F)V
METHOD b shiftDown (I)V
2017-04-05 07:31:24 -04:00
METHOD c pop ()Lbcu;
METHOD e isEmpty ()Z