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
2018-11-04 07:22:38 -05:00
ARG 1 nodes
METHOD a next ()V
2018-10-31 12:57:21 -04:00
METHOD a getNode (I)Lcds;
2018-11-04 07:22:38 -05:00
ARG 1 index
2018-10-31 12:57:21 -04:00
METHOD a setNode (ILcds;)V
2018-11-04 07:22:38 -05:00
ARG 1 nodeIndex
ARG 2 node
2018-10-31 12:57:21 -04:00
METHOD a getNodePosition (Lafv;)Lcim;
2018-11-04 07:22:38 -05:00
ARG 1 entity
2018-10-31 12:57:21 -04:00
METHOD a getNodePosition (Lafv;I)Lcim;
2018-11-04 07:22:38 -05:00
ARG 1 entity
ARG 2 nodeIndex
2018-10-31 12:57:21 -04:00
METHOD a equalsPath (Lcdu;)Z
2018-11-04 07:22:38 -05:00
ARG 1 other
METHOD b isFinished ()Z
METHOD b setPathLength (I)V
2018-11-04 07:22:38 -05:00
ARG 1 value
2018-10-31 12:57:21 -04:00
METHOD c getEnd ()Lcds;
METHOD c setCurrentPosition (I)V
2018-11-04 07:22:38 -05:00
ARG 1 value
METHOD d getPathLength ()I
METHOD e getCurrentNodeIndex ()I
2018-10-31 12:57:21 -04:00
METHOD f getCurrentPosition ()Lcim;