Uses of Class
net.minecraft.pathfinding.PathNavigator
Packages that use PathNavigator
Package
Description
-
Uses of PathNavigator in net.minecraft.entity
Fields in net.minecraft.entity declared as PathNavigatorMethods in net.minecraft.entity that return PathNavigatorModifier and TypeMethodDescriptionprotected PathNavigator
MobEntity.createNavigation
(World p_175447_1_) MobEntity.getNavigation()
-
Uses of PathNavigator in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as PathNavigatorModifier and TypeFieldDescriptionprivate final PathNavigator
FollowMobGoal.navigation
private final PathNavigator
FollowOwnerGoal.navigation
protected final PathNavigator
AvoidEntityGoal.pathNav
-
Uses of PathNavigator in net.minecraft.entity.monster
Subclasses of PathNavigator in net.minecraft.entity.monsterMethods in net.minecraft.entity.monster that return PathNavigatorModifier 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
Subclasses of PathNavigator in net.minecraft.entity.passiveModifier and TypeClassDescription(package private) static class
(package private) static class
Methods in net.minecraft.entity.passive that return PathNavigatorModifier 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
Methods in net.minecraft.entity.passive.fish that return PathNavigatorModifier and TypeMethodDescriptionprotected PathNavigator
AbstractFishEntity.createNavigation
(World p_175447_1_) -
Uses of PathNavigator in net.minecraft.pathfinding
Subclasses of PathNavigator in net.minecraft.pathfindingModifier and TypeClassDescriptionclass
class
class
class
-
Uses of PathNavigator in net.minecraft.world.server
Fields in net.minecraft.world.server with type parameters of type PathNavigator