Uses of Class
net.minecraft.entity.ai.pathing.EntityNavigation
Packages that use EntityNavigation
Package
Description
-
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 EntityNavigation
FleeEntityGoal.fleeingEntityNavigation
private EntityNavigation
FollowMobGoal.navigation
private 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
-
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
RavagerEntity.createNavigation(World world)
protected EntityNavigation
SpiderEntity.createNavigation(World world)
MobEntity.getNavigation()
-
Uses of EntityNavigation in net.minecraft.entity.passive
Subclasses of EntityNavigation in net.minecraft.entity.passiveModifier and TypeClassDescription(package private) static class
(package private) static class
(package private) static class
(package private) static class
Methods in net.minecraft.entity.passive that return EntityNavigationModifier and TypeMethodDescriptionprotected 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
GoatEntity.createNavigation(World world)
protected EntityNavigation
ParrotEntity.createNavigation(World world)
protected EntityNavigation
StriderEntity.createNavigation(World world)
protected EntityNavigation
TurtleEntity.createNavigation(World world)