LeviLamina
Loading...
Searching...
No Matches
BlockPlacementFilterDescription.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
struct
BlockPlacementCondition
;
13
namespace
cereal {
struct
ReflectionCtx
; }
14
// clang-format on
15
16
struct
BlockPlacementFilterDescription
:
public
::BlockComponentDescription
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<8, 24, ::std::vector<::BlockPlacementCondition>> conditions;
21
// NOLINTEND
22
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
virtual ::std::string
const
& getName()
const
/*override*/
;
27
28
virtual
void
initializeComponent(
::BlockComponentStorage
& blockComponentStorage)
const
/*override*/
;
29
30
virtual
bool
isNetworkComponent()
const
/*override*/
;
31
32
virtual ::std::unique_ptr<::CompoundTag> buildNetworkTag(
::cereal::ReflectionCtx
const
&
ctx
)
const
/*override*/
;
33
34
virtual
void
initializeFromNetwork(
::CompoundTag
const
& tag,
::cereal::ReflectionCtx
const
&
ctx
)
/*override*/
;
35
36
virtual
~BlockPlacementFilterDescription
()
/*override*/
=
default
;
37
// NOLINTEND
38
39
public
:
40
// static functions
41
// NOLINTBEGIN
42
MCAPI
static
void
bindType(
::cereal::ReflectionCtx
&
ctx
);
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
64
65
// NOLINTEND
66
67
public
:
68
// vftables
69
// NOLINTBEGIN
70
MCNAPI
static
void
**
$vftable
();
71
// NOLINTEND
72
};
BlockComponentStorage
Definition
BlockComponentStorage.h:58
CompoundTag
Definition
CompoundTag.h:23
BlockComponentDescription
Definition
BlockComponentDescription.h:20
BlockPlacementCondition
Definition
BlockPlacementCondition.h:13
BlockPlacementFilterDescription
Definition
BlockPlacementFilterDescription.h:16
BlockPlacementFilterDescription::$vftable
static MCAPI void ** $vftable()
cereal::ReflectionCtx
Definition
ReflectionCtx.h:11
ctx
Definition
ctx.h:5
src
mc
world
level
block
components
BlockPlacementFilterDescription.h
Generated on
for LeviLamina by
1.16.1