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

27 lines
647 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS bcw net/minecraft/entity/ai/pathing/Path
FIELD a nodes [Lbcu;
FIELD e currentNodeIndex I
FIELD f pathLength I
METHOD a next ()V
METHOD a getNode (I)Lbcu;
2017-05-13 02:02:51 -04:00
ARG 0 index
METHOD a setNode (ILbcu;)V
2017-05-13 02:02:51 -04:00
ARG 0 nodeIndex
ARG 1 node
METHOD a equalsPath (Lbcw;)Z
2017-05-13 02:02:51 -04:00
ARG 0 other
METHOD a getNodePosition (Lub;)Lbfp;
2017-05-13 02:02:51 -04:00
ARG 0 entity
METHOD a getNodePosition (Lub;I)Lbfp;
2017-05-13 02:02:51 -04:00
ARG 0 entity
ARG 1 nodeIndex
METHOD b isFinished ()Z
METHOD b setPathLength (I)V
2017-05-13 02:02:51 -04:00
ARG 0 value
METHOD c getEnd ()Lbcu;
METHOD c setCurrentPosition (I)V
2017-05-13 02:02:51 -04:00
ARG 0 value
METHOD d getPathLength ()I
METHOD e getCurrentNodeIndex ()I
METHOD f getCurrentPosition ()Lbfp;