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

15 lines
330 B
Plaintext
Raw Normal View History

2018-10-31 12:57:21 -04:00
CLASS ahm net/minecraft/entity/ai/animal/AiGoalAnimalMate
FIELD a owner Lakw;
FIELD b world Lazt;
FIELD c mate Lakw;
FIELD e timer I
FIELD f chance D
2018-10-31 12:57:21 -04:00
METHOD <init> (Lakw;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
2018-10-31 12:57:21 -04:00
METHOD i findMate ()Lakw;