LeviLamina
Loading...
Searching...
No Matches
BlockBreathabilityDescription.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
CompoundTag
;
11
namespace
cereal {
struct
ReflectionCtx; }
12
// clang-format on
13
14
struct
BlockBreathabilityDescription
:
public
::BlockComponentDescription
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::UntypedStorage<4, 4>
mUnk764d09;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
BlockBreathabilityDescription
& operator=(
BlockBreathabilityDescription
const
&);
24
BlockBreathabilityDescription
(
BlockBreathabilityDescription
const
&);
25
BlockBreathabilityDescription
();
26
27
public
:
28
// virtual functions
29
// NOLINTBEGIN
30
// vIndex: 1
31
virtual ::std::string
const
& getName()
const
/*override*/
;
32
33
// vIndex: 7
34
virtual
bool
isNetworkComponent()
const
/*override*/
;
35
36
// vIndex: 8
37
virtual ::std::unique_ptr<::CompoundTag> buildNetworkTag(
::cereal::ReflectionCtx
const
&
ctx
)
const
/*override*/
;
38
39
// vIndex: 9
40
virtual
void
initializeFromNetwork(
::CompoundTag
const
& tag,
::cereal::ReflectionCtx
const
&
ctx
)
/*override*/
;
41
42
// vIndex: 0
43
virtual
~BlockBreathabilityDescription
()
/*override*/
=
default
;
44
// NOLINTEND
45
46
public
:
47
// static variables
48
// NOLINTBEGIN
49
MCAPI static ::std::string
const
& NameID();
50
// NOLINTEND
51
52
public
:
53
// destructor thunk
54
// NOLINTBEGIN
55
56
// NOLINTEND
57
58
public
:
59
// virtual function thunks
60
// NOLINTBEGIN
61
MCAPI ::std::string
const
& $getName()
const
;
62
63
MCFOLD
bool
$isNetworkComponent()
const
;
64
65
MCAPI ::std::unique_ptr<::CompoundTag> $buildNetworkTag(
::cereal::ReflectionCtx
const
&
ctx
)
const
;
66
67
MCAPI
void
$initializeFromNetwork(
::CompoundTag
const
& tag,
::cereal::ReflectionCtx
const
&
ctx
);
68
// NOLINTEND
69
70
public
:
71
// vftables
72
// NOLINTBEGIN
73
MCAPI
static
void
** $vftable();
74
// NOLINTEND
75
};
CompoundTag
Definition
CompoundTag.h:13
BlockBreathabilityDescription
Definition
BlockBreathabilityDescription.h:14
BlockComponentDescription
Definition
BlockComponentDescription.h:20
cereal::ReflectionCtx
Definition
ReflectionCtx.h:11
ctx
Definition
ctx.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
block
components
BlockBreathabilityDescription.h
Generated on Sat Apr 26 2025 05:56:19 for LeviLamina by
1.12.0