Class PathfinderTask
- Namespace
- Vintagestory.API.Server
- Assembly
- VintagestoryAPI.dll
public class PathfinderTask
- Inheritance
-
PathfinderTask
- Inherited Members
- Extension Methods
Constructors
PathfinderTask(BlockPos, BlockPos, int, float, Cuboidf, int, int, EnumAICreatureType)
public PathfinderTask(BlockPos startBlockPos, BlockPos targetBlockPos, int maxFallHeight, float stepHeight, Cuboidf collisionBox, int searchDepth, int mhdistanceTolerance = 0, EnumAICreatureType creatureType = EnumAICreatureType.Default)
Parameters
startBlockPos
BlockPostargetBlockPos
BlockPosmaxFallHeight
intstepHeight
floatcollisionBox
CuboidfsearchDepth
intmhdistanceTolerance
intcreatureType
EnumAICreatureType
Fields
CreatureType
public EnumAICreatureType CreatureType
Field Value
Finished
public bool Finished
Field Value
collisionBox
public Cuboidf collisionBox
Field Value
maxFallHeight
public int maxFallHeight
Field Value
mhdistanceTolerance
public int mhdistanceTolerance
Field Value
searchDepth
public int searchDepth
Field Value
startBlockPos
public BlockPos startBlockPos
Field Value
stepHeight
public float stepHeight
Field Value
targetBlockPos
public BlockPos targetBlockPos
Field Value
waypoints
public List<Vec3d> waypoints