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
// prevent constructor by default
22
BiomeArea
();
23
24
public
:
25
// member functions
26
// NOLINTBEGIN
27
MCNAPI
BiomeArea
(
::BoundingBox
const
& area, uint scale);
28
29
MCNAPI
~BiomeArea
();
30
// NOLINTEND
31
32
public
:
33
// constructor thunks
34
// NOLINTBEGIN
35
MCNAPI
void
*
$ctor
(
::BoundingBox
const
& area, uint scale);
36
// NOLINTEND
37
38
public
:
39
// destructor thunk
40
// NOLINTBEGIN
41
MCNAPI
void
$dtor
();
42
// NOLINTEND
43
};
BiomeArea
Definition
BiomeArea.h:11
BiomeArea::BiomeArea
MCAPI BiomeArea(::BoundingBox const &area, uint scale)
BiomeArea::$ctor
MCAPI void * $ctor(::BoundingBox const &area, uint scale)
BiomeArea::$dtor
MCAPI void $dtor()
BiomeArea::~BiomeArea
MCAPI ~BiomeArea()
Biome
Definition
Biome.h:26
BoundingBox
Definition
BoundingBox.h:13
src
mc
world
level
biome
source
BiomeArea.h
Generated on Fri Jun 13 2025 05:05:12 for LeviLamina by
1.12.0