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 PathNavigatorMobEntity.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 PathNavigatorFollowMobGoal.navigationprivate final PathNavigatorFollowOwnerGoal.navigationprotected final PathNavigatorAvoidEntityGoal.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 PathNavigatorGuardianEntity.createNavigation(World p_175447_1_) protected PathNavigatorRavagerEntity.createNavigation(World p_175447_1_) protected PathNavigatorSpiderEntity.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 classMethods in net.minecraft.entity.passive that return PathNavigatorModifier and TypeMethodDescriptionprotected PathNavigatorBeeEntity.createNavigation(World p_175447_1_) protected PathNavigatorDolphinEntity.createNavigation(World p_175447_1_) protected PathNavigatorParrotEntity.createNavigation(World p_175447_1_) protected PathNavigatorStriderEntity.createNavigation(World p_175447_1_) protected PathNavigatorTurtleEntity.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 PathNavigatorAbstractFishEntity.createNavigation(World p_175447_1_) -
Uses of PathNavigator in net.minecraft.pathfinding
Subclasses of PathNavigator in net.minecraft.pathfindingModifier and TypeClassDescriptionclassclassclassclass -
Uses of PathNavigator in net.minecraft.world.server
Fields in net.minecraft.world.server with type parameters of type PathNavigator