yarn/mappings/net/minecraft/entity/ai/brain/WalkTarget.mapping

19 lines
454 B
Plaintext
Raw Normal View History

2019-03-27 14:35:10 -04:00
CLASS aot net/minecraft/entity/ai/brain/WalkTarget
FIELD a lookTarget Lakg;
2019-03-28 03:33:27 -04:00
FIELD b speedFactor F
FIELD c completionRange I
METHOD <init> (Lakg;FI)V
ARG 2 speedFactor
ARG 3 completionRange
METHOD <init> (Lcrg;FI)V
ARG 1 pos
ARG 2 speedFactor
ARG 3 completionRange
2019-03-20 13:56:26 -04:00
METHOD <init> (Lev;FI)V
ARG 1 pos
2019-03-28 03:33:27 -04:00
ARG 2 speedFactor
ARG 3 completionRange
2019-03-27 14:35:10 -04:00
METHOD a getLookTarget ()Lakg;
2019-03-28 03:33:27 -04:00
METHOD b getSpeedFactor ()F
METHOD c getCompletionRange ()I