Uses of Class
net.minecraft.world.entity.ai.goal.AvoidEntityGoal
Packages that use AvoidEntityGoal
Package
Description
-
Uses of AvoidEntityGoal in net.minecraft.world.entity.animal.feline
Subclasses of AvoidEntityGoal in net.minecraft.world.entity.animal.felineModifier and TypeClassDescription(package private) static classCat.CatAvoidEntityGoal<T extends LivingEntity>(package private) static classOcelot.OcelotAvoidEntityGoal<T extends LivingEntity> -
Uses of AvoidEntityGoal in net.minecraft.world.entity.animal.panda
Subclasses of AvoidEntityGoal in net.minecraft.world.entity.animal.pandaModifier and TypeClassDescription(package private) static classPanda.PandaAvoidGoal<T extends LivingEntity> -
Uses of AvoidEntityGoal in net.minecraft.world.entity.animal.rabbit
Subclasses of AvoidEntityGoal in net.minecraft.world.entity.animal.rabbitModifier and TypeClassDescription(package private) static classRabbit.RabbitAvoidEntityGoal<T extends LivingEntity> -
Uses of AvoidEntityGoal in net.minecraft.world.entity.animal.wolf
Subclasses of AvoidEntityGoal in net.minecraft.world.entity.animal.wolfModifier and TypeClassDescription(package private) classWolf.WolfAvoidEntityGoal<T extends LivingEntity>