Package net.minecraft.entity.ai.goal
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
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control
-
Field Summary
-
Constructor Summary
Constructors Constructor Description MoveToRaidCenterGoal(T actor)
-
Method Summary
Modifier and Type Method Description boolean
canStart()
private void
includeFreeRaiders(Raid raid)
boolean
shouldContinue()
void
tick()
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, start, stop, toString
-
Field Details
-
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
- 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() -
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinue
in classGoal
- 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() -
includeFreeRaiders
- 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
-