diff --git a/docs/allclasses-index.html b/docs/allclasses-index.html index 7f4c7cb9..400aa4ac 100644 --- a/docs/allclasses-index.html +++ b/docs/allclasses-index.html @@ -1,11 +1,11 @@
- -Pathfinder
.Pathfinder
instances.Pathfinder
instances.position
- the position to get as block-formPathBlock
the block.Pathfinder
with the given PathfinderConfiguration
.position
- the position to get as block-formPathBlock
the block.pathfinder
- The pathfinder to initialize.configuration
- The configuration for the pathfinder.static HeuristicWeights
create(double manhattanWeight,
+ double octileWeight,
+ double perpendicularWeight,
+ double heightWeight)
getHeuristicWeights()
heuristicWeights(HeuristicWeights heuristicWeights)
async(boolean async)
builder()
fallback(boolean allowingFallback)
heuristicWeights(HeuristicWeights heuristicWeights)
maxIterations(int maxIterations)
maxLength(int maxLength)
provider(NavigationPointProvider provider)
Copyright © 2024. All rights reserved.
+createPathfinder(PathfinderConfiguration configuration)
Pathfinder
instance with the given configuration.default Pathfinder
createPathfinder(PathfinderConfiguration configuration,
+ PathfinderInitializer initializer)
Pathfinder
instance with the given configuration and initializer.void
initialize(Pathfinder pathfinder,
+ PathfinderConfiguration configuration)
Pathfinder
with the given PathfinderConfiguration
.static PathfinderConfiguration
createAsyncConfiguration()
build()
static PathfinderConfiguration
createConfiguration()
static PathfinderConfiguration
deepCopy(PathfinderConfiguration pathfinderConfiguration)
deepCopy(PathfinderConfiguration pathfinderConfiguration)
PathfinderConfiguration
.PassablePathFilter
, SolidGroundPathFilter
, WaterPathFilter
PassablePathFilter
boolean
filter(@NonNull PathValidationContext pathValidationContext)
filter(PathValidationContext pathValidationContext)
PathValidationContext
to determine if the path is valid.PathValidationContext
to determine if the path is valid. This
method is used during the pathfinding process to filter out unwanted paths.boolean
filter(PathValidationContext context)
boolean
filter(PathValidationContext context)
int
hashCode()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, finalize, getClass, notify, notifyAll, wait, wait, wait