Uses of Class
net.minecraft.pathfinding.PathNavigator
Package
Description
-
Uses of PathNavigator in net.minecraft.entity
Modifier and TypeMethodDescriptionprotected PathNavigator
MobEntity.createNavigation
(World p_175447_1_) MobEntity.getNavigation()
-
Uses of PathNavigator in net.minecraft.entity.ai.goal
Modifier and TypeFieldDescriptionprivate final PathNavigator
FollowMobGoal.navigation
private final PathNavigator
FollowOwnerGoal.navigation
protected final PathNavigator
AvoidEntityGoal.pathNav
-
Uses of PathNavigator in net.minecraft.entity.monster
Modifier and TypeMethodDescriptionprotected PathNavigator
GuardianEntity.createNavigation
(World p_175447_1_) protected PathNavigator
RavagerEntity.createNavigation
(World p_175447_1_) protected PathNavigator
SpiderEntity.createNavigation
(World p_175447_1_) -
Uses of PathNavigator in net.minecraft.entity.passive
Modifier and TypeClassDescription(package private) static class
(package private) static class
Modifier and TypeMethodDescriptionprotected PathNavigator
BeeEntity.createNavigation
(World p_175447_1_) protected PathNavigator
DolphinEntity.createNavigation
(World p_175447_1_) protected PathNavigator
ParrotEntity.createNavigation
(World p_175447_1_) protected PathNavigator
StriderEntity.createNavigation
(World p_175447_1_) protected PathNavigator
TurtleEntity.createNavigation
(World p_175447_1_) -
Uses of PathNavigator in net.minecraft.entity.passive.fish
Modifier and TypeMethodDescriptionprotected PathNavigator
AbstractFishEntity.createNavigation
(World p_175447_1_) -
Uses of PathNavigator in net.minecraft.pathfinding
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of PathNavigator in net.minecraft.world.server