C# Class fCraft.MapGeneration.ForesterArgs

Show file Open project: fragmer/fCraft Class Usage Examples

Public Properties

Property Type Description
BranchDensity float
Foliage bool
FoliageBlock Block
FoliageDensity float
Height int
HeightVariation int
Map Map
MapHeightLimit bool
Operation Forester.ForesterOperation
PlantOn Block
Rand Random
RootButtresses bool
Roots Forester.RootMode
Shape Forester.TreeShape
TreeCount int
TrunkBlock Block
TrunkHeight float
TrunkThickness float
Wood bool

Private Methods

Method Description
PlaceBlock ( Vector3I coord, Block block ) : void
PlaceBlock ( int x, int y, int z, Block block ) : void
Validate ( ) : void

Property Details

BranchDensity public property

public float BranchDensity
return float

Foliage public property

public bool Foliage
return bool

FoliageBlock public property

public Block FoliageBlock
return Block

FoliageDensity public property

public float FoliageDensity
return float

Height public property

public int Height
return int

HeightVariation public property

public int HeightVariation
return int

Map public property

public Map Map
return Map

MapHeightLimit public property

public bool MapHeightLimit
return bool

Operation public property

public Forester.ForesterOperation Operation
return Forester.ForesterOperation

PlantOn public property

public Block PlantOn
return Block

Rand public property

public Random Rand
return Random

RootButtresses public property

public bool RootButtresses
return bool

Roots public property

public Forester.RootMode Roots
return Forester.RootMode

Shape public property

public Forester.TreeShape Shape
return Forester.TreeShape

TreeCount public property

public int TreeCount
return int

TrunkBlock public property

public Block TrunkBlock
return Block

TrunkHeight public property

public float TrunkHeight
return float

TrunkThickness public property

public float TrunkThickness
return float

Wood public property

public bool Wood
return bool