Uses of Interface
net.citizensnpcs.api.ai.PathStrategy
Packages that use PathStrategy
-
Uses of PathStrategy in net.citizensnpcs.api.ai
Classes in net.citizensnpcs.api.ai that implement PathStrategyMethods in net.citizensnpcs.api.ai that return PathStrategyModifier and TypeMethodDescriptionNavigatorParameters.PathStrategyFactory.create(NPC npc, NavigatorParameters params, Location target) Navigator.getPathStrategy()Method parameters in net.citizensnpcs.api.ai with type arguments of type PathStrategyModifier and TypeMethodDescriptionvoidNavigator.setTarget(Function<NavigatorParameters, PathStrategy> strategy) Sets the current navigation to the specified strategy. -
Uses of PathStrategy in net.citizensnpcs.npc.ai
Classes in net.citizensnpcs.npc.ai that implement PathStrategyModifier and TypeClassDescriptionclassclassclassclassclassMethods in net.citizensnpcs.npc.ai that return PathStrategyMethod parameters in net.citizensnpcs.npc.ai with type arguments of type PathStrategyModifier and TypeMethodDescriptionvoidCitizensNavigator.setTarget(Function<NavigatorParameters, PathStrategy> strategy)