LeviLamina
Loading...
Searching...
No Matches
BlockRandomTickingDescription.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
BlockRandomTickingDescription
:
public
::BlockComponentDescription
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::UntypedStorage<8, 256>
mUnk6ff9cd;
18
// NOLINTEND
19
20
public
:
21
// prevent constructor by default
22
BlockRandomTickingDescription
& operator=(
BlockRandomTickingDescription
const
&);
23
BlockRandomTickingDescription
(
BlockRandomTickingDescription
const
&);
24
BlockRandomTickingDescription
();
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: 0
36
virtual
~BlockRandomTickingDescription
()
/*override*/
=
default
;
37
// NOLINTEND
38
39
public
:
40
// static variables
41
// NOLINTBEGIN
42
MCAPI static ::std::string
const
& NameID();
43
// NOLINTEND
44
45
public
:
46
// destructor thunk
47
// NOLINTBEGIN
48
49
// NOLINTEND
50
51
public
:
52
// virtual function thunks
53
// NOLINTBEGIN
54
MCAPI ::std::string
const
& $getName()
const
;
55
56
MCAPI
void
$initializeComponent(
::BlockComponentStorage
& blockComponentStorage)
const
;
57
// NOLINTEND
58
59
public
:
60
// vftables
61
// NOLINTBEGIN
62
MCAPI
static
void
** $vftable();
63
// NOLINTEND
64
};
BlockComponentStorage
Definition
BlockComponentStorage.h:8
BlockComponentDescription
Definition
BlockComponentDescription.h:20
BlockRandomTickingDescription
Definition
BlockRandomTickingDescription.h:13
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
block
components
BlockRandomTickingDescription.h
Generated on Sat Apr 26 2025 05:56:19 for LeviLamina by
1.12.0