Uses of Class
cn.lanink.gamecore.pathfinder.astar.AstarNode
Packages that use AstarNode
-
Uses of AstarNode in cn.lanink.gamecore.pathfinder.api
Methods in cn.lanink.gamecore.pathfinder.api that return types with arguments of type AstarNode -
Uses of AstarNode in cn.lanink.gamecore.pathfinder.astar
Fields in cn.lanink.gamecore.pathfinder.astar declared as AstarNodeFields in cn.lanink.gamecore.pathfinder.astar with type parameters of type AstarNodeModifier and TypeFieldDescriptionAstarPathFinder.closeAstarPathFinder.openAstarPathFinder.resultNodeListMethods in cn.lanink.gamecore.pathfinder.astar that return AstarNodeMethods in cn.lanink.gamecore.pathfinder.astar that return types with arguments of type AstarNodeModifier and TypeMethodDescriptionAstarNode.getNextAccessibleNodes(cn.nukkit.level.Position target) AstarPathFinder.getResultNode()Methods in cn.lanink.gamecore.pathfinder.astar with parameters of type AstarNodeModifier and TypeMethodDescriptionbooleanAstarNode.isAccessible(int[] selectedMotion, AstarNode selectedNode, cn.nukkit.level.Position nextPos) voidConstructors in cn.lanink.gamecore.pathfinder.astar with parameters of type AstarNode