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

20 lines
547 B
Plaintext
Raw Normal View History

2018-12-05 09:11:37 -05:00
CLASS cgg net/minecraft/entity/ai/pathing/Path
FIELD a nodes [Lcge;
FIELD e currentNodeIndex I
FIELD f pathLength I
METHOD a next ()V
2018-12-05 09:11:37 -05:00
METHOD a getNode (I)Lcge;
METHOD a setNode (ILcge;)V
2018-11-04 07:22:38 -05:00
ARG 1 nodeIndex
2018-12-05 09:11:37 -05:00
METHOD a getNodePosition (Lagk;)Lckz;
METHOD a getNodePosition (Lagk;I)Lckz;
2018-11-04 07:22:38 -05:00
ARG 1 entity
2018-12-05 09:11:37 -05:00
METHOD a equalsPath (Lcgg;)Z
METHOD b isFinished ()Z
METHOD b setPathLength (I)V
2018-12-05 09:11:37 -05:00
METHOD c getEnd ()Lcge;
METHOD c setCurrentPosition (I)V
METHOD d getPathLength ()I
METHOD e getCurrentNodeIndex ()I
2018-12-05 09:11:37 -05:00
METHOD f getCurrentPosition ()Lckz;