Uses of Class
net.minecraft.entity.ai.pathing.EntityNavigation
Packages that use EntityNavigation
Package
Description
The basic AI system for Minecraft living entities.
-
Uses of EntityNavigation in net.minecraft.entity.ai
Methods in net.minecraft.entity.ai with parameters of type EntityNavigationModifier and TypeMethodDescriptionstatic boolean
NavigationConditions.isInvalidPosition
(EntityNavigation navigation, BlockPos pos) -
Uses of EntityNavigation in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as EntityNavigationModifier and TypeFieldDescriptionprotected final EntityNavigation
FleeEntityGoal.fleeingEntityNavigation
private final EntityNavigation
FollowMobGoal.navigation
private final EntityNavigation
FollowOwnerGoal.navigation
-
Uses of EntityNavigation in net.minecraft.entity.ai.pathing
Subclasses of EntityNavigation in net.minecraft.entity.ai.pathingModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of EntityNavigation in net.minecraft.entity.boss
Methods in net.minecraft.entity.boss that return EntityNavigationModifier and TypeMethodDescriptionprotected EntityNavigation
WitherEntity.createNavigation
(World world) -
Uses of EntityNavigation in net.minecraft.entity.mob
Subclasses of EntityNavigation in net.minecraft.entity.mobFields in net.minecraft.entity.mob declared as EntityNavigationMethods in net.minecraft.entity.mob that return EntityNavigationModifier and TypeMethodDescriptionprotected EntityNavigation
GuardianEntity.createNavigation
(World world) protected EntityNavigation
MobEntity.createNavigation
(World world) protected EntityNavigation
SpiderEntity.createNavigation
(World world) protected EntityNavigation
TransientCreakingEntity.createNavigation
(World world) protected EntityNavigation
WardenEntity.createNavigation
(World world) MobEntity.getNavigation()
-
Uses of EntityNavigation in net.minecraft.entity.passive
Subclasses of EntityNavigation in net.minecraft.entity.passiveModifier and TypeClassDescriptionprivate static class
private static class
private static class
Methods in net.minecraft.entity.passive that return EntityNavigationModifier and TypeMethodDescriptionprotected EntityNavigation
AllayEntity.createNavigation
(World world) protected EntityNavigation
AxolotlEntity.createNavigation
(World world) protected EntityNavigation
BeeEntity.createNavigation
(World world) protected EntityNavigation
DolphinEntity.createNavigation
(World world) protected EntityNavigation
FishEntity.createNavigation
(World world) protected EntityNavigation
FrogEntity.createNavigation
(World world) protected EntityNavigation
ParrotEntity.createNavigation
(World world) protected EntityNavigation
StriderEntity.createNavigation
(World world) protected EntityNavigation
TadpoleEntity.createNavigation
(World world) protected EntityNavigation
TurtleEntity.createNavigation
(World world)