Package net.minecraft.entity.passive
Class BeeEntity.AngerGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.TargetGoal
net.minecraft.entity.ai.goal.HurtByTargetGoal
net.minecraft.entity.passive.BeeEntity.AngerGoal
- Enclosing class:
- BeeEntity
-
Nested Class Summary
-
Field Summary
Fields inherited from class net.minecraft.entity.ai.goal.TargetGoal
mob, mustSee, targetMob, unseenMemoryTicks
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
alertOther
(MobEntity p_220793_1_, LivingEntity p_220793_2_) boolean
Methods inherited from class net.minecraft.entity.ai.goal.HurtByTargetGoal
alertOthers, canUse, setAlertOthers, start
Methods inherited from class net.minecraft.entity.ai.goal.TargetGoal
canAttack, getFollowDistance, setUnseenMemoryTicks, stop
-
Constructor Details
-
AngerGoal
AngerGoal(BeeEntity p_i225726_2_)
-
-
Method Details
-
canContinueToUse
public boolean canContinueToUse()- Overrides:
canContinueToUse
in classTargetGoal
-
alertOther
- Overrides:
alertOther
in classHurtByTargetGoal
-