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.aiMethods in net.minecraft.entity.ai with parameters of type EntityNavigationModifier and TypeMethodDescriptionstatic booleanNavigationConditions.isInvalidPosition(EntityNavigation navigation, BlockPos pos) 
- 
Uses of EntityNavigation in net.minecraft.entity.ai.goalFields in net.minecraft.entity.ai.goal declared as EntityNavigationModifier and TypeFieldDescriptionprotected final EntityNavigationFleeEntityGoal.fleeingEntityNavigationprivate final EntityNavigationFollowMobGoal.navigationprivate final EntityNavigationFollowOwnerGoal.navigation
- 
Uses of EntityNavigation in net.minecraft.entity.ai.pathingSubclasses of EntityNavigation in net.minecraft.entity.ai.pathingModifier and TypeClassDescriptionclassclassclassclassclass
- 
Uses of EntityNavigation in net.minecraft.entity.bossMethods in net.minecraft.entity.boss that return EntityNavigationModifier and TypeMethodDescriptionprotected EntityNavigationWitherEntity.createNavigation(World world) 
- 
Uses 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 EntityNavigationGuardianEntity.createNavigation(World world) protected EntityNavigationMobEntity.createNavigation(World world) protected EntityNavigationSpiderEntity.createNavigation(World world) protected EntityNavigationWardenEntity.createNavigation(World world) MobEntity.getNavigation()
- 
Uses of EntityNavigation in net.minecraft.entity.passiveSubclasses of EntityNavigation in net.minecraft.entity.passiveModifier and TypeClassDescriptionprivate static classprivate static classprivate static classMethods in net.minecraft.entity.passive that return EntityNavigationModifier and TypeMethodDescriptionprotected EntityNavigationAllayEntity.createNavigation(World world) protected EntityNavigationAxolotlEntity.createNavigation(World world) protected EntityNavigationBeeEntity.createNavigation(World world) protected EntityNavigationDolphinEntity.createNavigation(World world) protected EntityNavigationFishEntity.createNavigation(World world) protected EntityNavigationFrogEntity.createNavigation(World world) protected EntityNavigationParrotEntity.createNavigation(World world) protected EntityNavigationStriderEntity.createNavigation(World world) protected EntityNavigationTadpoleEntity.createNavigation(World world) protected EntityNavigationTurtleEntity.createNavigation(World world)