Uses of Class
net.minecraft.entity.ai.pathing.EntityNavigation
Packages that use EntityNavigation
Package
Description
-
Uses of EntityNavigation in net.minecraft.entity
Methods in net.minecraft.entity that return EntityNavigationModifier and TypeMethodDescriptionprotected EntityNavigationParrotEntity.createNavigation(World world) -
Uses of EntityNavigation in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as EntityNavigationModifier and TypeFieldDescriptionprivate final EntityNavigationclass_3373.field_16529private final EntityNavigationFleeEntityGoal.fleeingEntityNavigationprivate final EntityNavigationFollowOwnerGoal.navigation -
Uses of EntityNavigation in net.minecraft.entity.ai.pathing
Subclasses of EntityNavigation in net.minecraft.entity.ai.pathingModifier and TypeClassDescriptionclassclassclassclass -
Uses of EntityNavigation in net.minecraft.entity.mob
Fields 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) MobEntity.getNavigation() -
Uses of EntityNavigation in net.minecraft.world
Fields in net.minecraft.world with type parameters of type EntityNavigation