Table of Contents

Class WorldGenSpawnConditions

Namespace
Vintagestory.API.Common.Entities
Assembly
VintagestoryAPI.dll

A set of spawn conditions for when chunks are generated. Most properties are got from BaseSpawnConditions.

public class WorldGenSpawnConditions : BaseSpawnConditions
Inheritance
WorldGenSpawnConditions
Inherited Members
Extension Methods

Fields

TriesPerChunk

The amount of times the object will attempt to spawn per chunk.

public NatFloat TriesPerChunk

Field Value

NatFloat

Methods

Clone()

public WorldGenSpawnConditions Clone()

Returns

WorldGenSpawnConditions