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

29 lines
688 B
Plaintext
Raw Normal View History

2018-10-26 06:51:01 -04:00
CLASS ccm net/minecraft/entity/ai/pathing/Path
FIELD a nodes [Lcck;
FIELD e currentNodeIndex I
FIELD f pathLength I
2018-10-26 06:51:01 -04:00
METHOD <init> ([Lcck;)V
ARG 0 nodes
METHOD a next ()V
2018-10-26 06:51:01 -04:00
METHOD a getNode (I)Lcck;
2017-05-13 02:02:51 -04:00
ARG 0 index
2018-10-26 06:51:01 -04:00
METHOD a setNode (ILcck;)V
2017-05-13 02:02:51 -04:00
ARG 0 nodeIndex
ARG 1 node
2018-10-26 06:51:01 -04:00
METHOD a getNodePosition (Lafh;)Lchd;
2017-05-13 02:02:51 -04:00
ARG 0 entity
2018-10-26 06:51:01 -04:00
METHOD a getNodePosition (Lafh;I)Lchd;
2017-05-13 02:02:51 -04:00
ARG 0 entity
ARG 1 nodeIndex
2018-10-26 06:51:01 -04:00
METHOD a equalsPath (Lccm;)Z
ARG 0 other
METHOD b isFinished ()Z
METHOD b setPathLength (I)V
2017-05-13 02:02:51 -04:00
ARG 0 value
2018-10-26 06:51:01 -04:00
METHOD c getEnd ()Lcck;
METHOD c setCurrentPosition (I)V
2017-05-13 02:02:51 -04:00
ARG 0 value
METHOD d getPathLength ()I
METHOD e getCurrentNodeIndex ()I
2018-10-26 06:51:01 -04:00
METHOD f getCurrentPosition ()Lchd;