yarn/mappings/net/minecraft/entity/ai/goal/AnimalMateGoal.mapping

14 lines
311 B
Plaintext
Raw Normal View History

2019-01-09 12:20:38 -05:00
CLASS aiw net/minecraft/entity/ai/goal/AnimalMateGoal
FIELD a owner Lamj;
FIELD b world Lbcf;
FIELD c mate Lamj;
FIELD e timer I
FIELD f chance D
2019-01-09 12:20:38 -05:00
METHOD <init> (Lamj;D)V
2018-11-04 07:22:38 -05:00
ARG 1 owner
2017-04-05 14:11:28 -04:00
METHOD a canStart ()Z
METHOD b shouldContinue ()Z
METHOD d onRemove ()V
METHOD e tick ()V
2019-01-09 12:20:38 -05:00
METHOD i findMate ()Lamj;