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

    Fields
    Modifier and Type
    Field
    Description
     

    Fields inherited from class net.minecraft.world.entity.ai.goal.MeleeAttackGoal

    mob
  • Constructor Summary

    Constructors
    Constructor
    Description
    BrainMuncherAttackGoal(AbstractBrainMuncher zombie, double speed, boolean mustSee)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    void
     

    Methods inherited from class net.minecraft.world.entity.ai.goal.MeleeAttackGoal

    canContinueToUse, canUse, checkAndPerformAttack, getAttackInterval, getAttackReachSqr, getTicksUntilNextAttack, isTimeToAttack, requiresUpdateEveryTick, resetAttackCooldown

    Methods inherited from class net.minecraft.world.entity.ai.goal.Goal

    adjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, setFlags, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • BrainMuncherAttackGoal

      public BrainMuncherAttackGoal(AbstractBrainMuncher zombie, double speed, boolean mustSee)
  • Method Details

    • start

      public void start()
      Overrides:
      start in class net.minecraft.world.entity.ai.goal.MeleeAttackGoal
    • stop

      public void stop()
      Overrides:
      stop in class net.minecraft.world.entity.ai.goal.MeleeAttackGoal
    • tick

      public void tick()
      Overrides:
      tick in class net.minecraft.world.entity.ai.goal.MeleeAttackGoal