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 PathStrategyMethod parameters in net.citizensnpcs.api.ai with type arguments of type PathStrategyModifier and TypeMethodDescriptionvoid
Navigator.setTarget
(Iterable<Vector> path, Function<NavigatorParameters, PathStrategy> strategy) Sets the current navigation to aLocation
destination.void
Navigator.setTarget
(Entity target, boolean aggressive, Function<NavigatorParameters, PathStrategy> strategy) Sets the current navigation to an entity target.void
Navigator.setTarget
(Location target, Function<NavigatorParameters, PathStrategy> strategy) Sets the current navigation to aLocation
destination. -
Uses of PathStrategy in net.citizensnpcs.npc.ai
Classes in net.citizensnpcs.npc.ai that implement PathStrategyModifier and TypeClassDescriptionclass
class
class
class
class
Methods in net.citizensnpcs.npc.ai that return PathStrategyMethod parameters in net.citizensnpcs.npc.ai with type arguments of type PathStrategyModifier and TypeMethodDescriptionvoid
CitizensNavigator.setTarget
(Iterable<Vector> path, Function<NavigatorParameters, PathStrategy> strategy) void
CitizensNavigator.setTarget
(Entity target, boolean aggressive, Function<NavigatorParameters, PathStrategy> strategy) void
CitizensNavigator.setTarget
(Location target, Function<NavigatorParameters, PathStrategy> strategy)