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
// vIndex: 1
26
virtual ::std::string
const
& getName()
const
/*override*/
;
27
28
// vIndex: 7
29
virtual
bool
isNetworkComponent()
const
/*override*/
;
30
31
// vIndex: 8
32
virtual ::std::unique_ptr<::CompoundTag> buildNetworkTag(
::cereal::ReflectionCtx
const
&
ctx
)
const
/*override*/
;
33
34
// vIndex: 9
35
virtual
void
initializeFromNetwork(
::CompoundTag
const
& tag,
::cereal::ReflectionCtx
const
&
ctx
)
/*override*/
;
36
37
// vIndex: 0
38
virtual
~BlockBreathabilityDescription
()
/*override*/
=
default
;
39
// NOLINTEND
40
41
public
:
42
// static variables
43
// NOLINTBEGIN
44
MCAPI static ::std::string
const
& NameID();
45
// NOLINTEND
46
47
public
:
48
// virtual function thunks
49
// NOLINTBEGIN
50
MCAPI ::std::string
const
& $getName()
const
;
51
52
MCFOLD
bool
$isNetworkComponent()
const
;
53
54
MCAPI ::std::unique_ptr<::CompoundTag> $buildNetworkTag(
::cereal::ReflectionCtx
const
&
ctx
)
const
;
55
56
MCAPI
void
$initializeFromNetwork(
::CompoundTag
const
& tag,
::cereal::ReflectionCtx
const
&
ctx
);
57
// NOLINTEND
58
59
public
:
60
// vftables
61
// NOLINTBEGIN
62
MCNAPI
static
void
**
$vftable
();
63
// NOLINTEND
64
};
CompoundTag
Definition
CompoundTag.h:13
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-server
mc
world
level
block
components
BlockBreathabilityDescription.h
Generated on Sun Oct 12 2025 06:32:27 for LeviLamina by
1.12.0