yarn/mappings/net/minecraft/entity/ai/goal/DisableableFollowTargetGoal...

13 lines
480 B
Plaintext
Raw Normal View History

CLASS net/minecraft/class_3760 net/minecraft/entity/ai/goal/DisableableFollowTargetGoal
COMMENT An active target goal that can be disabled so that it cannot start.
2019-06-28 17:55:20 -04:00
FIELD field_17281 enabled Z
METHOD <init> (Lnet/minecraft/class_3763;Ljava/lang/Class;IZZLjava/util/function/Predicate;)V
ARG 1 actor
ARG 2 targetEntityClass
ARG 3 reciprocalChance
ARG 4 checkVisibility
ARG 5 checkCanNavigate
ARG 6 targetPredicate
2019-06-28 17:55:20 -04:00
METHOD method_17351 setEnabled (Z)V
ARG 1 enabled