类 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
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明double
void
playBreakSound
(Level p_34348_, BlockPos p_34349_) void
playDestroyProgressSound
(LevelAccessor p_34351_, BlockPos p_34352_) 从类继承的方法 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, getServerLevel, getServerLevel, isInterruptable, reducedTickDelay, setFlags, toString
-
构造器详细资料
-
ZombieAttackTurtleEggGoal
ZombieAttackTurtleEggGoal(PathfinderMob p_34344_, double p_34345_, int p_34346_)
-
-
方法详细资料
-
playDestroyProgressSound
-
playBreakSound
- 覆盖:
playBreakSound
在类中RemoveBlockGoal
-
acceptedDistance
public double acceptedDistance()- 覆盖:
acceptedDistance
在类中MoveToBlockGoal
-