Uses of Class
net.minecraft.entity.ai.pathing.EntityNavigation
Package
Description
The basic AI system for Minecraft living entities.
-
Uses of EntityNavigation in net.minecraft.entity.ai
Modifier and TypeMethodDescriptionstatic boolean
NavigationConditions.isInvalidPosition
(EntityNavigation navigation, BlockPos pos) -
Uses of EntityNavigation in net.minecraft.entity.ai.goal
Modifier 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
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of EntityNavigation in net.minecraft.entity.boss
Modifier and TypeMethodDescriptionprotected EntityNavigation
WitherEntity.createNavigation
(World world) -
Uses of EntityNavigation in net.minecraft.entity.mob
Modifier and TypeMethodDescriptionprotected EntityNavigation
GuardianEntity.createNavigation
(World world) protected EntityNavigation
MobEntity.createNavigation
(World world) protected EntityNavigation
SpiderEntity.createNavigation
(World world) protected EntityNavigation
WardenEntity.createNavigation
(World world) MobEntity.getNavigation()
-
Uses of EntityNavigation in net.minecraft.entity.passive
Modifier and TypeClassDescriptionprivate static class
private static class
private static class
Modifier 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)