Class RaiderEntity.AttackHomeGoal

java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.raid.RaiderEntity.AttackHomeGoal
Enclosing class:
RaiderEntity

private static class RaiderEntity.AttackHomeGoal extends Goal
Mappings:
Namespace Name
official bxx$d
intermediary net/minecraft/class_3763$class_4261
named net/minecraft/entity/raid/RaiderEntity$AttackHomeGoal
  • Field Details

    • raider

      private final RaiderEntity raider
      Mappings:
      Namespace Name Mixin selector
      official a Lbxx$d;a:Lbxx;
      intermediary field_19035 Lnet/minecraft/class_3763$class_4261;field_19035:Lnet/minecraft/class_3763;
      named raider Lnet/minecraft/entity/raid/RaiderEntity$AttackHomeGoal;raider:Lnet/minecraft/entity/raid/RaiderEntity;
    • speed

      private final double speed
      Mappings:
      Namespace Name Mixin selector
      official b Lbxx$d;b:D
      intermediary field_19036 Lnet/minecraft/class_3763$class_4261;field_19036:D
      named speed Lnet/minecraft/entity/raid/RaiderEntity$AttackHomeGoal;speed:D
    • home

      private BlockPos home
      Mappings:
      Namespace Name Mixin selector
      official c Lbxx$d;c:Lgp;
      intermediary field_19037 Lnet/minecraft/class_3763$class_4261;field_19037:Lnet/minecraft/class_2338;
      named home Lnet/minecraft/entity/raid/RaiderEntity$AttackHomeGoal;home:Lnet/minecraft/util/math/BlockPos;
    • lastHomes

      private final List<BlockPos> lastHomes
      Mappings:
      Namespace Name Mixin selector
      official d Lbxx$d;d:Ljava/util/List;
      intermediary field_19038 Lnet/minecraft/class_3763$class_4261;field_19038:Ljava/util/List;
      named lastHomes Lnet/minecraft/entity/raid/RaiderEntity$AttackHomeGoal;lastHomes:Ljava/util/List;
    • distance

      private final int distance
      Mappings:
      Namespace Name Mixin selector
      official e Lbxx$d;e:I
      intermediary field_19039 Lnet/minecraft/class_3763$class_4261;field_19039:I
      named distance Lnet/minecraft/entity/raid/RaiderEntity$AttackHomeGoal;distance:I
    • finished

      private boolean finished
      Mappings:
      Namespace Name Mixin selector
      official f Lbxx$d;f:Z
      intermediary field_19040 Lnet/minecraft/class_3763$class_4261;field_19040:Z
      named finished Lnet/minecraft/entity/raid/RaiderEntity$AttackHomeGoal;finished:Z
  • Constructor Details

    • AttackHomeGoal

      public AttackHomeGoal(RaiderEntity raider, double speed, int distance)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbxx$d;<init>(Lbxx;DI)V
      intermediary <init> Lnet/minecraft/class_3763$class_4261;<init>(Lnet/minecraft/class_3763;DI)V
      named <init> Lnet/minecraft/entity/raid/RaiderEntity$AttackHomeGoal;<init>(Lnet/minecraft/entity/raid/RaiderEntity;DI)V
  • Method Details

    • 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
    • isRaiding

      private boolean isRaiding()
      Mappings:
      Namespace Name Mixin selector
      official h Lbxx$d;h()Z
      intermediary method_20039 Lnet/minecraft/class_3763$class_4261;method_20039()Z
      named isRaiding Lnet/minecraft/entity/raid/RaiderEntity$AttackHomeGoal;isRaiding()Z
    • tryFindHome

      private boolean tryFindHome()
      Mappings:
      Namespace Name Mixin selector
      official i Lbxx$d;i()Z
      intermediary method_20040 Lnet/minecraft/class_3763$class_4261;method_20040()Z
      named tryFindHome Lnet/minecraft/entity/raid/RaiderEntity$AttackHomeGoal;tryFindHome()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
    • 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
    • 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
    • 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
    • canLootHome

      private boolean canLootHome(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Lbxx$d;a(Lgp;)Z
      intermediary method_20038 Lnet/minecraft/class_3763$class_4261;method_20038(Lnet/minecraft/class_2338;)Z
      named canLootHome Lnet/minecraft/entity/raid/RaiderEntity$AttackHomeGoal;canLootHome(Lnet/minecraft/util/math/BlockPos;)Z
    • purgeMemory

      private void purgeMemory()
      Mappings:
      Namespace Name Mixin selector
      official k Lbxx$d;k()V
      intermediary method_20041 Lnet/minecraft/class_3763$class_4261;method_20041()V
      named purgeMemory Lnet/minecraft/entity/raid/RaiderEntity$AttackHomeGoal;purgeMemory()V