LeviLamina
Loading...
Searching...
No Matches
BiomeComponentLoading.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Biome;
8class CompoundTag;
10// clang-format on
11
12namespace BiomeComponentLoading {
13// functions
14// NOLINTBEGIN
15MCAPI void _read(
16 ::std::string const& name,
17 ::CompoundTag const& tag,
18 ::std::vector<::std::pair<::Biome const*, uint>>& biomes,
19 ::IWorldRegistriesProvider& lookupProvider
20);
21
22MCAPI void
23_write(::std::string const& name, ::CompoundTag& tag, ::std::vector<::std::pair<::Biome const*, uint>> const& biomes);
24// NOLINTEND
25
26} // namespace BiomeComponentLoading
Definition Biome.h:27
Definition CompoundTag.h:13
Definition IWorldRegistriesProvider.h:26