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