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

Method mode

source/game/StarBiomePlacement.cpp:249–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249BiomePlacementMode BiomeItemDistribution::mode() const {
250 return m_mode;
251}
252
253List<BiomeItem> BiomeItemDistribution::allItems() const {
254 if (m_distribution == DistributionType::Random) {

Callers 2

reapplyBiomeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected