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 PathNavigatorMobEntity. navigationMethods in net.minecraft.entity that return PathNavigator Modifier and Type Method Description protected PathNavigatorMobEntity. createNavigation(World p_175447_1_)PathNavigatorMobEntity. 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 PathNavigatorFollowMobGoal. navigationprivate PathNavigatorFollowOwnerGoal. navigationprotected PathNavigatorAvoidEntityGoal. 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 classRavagerEntity.NavigatorMethods in net.minecraft.entity.monster that return PathNavigator Modifier and Type Method Description protected 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.passive Modifier and Type Class Description (package private) static classStriderEntity.LavaPathNavigator(package private) static classTurtleEntity.NavigatorMethods in net.minecraft.entity.passive that return PathNavigator Modifier and Type Method Description protected 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 PathNavigator Modifier and Type Method Description protected PathNavigatorAbstractFishEntity. createNavigation(World p_175447_1_) -
Uses of PathNavigator in net.minecraft.pathfinding
Subclasses of PathNavigator in net.minecraft.pathfinding Modifier and Type Class Description classClimberPathNavigatorclassFlyingPathNavigatorclassGroundPathNavigatorclassSwimmerPathNavigator -
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
-