Uses of Class
net.minecraft.entity.ai.pathing.EntityNavigation
| Package | Description |
|---|---|
| net.minecraft.entity.ai | |
| net.minecraft.entity.ai.goal | |
| net.minecraft.entity.ai.pathing | |
| net.minecraft.entity.mob | |
| net.minecraft.entity.passive |
-
Uses of EntityNavigation in net.minecraft.entity.ai
Methods in net.minecraft.entity.ai with parameters of type EntityNavigation Modifier and Type Method Description static booleanNavigationConditions. isInvalidPosition(EntityNavigation navigation, BlockPos pos) -
Uses of EntityNavigation in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as EntityNavigation Modifier and Type Field Description protected EntityNavigationFleeEntityGoal. fleeingEntityNavigationprivate EntityNavigationFollowMobGoal. navigationprivate EntityNavigationFollowOwnerGoal. navigation -
Uses of EntityNavigation in net.minecraft.entity.ai.pathing
Subclasses of EntityNavigation in net.minecraft.entity.ai.pathing Modifier and Type Class Description classBirdNavigationclassMobNavigationclassSpiderNavigationclassSwimNavigation -
Uses of EntityNavigation in net.minecraft.entity.mob
Subclasses of EntityNavigation in net.minecraft.entity.mob Modifier and Type Class Description (package private) static classRavagerEntity.NavigationFields in net.minecraft.entity.mob declared as EntityNavigation Modifier and Type Field Description protected EntityNavigationMobEntity. navigationMethods in net.minecraft.entity.mob that return EntityNavigation Modifier and Type Method Description protected EntityNavigationGuardianEntity. createNavigation(World world)protected EntityNavigationMobEntity. createNavigation(World world)protected EntityNavigationRavagerEntity. createNavigation(World world)protected EntityNavigationSpiderEntity. createNavigation(World world)EntityNavigationMobEntity. getNavigation() -
Uses of EntityNavigation in net.minecraft.entity.passive
Subclasses of EntityNavigation in net.minecraft.entity.passive Modifier and Type Class Description (package private) static classAxolotlEntity.AxolotlSwimNavigation(package private) static classStriderEntity.Navigation(package private) static classTurtleEntity.TurtleSwimNavigationMethods in net.minecraft.entity.passive that return EntityNavigation Modifier and Type Method Description protected EntityNavigationAxolotlEntity. createNavigation(World world)protected EntityNavigationBeeEntity. createNavigation(World world)protected EntityNavigationDolphinEntity. createNavigation(World world)protected EntityNavigationFishEntity. createNavigation(World world)protected EntityNavigationParrotEntity. createNavigation(World world)protected EntityNavigationStriderEntity. createNavigation(World world)protected EntityNavigationTurtleEntity. createNavigation(World world)