Package net.minecraft.entity.mob
Class VexEntity.TrackOwnerTargetGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.TrackTargetGoal
net.minecraft.entity.mob.VexEntity.TrackOwnerTargetGoal
- Enclosing class:
- VexEntity
class VexEntity.TrackOwnerTargetGoal extends TrackTargetGoal
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description private TargetPredicateTRACK_OWNER_PREDICATEFields inherited from class net.minecraft.entity.ai.goal.TrackTargetGoal
checkVisibility, maxTimeWithoutVisibility, mob, target -
Constructor Summary
Constructors Constructor Description TrackOwnerTargetGoal(MobEntityWithAi mob) -
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.TrackTargetGoal
canTrack, getFollowRange, setMaxTimeWithoutVisibility, shouldContinue, stopMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, tick, toString