LeviLamina
Loading...
Searching...
No Matches
BlockLightEmissionDescription.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/common/Brightness.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
class
CompoundTag
;
13
namespace
cereal {
struct
ReflectionCtx; }
14
// clang-format on
15
16
struct
BlockLightEmissionDescription
:
public
::BlockComponentDescription
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<1, 1, ::Brightness> mLightEmission;
21
// NOLINTEND
22
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
// vIndex: 1
27
virtual ::std::string
const
& getName()
const
/*override*/
;
28
29
// vIndex: 2
30
virtual
void
initializeComponent(
::BlockComponentStorage
& blockComponentStorage)
const
/*override*/
;
31
32
// vIndex: 7
33
virtual
bool
isNetworkComponent()
const
/*override*/
;
34
35
// vIndex: 8
36
virtual ::std::unique_ptr<::CompoundTag> buildNetworkTag(
::cereal::ReflectionCtx
const
&
ctx
)
const
/*override*/
;
37
38
// vIndex: 9
39
virtual
void
initializeFromNetwork(
::CompoundTag
const
& tag,
::cereal::ReflectionCtx
const
&
ctx
)
/*override*/
;
40
41
// vIndex: 0
42
virtual
~BlockLightEmissionDescription
()
/*override*/
=
default
;
43
// NOLINTEND
44
45
public
:
46
// static variables
47
// NOLINTBEGIN
48
MCAPI static ::std::string
const
& NameID();
49
// NOLINTEND
50
51
public
:
52
// virtual function thunks
53
// NOLINTBEGIN
54
MCAPI ::std::string
const
& $getName()
const
;
55
56
MCAPI
void
$initializeComponent(
::BlockComponentStorage
& blockComponentStorage)
const
;
57
58
MCFOLD
bool
$isNetworkComponent()
const
;
59
60
MCAPI ::std::unique_ptr<::CompoundTag> $buildNetworkTag(
::cereal::ReflectionCtx
const
&
ctx
)
const
;
61
62
MCAPI
void
$initializeFromNetwork(
::CompoundTag
const
& tag,
::cereal::ReflectionCtx
const
&
ctx
);
63
// NOLINTEND
64
65
public
:
66
// vftables
67
// NOLINTBEGIN
68
MCNAPI
static
void
**
$vftable
();
69
// NOLINTEND
70
};
BlockComponentStorage
Definition
BlockComponentStorage.h:53
CompoundTag
Definition
CompoundTag.h:13
BlockComponentDescription
Definition
BlockComponentDescription.h:20
BlockLightEmissionDescription
Definition
BlockLightEmissionDescription.h:16
BlockLightEmissionDescription::$vftable
static MCAPI void ** $vftable()
cereal::ReflectionCtx
Definition
ReflectionCtx.h:11
ctx
Definition
ctx.h:5
src-server
mc
world
level
block
components
BlockLightEmissionDescription.h
Generated on Sun Oct 12 2025 06:32:27 for LeviLamina by
1.12.0