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

10 lines
217 B
Plaintext
Raw Normal View History

2019-02-06 15:22:24 -05:00
CLASS ajb net/minecraft/entity/ai/goal/AnimalMateGoal
FIELD a owner Lamo;
FIELD b world Lbcu;
FIELD c mate Lamo;
FIELD e timer I
FIELD f chance D
2019-02-06 15:22:24 -05:00
METHOD <init> (Lamo;D)V
2018-11-04 07:22:38 -05:00
ARG 1 owner
2019-02-06 15:22:24 -05:00
METHOD i findMate ()Lamo;