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