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 PathNavigation
Mob.createNavigation(Level p_21480_)
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 PathNavigation
FollowMobGoal.navigation
private PathNavigation
FollowOwnerGoal.navigation
protected PathNavigation
AvoidEntityGoal.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 boolean
GoalUtils.isNotStable(PathNavigation p_148449_, BlockPos p_148450_)
-
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 PathNavigation
AbstractFish.createNavigation(Level p_27480_)
protected PathNavigation
Bee.createNavigation(Level p_27815_)
protected PathNavigation
Dolphin.createNavigation(Level p_28362_)
protected PathNavigation
Parrot.createNavigation(Level p_29417_)
protected PathNavigation
Turtle.createNavigation(Level p_30171_)
-
Uses of PathNavigation in net.minecraft.world.entity.animal.axolotl
Subclasses of PathNavigation in net.minecraft.world.entity.animal.axolotlMethods in net.minecraft.world.entity.animal.axolotl that return PathNavigationModifier and TypeMethodDescriptionprotected PathNavigation
Axolotl.createNavigation(Level p_149128_)
-
Uses of PathNavigation in net.minecraft.world.entity.animal.goat
Subclasses of PathNavigation in net.minecraft.world.entity.animal.goatMethods in net.minecraft.world.entity.animal.goat that return PathNavigationModifier and TypeMethodDescriptionprotected PathNavigation
Goat.createNavigation(Level p_149363_)
-
Uses of PathNavigation in net.minecraft.world.entity.monster
Subclasses of PathNavigation in net.minecraft.world.entity.monsterModifier and TypeClassDescription(package private) static class
(package private) static class
Methods in net.minecraft.world.entity.monster that return PathNavigationModifier and TypeMethodDescriptionprotected PathNavigation
Guardian.createNavigation(Level p_32846_)
protected PathNavigation
Ravager.createNavigation(Level p_33348_)
protected PathNavigation
Spider.createNavigation(Level p_33802_)
protected PathNavigation
Strider.createNavigation(Level p_33913_)