yarn/mappings/net/minecraft/entity/ai/animal/AiGoalAnimalMate.mapping

15 lines
325 B
Plaintext
Raw Normal View History

2017-06-08 10:01:49 -04:00
CLASS wt net/minecraft/entity/ai/animal/AiGoalAnimalMate
FIELD a world Lams;
FIELD b timer I
FIELD c chance D
2017-06-08 10:01:49 -04:00
FIELD d owner Lzt;
FIELD f mate Lzt;
METHOD <init> (Lzt;D)V
ARG 0 owner
ARG 1 chance
2017-04-05 14:11:28 -04:00
METHOD a canStart ()Z
METHOD b shouldContinue ()Z
METHOD d onRemove ()V
METHOD e tick ()V
2017-06-08 10:01:49 -04:00
METHOD f findMate ()Lzt;