JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH
Package com.soulfiremc.server.pathfinding.execution
package
com.soulfiremc.server.pathfinding.execution
Contains classes that are used to execute/do a path found by the pathfinding algorithm.
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.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
Class
Description
BlockBreakAction
BlockPlaceAction
GapJumpAction
ItemPlaceHelper
JumpAndPlaceBelowAction
MovementAction
PathExecutor
RecalculatePathAction
WorldAction