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

29 lines
686 B
Plaintext
Raw Normal View History

2017-06-08 10:01:49 -04:00
CLASS bej net/minecraft/entity/ai/pathing/Path
FIELD a nodes [Lbeh;
FIELD e currentNodeIndex I
FIELD f pathLength I
2017-06-08 10:01:49 -04:00
METHOD <init> ([Lbeh;)V
ARG 0 nodes
METHOD a next ()V
2017-06-08 10:01:49 -04:00
METHOD a getNode (I)Lbeh;
2017-05-13 02:02:51 -04:00
ARG 0 index
2017-06-08 10:01:49 -04:00
METHOD a setNode (ILbeh;)V
2017-05-13 02:02:51 -04:00
ARG 0 nodeIndex
ARG 1 node
2017-06-08 10:01:49 -04:00
METHOD a equalsPath (Lbej;)Z
2017-05-13 02:02:51 -04:00
ARG 0 other
2017-06-08 10:01:49 -04:00
METHOD a getNodePosition (Lve;)Lbhc;
2017-05-13 02:02:51 -04:00
ARG 0 entity
2017-06-08 10:01:49 -04:00
METHOD a getNodePosition (Lve;I)Lbhc;
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
2017-06-08 10:01:49 -04:00
METHOD c getEnd ()Lbeh;
METHOD c setCurrentPosition (I)V
2017-05-13 02:02:51 -04:00
ARG 0 value
METHOD d getPathLength ()I
METHOD e getCurrentNodeIndex ()I
2017-06-08 10:01:49 -04:00
METHOD f getCurrentPosition ()Lbhc;