LeviLamina
Loading...
Searching...
No Matches
BlockFrictionDescription.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
class
CompoundTag
;
12
namespace
cereal {
struct
ReflectionCtx; }
13
// clang-format on
14
15
struct
BlockFrictionDescription
:
public
::BlockComponentDescription
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<4, 4, float> mFriction;
20
// NOLINTEND
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
// vIndex: 1
26
virtual ::std::string
const
& getName()
const
/*override*/
;
27
28
// vIndex: 2
29
virtual
void
initializeComponent(
::BlockComponentStorage
& blockComponentStorage)
const
/*override*/
;
30
31
// vIndex: 7
32
virtual
bool
isNetworkComponent()
const
/*override*/
;
33
34
// vIndex: 8
35
virtual ::std::unique_ptr<::CompoundTag> buildNetworkTag(
::cereal::ReflectionCtx
const
&
ctx
)
const
/*override*/
;
36
37
// vIndex: 9
38
virtual
void
initializeFromNetwork(
::CompoundTag
const
& tag,
::cereal::ReflectionCtx
const
&
ctx
)
/*override*/
;
39
40
// vIndex: 0
41
virtual
~BlockFrictionDescription
()
/*override*/
=
default
;
42
// NOLINTEND
43
44
public
:
45
// static variables
46
// NOLINTBEGIN
47
MCAPI static ::std::string
const
& NameID();
48
// NOLINTEND
49
50
public
:
51
// virtual function thunks
52
// NOLINTBEGIN
53
MCAPI ::std::string
const
& $getName()
const
;
54
55
MCAPI
void
$initializeComponent(
::BlockComponentStorage
& blockComponentStorage)
const
;
56
57
MCFOLD
bool
$isNetworkComponent()
const
;
58
59
MCAPI ::std::unique_ptr<::CompoundTag> $buildNetworkTag(
::cereal::ReflectionCtx
const
&
ctx
)
const
;
60
61
MCAPI
void
$initializeFromNetwork(
::CompoundTag
const
& tag,
::cereal::ReflectionCtx
const
&
ctx
);
62
// NOLINTEND
63
64
public
:
65
// vftables
66
// NOLINTBEGIN
67
MCNAPI
static
void
**
$vftable
();
68
// NOLINTEND
69
};
BlockComponentStorage
Definition
BlockComponentStorage.h:53
CompoundTag
Definition
CompoundTag.h:13
BlockComponentDescription
Definition
BlockComponentDescription.h:20
BlockFrictionDescription
Definition
BlockFrictionDescription.h:15
BlockFrictionDescription::$vftable
static MCAPI void ** $vftable()
cereal::ReflectionCtx
Definition
ReflectionCtx.h:11
ctx
Definition
ctx.h:5
src-server
mc
world
level
block
components
BlockFrictionDescription.h
Generated on Sun Oct 12 2025 06:32:27 for LeviLamina by
1.12.0