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