LeviLamina
Loading...
Searching...
No Matches
BlockDestructibleByExplosionDescription.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
// clang-format on
12
13
struct
BlockDestructibleByExplosionDescription
:
public
::BlockComponentDescription
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::UntypedStorage<4, 4>
mUnkae8417;
18
// NOLINTEND
19
20
public
:
21
// prevent constructor by default
22
BlockDestructibleByExplosionDescription
& operator=(
BlockDestructibleByExplosionDescription
const
&);
23
BlockDestructibleByExplosionDescription
(
BlockDestructibleByExplosionDescription
const
&);
24
BlockDestructibleByExplosionDescription
();
25
26
public
:
27
// virtual functions
28
// NOLINTBEGIN
29
// vIndex: 1
30
virtual ::std::string
const
& getName()
const
/*override*/
;
31
32
// vIndex: 2
33
virtual
void
initializeComponent(
::BlockComponentStorage
& blockComponentStorage)
const
/*override*/
;
34
35
// vIndex: 4
36
virtual
void
initializeComponentFromCode(
::BlockComponentStorage
& blockComponentStorage)
const
/*override*/
;
37
38
// vIndex: 0
39
virtual
~BlockDestructibleByExplosionDescription
()
/*override*/
;
40
// NOLINTEND
41
42
public
:
43
// member functions
44
// NOLINTBEGIN
45
MCAPI
explicit
BlockDestructibleByExplosionDescription
(
float
explosionResistance);
46
// NOLINTEND
47
48
public
:
49
// static variables
50
// NOLINTBEGIN
51
MCAPI static ::std::string
const
& NameID();
52
// NOLINTEND
53
54
public
:
55
// constructor thunks
56
// NOLINTBEGIN
57
MCAPI
void
* $ctor(
float
explosionResistance);
58
// NOLINTEND
59
60
public
:
61
// destructor thunk
62
// NOLINTBEGIN
63
MCFOLD
void
$dtor();
64
// NOLINTEND
65
66
public
:
67
// virtual function thunks
68
// NOLINTBEGIN
69
MCAPI ::std::string
const
& $getName()
const
;
70
71
MCAPI
void
$initializeComponent(
::BlockComponentStorage
& blockComponentStorage)
const
;
72
73
MCFOLD
void
$initializeComponentFromCode(
::BlockComponentStorage
& blockComponentStorage)
const
;
74
// NOLINTEND
75
76
public
:
77
// vftables
78
// NOLINTBEGIN
79
MCAPI
static
void
** $vftable();
80
// NOLINTEND
81
};
BlockComponentStorage
Definition
BlockComponentStorage.h:8
BlockComponentDescription
Definition
BlockComponentDescription.h:20
BlockDestructibleByExplosionDescription
Definition
BlockDestructibleByExplosionDescription.h:13
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
block
components
BlockDestructibleByExplosionDescription.h
Generated on Sat Apr 26 2025 05:56:19 for LeviLamina by
1.12.0