LeviLamina
Loading...
Searching...
No Matches
BreakBlocksDescription.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/ActorComponentDescription.h"
7
#include "mc/world/level/block/BlockType.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
struct
DeserializeDataParams
;
12
// clang-format on
13
14
struct
BreakBlocksDescription :
public
::ActorComponentDescription
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 64, ::std::unordered_set<::BlockType const*>> mBreakableBlocks;
19
// NOLINTEND
20
21
public
:
22
// virtual functions
23
// NOLINTBEGIN
24
virtual
char
const
* getJsonName()
const
/*override*/
;
25
26
virtual
void
deserializeData(
::DeserializeDataParams
deserializeDataParams)
/*override*/
;
27
// NOLINTEND
28
29
public
:
30
// member functions
31
// NOLINTBEGIN
32
MCAPI BreakBlocksDescription();
33
// NOLINTEND
34
35
public
:
36
// constructor thunks
37
// NOLINTBEGIN
38
MCAPI
void
* $ctor();
39
// NOLINTEND
40
41
public
:
42
// virtual function thunks
43
// NOLINTBEGIN
44
MCAPI
char
const
* $getJsonName()
const
;
45
46
MCAPI
void
$deserializeData(
::DeserializeDataParams
deserializeDataParams);
47
48
49
// NOLINTEND
50
51
public
:
52
// vftables
53
// NOLINTBEGIN
54
MCNAPI
static
void
**
$vftable
();
55
// NOLINTEND
56
};
ActorComponentDescription
Definition
ActorComponentDescription.h:8
BreakBlocksDescription::$vftable
static MCAPI void ** $vftable()
DeserializeDataParams
Definition
DeserializeDataParams.h:13
src
mc
entity
components_json_legacy
BreakBlocksDescription.h
Generated on
for LeviLamina by
1.16.1