Class RaiderEntity.PickUpBannerAsLeaderGoal<T extends RaiderEntity>

java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.raid.RaiderEntity.PickUpBannerAsLeaderGoal<T>
Enclosing class:
RaiderEntity

public class RaiderEntity.PickUpBannerAsLeaderGoal<T extends RaiderEntity> extends Goal
Mappings:
Namespace Name
named net/minecraft/entity/raid/RaiderEntity$PickUpBannerAsLeaderGoal
intermediary net/minecraft/class_3763$class_3764
official crk$b
  • Field Details

    • actor

      private final T extends RaiderEntity actor
      Mappings:
      Namespace Name Mixin selector
      named actor Lnet/minecraft/entity/raid/RaiderEntity$PickUpBannerAsLeaderGoal;actor:Lnet/minecraft/entity/raid/RaiderEntity;
      intermediary field_16603 Lnet/minecraft/class_3763$class_3764;field_16603:Lnet/minecraft/class_3763;
      official b Lcrk$b;b:Lcrk;
    • bannerItemCache

      private Int2LongOpenHashMap bannerItemCache
      Mappings:
      Namespace Name Mixin selector
      named bannerItemCache Lnet/minecraft/entity/raid/RaiderEntity$PickUpBannerAsLeaderGoal;bannerItemCache:Lit/unimi/dsi/fastutil/ints/Int2LongOpenHashMap;
      intermediary field_52513 Lnet/minecraft/class_3763$class_3764;field_52513:Lit/unimi/dsi/fastutil/ints/Int2LongOpenHashMap;
      official c Lcrk$b;c:Lit/unimi/dsi/fastutil/ints/Int2LongOpenHashMap;
    • path

      @Nullable private @Nullable Path path
      Mappings:
      Namespace Name Mixin selector
      named path Lnet/minecraft/entity/raid/RaiderEntity$PickUpBannerAsLeaderGoal;path:Lnet/minecraft/entity/ai/pathing/Path;
      intermediary field_52514 Lnet/minecraft/class_3763$class_3764;field_52514:Lnet/minecraft/class_11;
      official d Lcrk$b;d:Leuk;
    • bannerItemEntity

      @Nullable private @Nullable ItemEntity bannerItemEntity
      Mappings:
      Namespace Name Mixin selector
      named bannerItemEntity Lnet/minecraft/entity/raid/RaiderEntity$PickUpBannerAsLeaderGoal;bannerItemEntity:Lnet/minecraft/entity/ItemEntity;
      intermediary field_52515 Lnet/minecraft/class_3763$class_3764;field_52515:Lnet/minecraft/class_1542;
      official e Lcrk$b;e:Lcma;
  • Constructor Details

    • PickUpBannerAsLeaderGoal

      public PickUpBannerAsLeaderGoal(T actor)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/entity/raid/RaiderEntity$PickUpBannerAsLeaderGoal;<init>(Lnet/minecraft/entity/raid/RaiderEntity;Lnet/minecraft/entity/raid/RaiderEntity;)V
      intermediary <init> Lnet/minecraft/class_3763$class_3764;<init>(Lnet/minecraft/class_3763;Lnet/minecraft/class_3763;)V
      official <init> Lcrk$b;<init>(Lcrk;Lcrk;)V
  • 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 Lcdd;b()Z
    • shouldContinue

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

      private boolean shouldStop()
      Mappings:
      Namespace Name Mixin selector
      named shouldStop Lnet/minecraft/entity/raid/RaiderEntity$PickUpBannerAsLeaderGoal;shouldStop()Z
      intermediary method_61559 Lnet/minecraft/class_3763$class_3764;method_61559()Z
      official h Lcrk$b;h()Z
    • start

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

      public void stop()
      Overrides:
      stop in class Goal
      Mappings:
      Namespace Name Mixin selector
      named stop Lnet/minecraft/entity/ai/goal/Goal;stop()V
      intermediary method_6270 Lnet/minecraft/class_1352;method_6270()V
      official e Lcdd;e()V
    • 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 Lcdd;a()V