Package net.minecraft.entity.ai.goal
Class StopAndLookAtEntityGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.LookAtEntityGoal
net.minecraft.entity.ai.goal.StopAndLookAtEntityGoal
- Direct Known Subclasses:
VillagerInteractGoal
- Mappings:
Namespace Name official zfintermediary net/minecraft/class_899named net/minecraft/entity/ai/goal/StopAndLookAtEntityGoal
-
Field Summary
Fields inherited from class net.minecraft.entity.ai.goal.LookAtEntityGoal
mob, range, target, targetType -
Constructor Summary
ConstructorsConstructorDescriptionStopAndLookAtEntityGoal(MobEntity mob, Class targetType, float range, float chance) -
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
canStop, getCategoryBits, setCategoryBits
-
Constructor Details
-
StopAndLookAtEntityGoal
- Mappings:
Namespace Name Mixin selector official <init>Lzh;<init>(Lxn;Ljava/lang/Class;FF)Vintermediary <init>Lnet/minecraft/class_902;<init>(Lnet/minecraft/class_871;Ljava/lang/Class;FF)Vnamed <init>Lnet/minecraft/entity/ai/goal/LookAtEntityGoal;<init>(Lnet/minecraft/entity/mob/MobEntity;Ljava/lang/Class;FF)V
-