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

28 lines
669 B
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS clz net/minecraft/entity/ai/pathing/Path
FIELD a nodes [Lclx;
FIELD e currentNodeIndex I
FIELD f length I
2019-03-20 13:56:26 -04:00
METHOD <init> ([Lclx;)V
ARG 1 nodes
METHOD a next ()V
2019-03-20 13:56:26 -04:00
METHOD a getNode (I)Lclx;
ARG 1 index
2019-03-20 13:56:26 -04:00
METHOD a setNode (ILclx;)V
ARG 1 index
ARG 2 node
2019-03-20 13:56:26 -04:00
METHOD a getNodePosition (Lahy;)Lcqo;
METHOD a getNodePosition (Lahy;I)Lcqo;
2018-11-04 07:22:38 -05:00
ARG 1 entity
ARG 2 index
2019-03-20 13:56:26 -04:00
METHOD a equalsPath (Lclz;)Z
METHOD b isFinished ()Z
METHOD b setLength (I)V
ARG 1 length
2019-03-20 13:56:26 -04:00
METHOD c getEnd ()Lclx;
METHOD c setCurrentNodeIndex (I)V
ARG 1 index
2019-03-20 13:56:26 -04:00
METHOD d getNodes ()[Lclx;
2019-03-14 08:57:09 -04:00
METHOD e getLength ()I
METHOD f getCurrentNodeIndex ()I
2019-03-20 13:56:26 -04:00
METHOD g getCurrentPosition ()Lcqo;