Class MoveToRaidCenterGoal<T extends RaiderEntity>

java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.MoveToRaidCenterGoal<T>

public class MoveToRaidCenterGoal<T extends RaiderEntity>
extends Goal
Mappings:
Namespace Name
official axs
intermediary net/minecraft/class_3759
named net/minecraft/entity/ai/goal/MoveToRaidCenterGoal
  • Field Details

    • actor

      private final T extends RaiderEntity actor
      Mappings:
      Namespace Name Mixin selector
      official a Laxs;a:Lbir;
      intermediary field_16597 Lnet/minecraft/class_3759;field_16597:Lnet/minecraft/class_3763;
      named actor Lnet/minecraft/entity/ai/goal/MoveToRaidCenterGoal;actor:Lnet/minecraft/entity/raid/RaiderEntity;
  • Constructor Details

    • MoveToRaidCenterGoal

      public MoveToRaidCenterGoal​(T actor)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laxs;<init>(Lbir;)V
      intermediary <init> Lnet/minecraft/class_3759;<init>(Lnet/minecraft/class_3763;)V
      named <init> Lnet/minecraft/entity/ai/goal/MoveToRaidCenterGoal;<init>(Lnet/minecraft/entity/raid/RaiderEntity;)V
  • Method Details

    • canStart

      public boolean canStart()
      Specified by:
      canStart in class Goal
      Mappings:
      Namespace Name Mixin selector
      official a Lawx;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 Lawx;b()Z
      intermediary method_6266 Lnet/minecraft/class_1352;method_6266()Z
      named shouldContinue Lnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
    • tick

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

      private void includeFreeRaiders​(Raid raid)
      Mappings:
      Namespace Name Mixin selector
      official a Laxs;a(Lbiq;)V
      intermediary method_16465 Lnet/minecraft/class_3759;method_16465(Lnet/minecraft/class_3765;)V
      named includeFreeRaiders Lnet/minecraft/entity/ai/goal/MoveToRaidCenterGoal;includeFreeRaiders(Lnet/minecraft/village/raid/Raid;)V