LeviLamina
Loading...
Searching...
No Matches
ComponentItemDeprecatedComponentData_v1_20_80.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/item/components/ComponentItemDeprecatedComponentData_v1_20_50.h"
7#include "mc/world/item/components/LegacyOnUseTriggerItemComponentData.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<8, 72, ::std::optional<::LegacyOnUseTriggerItemComponentData>> legacyOnUseTriggerItemComponent;
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
20
21public:
22 // member functions
23 // NOLINTBEGIN
25
26 MCAPI ::ComponentItemDeprecatedComponentData_v1_20_80&
28
29 MCAPI ::ComponentItemDeprecatedComponentData_v1_20_80& operator=(::ComponentItemDeprecatedComponentData_v1_20_80&&);
30
32 // NOLINTEND
33
34public:
35 // constructor thunks
36 // NOLINTBEGIN
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43 MCAPI void $dtor();
44 // NOLINTEND
45};
Definition ComponentItemDeprecatedComponentData_v1_20_50.h:10
Definition ComponentItemDeprecatedComponentData_v1_20_80.h:9