Uses of Class
net.minecraft.world.entity.ai.navigation.PathNavigation
Package
Description
-
Uses of PathNavigation in net.minecraft.world.entity
Modifier and TypeMethodDescriptionprotected PathNavigation
Mob.createNavigation
(Level p_21480_) Mob.getNavigation()
-
Uses of PathNavigation in net.minecraft.world.entity.ai.goal
Modifier and TypeFieldDescriptionprivate final PathNavigation
FollowMobGoal.navigation
private final PathNavigation
FollowOwnerGoal.navigation
protected final PathNavigation
AvoidEntityGoal.pathNav
-
Uses of PathNavigation in net.minecraft.world.entity.ai.util
Modifier and TypeMethodDescriptionstatic boolean
GoalUtils.isNotStable
(PathNavigation p_148449_, BlockPos p_148450_) -
Uses of PathNavigation in net.minecraft.world.entity.animal
Modifier 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.allay
Modifier and TypeMethodDescriptionprotected PathNavigation
Allay.createNavigation
(Level p_218342_) -
Uses of PathNavigation in net.minecraft.world.entity.animal.axolotl
Modifier and TypeMethodDescriptionprotected PathNavigation
Axolotl.createNavigation
(Level p_149128_) -
Uses of PathNavigation in net.minecraft.world.entity.animal.frog
Modifier and TypeMethodDescriptionprotected PathNavigation
Frog.createNavigation
(Level p_218486_) protected PathNavigation
Tadpole.createNavigation
(Level p_218694_) -
Uses of PathNavigation in net.minecraft.world.entity.boss.wither
Modifier and TypeMethodDescriptionprotected PathNavigation
WitherBoss.createNavigation
(Level p_186262_) -
Uses of PathNavigation in net.minecraft.world.entity.monster
Modifier and TypeMethodDescriptionprotected PathNavigation
Guardian.createNavigation
(Level p_32846_) protected PathNavigation
Spider.createNavigation
(Level p_33802_) protected PathNavigation
Strider.createNavigation
(Level p_33913_) -
Uses of PathNavigation in net.minecraft.world.entity.monster.warden
Modifier and TypeMethodDescriptionprotected PathNavigation
Warden.createNavigation
(Level p_219396_)