Package net.minecraft.entity.raid
Class RaiderEntity.PatrolApproachGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.raid.RaiderEntity.PatrolApproachGoal
- Enclosing class:
- RaiderEntity
public class RaiderEntity.PatrolApproachGoal extends Goal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control
-
Field Summary
Fields Modifier and Type Field Description TargetPredicate
closeRaiderPredicate
private RaiderEntity
raider
private float
squaredDistance
-
Constructor Summary
Constructors Constructor Description PatrolApproachGoal(IllagerEntity illager, float distance)
-
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, shouldContinue, toString
-
Field Details
-
raider
-
squaredDistance
private final float squaredDistance -
closeRaiderPredicate
-
-
Constructor Details
-
PatrolApproachGoal
-
-
Method Details