LeviLamina
Loading...
Searching...
No Matches
CanDestroyInCreativeItemComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/item/components/NetworkedItemComponent.h"
7
#include "mc/world/level/storage/AllExperiments.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
ComponentItem
;
12
class
SemVersion
;
13
namespace
cereal {
struct
ReflectionCtx
; }
14
// clang-format on
15
16
class
CanDestroyInCreativeItemComponent
:
public
::NetworkedItemComponent
<::CanDestroyInCreativeItemComponent> {
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<1, 1, bool> mCanDestroyInCreative;
21
// NOLINTEND
22
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
virtual
void
_initializeComponent(
::ComponentItem
& owner)
/*override*/
;
27
// NOLINTEND
28
29
public
:
30
// static functions
31
// NOLINTBEGIN
32
MCAPI
static
void
bindType(
33
::cereal::ReflectionCtx
&
ctx
,
34
::std::vector<::AllExperiments>
const
& requiredToggles,
35
::std::optional<::SemVersion> releasedMinFormatVersion
36
);
37
// NOLINTEND
38
39
public
:
40
// virtual function thunks
41
// NOLINTBEGIN
42
MCAPI
void
$_initializeComponent(
::ComponentItem
& owner);
43
44
45
// NOLINTEND
46
47
public
:
48
// vftables
49
// NOLINTBEGIN
50
MCNAPI
static
void
**
$vftable
();
51
// NOLINTEND
52
};
CanDestroyInCreativeItemComponent
Definition
CanDestroyInCreativeItemComponent.h:16
CanDestroyInCreativeItemComponent::$vftable
static MCAPI void ** $vftable()
ComponentItem
Definition
ComponentItem.h:55
NetworkedItemComponent
Definition
NetworkedItemComponent.h:7
SemVersion
Definition
SemVersion.h:15
cereal::ReflectionCtx
Definition
ReflectionCtx.h:11
ctx
Definition
ctx.h:5
src
mc
world
item
components
CanDestroyInCreativeItemComponent.h
Generated on
for LeviLamina by
1.16.1