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 PathfinderType
Returns 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 inAStarMachine
for pathfinding. -
Uses of PathfinderType in net.citizensnpcs.commands
Methods in net.citizensnpcs.commands with parameters of type PathfinderTypeModifier and TypeMethodDescriptionvoid
NPCCommands.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)