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 Summary
FieldsFields inherited from class net.minecraft.world.entity.ai.goal.MeleeAttackGoal
mob - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraft.world.entity.ai.goal.MeleeAttackGoal
canContinueToUse, canUse, checkAndPerformAttack, getAttackInterval, getAttackReachSqr, getTicksUntilNextAttack, isTimeToAttack, requiresUpdateEveryTick, resetAttackCooldownMethods inherited from class net.minecraft.world.entity.ai.goal.Goal
adjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, setFlags, toString 
- 
Field Details
- 
zombie
 - 
raiseArmTicks
private int raiseArmTicks 
 - 
 - 
Constructor Details
- 
ZombieAttackGoal
 
 - 
 - 
Method Details
- 
start
public void start()- Overrides:
 startin classMeleeAttackGoal
 - 
stop
public void stop()- Overrides:
 stopin classMeleeAttackGoal
 - 
tick
public void tick()- Overrides:
 tickin classMeleeAttackGoal
 
 -