LeviLamina
Loading...
Searching...
No Matches
BlockMapColorDescription.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/block/TintMethod.h"
7
#include "mc/world/level/block/components/BlockComponentDescription.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
BlockComponentStorage
;
12
namespace
SharedTypes {
struct
Color255RGB; }
13
// clang-format on
14
15
struct
BlockMapColorDescription
:
public
::BlockComponentDescription
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<4, 16>
mUnk121012;
20
::ll::UntypedStorage<1, 1>
mUnk3d9d2e;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
BlockMapColorDescription
& operator=(
BlockMapColorDescription
const
&);
26
BlockMapColorDescription
(
BlockMapColorDescription
const
&);
27
BlockMapColorDescription
();
28
29
public
:
30
// virtual functions
31
// NOLINTBEGIN
32
// vIndex: 1
33
virtual ::std::string
const
& getName()
const
/*override*/
;
34
35
// vIndex: 2
36
virtual
void
initializeComponent(
::BlockComponentStorage
& blockComponentStorage)
const
/*override*/
;
37
38
// vIndex: 4
39
virtual
void
initializeComponentFromCode(
::BlockComponentStorage
& blockComponentStorage)
const
/*override*/
;
40
41
// vIndex: 0
42
virtual
~BlockMapColorDescription
()
/*override*/
;
43
// NOLINTEND
44
45
public
:
46
// member functions
47
// NOLINTBEGIN
48
MCAPI
BlockMapColorDescription
(
::SharedTypes::Color255RGB
mapColor, ::TintMethod tintMethod);
49
// NOLINTEND
50
51
public
:
52
// static variables
53
// NOLINTBEGIN
54
MCAPI static ::std::string
const
& NameID();
55
// NOLINTEND
56
57
public
:
58
// constructor thunks
59
// NOLINTBEGIN
60
MCAPI
void
* $ctor(
::SharedTypes::Color255RGB
mapColor, ::TintMethod tintMethod);
61
// NOLINTEND
62
63
public
:
64
// destructor thunk
65
// NOLINTBEGIN
66
MCFOLD
void
$dtor();
67
// NOLINTEND
68
69
public
:
70
// virtual function thunks
71
// NOLINTBEGIN
72
MCAPI ::std::string
const
& $getName()
const
;
73
74
MCAPI
void
$initializeComponent(
::BlockComponentStorage
& blockComponentStorage)
const
;
75
76
MCFOLD
void
$initializeComponentFromCode(
::BlockComponentStorage
& blockComponentStorage)
const
;
77
// NOLINTEND
78
79
public
:
80
// vftables
81
// NOLINTBEGIN
82
MCAPI
static
void
** $vftable();
83
// NOLINTEND
84
};
BlockComponentStorage
Definition
BlockComponentStorage.h:8
BlockComponentDescription
Definition
BlockComponentDescription.h:20
BlockMapColorDescription
Definition
BlockMapColorDescription.h:15
SharedTypes::Color255RGB
Definition
Color255RGB.h:15
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
block
components
BlockMapColorDescription.h
Generated on Sat Apr 26 2025 05:56:19 for LeviLamina by
1.12.0