Uses of Class
net.minecraft.world.entity.ai.navigation.PathNavigation
Packages that use PathNavigation
Package
Description
- 
Uses of PathNavigation in net.minecraft.world.entityFields in net.minecraft.world.entity declared as PathNavigationMethods in net.minecraft.world.entity that return PathNavigationModifier and TypeMethodDescriptionprotected PathNavigationMob.createNavigation(Level p_21480_) Mob.getNavigation()
- 
Uses of PathNavigation in net.minecraft.world.entity.ai.goalFields 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.utilMethods in net.minecraft.world.entity.ai.util with parameters of type PathNavigationModifier and TypeMethodDescriptionstatic booleanGoalUtils.isNotStable(PathNavigation p_148449_, BlockPos p_148450_) 
- 
Uses of PathNavigation in net.minecraft.world.entity.animalSubclasses of PathNavigation in net.minecraft.world.entity.animalMethods in net.minecraft.world.entity.animal that return PathNavigationModifier and TypeMethodDescriptionprotected PathNavigationAbstractFish.createNavigation(Level p_27480_) protected PathNavigationBee.createNavigation(Level p_27815_) protected PathNavigationDolphin.createNavigation(Level p_28362_) protected PathNavigationParrot.createNavigation(Level p_29417_) protected PathNavigationTurtle.createNavigation(Level p_30171_) 
- 
Uses of PathNavigation in net.minecraft.world.entity.animal.allayMethods 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.axolotlMethods 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.frogSubclasses 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.boss.witherMethods 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.monsterSubclasses of PathNavigation in net.minecraft.world.entity.monsterMethods in net.minecraft.world.entity.monster that return PathNavigationModifier and TypeMethodDescriptionprotected PathNavigationGuardian.createNavigation(Level p_32846_) protected PathNavigationSpider.createNavigation(Level p_33802_) protected PathNavigationStrider.createNavigation(Level p_33913_) 
- 
Uses of PathNavigation in net.minecraft.world.entity.monster.wardenMethods in net.minecraft.world.entity.monster.warden that return PathNavigationModifier and TypeMethodDescriptionprotected PathNavigationWarden.createNavigation(Level p_219396_)