Uses of Class
net.minecraft.entity.ai.goal.TrackTargetGoal
Package
Description
The basic AI system for Minecraft living entities.
-
Uses of TrackTargetGoal in net.minecraft.entity.ai.goal
Modifier and TypeClassDescriptionclass
ActiveTargetGoal<T extends LivingEntity>
A target goal that finds a target by entity class when the goal starts.class
class
DisableableFollowTargetGoal<T extends LivingEntity>
An active target goal that can be disabled so that it cannot start.class
RaidGoal<T extends LivingEntity>
class
class
class
class
UntamedActiveTargetGoal<T extends LivingEntity>
An active target goal that only starts for untamed tameable animals. -
Uses of TrackTargetGoal 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 class
private static class
-
Uses of TrackTargetGoal in net.minecraft.entity.passive
Modifier and TypeClassDescriptionprivate class
private static class
private class
private static class
private static class
private static class
private class
private class
A target goal on players when this polar bear is near a baby polar bear.protected static class