Uses of Class
net.minecraft.entity.ai.goal.TargetGoal
-
Packages that use TargetGoal Package Description net.minecraft.entity.ai.goal net.minecraft.entity.monster net.minecraft.entity.passive net.minecraft.entity.passive.horse -
-
Uses of TargetGoal in net.minecraft.entity.ai.goal
Subclasses of TargetGoal in net.minecraft.entity.ai.goal Modifier and Type Class Description class
DefendVillageTargetGoal
class
HurtByTargetGoal
class
NearestAttackableTargetExpiringGoal<T extends LivingEntity>
class
NearestAttackableTargetGoal<T extends LivingEntity>
class
NonTamedTargetGoal<T extends LivingEntity>
class
OwnerHurtByTargetGoal
class
OwnerHurtTargetGoal
class
ToggleableNearestAttackableTargetGoal<T extends LivingEntity>
Methods in net.minecraft.entity.ai.goal that return TargetGoal Modifier and Type Method Description TargetGoal
TargetGoal. setUnseenMemoryTicks(int p_190882_1_)
-
Uses of TargetGoal in net.minecraft.entity.monster
Subclasses of TargetGoal in net.minecraft.entity.monster Modifier and Type Class Description (package private) static class
EndermanEntity.FindPlayerGoal
(package private) class
ShulkerEntity.AttackNearestGoal
(package private) static class
ShulkerEntity.DefenseAttackGoal
(package private) static class
SpiderEntity.TargetGoal<T extends LivingEntity>
(package private) class
VexEntity.CopyOwnerTargetGoal
(package private) static class
VindicatorEntity.JohnnyAttackGoal
-
Uses of TargetGoal in net.minecraft.entity.passive
Subclasses of TargetGoal in net.minecraft.entity.passive Modifier and Type Class Description (package private) class
BeeEntity.AngerGoal
(package private) static class
BeeEntity.AttackPlayerGoal
(package private) class
FoxEntity.RevengeGoal
(package private) static class
PandaEntity.RevengeGoal
(package private) class
PolarBearEntity.AttackPlayerGoal
(package private) class
PolarBearEntity.HurtByTargetGoal
-
Uses of TargetGoal in net.minecraft.entity.passive.horse
Subclasses of TargetGoal in net.minecraft.entity.passive.horse Modifier and Type Class Description (package private) static class
LlamaEntity.DefendTargetGoal
(package private) static class
LlamaEntity.HurtByTargetGoal
class
TraderLlamaEntity.FollowTraderGoal
-