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

19 lines
436 B
Plaintext
Raw Normal View History

2019-04-16 11:51:03 -04:00
CLASS apa net/minecraft/entity/ai/brain/WalkTarget
FIELD a lookTarget Lakl;
2019-03-29 03:04:08 -04:00
FIELD b speed F
2019-03-28 03:33:27 -04:00
FIELD c completionRange I
2019-04-16 11:51:03 -04:00
METHOD <init> (Lakl;FI)V
2019-03-29 03:04:08 -04:00
ARG 2 speed
2019-03-28 03:33:27 -04:00
ARG 3 completionRange
2019-04-16 11:51:03 -04:00
METHOD <init> (Lcrr;FI)V
2019-03-28 03:33:27 -04:00
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-04-16 11:51:03 -04:00
METHOD a getLookTarget ()Lakl;
2019-03-29 03:04:08 -04:00
METHOD b getSpeed ()F
2019-03-28 03:33:27 -04:00
METHOD c getCompletionRange ()I