Package net.minecraft.entity.ai.goal
Class LookAroundGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.LookAroundGoal
public class LookAroundGoal extends Goal
- Mappings:
Namespace Name official axu
intermediary net/minecraft/class_1376
named net/minecraft/entity/ai/goal/LookAroundGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control
-
Field Summary
-
Constructor Summary
Constructors Constructor Description LookAroundGoal(MobEntity mob)
-
Method Summary
Modifier and Type Method Description boolean
canStart()
boolean
shouldContinue()
void
start()
void
tick()
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, stop, toString
-
Field Details
-
mob
- Mappings:
Namespace Name Mixin selector official a
Laxu;a:Larj;
intermediary field_6556
Lnet/minecraft/class_1376;field_6556:Lnet/minecraft/class_1308;
named mob
Lnet/minecraft/entity/ai/goal/LookAroundGoal;mob:Lnet/minecraft/entity/mob/MobEntity;
-
deltaX
private double deltaX- Mappings:
Namespace Name Mixin selector official b
Laxu;b:D
intermediary field_6554
Lnet/minecraft/class_1376;field_6554:D
named deltaX
Lnet/minecraft/entity/ai/goal/LookAroundGoal;deltaX:D
-
deltaZ
private double deltaZ- Mappings:
Namespace Name Mixin selector official c
Laxu;c:D
intermediary field_6553
Lnet/minecraft/class_1376;field_6553:D
named deltaZ
Lnet/minecraft/entity/ai/goal/LookAroundGoal;deltaZ:D
-
lookTime
private int lookTime- Mappings:
Namespace Name Mixin selector official d
Laxu;d:I
intermediary field_6555
Lnet/minecraft/class_1376;field_6555:I
named lookTime
Lnet/minecraft/entity/ai/goal/LookAroundGoal;lookTime:I
-
-
Constructor Details
-
LookAroundGoal
- Mappings:
Namespace Name Mixin selector official <init>
Laxu;<init>(Larj;)V
intermediary <init>
Lnet/minecraft/class_1376;<init>(Lnet/minecraft/class_1308;)V
named <init>
Lnet/minecraft/entity/ai/goal/LookAroundGoal;<init>(Lnet/minecraft/entity/mob/MobEntity;)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
-
start
public void start() -
tick
public void tick()
-