MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / Biome

Method Biome

source/game/StarBiome.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43Biome::Biome() {
44 mainBlock = EmptyMaterialId;
45 hueShift = 0.0f;
46 materialHueShift = MaterialHue();
47}
48
49Biome::Biome(Json const& store) : Biome() {
50 baseName = store.getString("baseName");

Callers

nothing calls this directly

Calls 10

BiomePlaceablesClass · 0.85
SpawnProfileClass · 0.85
getStringMethod · 0.80
getUIntMethod · 0.80
getArrayMethod · 0.80
toUIntMethod · 0.80
getFloatMethod · 0.80
transformedMethod · 0.45
getMethod · 0.45
optMethod · 0.45

Tested by

no test coverage detected