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

51 lines
1.2 KiB
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS aoc net/minecraft/entity/ai/pathing/EntityNavigation
2019-03-14 08:57:09 -04:00
FIELD a entity Laig;
2019-03-14 11:39:51 -04:00
FIELD b world Lbfx;
FIELD c currentPath Lclr;
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-03-14 11:39:51 -04:00
FIELD o nodeMaker Lclq;
2019-03-14 08:57:09 -04:00
FIELD p followRange Laiw;
FIELD q targetPos Leu;
2019-03-14 11:39:51 -04:00
FIELD r pathNodeNavigator Lclt;
2019-03-14 08:57:09 -04:00
METHOD a isAtValidPosition ()Z
METHOD a setSpeed (D)V
ARG 1 speed
2019-03-14 11:39:51 -04:00
METHOD a findPathTo (DDD)Lclr;
ARG 1 x
ARG 3 y
ARG 5 z
METHOD a startMovingTo (DDDD)Z
ARG 7 speed
2019-03-14 11:39:51 -04:00
METHOD a createPathNodeNavigator (I)Lclt;
METHOD a findPathTo (Lahw;)Lclr;
2019-03-14 08:57:09 -04:00
METHOD a startMovingTo (Lahw;D)Z
ARG 2 speed
2019-03-14 11:39:51 -04:00
METHOD a startMovingAlong (Lclr;D)Z
ARG 2 speed
2019-03-14 11:39:51 -04:00
METHOD a canPathDirectlyThrough (Lcqg;Lcqg;III)Z
ARG 1 origin
ARG 2 target
ARG 3 sizeX
ARG 4 sizeY
ARG 5 sizeZ
2019-03-14 08:57:09 -04:00
METHOD a isValidPosition (Leu;)Z
ARG 1 pos
2019-03-14 11:39:51 -04:00
METHOD b findPathTo (Leu;)Lclr;
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-14 08:57:09 -04:00
METHOD h getTargetPos ()Leu;
METHOD i getFollowRange ()F
METHOD j shouldRecalculatePath ()Z
METHOD k recalculatePath ()V
2019-03-14 11:39:51 -04:00
METHOD l getCurrentPath ()Lclr;
2019-03-14 08:57:09 -04:00
METHOD n isIdle ()Z
METHOD o stop ()V
METHOD p isInLiquid ()Z
2019-03-14 11:39:51 -04:00
METHOD q getNodeMaker ()Lclq;
2019-03-14 08:57:09 -04:00
METHOD r canSwim ()Z