Uses of Class
net.minecraft.entity.ai.goal.ActiveTargetGoal
Package
Description
The basic AI system for Minecraft living entities.
-
Uses of ActiveTargetGoal in net.minecraft.entity.ai.goal
Modifier and TypeClassDescriptionclass
DisableableFollowTargetGoal<T extends LivingEntity>
An active target goal that can be disabled so that it cannot start.class
RaidGoal<T extends LivingEntity>
class
UntamedActiveTargetGoal<T extends LivingEntity>
An active target goal that only starts for untamed tameable animals. -
Uses of ActiveTargetGoal in net.minecraft.entity.mob
Modifier and TypeClassDescriptionprivate static class
private static class
A target goal on other teams' entities if this shulker belongs to a team.private class
A hostile target goal on players.private static class
SpiderEntity.TargetGoal<T extends LivingEntity>
private static class
-
Uses of ActiveTargetGoal in net.minecraft.entity.passive
Modifier and TypeClassDescriptionprivate static class
private class
private static class
private class
A target goal on players when this polar bear is near a baby polar bear.