Свойство | Type | Description | |
---|---|---|---|
Precipitate | void |
Méthode | Description | |
---|---|---|
AddDungeons ( byte &b, |
||
AddSoil ( long X, long Z, |
||
AddTrees ( |
||
DetermineBiomes ( Vector3i chunkScale, long X, long Z ) : ].BiomeType[ | ||
Generate ( IMapHandler map, long X, long Z, double &min, double &max ) : ].double[ | ||
Load ( string Folder ) : void | ||
Save ( string Folder ) : void | ||
SetupBiomeNoise ( int RandomSeed ) : void |
Méthode | Description | |
---|---|---|
Precipitate ( byte &b, BiomeType bt, MapGenMaterials mats, long X, long Z ) : void |
public AddDungeons ( byte &b, |
||
b | byte | |
mh | ||
rand | ||
X | long | |
Z | long | |
Résultat | void |
public AddSoil ( long X, long Z, |
||
X | long | |
Z | long | |
CavernNoise | ||
CaveNoise | ||
hm | double | |
b | byte | |
biomes | BiomeType | |
WaterHeight | int | |
depth | int | |
mats | MapGenMaterials | |
Résultat | void |
public AddTrees ( |
||
mh | ||
biomes | BiomeType | |
rand | ||
X | int | |
Z | int | |
H | int | |
Résultat | void |
public DetermineBiomes ( Vector3i chunkScale, long X, long Z ) : ].BiomeType[ | ||
chunkScale | Vector3i | |
X | long | |
Z | long | |
Résultat | ].BiomeType[ |
public abstract Generate ( IMapHandler map, long X, long Z, double &min, double &max ) : ].double[ | ||
map | IMapHandler | |
X | long | |
Z | long | |
min | double | |
max | double | |
Résultat | ].double[ |
public abstract Load ( string Folder ) : void | ||
Folder | string | |
Résultat | void |
public abstract Save ( string Folder ) : void | ||
Folder | string | |
Résultat | void |
public SetupBiomeNoise ( int RandomSeed ) : void | ||
RandomSeed | int | |
Résultat | void |