类 Bee.BeeAttackGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.MeleeAttackGoal
net.minecraft.world.entity.animal.Bee.BeeAttackGoal
- 封闭类:
- Bee
-
嵌套类概要
-
字段概要
从类继承的字段 net.minecraft.world.entity.ai.goal.MeleeAttackGoal
mob
-
构造器概要
构造器构造器说明BeeAttackGoal
(PathfinderMob pMob, double pSpeedModifier, boolean pFollowingTargetEvenIfNotSeen) -
方法概要
从类继承的方法 net.minecraft.world.entity.ai.goal.MeleeAttackGoal
checkAndPerformAttack, getAttackInterval, getAttackReachSqr, getTicksUntilNextAttack, isTimeToAttack, requiresUpdateEveryTick, resetAttackCooldown, start, stop, tick
从类继承的方法 net.minecraft.world.entity.ai.goal.Goal
adjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, setFlags, toString
-
构造器详细资料
-
BeeAttackGoal
BeeAttackGoal(PathfinderMob pMob, double pSpeedModifier, boolean pFollowingTargetEvenIfNotSeen)
-
-
方法详细资料
-
canUse
public boolean canUse()- 覆盖:
canUse
在类中MeleeAttackGoal
-
canContinueToUse
public boolean canContinueToUse()- 覆盖:
canContinueToUse
在类中MeleeAttackGoal
-