yarn/mappings/net/minecraft/entity/ai/passive/AiGoalFollowOwner.mapping

14 lines
319 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS vx net/minecraft/entity/ai/passive/AiGoalFollowOwner
FIELD a world Lali;
2016-09-27 10:56:35 -04:00
FIELD c minDistance F
2017-04-05 07:31:24 -04:00
FIELD d caller Luw;
FIELD e owner Luk;
METHOD <init> (Luw;DFF)V
ARG 0 caller
ARG 2 minDistance
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