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

26 lines
665 B
Plaintext
Raw Normal View History

2019-04-10 11:36:17 -04:00
CLASS cmz net/minecraft/entity/ai/pathing/Path
FIELD a nodes Ljava/util/List;
FIELD e currentNodeIndex I
METHOD a next ()V
2019-04-10 11:36:17 -04:00
METHOD a getNode (I)Lcmx;
ARG 1 index
2019-04-10 11:36:17 -04:00
METHOD a setNode (ILcmx;)V
ARG 1 index
ARG 2 node
2019-04-10 11:36:17 -04:00
METHOD a getNodePosition (Laid;)Lcro;
METHOD a getNodePosition (Laid;I)Lcro;
2018-11-04 07:22:38 -05:00
ARG 1 entity
ARG 2 index
2019-04-10 11:36:17 -04:00
METHOD a equalsPath (Lcmz;)Z
METHOD b isFinished ()Z
METHOD b setLength (I)V
2019-04-10 11:36:17 -04:00
METHOD b fromBuffer (Ljc;)Lcmz;
ARG 0 buffer
2019-04-10 11:36:17 -04:00
METHOD c getEnd ()Lcmx;
METHOD c setCurrentNodeIndex (I)V
ARG 1 index
2019-04-10 11:36:17 -04:00
METHOD d getNodes ()Ljava/util/List;
2019-03-14 08:57:09 -04:00
METHOD e getLength ()I
METHOD f getCurrentNodeIndex ()I
2019-04-10 11:36:17 -04:00
METHOD g getCurrentPosition ()Lcro;