类 Zombie.ZombieAttackTurtleEggGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.MoveToBlockGoal
net.minecraft.world.entity.ai.goal.RemoveBlockGoal
net.minecraft.world.entity.monster.Zombie.ZombieAttackTurtleEggGoal
- 封闭类:
- Zombie
-
嵌套类概要
-
字段概要
从类继承的字段 net.minecraft.world.entity.ai.goal.MoveToBlockGoal
blockPos, mob, nextStartTick, speedModifier, tryTicks, verticalSearchStart
-
构造器概要
构造器构造器说明ZombieAttackTurtleEggGoal
(PathfinderMob pMob, double pSpeedModifier, int pVerticalSearchRange) -
方法概要
修饰符和类型方法说明double
void
playBreakSound
(Level pLevel, BlockPos pPos) void
playDestroyProgressSound
(LevelAccessor pLevel, BlockPos pPos) 从类继承的方法 net.minecraft.world.entity.ai.goal.RemoveBlockGoal
canUse, isValidTarget, start, stop, tick
从类继承的方法 net.minecraft.world.entity.ai.goal.MoveToBlockGoal
canContinueToUse, findNearestBlock, getMoveToTarget, isReachedTarget, moveMobToBlock, nextStartTick, requiresUpdateEveryTick, shouldRecalculatePath
从类继承的方法 net.minecraft.world.entity.ai.goal.Goal
adjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, setFlags, toString
-
构造器详细资料
-
ZombieAttackTurtleEggGoal
ZombieAttackTurtleEggGoal(PathfinderMob pMob, double pSpeedModifier, int pVerticalSearchRange)
-
-
方法详细资料
-
playDestroyProgressSound
-
playBreakSound
- 覆盖:
playBreakSound
在类中RemoveBlockGoal
-
acceptedDistance
public double acceptedDistance()- 覆盖:
acceptedDistance
在类中MoveToBlockGoal
-