Class AngryGhastEntity.class_10991

java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.boss.AngryGhastEntity.class_10991
Enclosing class:
AngryGhastEntity

private static class AngryGhastEntity.class_10991 extends Goal
Mappings:
Namespace Name
named net/minecraft/entity/boss/AngryGhastEntity$class_10991
intermediary net/minecraft/class_10990$class_10991
official cqa$a
  • Field Details

    • field_58568

      private final AngryGhastEntity field_58568
      Mappings:
      Namespace Name Mixin selector
      named field_58568 Lnet/minecraft/entity/boss/AngryGhastEntity$class_10991;field_58568:Lnet/minecraft/entity/boss/AngryGhastEntity;
      intermediary field_58568 Lnet/minecraft/class_10990$class_10991;field_58568:Lnet/minecraft/class_10990;
      official a Lcqa$a;a:Lcqa;
  • Constructor Details

  • Method Details

    • canStart

      public boolean canStart()
      Specified by:
      canStart in class Goal
      Mappings:
      Namespace Name Mixin selector
      named canStart Lnet/minecraft/entity/ai/goal/Goal;canStart()Z
      intermediary method_6264 Lnet/minecraft/class_1352;method_6264()Z
      official b Lcgh;b()Z
    • shouldRunEveryTick

      public boolean shouldRunEveryTick()
      Returns if the goal should run every tick or not.

      This returns false by default. If this returns false, the goal will tick once after the entity is spawned, and will tick every other tick.

      Overrides:
      shouldRunEveryTick in class Goal
      Returns:
      if the goal should run every tick or not
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named shouldRunEveryTick Lnet/minecraft/entity/ai/goal/Goal;shouldRunEveryTick()Z
      intermediary method_38846 Lnet/minecraft/class_1352;method_38846()Z
      official X_ Lcgh;X_()Z
    • tick

      public void tick()
      Overrides:
      tick in class Goal
      Mappings:
      Namespace Name Mixin selector
      named tick Lnet/minecraft/entity/ai/goal/Goal;tick()V
      intermediary method_6268 Lnet/minecraft/class_1352;method_6268()V
      official a Lcgh;a()V