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
7
class
Biome
;
8
class
CompoundTag
;
9
class
IWorldRegistriesProvider
;
10
// clang-format on
11
12
namespace
BiomeComponentLoading {
13
// functions
14
// NOLINTBEGIN
15
MCAPI
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
22
MCAPI
void
23
_write(::std::string
const
& name,
::CompoundTag
& tag, ::std::vector<::std::pair<::Biome const*, uint>>
const
& biomes);
24
// NOLINTEND
25
26
}
// namespace BiomeComponentLoading
Biome
Definition
Biome.h:27
CompoundTag
Definition
CompoundTag.h:13
IWorldRegistriesProvider
Definition
IWorldRegistriesProvider.h:26
src
mc
world
level
biome
components
BiomeComponentLoading.h
Generated on Sat Apr 26 2025 05:56:16 for LeviLamina by
1.12.0