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

16 lines
349 B
Plaintext
Raw Normal View History

2016-10-18 11:31:59 -04:00
CLASS ty net/minecraft/entity/ai/passive/AiGoalFollowOwner
FIELD a world Laiw;
2016-09-27 10:56:35 -04:00
FIELD c minDistance F
2016-10-18 11:31:59 -04:00
FIELD d caller Lta;
FIELD e owner Lsp;
METHOD <init> (Lta;DFF)V
2016-09-27 10:56:35 -04:00
ARG 0 caller
ARG 2 minDistance
METHOD a canStart ()Z
2016-10-18 11:31:59 -04:00
METHOD a (Lcn;)Z
2016-09-27 10:56:35 -04:00
ARG 0 pos
METHOD b shouldContinue ()Z
METHOD c start ()V
METHOD d onRemove ()V
METHOD e tick ()V