Uses of Enum
net.citizensnpcs.api.ai.PathfinderType
Packages that use PathfinderType
-
Uses of PathfinderType in net.citizensnpcs.api.ai
Methods in net.citizensnpcs.api.ai that return PathfinderTypeModifier and TypeMethodDescriptionNavigatorParameters.pathfinderType()static PathfinderTypeReturns the enum constant of this type with the specified name.static PathfinderType[]PathfinderType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.citizensnpcs.api.ai with parameters of type PathfinderTypeModifier and TypeMethodDescriptionNavigatorParameters.pathfinderType(PathfinderType type) Sets whether to use an A* pathfinder defined inAStarMachinefor pathfinding. -
Uses of PathfinderType in net.citizensnpcs.commands
Methods in net.citizensnpcs.commands with parameters of type PathfinderTypeModifier and TypeMethodDescriptionvoidNPCCommands.pathfindingOptions(CommandContext args, CommandSender sender, NPC npc, Float range, Boolean avoidwater, Boolean opendoors, Integer stationaryTicks, Double distanceMargin, Double pathDistanceMargin, Double attackRange, Integer fallingDistance, PathfinderType pathfinderType)