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

27 lines
641 B
Plaintext
Raw Normal View History

2019-02-21 13:19:18 -05:00
CLASS cix net/minecraft/entity/ai/pathing/Path
FIELD a nodes [Lciv;
FIELD e currentNodeIndex I
FIELD f length I
2019-02-21 13:19:18 -05:00
METHOD <init> ([Lciv;)V
ARG 1 nodes
METHOD a next ()V
2019-02-21 13:19:18 -05:00
METHOD a getNode (I)Lciv;
ARG 1 index
2019-02-21 13:19:18 -05:00
METHOD a setNode (ILciv;)V
ARG 1 index
ARG 2 node
2019-02-21 13:19:18 -05:00
METHOD a getNodePosition (Lahm;)Lcnl;
METHOD a getNodePosition (Lahm;I)Lcnl;
2018-11-04 07:22:38 -05:00
ARG 1 entity
ARG 2 index
2019-02-21 13:19:18 -05:00
METHOD a equalsPath (Lcix;)Z
METHOD b isFinished ()Z
METHOD b setLength (I)V
ARG 1 length
2019-02-21 13:19:18 -05:00
METHOD c getEnd ()Lciv;
METHOD c setCurrentNodeIndex (I)V
ARG 1 index
METHOD d getLength ()I
METHOD e getCurrentNodeIndex ()I
2019-02-21 13:19:18 -05:00
METHOD f getCurrentPosition ()Lcnl;