Class Bee.BeeHurtByOtherGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.target.TargetGoal
net.minecraft.world.entity.ai.goal.target.HurtByTargetGoal
net.minecraft.world.entity.animal.Bee.BeeHurtByOtherGoal
- Enclosing class:
- Bee
-
Nested Class Summary
-
Field Summary
Fields inherited from class net.minecraft.world.entity.ai.goal.target.TargetGoal
mob, mustSee, targetMob, unseenMemoryTicks
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
alertOther
(Mob p_28035_, LivingEntity p_28036_) boolean
Methods inherited from class net.minecraft.world.entity.ai.goal.target.HurtByTargetGoal
alertOthers, canUse, setAlertOthers, start
Methods inherited from class net.minecraft.world.entity.ai.goal.target.TargetGoal
canAttack, getFollowDistance, setUnseenMemoryTicks, stop
Methods inherited from class net.minecraft.world.entity.ai.goal.Goal
adjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, tick, toString
-
Constructor Details
-
BeeHurtByOtherGoal
BeeHurtByOtherGoal(Bee p_28033_)
-
-
Method Details
-
canContinueToUse
public boolean canContinueToUse()- Overrides:
canContinueToUse
in classTargetGoal
-
alertOther
- Overrides:
alertOther
in classHurtByTargetGoal
-