Package net.minecraft

Class class_9500.class_9501

java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.class_9500.class_9501
Enclosing class:
class_9500

private static class class_9500.class_9501 extends Goal
Mappings:
Namespace Name
official cjc$a
intermediary net/minecraft/class_9500$class_9501
named net/minecraft/class_9500$class_9501
  • Field Details

    • field_50449

      private final class_9500 field_50449
      Mappings:
      Namespace Name Mixin selector
      official b Lcjc$a;b:Lcjc;
      intermediary field_50449 Lnet/minecraft/class_9500$class_9501;field_50449:Lnet/minecraft/class_9500;
      named field_50449 Lnet/minecraft/class_9500$class_9501;field_50449:Lnet/minecraft/class_9500;
    • field_50448

      public int field_50448
      Mappings:
      Namespace Name Mixin selector
      official a Lcjc$a;a:I
      intermediary field_50448 Lnet/minecraft/class_9500$class_9501;field_50448:I
      named field_50448 Lnet/minecraft/class_9500$class_9501;field_50448:I
  • Constructor Details

    • class_9501

      public class_9501(class_9500 class_9500)
  • Method Details

    • canStart

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

      public void start()
      Overrides:
      start in class Goal
      Mappings:
      Namespace Name Mixin selector
      official c Lbzl;c()V
      intermediary method_6269 Lnet/minecraft/class_1352;method_6269()V
      named start Lnet/minecraft/entity/ai/goal/Goal;start()V
    • 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
      official S_ Lbzl;S_()Z
      intermediary method_38846 Lnet/minecraft/class_1352;method_38846()Z
      named shouldRunEveryTick Lnet/minecraft/entity/ai/goal/Goal;shouldRunEveryTick()Z
    • tick

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