Uses of Class
net.minecraft.pathfinding.PathNavigator
-
-
Uses of PathNavigator in net.minecraft.entity
Fields in net.minecraft.entity declared as PathNavigator Modifier and Type Field Description protected PathNavigator
MobEntity. navigation
Methods in net.minecraft.entity that return PathNavigator Modifier and Type Method Description protected PathNavigator
MobEntity. createNavigation(World p_175447_1_)
PathNavigator
MobEntity. getNavigation()
-
Uses of PathNavigator in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as PathNavigator Modifier and Type Field Description private PathNavigator
FollowMobGoal. navigation
private PathNavigator
FollowOwnerGoal. navigation
protected PathNavigator
AvoidEntityGoal. pathNav
-
Uses of PathNavigator in net.minecraft.entity.monster
Subclasses of PathNavigator in net.minecraft.entity.monster Modifier and Type Class Description (package private) static class
RavagerEntity.Navigator
Methods in net.minecraft.entity.monster that return PathNavigator Modifier and Type Method Description protected 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.passive Modifier and Type Class Description (package private) static class
StriderEntity.LavaPathNavigator
(package private) static class
TurtleEntity.Navigator
Methods in net.minecraft.entity.passive that return PathNavigator Modifier and Type Method Description protected 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 PathNavigator Modifier and Type Method Description protected PathNavigator
AbstractFishEntity. createNavigation(World p_175447_1_)
-
Uses of PathNavigator in net.minecraft.pathfinding
Subclasses of PathNavigator in net.minecraft.pathfinding Modifier and Type Class Description class
ClimberPathNavigator
class
FlyingPathNavigator
class
GroundPathNavigator
class
SwimmerPathNavigator
-
Uses of PathNavigator in net.minecraft.world.server
Fields in net.minecraft.world.server with type parameters of type PathNavigator Modifier and Type Field Description private java.util.Set<PathNavigator>
ServerWorld. navigations
-