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

30 lines
717 B
Plaintext
Raw Normal View History

2019-04-03 12:16:41 -04:00
CLASS cmt net/minecraft/entity/ai/pathing/Path
FIELD a nodes [Lcmr;
FIELD e currentNodeIndex I
FIELD f length I
2019-04-03 12:16:41 -04:00
METHOD <init> ([Lcmr;)V
ARG 1 nodes
METHOD a next ()V
2019-04-03 12:16:41 -04:00
METHOD a getNode (I)Lcmr;
ARG 1 index
2019-04-03 12:16:41 -04:00
METHOD a setNode (ILcmr;)V
ARG 1 index
ARG 2 node
2019-04-03 12:16:41 -04:00
METHOD a getNodePosition (Lahz;)Lcri;
METHOD a getNodePosition (Lahz;I)Lcri;
2018-11-04 07:22:38 -05:00
ARG 1 entity
ARG 2 index
2019-04-03 12:16:41 -04:00
METHOD a equalsPath (Lcmt;)Z
METHOD b isFinished ()Z
METHOD b setLength (I)V
ARG 1 length
2019-04-03 12:16:41 -04:00
METHOD b fromBuffer (Ljc;)Lcmt;
ARG 0 buffer
2019-04-03 12:16:41 -04:00
METHOD c getEnd ()Lcmr;
METHOD c setCurrentNodeIndex (I)V
ARG 1 index
2019-04-03 12:16:41 -04:00
METHOD d getNodes ()[Lcmr;
2019-03-14 08:57:09 -04:00
METHOD e getLength ()I
METHOD f getCurrentNodeIndex ()I
2019-04-03 12:16:41 -04:00
METHOD g getCurrentPosition ()Lcri;