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

13 lines
298 B
Plaintext
Raw Normal View History

2018-12-05 09:11:37 -05:00
CLASS aio net/minecraft/entity/ai/goal/FollowOwnerGoal
FIELD a world Lbaw;
FIELD b caller Lahg;
FIELD c owner Lagt;
FIELD h minDistance F
2018-12-05 09:11:37 -05:00
METHOD <init> (Lahg;DFF)V
2018-11-04 07:22:38 -05:00
ARG 1 caller
2017-04-05 14:11:28 -04:00
METHOD a canStart ()Z
METHOD b shouldContinue ()Z
METHOD c start ()V
METHOD d onRemove ()V
METHOD e tick ()V