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

51 lines
1.2 KiB
Plaintext
Raw Normal View History

2019-01-30 12:48:39 -05:00
CLASS alq net/minecraft/entity/ai/pathing/EntityNavigation
FIELD a entity Laho;
FIELD b world Lbcq;
FIELD c currentPath Lcii;
FIELD d speed D
2017-04-05 07:31:24 -04:00
FIELD e tickCount I
FIELD m shouldRecalculate Z
FIELD n lastRecalculateTime J
FIELD o nodeMaker Lcih;
2019-01-30 12:48:39 -05:00
FIELD p followRange Laic;
FIELD q targetPos Let;
2019-01-30 12:48:39 -05:00
FIELD r pathNodeNavigator Lcik;
METHOD a createPathNodeNavigator ()Lcik;
METHOD a setSpeed (D)V
ARG 1 speed
2019-01-30 12:48:39 -05:00
METHOD a findPathTo (DDD)Lcii;
ARG 1 x
ARG 3 y
ARG 5 z
METHOD a startMovingTo (DDDD)Z
ARG 7 speed
2019-01-30 12:48:39 -05:00
METHOD a findPathTo (Lahe;)Lcii;
METHOD a startMovingTo (Lahe;D)Z
ARG 2 speed
2019-01-30 12:48:39 -05:00
METHOD a startMovingAlong (Lcii;D)Z
ARG 2 speed
METHOD a canPathDirectlyThrough (Lcmw;Lcmw;III)Z
ARG 1 origin
ARG 2 target
ARG 3 sizeX
ARG 4 sizeY
ARG 5 sizeZ
2018-11-27 13:50:51 -05:00
METHOD a isValidPosition (Let;)Z
ARG 1 pos
METHOD b isAtValidPosition ()Z
2019-01-30 12:48:39 -05:00
METHOD b findPathTo (Let;)Lcii;
ARG 1 pos
METHOD d tick ()V
METHOD d setCanSwim (Z)V
ARG 1 canSwim
METHOD i getTargetPos ()Let;
METHOD j getFollowRange ()F
METHOD k shouldRecalculatePath ()Z
METHOD l recalculatePath ()V
METHOD m getCurrentPath ()Lcii;
METHOD p isIdle ()Z
METHOD q stop ()V
METHOD r isInLiquid ()Z
METHOD s getNodeMaker ()Lcih;
METHOD t canSwim ()Z