Package net.minecraft.entity.mob
Class VexEntity.LookAtTargetGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.mob.VexEntity.LookAtTargetGoal
- Enclosing class:
- VexEntity
class VexEntity.LookAtTargetGoal extends Goal
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description LookAtTargetGoal() -
Method Summary
Modifier and Type Method Description booleancanStart()booleanshouldContinue()voidtick()Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, start, stop, toString
-
Constructor Details
-
LookAtTargetGoal
public LookAtTargetGoal()
-
-
Method Details
-
canStart
public boolean canStart() -
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinuein classGoal
-
tick
public void tick()
-