LeviLamina
Loading...
Searching...
No Matches
ComponentItemDataAll_Latest.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/item/components/BetaItemComponentData.h"
7
#include "mc/world/item/components/ComponentItemData_Legacy.h"
8
#include "mc/world/item/components/ComponentItemData_v1_21_110.h"
9
#include "mc/world/item/components/LegacyEventItemComponentData.h"
10
11
struct
ComponentItemDataAll_Latest
{
12
public
:
13
// member variables
14
// NOLINTBEGIN
15
::ll::TypedStorage<8, 2024, ::ComponentItemData_v1_21_110> mCerealData;
16
::ll::TypedStorage<1, 2, ::std::optional<::BetaItemComponentData>> mBetaData;
17
::ll::TypedStorage<8, 192, ::ComponentItemData_Legacy> mLegacyData;
18
::ll::TypedStorage<8, 32, ::std::optional<::LegacyEventItemComponentData>> mEvents;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
ComponentItemDataAll_Latest
& operator=(
ComponentItemDataAll_Latest
const
&);
24
ComponentItemDataAll_Latest
(
ComponentItemDataAll_Latest
const
&);
25
ComponentItemDataAll_Latest
();
26
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
MCAPI
ComponentItemDataAll_Latest
(
::ComponentItemDataAll_Latest
&&);
31
32
MCAPI
~ComponentItemDataAll_Latest
();
33
// NOLINTEND
34
35
public
:
36
// constructor thunks
37
// NOLINTBEGIN
38
MCAPI
void
* $ctor(
::ComponentItemDataAll_Latest
&&);
39
// NOLINTEND
40
41
public
:
42
// destructor thunk
43
// NOLINTBEGIN
44
MCAPI
void
$dtor();
45
// NOLINTEND
46
};
ComponentItemDataAll_Latest
Definition
ComponentItemDataAll_Latest.h:11
src-server
mc
world
item
components
ComponentItemDataAll_Latest.h
Generated on Wed Nov 5 2025 13:13:24 for LeviLamina by
1.12.0