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

15 lines
360 B
Plaintext
Raw Normal View History

2016-09-12 06:08:56 -04:00
CLASS none/ts net/minecraft/entity/ai/impl/animal/AiGoalAnimalMate
FIELD a world Lnone/aiv;
FIELD b timer I
FIELD c chance D
2016-09-12 06:08:56 -04:00
FIELD d owner Lnone/wm;
FIELD e mate Lnone/wm;
METHOD <init> (Lnone/wm;D)V
ARG 0 owner
ARG 1 chance
METHOD a canStart ()Z
METHOD b shouldContinue ()Z
METHOD d onRemove ()V
METHOD e tick ()V
2016-09-12 06:08:56 -04:00
METHOD f findMate ()Lnone/wm;