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

15 lines
330 B
Plaintext
Raw Normal View History

CLASS agy net/minecraft/entity/ai/animal/AiGoalAnimalMate
FIELD a owner Lakh;
FIELD b world Laza;
FIELD c mate Lakh;
FIELD e timer I
FIELD f chance D
METHOD <init> (Lakh;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
METHOD i findMate ()Lakh;