49 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::SharedTypes::v1_21_110::BiomeJsonDocument>> mBiomeDocument;
57 ::ll::TypedStorage<4, 4, float> mTemperature;
58 ::ll::TypedStorage<4, 4, float> mDownfall;
59 ::ll::TypedStorage<4, 4, float> mFoliageSnow;
63 using BiomeNameLookupMap = ::std::unordered_map<uint64, ::std::unique_ptr<::Biome>>;
68 using is_transparent = void;
74 ::ll::TypedStorage<8, 600, ::WellKnownBiomeTags> mWellKnownBiomeTags;
75 ::ll::TypedStorage<1, 1, bool> mSurfaceBuildersResolved;
76 ::ll::TypedStorage<1, 1, bool> mClientInitialized;
77 ::ll::TypedStorage<8, 64, ::std::unordered_map<uint64, ::std::unique_ptr<::Biome>>> mBiomesByName;
82 ::gsl::not_null<::Biome*>,
84 ::std::vector<::gsl::not_null<::Biome*>>>>
86 ::ll::TypedStorage<8, 24, ::std::vector<::std::pair<::BiomeIdType const, ::std::string const&>>>
87 mRemovedBiomesIdAndFullName;
88 ::ll::TypedStorage<4, 4, uint> mNextCustomBiomeId;
89 ::ll::TypedStorage<1, 1, ::std::atomic<bool>> mClosedForRegistration;
91 ::ll::TypedStorage<8, 8, ::Biome*> mEmptyBiome;
92 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mOnSaveSubscription;
93 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mOnLevelStorageManagerStartLeaveGameSubscription;
94 ::ll::TypedStorage<8, 24, ::std::vector<::BiomeRegistry::SeasonTextureRowSettings>> mSeasonTextureRowSettings;
109 MCAPI
void _initTagRegistry();
111 MCAPI ::Biome& _register(::std::string_view name,
::BiomeIdType id);
117 MCAPI
bool biomeHasTag(
::Biome const& biome, uint64 tagHash)
const;
123 MCFOLD
void forEachBiome(::std::function<
void(
::Biome const&)> callback)
const;
125 MCFOLD
void forEachNonConstBiome(::std::function<
void(
::Biome&)> callback);
127 MCAPI ::std::vector<::Biome const*> getBiomesInDimension(
::DimensionType type)
const;
129 MCAPI
void initServerFromPacks(
139 MCAPI ::std::unordered_map<::std::string, ::std::unique_ptr<::SharedTypes::v1_21_110::BiomeJsonDocument>>
140 loadAllBiomeDocuments(
157 MCAPI ::Biome
const* lookupByName(::std::string
const& name)
const;
159 MCAPI ::Biome* lookupByName(::std::string
const& name);
161 MCAPI
void removeFailedToLoadBiomes();
Definition BiomeRegistry.h:53