LeviLamina
Loading...
Searching...
No Matches
ComponentItemDeprecatedComponentData_v1_20_40.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_30.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
23
24public:
25 // member functions
26 // NOLINTBEGIN
28
30
31 MCAPI ::ComponentItemDeprecatedComponentData_v1_20_40&
33
34 MCAPI ::ComponentItemDeprecatedComponentData_v1_20_40& operator=(::ComponentItemDeprecatedComponentData_v1_20_40&&);
35
37 // NOLINTEND
38
39public:
40 // constructor thunks
41 // NOLINTBEGIN
43
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCAPI void $dtor();
51 // NOLINTEND
52};
Definition ComponentItemDeprecatedComponentData_v1_20_30.h:5
Definition ComponentItemDeprecatedComponentData_v1_20_40.h:8
Definition Alias.h:14