yarn/mappings/net/minecraft/entity/ai/goal/MoveToTargetPosGoal.mapping

17 lines
465 B
Plaintext
Raw Normal View History

2019-04-05 12:03:47 -04:00
CLASS ana net/minecraft/entity/ai/goal/MoveToTargetPosGoal
FIELD a owner Laiq;
2019-02-13 12:35:08 -05:00
FIELD b speed D
FIELD c counter I
FIELD d tryingTime I
2019-03-20 13:56:26 -04:00
FIELD e targetPos Lev;
FIELD g safeWaitingTime I
FIELD h reached Z
FIELD j maxYDifference I
2019-04-05 12:03:47 -04:00
METHOD a getInterval (Laiq;)I
METHOD a isTargetPos (Lbha;Lev;)Z
METHOD g startMovingToTarget ()V
2019-02-13 12:35:08 -05:00
METHOD h getDesiredSquaredDistanceToTarget ()D
METHOD j shouldResetPath ()Z
METHOD k hasReached ()Z
METHOD l findTargetPos ()Z