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

20 lines
547 B
Plaintext
Raw Normal View History

2019-01-09 12:20:38 -05:00
CLASS chz net/minecraft/entity/ai/pathing/Path
FIELD a nodes [Lchx;
FIELD e currentNodeIndex I
FIELD f pathLength I
METHOD a next ()V
2019-01-09 12:20:38 -05:00
METHOD a getNode (I)Lchx;
METHOD a setNode (ILchx;)V
2018-11-04 07:22:38 -05:00
ARG 1 nodeIndex
2019-01-09 12:20:38 -05:00
METHOD a getNodePosition (Lahd;)Lcms;
METHOD a getNodePosition (Lahd;I)Lcms;
2018-11-04 07:22:38 -05:00
ARG 1 entity
2019-01-09 12:20:38 -05:00
METHOD a equalsPath (Lchz;)Z
METHOD b isFinished ()Z
METHOD b setPathLength (I)V
2019-01-09 12:20:38 -05:00
METHOD c getEnd ()Lchx;
METHOD c setCurrentPosition (I)V
METHOD d getPathLength ()I
METHOD e getCurrentNodeIndex ()I
2019-01-09 12:20:38 -05:00
METHOD f getCurrentPosition ()Lcms;