Package net.minecraft.entity.ai.goal
Class DisableableFollowTargetGoal<T extends LivingEntity>
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.TrackTargetGoal
net.minecraft.entity.ai.goal.ActiveTargetGoal<T>
net.minecraft.entity.ai.goal.DisableableFollowTargetGoal<T>
An active target goal that can be disabled so that it cannot start.
- Mappings:
Namespace Name official bvb
intermediary net/minecraft/class_3760
named net/minecraft/entity/ai/goal/DisableableFollowTargetGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control
-
Field Summary
Fields inherited from class net.minecraft.entity.ai.goal.ActiveTargetGoal
reciprocalChance, targetClass, targetEntity, targetPredicate
Fields inherited from class net.minecraft.entity.ai.goal.TrackTargetGoal
checkVisibility, maxTimeWithoutVisibility, mob, target
-
Constructor Summary
ConstructorDescriptionDisableableFollowTargetGoal
(RaiderEntity actor, Class<T> targetEntityClass, int reciprocalChance, boolean checkVisibility, boolean checkCanNavigate, @Nullable Predicate<LivingEntity> targetPredicate) -
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.ActiveTargetGoal
findClosestTarget, getSearchBox, setTargetEntity, start
Methods inherited from class net.minecraft.entity.ai.goal.TrackTargetGoal
canTrack, getFollowRange, setMaxTimeWithoutVisibility, shouldContinue, stop
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, shouldRunEveryTick, tick, toGoalTicks, toString
-
Field Details
-
enabled
private boolean enabled- Mappings:
Namespace Name Mixin selector official i
Lbvb;i:Z
intermediary field_17281
Lnet/minecraft/class_3760;field_17281:Z
named enabled
Lnet/minecraft/entity/ai/goal/DisableableFollowTargetGoal;enabled:Z
-
-
Constructor Details
-
DisableableFollowTargetGoal
public DisableableFollowTargetGoal(RaiderEntity actor, Class<T> targetEntityClass, int reciprocalChance, boolean checkVisibility, boolean checkCanNavigate, @Nullable @Nullable Predicate<LivingEntity> targetPredicate) - Mappings:
Namespace Name Mixin selector official <init>
Lbvb;<init>(Lcgr;Ljava/lang/Class;IZZLjava/util/function/Predicate;)V
intermediary <init>
Lnet/minecraft/class_3760;<init>(Lnet/minecraft/class_3763;Ljava/lang/Class;IZZLjava/util/function/Predicate;)V
named <init>
Lnet/minecraft/entity/ai/goal/DisableableFollowTargetGoal;<init>(Lnet/minecraft/entity/raid/RaiderEntity;Ljava/lang/Class;IZZLjava/util/function/Predicate;)V
-
-
Method Details
-
setEnabled
public void setEnabled(boolean enabled) - Mappings:
Namespace Name Mixin selector official a
Lbvb;a(Z)V
intermediary method_17351
Lnet/minecraft/class_3760;method_17351(Z)V
named setEnabled
Lnet/minecraft/entity/ai/goal/DisableableFollowTargetGoal;setEnabled(Z)V
-
canStart
public boolean canStart()- Overrides:
canStart
in classActiveTargetGoal<T extends LivingEntity>
- Mappings:
Namespace Name Mixin selector official a
Lbth;a()Z
intermediary method_6264
Lnet/minecraft/class_1352;method_6264()Z
named canStart
Lnet/minecraft/entity/ai/goal/Goal;canStart()Z
-