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

27 lines
641 B
Plaintext
Raw Normal View History

2019-01-30 12:48:39 -05:00
CLASS cii net/minecraft/entity/ai/pathing/Path
FIELD a nodes [Lcig;
FIELD e currentNodeIndex I
FIELD f length I
METHOD <init> ([Lcig;)V
ARG 1 nodes
METHOD a next ()V
2019-01-30 12:48:39 -05:00
METHOD a getNode (I)Lcig;
ARG 1 index
2019-01-30 12:48:39 -05:00
METHOD a setNode (ILcig;)V
ARG 1 index
ARG 2 node
2019-01-30 12:48:39 -05:00
METHOD a getNodePosition (Lahe;)Lcmw;
METHOD a getNodePosition (Lahe;I)Lcmw;
2018-11-04 07:22:38 -05:00
ARG 1 entity
ARG 2 index
2019-01-30 12:48:39 -05:00
METHOD a equalsPath (Lcii;)Z
METHOD b isFinished ()Z
METHOD b setLength (I)V
ARG 1 length
2019-01-30 12:48:39 -05:00
METHOD c getEnd ()Lcig;
METHOD c setCurrentNodeIndex (I)V
ARG 1 index
METHOD d getLength ()I
METHOD e getCurrentNodeIndex ()I
2019-01-30 12:48:39 -05:00
METHOD f getCurrentPosition ()Lcmw;