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

59 lines
1.3 KiB
Plaintext
Raw Normal View History

2019-04-18 17:01:39 -04:00
CLASS aph net/minecraft/entity/ai/pathing/EntityNavigation
FIELD a entity Laip;
FIELD b world Lbhh;
FIELD c currentPath Lcng;
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-04-18 17:01:39 -04:00
FIELD o nodeMaker Lcnf;
FIELD p followRange Lajf;
2019-03-20 13:56:26 -04:00
FIELD q targetPos Lev;
2019-04-18 17:01:39 -04:00
FIELD r pathNodeNavigator Lcni;
2019-03-14 08:57:09 -04:00
METHOD a isAtValidPosition ()Z
METHOD a setSpeed (D)V
ARG 1 speed
2019-04-18 17:01:39 -04:00
METHOD a findPathTo (DDD)Lcng;
ARG 1 x
ARG 3 y
ARG 5 z
METHOD a startMovingTo (DDDD)Z
ARG 7 speed
2019-04-18 17:01:39 -04:00
METHOD a createPathNodeNavigator (I)Lcni;
METHOD a findPathTo (Laif;)Lcng;
METHOD a startMovingTo (Laif;D)Z
ARG 2 speed
2019-04-18 17:01:39 -04:00
METHOD a startMovingAlong (Lcng;D)Z
ARG 2 speed
2019-04-18 17:01:39 -04:00
METHOD a canPathDirectlyThrough (Lcrv;Lcrv;III)Z
ARG 1 origin
ARG 2 target
ARG 3 sizeX
ARG 4 sizeY
ARG 5 sizeZ
2019-03-20 13:56:26 -04:00
METHOD a isValidPosition (Lev;)Z
ARG 1 pos
2019-04-18 17:01:39 -04:00
METHOD a findPathTo (Lev;DDDIZ)Lcng;
ARG 1 pos
ARG 2 x
ARG 4 y
ARG 6 z
ARG 8 extraRange
ARG 9 offsetUp
2019-04-18 17:01:39 -04:00
METHOD b getPos ()Lcrv;
METHOD b findPathTo (Lev;)Lcng;
ARG 1 pos
2019-03-14 08:57:09 -04:00
METHOD c tick ()V
METHOD d setCanSwim (Z)V
ARG 1 canSwim
2019-03-20 13:56:26 -04:00
METHOD h getTargetPos ()Lev;
2019-03-14 08:57:09 -04:00
METHOD i getFollowRange ()F
METHOD j shouldRecalculatePath ()Z
METHOD k recalculatePath ()V
2019-04-18 17:01:39 -04:00
METHOD l getCurrentPath ()Lcng;
2019-03-14 08:57:09 -04:00
METHOD n isIdle ()Z
METHOD o stop ()V
METHOD p isInLiquid ()Z
2019-04-18 17:01:39 -04:00
METHOD q getNodeMaker ()Lcnf;
2019-03-14 08:57:09 -04:00
METHOD r canSwim ()Z