Uses of Enum
de.bsommerfeld.pathetic.api.pathing.heuristic.HeuristicMode
Packages that use HeuristicMode
Package
Description
-
Uses of HeuristicMode in de.bsommerfeld.pathetic.api.pathing.configuration
Methods in de.bsommerfeld.pathetic.api.pathing.configuration that return HeuristicModeMethods in de.bsommerfeld.pathetic.api.pathing.configuration with parameters of type HeuristicModeModifier and TypeMethodDescriptionPathfinderConfiguration.PathfinderConfigurationBuilder.heuristicMode
(HeuristicMode heuristicMode) -
Uses of HeuristicMode in de.bsommerfeld.pathetic.api.pathing.heuristic
Methods in de.bsommerfeld.pathetic.api.pathing.heuristic that return HeuristicModeModifier and TypeMethodDescriptionstatic HeuristicMode
Returns the enum constant of this type with the specified name.static HeuristicMode[]
HeuristicMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.