Package net.minecraft.entity.monster
Class ZombieEntity.AttackTurtleEggGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.MoveToBlockGoal
net.minecraft.entity.ai.goal.BreakBlockGoal
net.minecraft.entity.monster.ZombieEntity.AttackTurtleEggGoal
- Enclosing class:
- ZombieEntity
- 
Nested Class Summary
- 
Field SummaryFields inherited from class net.minecraft.entity.ai.goal.MoveToBlockGoalblockPos, mob, nextStartTick, speedModifier, tryTicks, verticalSearchStart
- 
Constructor SummaryConstructorsConstructorDescriptionAttackTurtleEggGoal(CreatureEntity p_i50465_2_, double p_i50465_3_, int p_i50465_5_) 
- 
Method SummaryModifier and TypeMethodDescriptiondoublevoidplayBreakSound(World p_203116_1_, BlockPos p_203116_2_) voidplayDestroyProgressSound(IWorld p_203114_1_, BlockPos p_203114_2_) Methods inherited from class net.minecraft.entity.ai.goal.BreakBlockGoalcanUse, isValidTarget, start, stop, tickMethods inherited from class net.minecraft.entity.ai.goal.MoveToBlockGoalcanContinueToUse, findNearestBlock, getMoveToTarget, isReachedTarget, moveMobToBlock, nextStartTick, shouldRecalculatePathMethods inherited from class net.minecraft.entity.ai.goal.GoalgetFlags, isInterruptable, setFlags, toString
- 
Constructor Details- 
AttackTurtleEggGoalAttackTurtleEggGoal(CreatureEntity p_i50465_2_, double p_i50465_3_, int p_i50465_5_) 
 
- 
- 
Method Details- 
playDestroyProgressSound- Overrides:
- playDestroyProgressSoundin class- BreakBlockGoal
 
- 
playBreakSound- Overrides:
- playBreakSoundin class- BreakBlockGoal
 
- 
acceptedDistancepublic double acceptedDistance()- Overrides:
- acceptedDistancein class- MoveToBlockGoal
 
 
-