LeviLamina
Loading...
Searching...
No Matches
BiomeArea.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
BoundingBox
;
9
// clang-format on
10
11
class
BiomeArea
{
12
public
:
13
// member variables
14
// NOLINTBEGIN
15
::ll::TypedStorage<4, 4, uint> mStrideX;
16
::ll::TypedStorage<4, 4, uint> mStrideY;
17
::ll::TypedStorage<8, 24, ::std::vector<::Biome const*>> mBiomes;
18
// NOLINTEND
19
20
public
:
21
// member functions
22
// NOLINTBEGIN
23
MCAPI
BiomeArea
(
::BoundingBox
const
& area, uint scale);
24
25
MCAPI
~BiomeArea
();
26
// NOLINTEND
27
28
public
:
29
// constructor thunks
30
// NOLINTBEGIN
31
MCAPI
void
* $ctor(
::BoundingBox
const
& area, uint scale);
32
// NOLINTEND
33
34
public
:
35
// destructor thunk
36
// NOLINTBEGIN
37
MCFOLD
void
$dtor();
38
// NOLINTEND
39
};
BiomeArea
Definition
BiomeArea.h:11
Biome
Definition
Biome.h:27
BoundingBox
Definition
BoundingBox.h:18
src
mc
world
level
biome
source
BiomeArea.h
Generated on Sat Apr 26 2025 05:56:17 for LeviLamina by
1.12.0