public interface PathFinder
| Modifier and Type | Method and Description |
|---|---|
List<cn.nukkit.math.Vector3> |
find() |
void |
find(boolean async) |
cn.nukkit.math.Vector3 |
findNext() |
List<cn.nukkit.math.Vector3> |
getResult() |
void |
show()
展示路径 用于测试
|
cn.nukkit.math.Vector3 findNext()
List<cn.nukkit.math.Vector3> find()
void find(boolean async)
async - 是否异步List<cn.nukkit.math.Vector3> getResult()
void show()
Copyright © 2022. All rights reserved.