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

15 lines
325 B
Plaintext

CLASS wt net/minecraft/entity/ai/animal/AiGoalAnimalMate
FIELD a world Lams;
FIELD b timer I
FIELD c chance D
FIELD d owner Lzt;
FIELD f mate Lzt;
METHOD <init> (Lzt;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 ()Lzt;