Package net.minecraft.entity.monster
Class VindicatorEntity.AttackGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.ai.goal.MeleeAttackGoal
-
- net.minecraft.entity.monster.VindicatorEntity.AttackGoal
-
- Enclosing class:
- VindicatorEntity
class VindicatorEntity.AttackGoal extends MeleeAttackGoal
-
-
Field Summary
-
Fields inherited from class net.minecraft.entity.ai.goal.MeleeAttackGoal
mob
-
-
Constructor Summary
Constructors Constructor Description AttackGoal(VindicatorEntity p_i50577_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected double
getAttackReachSqr(LivingEntity p_179512_1_)
-
Methods inherited from class net.minecraft.entity.ai.goal.MeleeAttackGoal
canContinueToUse, canUse, checkAndPerformAttack, getAttackInterval, getTicksUntilNextAttack, isTimeToAttack, resetAttackCooldown, start, stop, tick
-
Methods inherited from class net.minecraft.entity.ai.goal.Goal
getFlags, isInterruptable, setFlags, toString
-
-
-
-
Constructor Detail
-
AttackGoal
public AttackGoal(VindicatorEntity p_i50577_2_)
-
-
Method Detail
-
getAttackReachSqr
protected double getAttackReachSqr(LivingEntity p_179512_1_)
- Overrides:
getAttackReachSqr
in classMeleeAttackGoal
-
-