JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Tree
Deprecated
Index
Search
Help
com.soulfiremc.server.pathfinding.cost
Contents
Description
Related Packages
Classes and Interfaces
Hide sidebar
Show sidebar
Package com.soulfiremc.server.pathfinding.cost
package
com.soulfiremc.server.pathfinding.cost
Related Packages
Package
Description
com.soulfiremc.server.pathfinding
Pathfinding implementation for SoulFire.
com.soulfiremc.server.pathfinding.controller
Higher-level implementations that use the pathfinding system to execute more complex tasks that require multiple paths.
com.soulfiremc.server.pathfinding.execution
Contains classes that are used to execute/do a path found by the pathfinding algorithm.
com.soulfiremc.server.pathfinding.goals
Contains the goals that the pathfinding algorithm can use to determine the best path to a target/goal.
com.soulfiremc.server.pathfinding.graph
Minecraft world, but observed as a graph of actions between blocks.
All Classes and Interfaces
Interfaces
Classes
Record Classes
Class
Description
BlockMiningCosts
Costs
This class helps in calculating the costs of different actions.
Costs.TickResult
EntityMiningCostCalculator
MiningCostCalculator