Class ZombieAttackGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.MeleeAttackGoal
net.minecraft.world.entity.ai.goal.ZombieAttackGoal
- Direct Known Subclasses:
- Drowned.DrownedAttackGoal
- 
Nested Class Summary
- 
Field SummaryFieldsFields inherited from class net.minecraft.world.entity.ai.goal.MeleeAttackGoalmob
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.world.entity.ai.goal.MeleeAttackGoalcanContinueToUse, canPerformAttack, canUse, checkAndPerformAttack, getAttackInterval, getTicksUntilNextAttack, isTimeToAttack, requiresUpdateEveryTick, resetAttackCooldownMethods inherited from class net.minecraft.world.entity.ai.goal.GoaladjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, setFlags, toString
- 
Field Details- 
zombie
- 
raiseArmTicksprivate int raiseArmTicks
 
- 
- 
Constructor Details- 
ZombieAttackGoal
 
- 
- 
Method Details- 
startpublic void start()- Overrides:
- startin class- MeleeAttackGoal
 
- 
stoppublic void stop()- Overrides:
- stopin class- MeleeAttackGoal
 
- 
tickpublic void tick()- Overrides:
- tickin class- MeleeAttackGoal
 
 
-