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