Uses of Class
net.minecraft.entity.ai.goal.HurtByTargetGoal
-
Packages that use HurtByTargetGoal Package Description net.minecraft.entity.ai.goal net.minecraft.entity.passive net.minecraft.entity.passive.horse -
-
Uses of HurtByTargetGoal in net.minecraft.entity.ai.goal
Methods in net.minecraft.entity.ai.goal that return HurtByTargetGoal Modifier and Type Method Description HurtByTargetGoalHurtByTargetGoal. setAlertOthers(java.lang.Class<?>... p_220794_1_) -
Uses of HurtByTargetGoal in net.minecraft.entity.passive
Subclasses of HurtByTargetGoal in net.minecraft.entity.passive Modifier and Type Class Description (package private) classBeeEntity.AngerGoal(package private) static classPandaEntity.RevengeGoal(package private) classPolarBearEntity.HurtByTargetGoal -
Uses of HurtByTargetGoal in net.minecraft.entity.passive.horse
Subclasses of HurtByTargetGoal in net.minecraft.entity.passive.horse Modifier and Type Class Description (package private) static classLlamaEntity.HurtByTargetGoal
-