Uses of Class
net.minecraft.entity.ai.goal.TrackTargetGoal
Packages that use TrackTargetGoal
Package
Description
The basic AI system for Minecraft living entities.
-
Uses of TrackTargetGoal in net.minecraft.entity.ai.goal
Subclasses of TrackTargetGoal in net.minecraft.entity.ai.goalModifier 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.Methods in net.minecraft.entity.ai.goal that return TrackTargetGoal -
Uses of TrackTargetGoal in net.minecraft.entity.mob
Subclasses of TrackTargetGoal in net.minecraft.entity.mobModifier 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
Subclasses of TrackTargetGoal in net.minecraft.entity.passiveModifier 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