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