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