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

15 lines
325 B
Plaintext

CLASS vq net/minecraft/entity/ai/animal/AiGoalAnimalMate
FIELD a world Lali;
FIELD b timer I
FIELD c chance D
FIELD d owner Lyp;
FIELD f mate Lyp;
METHOD <init> (Lyp;D)V
ARG 0 owner
ARG 1 chance
METHOD a canStart ()Z
METHOD b shouldContinue ()Z
METHOD d onRemove ()V
METHOD e tick ()V
METHOD f findMate ()Lyp;