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

28 lines
669 B
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS clr net/minecraft/entity/ai/pathing/Path
FIELD a nodes [Lclp;
FIELD e currentNodeIndex I
FIELD f length I
2019-03-14 11:39:51 -04:00
METHOD <init> ([Lclp;)V
ARG 1 nodes
METHOD a next ()V
2019-03-14 11:39:51 -04:00
METHOD a getNode (I)Lclp;
ARG 1 index
2019-03-14 11:39:51 -04:00
METHOD a setNode (ILclp;)V
ARG 1 index
ARG 2 node
2019-03-14 11:39:51 -04:00
METHOD a getNodePosition (Lahw;)Lcqg;
METHOD a getNodePosition (Lahw;I)Lcqg;
2018-11-04 07:22:38 -05:00
ARG 1 entity
ARG 2 index
2019-03-14 11:39:51 -04:00
METHOD a equalsPath (Lclr;)Z
METHOD b isFinished ()Z
METHOD b setLength (I)V
ARG 1 length
2019-03-14 11:39:51 -04:00
METHOD c getEnd ()Lclp;
METHOD c setCurrentNodeIndex (I)V
ARG 1 index
METHOD d getNodes ()[Lclp;
2019-03-14 08:57:09 -04:00
METHOD e getLength ()I
METHOD f getCurrentNodeIndex ()I
2019-03-14 11:39:51 -04:00
METHOD g getCurrentPosition ()Lcqg;