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 or not to use an A* pathfinder defined inAStarMachine
for pathfinding.