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

51 lines
1.2 KiB
Plaintext
Raw Normal View History

2019-02-20 15:49:23 -05:00
CLASS alz net/minecraft/entity/ai/pathing/EntityNavigation
2019-02-13 12:35:08 -05:00
FIELD a entity Lahv;
2019-02-20 15:49:23 -05:00
FIELD b world Lbde;
FIELD c currentPath Lciw;
FIELD d speed D
2017-04-05 07:31:24 -04:00
FIELD e tickCount I
FIELD m shouldRecalculate Z
FIELD n lastRecalculateTime J
2019-02-20 15:49:23 -05:00
FIELD o nodeMaker Lciv;
FIELD p followRange Laik;
2019-02-13 12:35:08 -05:00
FIELD q targetPos Les;
2019-02-20 15:49:23 -05:00
FIELD r pathNodeNavigator Lciy;
METHOD a createPathNodeNavigator ()Lciy;
METHOD a setSpeed (D)V
ARG 1 speed
2019-02-20 15:49:23 -05:00
METHOD a findPathTo (DDD)Lciw;
ARG 1 x
ARG 3 y
ARG 5 z
METHOD a startMovingTo (DDDD)Z
ARG 7 speed
2019-02-20 15:49:23 -05:00
METHOD a findPathTo (Lahl;)Lciw;
2019-02-13 12:35:08 -05:00
METHOD a startMovingTo (Lahl;D)Z
ARG 2 speed
2019-02-20 15:49:23 -05:00
METHOD a startMovingAlong (Lciw;D)Z
ARG 2 speed
2019-02-20 15:49:23 -05:00
METHOD a canPathDirectlyThrough (Lcnk;Lcnk;III)Z
ARG 1 origin
ARG 2 target
ARG 3 sizeX
ARG 4 sizeY
ARG 5 sizeZ
2019-02-13 12:35:08 -05:00
METHOD a isValidPosition (Les;)Z
ARG 1 pos
METHOD b isAtValidPosition ()Z
2019-02-20 15:49:23 -05:00
METHOD b findPathTo (Les;)Lciw;
ARG 1 pos
METHOD d tick ()V
METHOD d setCanSwim (Z)V
ARG 1 canSwim
2019-02-13 12:35:08 -05:00
METHOD i getTargetPos ()Les;
METHOD j getFollowRange ()F
METHOD k shouldRecalculatePath ()Z
METHOD l recalculatePath ()V
2019-02-20 15:49:23 -05:00
METHOD m getCurrentPath ()Lciw;
METHOD p isIdle ()Z
METHOD q stop ()V
METHOD r isInLiquid ()Z
2019-02-20 15:49:23 -05:00
METHOD s getNodeMaker ()Lciv;
METHOD t canSwim ()Z