Class 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
- Enclosing class:
- Zombie
- 
Nested Class Summary
- 
Field SummaryFields inherited from class net.minecraft.world.entity.ai.goal.MoveToBlockGoalblockPos, mob, nextStartTick, speedModifier, tryTicks, verticalSearchStart
- 
Constructor SummaryConstructorsConstructorDescriptionZombieAttackTurtleEggGoal(PathfinderMob p_34344_, double p_34345_, int p_34346_) 
- 
Method SummaryModifier and TypeMethodDescriptiondoublevoidplayBreakSound(Level p_34348_, BlockPos p_34349_) voidplayDestroyProgressSound(LevelAccessor p_34351_, BlockPos p_34352_) Methods inherited from class net.minecraft.world.entity.ai.goal.RemoveBlockGoalcanUse, isValidTarget, start, stop, tickMethods inherited from class net.minecraft.world.entity.ai.goal.MoveToBlockGoalcanContinueToUse, findNearestBlock, getMoveToTarget, isReachedTarget, moveMobToBlock, nextStartTick, requiresUpdateEveryTick, shouldRecalculatePathMethods inherited from class net.minecraft.world.entity.ai.goal.GoaladjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, setFlags, toString
- 
Constructor Details- 
ZombieAttackTurtleEggGoalZombieAttackTurtleEggGoal(PathfinderMob p_34344_, double p_34345_, int p_34346_) 
 
- 
- 
Method Details- 
playDestroyProgressSound- Overrides:
- playDestroyProgressSoundin class- RemoveBlockGoal
 
- 
playBreakSound- Overrides:
- playBreakSoundin class- RemoveBlockGoal
 
- 
acceptedDistancepublic double acceptedDistance()- Overrides:
- acceptedDistancein class- MoveToBlockGoal
 
 
-