Package net.minecraft.entity.mob
Class ShulkerEntity.SearchForPlayerGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.TrackTargetGoal
net.minecraft.entity.ai.goal.FollowTargetGoal<PlayerEntity>
net.minecraft.entity.mob.ShulkerEntity.SearchForPlayerGoal
- Enclosing class:
- ShulkerEntity
class ShulkerEntity.SearchForPlayerGoal extends FollowTargetGoal<PlayerEntity>
-
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.FollowTargetGoal
reciprocalChance, targetClass, targetEntity, targetPredicate
Fields inherited from class net.minecraft.entity.ai.goal.TrackTargetGoal
checkVisibility, maxTimeWithoutVisibility, mob, target
-
Constructor Summary
Constructors Constructor Description SearchForPlayerGoal(ShulkerEntity shulker)
-
Method Summary
Modifier and Type Method Description boolean
canStart()
protected Box
getSearchBox(double distance)
Methods inherited from class net.minecraft.entity.ai.goal.FollowTargetGoal
findClosestTarget, 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, setControls, tick, toString
-
Constructor Details
-
SearchForPlayerGoal
-
-
Method Details
-
canStart
public boolean canStart()- Overrides:
canStart
in classFollowTargetGoal<PlayerEntity>
-
getSearchBox
- Overrides:
getSearchBox
in classFollowTargetGoal<PlayerEntity>
-