Uses of Class
net.minecraft.world.entity.ai.navigation.PathNavigation
Packages that use PathNavigation
Package
Description
-
Uses of PathNavigation in net.minecraft.world.entity
Fields in net.minecraft.world.entity declared as PathNavigationMethods in net.minecraft.world.entity that return PathNavigationModifier and TypeMethodDescriptionprotected PathNavigationMob.createNavigation(Level pLevel) Mob.getNavigation() -
Uses of PathNavigation in net.minecraft.world.entity.ai.goal
Fields in net.minecraft.world.entity.ai.goal declared as PathNavigationModifier and TypeFieldDescriptionprivate final PathNavigationFollowMobGoal.navigationprivate final PathNavigationFollowOwnerGoal.navigationprotected final PathNavigationAvoidEntityGoal.pathNav -
Uses of PathNavigation in net.minecraft.world.entity.ai.util
Methods in net.minecraft.world.entity.ai.util with parameters of type PathNavigationModifier and TypeMethodDescriptionstatic booleanGoalUtils.isNotStable(PathNavigation pNavigation, BlockPos pPos) -
Uses of PathNavigation in net.minecraft.world.entity.animal
Subclasses of PathNavigation in net.minecraft.world.entity.animalMethods in net.minecraft.world.entity.animal that return PathNavigationModifier and TypeMethodDescriptionprotected PathNavigationAbstractFish.createNavigation(Level pLevel) protected PathNavigationBee.createNavigation(Level pLevel) protected PathNavigationDolphin.createNavigation(Level pLevel) protected PathNavigationParrot.createNavigation(Level pLevel) protected PathNavigationTurtle.createNavigation(Level pLevel) -
Uses of PathNavigation in net.minecraft.world.entity.animal.allay
Methods in net.minecraft.world.entity.animal.allay that return PathNavigation -
Uses of PathNavigation in net.minecraft.world.entity.animal.axolotl
Methods in net.minecraft.world.entity.animal.axolotl that return PathNavigationModifier and TypeMethodDescriptionprotected PathNavigationAxolotl.createNavigation(Level pLevel) -
Uses of PathNavigation in net.minecraft.world.entity.animal.frog
Subclasses of PathNavigation in net.minecraft.world.entity.animal.frogMethods in net.minecraft.world.entity.animal.frog that return PathNavigationModifier and TypeMethodDescriptionprotected PathNavigationFrog.createNavigation(Level pLevel) protected PathNavigationTadpole.createNavigation(Level pLevel) -
Uses of PathNavigation in net.minecraft.world.entity.boss.wither
Methods in net.minecraft.world.entity.boss.wither that return PathNavigationModifier and TypeMethodDescriptionprotected PathNavigationWitherBoss.createNavigation(Level pLevel) -
Uses of PathNavigation in net.minecraft.world.entity.monster
Subclasses of PathNavigation in net.minecraft.world.entity.monsterMethods in net.minecraft.world.entity.monster that return PathNavigationModifier and TypeMethodDescriptionprotected PathNavigationGuardian.createNavigation(Level pLevel) protected PathNavigationSpider.createNavigation(Level pLevel) protected PathNavigationStrider.createNavigation(Level pLevel) -
Uses of PathNavigation in net.minecraft.world.entity.monster.warden
Methods in net.minecraft.world.entity.monster.warden that return PathNavigation