Class BrainMuncherAttackGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.MeleeAttackGoal
nokunami.floral_warfare.common.entity.ai.goal.zombies.BrainMuncherAttackGoal
public class BrainMuncherAttackGoal
extends net.minecraft.world.entity.ai.goal.MeleeAttackGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.Goal.Flag -
Field Summary
FieldsFields inherited from class net.minecraft.world.entity.ai.goal.MeleeAttackGoal
mob -
Constructor Summary
ConstructorsConstructorDescriptionBrainMuncherAttackGoal(AbstractBrainMuncher zombie, double speed, boolean mustSee) -
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
-
-
Constructor Details
-
BrainMuncherAttackGoal
-
-
Method Details
-
start
public void start()- Overrides:
startin classnet.minecraft.world.entity.ai.goal.MeleeAttackGoal
-
stop
public void stop()- Overrides:
stopin classnet.minecraft.world.entity.ai.goal.MeleeAttackGoal
-
tick
public void tick()- Overrides:
tickin classnet.minecraft.world.entity.ai.goal.MeleeAttackGoal
-