Package net.minecraft.entity.monster
Class ShulkerEntity.AttackNearestGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.ai.goal.TargetGoal
-
- net.minecraft.entity.ai.goal.NearestAttackableTargetGoal<PlayerEntity>
-
- net.minecraft.entity.monster.ShulkerEntity.AttackNearestGoal
-
- Enclosing class:
- ShulkerEntity
class ShulkerEntity.AttackNearestGoal extends NearestAttackableTargetGoal<PlayerEntity>
-
-
Field Summary
-
Fields inherited from class net.minecraft.entity.ai.goal.NearestAttackableTargetGoal
randomInterval, target, targetConditions, targetType
-
Fields inherited from class net.minecraft.entity.ai.goal.TargetGoal
mob, mustSee, targetMob, unseenMemoryTicks
-
-
Constructor Summary
Constructors Constructor Description AttackNearestGoal(ShulkerEntity p_i47060_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canUse()
protected AxisAlignedBB
getTargetSearchArea(double p_188511_1_)
-
Methods inherited from class net.minecraft.entity.ai.goal.NearestAttackableTargetGoal
findTarget, setTarget, start
-
Methods inherited from class net.minecraft.entity.ai.goal.TargetGoal
canAttack, canContinueToUse, getFollowDistance, setUnseenMemoryTicks, stop
-
-
-
-
Constructor Detail
-
AttackNearestGoal
public AttackNearestGoal(ShulkerEntity p_i47060_2_)
-
-
Method Detail
-
canUse
public boolean canUse()
- Overrides:
canUse
in classNearestAttackableTargetGoal<PlayerEntity>
-
getTargetSearchArea
protected AxisAlignedBB getTargetSearchArea(double p_188511_1_)
- Overrides:
getTargetSearchArea
in classNearestAttackableTargetGoal<PlayerEntity>
-
-