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

29 lines
686 B
Plaintext
Raw Normal View History

2016-10-18 11:31:59 -04:00
CLASS bac net/minecraft/entity/ai/pathing/Path
FIELD a nodes [Lbaa;
FIELD e currentNodeIndex I
FIELD f pathLength I
2016-10-18 11:31:59 -04:00
METHOD <init> ([Lbaa;)V
ARG 0 nodes
METHOD a next ()V
2016-10-18 11:31:59 -04:00
METHOD a getNode (I)Lbaa;
ARG 0 index
2016-10-18 11:31:59 -04:00
METHOD a setNode (ILbaa;)V
ARG 0 nodeIndex
ARG 1 node
2016-10-18 11:31:59 -04:00
METHOD a equalsPath (Lbac;)Z
ARG 0 other
2016-10-18 11:31:59 -04:00
METHOD a getNodePosition (Lsg;)Lbcv;
ARG 0 entity
2016-10-18 11:31:59 -04:00
METHOD a getNodePosition (Lsg;I)Lbcv;
ARG 0 entity
ARG 1 nodeIndex
METHOD b isFinished ()Z
METHOD b setPathLength (I)V
ARG 0 value
2016-10-18 11:31:59 -04:00
METHOD c getEnd ()Lbaa;
METHOD c setCurrentPosition (I)V
ARG 0 value
METHOD d getPathLength ()I
METHOD e getCurrentNodeIndex ()I
2016-10-18 11:31:59 -04:00
METHOD f getCurrentPosition ()Lbcv;