LeviLamina
Loading...
Searching...
No Matches
ItemSpecificSpeed.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/item/ItemDescriptor.h"
7
8
struct
ItemSpecificSpeed
{
9
public
:
10
// member variables
11
// NOLINTBEGIN
12
::ll::TypedStorage<8, 16, ::ItemDescriptor> mItem;
13
::ll::TypedStorage<4, 4, float> mBlockDestroySpeed;
14
// NOLINTEND
15
16
public
:
17
// prevent constructor by default
18
ItemSpecificSpeed
();
19
20
public
:
21
// member functions
22
// NOLINTBEGIN
23
MCAPI
ItemSpecificSpeed
(
::ItemSpecificSpeed
const
&);
24
25
MCFOLD ::ItemSpecificSpeed& operator=(
::ItemSpecificSpeed
const
&);
26
27
MCAPI
~ItemSpecificSpeed
();
28
// NOLINTEND
29
30
public
:
31
// constructor thunks
32
// NOLINTBEGIN
33
MCFOLD
void
* $ctor(
::ItemSpecificSpeed
const
&);
34
// NOLINTEND
35
36
public
:
37
// destructor thunk
38
// NOLINTBEGIN
39
MCFOLD
void
$dtor();
40
// NOLINTEND
41
};
ItemSpecificSpeed
Definition
ItemSpecificSpeed.h:8
src-server
mc
world
level
block
components
ItemSpecificSpeed.h
Generated on Sun Oct 12 2025 06:32:27 for LeviLamina by
1.12.0