yarn/mappings/net/minecraft/entity/ai/AiGoalEatGrass.mapping

14 lines
332 B
Plaintext
Raw Normal View History

2017-06-08 10:01:49 -04:00
CLASS wv net/minecraft/entity/ai/AiGoalEatGrass
FIELD a timer I
FIELD b CHECKER Lcom/google/common/base/Predicate;
2017-06-08 10:01:49 -04:00
FIELD c owner Lvo;
FIELD d world Lams;
METHOD <init> (Lvo;)V
ARG 0 owner
2017-04-05 14:11:28 -04:00
METHOD a canStart ()Z
METHOD b shouldContinue ()Z
METHOD c start ()V
METHOD d onRemove ()V
METHOD e tick ()V
METHOD f getTimer ()I