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.allay
Methods in net.minecraft.world.entity.animal.allay that return PathNavigationModifier and TypeMethodDescriptionprotected PathNavigationAllay.createNavigation(Level p_218342_) -
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 p_149128_) -
Uses of PathNavigation in net.minecraft.world.entity.animal.bee
Methods in net.minecraft.world.entity.animal.bee that return PathNavigation -
Uses of PathNavigation in net.minecraft.world.entity.animal.dolphin
Methods in net.minecraft.world.entity.animal.dolphin that return PathNavigationModifier and TypeMethodDescriptionprotected PathNavigationDolphin.createNavigation(Level pLevel) -
Uses of PathNavigation in net.minecraft.world.entity.animal.fish
Methods in net.minecraft.world.entity.animal.fish that return PathNavigationModifier and TypeMethodDescriptionprotected PathNavigationAbstractFish.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 p_218486_) protected PathNavigationTadpole.createNavigation(Level p_218694_) -
Uses of PathNavigation in net.minecraft.world.entity.animal.happyghast
Subclasses of PathNavigation in net.minecraft.world.entity.animal.happyghastModifier and TypeClassDescription(package private) static classMethods in net.minecraft.world.entity.animal.happyghast that return PathNavigationModifier and TypeMethodDescriptionprivate PathNavigationHappyGhast.createBabyNavigation(Level pLevel) -
Uses of PathNavigation in net.minecraft.world.entity.animal.nautilus
Methods in net.minecraft.world.entity.animal.nautilus that return PathNavigationModifier and TypeMethodDescriptionprotected PathNavigationAbstractNautilus.createNavigation(Level p_456160_) -
Uses of PathNavigation in net.minecraft.world.entity.animal.parrot
Methods in net.minecraft.world.entity.animal.parrot that return PathNavigation -
Uses of PathNavigation in net.minecraft.world.entity.animal.turtle
Subclasses of PathNavigation in net.minecraft.world.entity.animal.turtleMethods in net.minecraft.world.entity.animal.turtle that return PathNavigation -
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 p_186262_) -
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 PathNavigationStrider.createNavigation(Level pLevel) -
Uses of PathNavigation in net.minecraft.world.entity.monster.creaking
Subclasses of PathNavigation in net.minecraft.world.entity.monster.creakingMethods in net.minecraft.world.entity.monster.creaking that return PathNavigationModifier and TypeMethodDescriptionprotected PathNavigationCreaking.createNavigation(Level p_389684_) -
Uses of PathNavigation in net.minecraft.world.entity.monster.spider
Methods in net.minecraft.world.entity.monster.spider that return PathNavigation -
Uses of PathNavigation in net.minecraft.world.entity.monster.warden
Methods in net.minecraft.world.entity.monster.warden that return PathNavigationModifier and TypeMethodDescriptionprotected PathNavigationWarden.createNavigation(Level p_219396_) -
Uses of PathNavigation in net.minecraft.world.entity.monster.zombie
Methods in net.minecraft.world.entity.monster.zombie that return PathNavigationModifier and TypeMethodDescriptionprotected PathNavigationDrowned.createNavigation(Level p_478743_)