Uses of Class
net.minecraft.entity.ai.pathing.Path
Packages that use Path
Package
Description
-
Uses of Path in net.minecraft.entity
Fields in net.minecraft.entity declared as PathMethods in net.minecraft.entity with parameters of type Path -
Uses of Path in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as Path -
Uses of Path in net.minecraft.entity.ai.pathing
Fields in net.minecraft.entity.ai.pathing declared as PathMethods in net.minecraft.entity.ai.pathing that return PathModifier and TypeMethodDescriptionprivate PathPathNodeNavigator.createPath(PathNode startNode, PathNode endNode) EntityNavigation.findPathTo(double x, double y, double z) EntityNavigation.findPathTo(Entity entity) EntityNavigation.getCurrentPath()private PathPathNodeNavigator.method_175(Entity entity, double double2, double double3, double double4, float float2) PathNodeNavigator.method_176(Entity entity, int int2, int int3, int int4, float float2) private PathPathNodeNavigator.method_179(Entity entity, PathNode pathNode, PathNode pathNode2, PathNode pathNode3, float float2) PathNodeNavigator.method_180(Entity entity, Entity entity2, float float2) Methods in net.minecraft.entity.ai.pathing with parameters of type PathModifier and TypeMethodDescriptionbooleanPath.equalsPath(Path path) booleanEntityNavigation.startMovingAlong(Path path, double speed) -
Uses of Path in net.minecraft.world
Methods in net.minecraft.world that return PathModifier and TypeMethodDescriptionWorld.method_3632(Entity entity, int int2, int int3, int int4, float float2, boolean bool, boolean bool2, boolean bool3, boolean bool4) World.method_3635(Entity entity, Entity entity2, float float2, boolean bool, boolean bool2, boolean bool3, boolean bool4)