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
8struct ItemSpecificSpeed {
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 16, ::ItemDescriptor> mItem;
13 ::ll::TypedStorage<4, 4, float> mBlockDestroySpeed;
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 ItemSpecificSpeed();
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCAPI ItemSpecificSpeed(::ItemSpecificSpeed const&);
24
25 MCAPI ::ItemSpecificSpeed& operator=(::ItemSpecificSpeed const&);
26
27 MCAPI ~ItemSpecificSpeed();
28 // NOLINTEND
29
30public:
31 // constructor thunks
32 // NOLINTBEGIN
33 MCAPI void* $ctor(::ItemSpecificSpeed const&);
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39 MCFOLD void $dtor();
40 // NOLINTEND
41};