Class FollowGroupLeaderGoal

java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.FollowGroupLeaderGoal

public class FollowGroupLeaderGoal extends Goal
Mappings:
Namespace Name
official bku
intermediary net/minecraft/class_1349
named net/minecraft/entity/ai/goal/FollowGroupLeaderGoal
  • Field Details

    • MIN_SEARCH_DELAY

      private static final int MIN_SEARCH_DELAY
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lbku;a:I
      intermediary field_30204 Lnet/minecraft/class_1349;field_30204:I
      named MIN_SEARCH_DELAY Lnet/minecraft/entity/ai/goal/FollowGroupLeaderGoal;MIN_SEARCH_DELAY:I
    • fish

      private final SchoolingFishEntity fish
      Mappings:
      Namespace Name Mixin selector
      official b Lbku;b:Lbpn;
      intermediary field_6441 Lnet/minecraft/class_1349;field_6441:Lnet/minecraft/class_1425;
      named fish Lnet/minecraft/entity/ai/goal/FollowGroupLeaderGoal;fish:Lnet/minecraft/entity/passive/SchoolingFishEntity;
    • moveDelay

      private int moveDelay
      Mappings:
      Namespace Name Mixin selector
      official c Lbku;c:I
      intermediary field_6440 Lnet/minecraft/class_1349;field_6440:I
      named moveDelay Lnet/minecraft/entity/ai/goal/FollowGroupLeaderGoal;moveDelay:I
    • checkSurroundingDelay

      private int checkSurroundingDelay
      Mappings:
      Namespace Name Mixin selector
      official d Lbku;d:I
      intermediary field_6439 Lnet/minecraft/class_1349;field_6439:I
      named checkSurroundingDelay Lnet/minecraft/entity/ai/goal/FollowGroupLeaderGoal;checkSurroundingDelay:I
  • Constructor Details

    • FollowGroupLeaderGoal

      public FollowGroupLeaderGoal(SchoolingFishEntity fish)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbku;<init>(Lbpn;)V
      intermediary <init> Lnet/minecraft/class_1349;<init>(Lnet/minecraft/class_1425;)V
      named <init> Lnet/minecraft/entity/ai/goal/FollowGroupLeaderGoal;<init>(Lnet/minecraft/entity/passive/SchoolingFishEntity;)V
  • Method Details

    • getSurroundingSearchDelay

      protected int getSurroundingSearchDelay(SchoolingFishEntity fish)
      Mappings:
      Namespace Name Mixin selector
      official a Lbku;a(Lbpn;)I
      intermediary method_6261 Lnet/minecraft/class_1349;method_6261(Lnet/minecraft/class_1425;)I
      named getSurroundingSearchDelay Lnet/minecraft/entity/ai/goal/FollowGroupLeaderGoal;getSurroundingSearchDelay(Lnet/minecraft/entity/passive/SchoolingFishEntity;)I
    • canStart

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

      public boolean shouldContinue()
      Overrides:
      shouldContinue in class Goal
      Mappings:
      Namespace Name Mixin selector
      official b Lbky;b()Z
      intermediary method_6266 Lnet/minecraft/class_1352;method_6266()Z
      named shouldContinue Lnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
    • start

      public void start()
      Overrides:
      start in class Goal
      Mappings:
      Namespace Name Mixin selector
      official c Lbky;c()V
      intermediary method_6269 Lnet/minecraft/class_1352;method_6269()V
      named start Lnet/minecraft/entity/ai/goal/Goal;start()V
    • stop

      public void stop()
      Overrides:
      stop in class Goal
      Mappings:
      Namespace Name Mixin selector
      official d Lbky;d()V
      intermediary method_6270 Lnet/minecraft/class_1352;method_6270()V
      named stop Lnet/minecraft/entity/ai/goal/Goal;stop()V
    • tick

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