LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.utils.block
/
AStarPathBuilder
AStar
Path
Builder
interface
AStarPathBuilder
Inheritors
AStarMode
Members
Properties
allow
Diagonal
Link copied to clipboard
abstract
val
allowDiagonal
:
Boolean
is
Passable
Link copied to clipboard
open
val
Vec3i
.
isPassable
:
Boolean
max
Iterations
Link copied to clipboard
open
val
maxIterations
:
Int
stop
Range
Link copied to clipboard
open
val
stopRange
:
Double
Functions
find
Path
Link copied to clipboard
open
fun
findPath
(
start
:
Vec3i
,
end
:
Vec3i
,
maxCost
:
Int
)
:
List
<
Vec3i
>