Table of Contents

Delegate TrySpawnEntityDelegate

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll
public delegate bool TrySpawnEntityDelegate(IBlockAccessor blockAccessor, ref EntityProperties properties, Vec3d spawnPosition, long herdId)

Parameters

blockAccessor IBlockAccessor
properties EntityProperties
spawnPosition Vec3d
herdId long

Returns

bool