51 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::SharedTypes::v1_21_120::BiomeJsonDocument>> mBiomeDocument;
59 ::ll::TypedStorage<4, 4, float> mTemperature;
60 ::ll::TypedStorage<4, 4, float> mDownfall;
61 ::ll::TypedStorage<4, 4, float> mFoliageSnow;
65 using BiomeNameLookupMap = ::std::unordered_map<uint64, ::std::unique_ptr<::Biome>>;
70 using is_transparent = void;
76 ::ll::TypedStorage<8, 600, ::WellKnownBiomeTags> mWellKnownBiomeTags;
77 ::ll::TypedStorage<1, 1, bool> mSurfaceBuildersResolved;
78 ::ll::TypedStorage<1, 1, bool> mClientInitialized;
79 ::ll::TypedStorage<8, 64, ::std::unordered_map<uint64, ::std::unique_ptr<::Biome>>> mBiomesByName;
84 ::gsl::not_null<::Biome*>,
86 ::std::vector<::gsl::not_null<::Biome*>>>>
88 ::ll::TypedStorage<8, 24, ::std::vector<::std::pair<::BiomeIdType const, ::std::string const&>>>
89 mRemovedBiomesIdAndFullName;
90 ::ll::TypedStorage<4, 4, uint> mNextCustomBiomeId;
91 ::ll::TypedStorage<1, 1, ::std::atomic<bool>> mClosedForRegistration;
93 ::ll::TypedStorage<8, 8, ::Biome*> mEmptyBiome;
94 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mOnSaveSubscription;
95 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mOnLevelStorageManagerStartLeaveGameSubscription;
96 ::ll::TypedStorage<8, 24, ::std::vector<::BiomeRegistry::SeasonTextureRowSettings>> mSeasonTextureRowSettings;
111 MCAPI
void _initTagRegistry();
113 MCAPI ::Biome& _register(::std::string_view name,
::BiomeIdType id);
119 MCAPI
bool biomeHasTag(
::Biome const& biome, uint64 tagHash)
const;
125 MCFOLD
void forEachBiome(::std::function<
void(
::Biome const&)> callback)
const;
127 MCFOLD
void forEachNonConstBiome(::std::function<
void(
::Biome&)> callback);
129 MCAPI ::std::vector<::Biome const*> getBiomesInDimension(
::DimensionType type)
const;
131 MCAPI
void initServerFromPacks(
134 ::std::unordered_map<::std::string, ::std::unique_ptr<::BiomeJsonDocumentGlue::ResolvedBiomeData>>&
135 biomeIdToResolvedData
141 MCAPI
void loadAllBiomeDocuments(
147 ::std::unordered_map<::std::string, ::std::unique_ptr<::BiomeJsonDocumentGlue::ResolvedBiomeData>>&
148 biomeIdToResolvedData
161 MCAPI ::Biome
const* lookupByName(::std::string
const& name)
const;
163 MCAPI ::Biome* lookupByName(::std::string
const& name);
165 MCAPI
void removeFailedToLoadBiomes();
Definition BiomeRegistry.h:55