LeviLamina
Loading...
Searching...
No Matches
VerticalAnchor.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
br::worldgen {
class
WorldGenContext
; }
8
// clang-format on
9
10
namespace
br::worldgen {
11
12
class
VerticalAnchor
{
13
public
:
14
// VerticalAnchor inner types define
15
using
AnchorHandler = int (*)(
::br::worldgen::WorldGenContext
const
&, int);
16
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<4, 4, int> mValue;
21
::ll::TypedStorage<8, 8, int (*)(
::br::worldgen::WorldGenContext
const
&, int)> mHandler;
22
// NOLINTEND
23
24
public
:
25
// member functions
26
// NOLINTBEGIN
27
MCAPI ::std::string toString()
const
;
28
// NOLINTEND
29
};
30
31
}
// namespace br::worldgen
br::worldgen::VerticalAnchor
Definition
VerticalAnchor.h:12
br::worldgen::WorldGenContext
Definition
WorldGenContext.h:7
WorldGenContext
Definition
WorldGenContext.h:13
src
mc
world
level
levelgen
v2
VerticalAnchor.h
Generated on Sat Apr 26 2025 05:56:29 for LeviLamina by
1.12.0