Package net.minecraft.entity.ai.goal
Class GoToEntityGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.LookAtEntityGoal
net.minecraft.entity.ai.goal.GoToEntityGoal
- Direct Known Subclasses:
VillagerInteractGoal
public class GoToEntityGoal extends LookAtEntityGoal
- Mappings:
Namespace Name official rgintermediary net/minecraft/class_1793named net/minecraft/entity/ai/goal/GoToEntityGoal
-
Field Summary
Fields inherited from class net.minecraft.entity.ai.goal.LookAtEntityGoal
field_7666, field_7667, field_7669, range -
Constructor Summary
Constructors Constructor Description GoToEntityGoal(MobEntity mobEntity, Class<? extends Entity> class2, float float2, float float3) -
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.LookAtEntityGoal
canStart, shouldContinue, start, stop, tickMethods inherited from class net.minecraft.entity.ai.goal.Goal
method_7363, method_7368, method_7369
-
Constructor Details
-
GoToEntityGoal
-