Package net.minecraft.entity.monster
Class RavagerEntity.AttackGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.ai.goal.MeleeAttackGoal
-
- net.minecraft.entity.monster.RavagerEntity.AttackGoal
-
- Enclosing class:
- RavagerEntity
class RavagerEntity.AttackGoal extends MeleeAttackGoal
-
-
Field Summary
-
Fields inherited from class net.minecraft.entity.ai.goal.MeleeAttackGoal
mob
-
-
Constructor Summary
Constructors Constructor Description AttackGoal()
-
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
-
-
-
-
Method Detail
-
getAttackReachSqr
protected double getAttackReachSqr(LivingEntity p_179512_1_)
- Overrides:
getAttackReachSqr
in classMeleeAttackGoal
-
-