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

29 lines
688 B
Plaintext
Raw Normal View History

2018-10-31 12:57:21 -04:00
CLASS cdu net/minecraft/entity/ai/pathing/Path
FIELD a nodes [Lcds;
FIELD e currentNodeIndex I
FIELD f pathLength I
2018-10-31 12:57:21 -04:00
METHOD <init> ([Lcds;)V
ARG 0 nodes
METHOD a next ()V
2018-10-31 12:57:21 -04:00
METHOD a getNode (I)Lcds;
2017-05-13 02:02:51 -04:00
ARG 0 index
2018-10-31 12:57:21 -04:00
METHOD a setNode (ILcds;)V
2017-05-13 02:02:51 -04:00
ARG 0 nodeIndex
ARG 1 node
2018-10-31 12:57:21 -04:00
METHOD a getNodePosition (Lafv;)Lcim;
2017-05-13 02:02:51 -04:00
ARG 0 entity
2018-10-31 12:57:21 -04:00
METHOD a getNodePosition (Lafv;I)Lcim;
2017-05-13 02:02:51 -04:00
ARG 0 entity
ARG 1 nodeIndex
2018-10-31 12:57:21 -04:00
METHOD a equalsPath (Lcdu;)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-31 12:57:21 -04:00
METHOD c getEnd ()Lcds;
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-31 12:57:21 -04:00
METHOD f getCurrentPosition ()Lcim;