LeviLamina
Loading...
Searching...
No Matches
BlockFlammableDescription.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
namespace
cereal {
struct
ReflectionCtx; }
12
// clang-format on
13
14
struct
BlockFlammableDescription
:
public
::BlockComponentDescription
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::UntypedStorage<4, 4>
mUnk633d01;
19
::ll::UntypedStorage<4, 4>
mUnkeedb42;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
BlockFlammableDescription
& operator=(
BlockFlammableDescription
const
&);
25
BlockFlammableDescription
(
BlockFlammableDescription
const
&);
26
BlockFlammableDescription
();
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: 0
38
virtual
~BlockFlammableDescription
()
/*override*/
=
default
;
39
// NOLINTEND
40
41
public
:
42
// static functions
43
// NOLINTBEGIN
44
MCAPI
static
void
bindType(
::cereal::ReflectionCtx
&
ctx
);
45
// NOLINTEND
46
47
public
:
48
// static variables
49
// NOLINTBEGIN
50
MCAPI
static
int
const
& CATCH_CHANCE_DEFAULT();
51
52
MCAPI
static
int
const
& DESTROY_CHANCE_DEFAULT();
53
54
MCAPI static ::std::string
const
& NameID();
55
// NOLINTEND
56
57
public
:
58
// destructor thunk
59
// NOLINTBEGIN
60
61
// NOLINTEND
62
63
public
:
64
// virtual function thunks
65
// NOLINTBEGIN
66
MCAPI ::std::string
const
& $getName()
const
;
67
68
MCAPI
void
$initializeComponent(
::BlockComponentStorage
& blockComponentStorage)
const
;
69
// NOLINTEND
70
71
public
:
72
// vftables
73
// NOLINTBEGIN
74
MCAPI
static
void
** $vftable();
75
// NOLINTEND
76
};
BlockComponentStorage
Definition
BlockComponentStorage.h:8
BlockComponentDescription
Definition
BlockComponentDescription.h:20
BlockFlammableDescription
Definition
BlockFlammableDescription.h:14
cereal::ReflectionCtx
Definition
ReflectionCtx.h:11
ctx
Definition
ctx.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
block
components
BlockFlammableDescription.h
Generated on Sat Apr 26 2025 05:56:19 for LeviLamina by
1.12.0