LeviLamina
Loading...
Searching...
No Matches
ComponentItemDeprecatedComponentData_v1_20_50.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_40.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
19
20public:
21 // member functions
22 // NOLINTBEGIN
24
26
27 MCAPI ::ComponentItemDeprecatedComponentData_v1_20_50&
29
30 MCAPI ::ComponentItemDeprecatedComponentData_v1_20_50& operator=(::ComponentItemDeprecatedComponentData_v1_20_50&&);
31
33 // NOLINTEND
34
35public:
36 // constructor thunks
37 // NOLINTBEGIN
39
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCAPI void $dtor();
47 // NOLINTEND
48};
Definition ComponentItemDeprecatedComponentData_v1_20_40.h:8
Definition ComponentItemDeprecatedComponentData_v1_20_50.h:8
Definition Alias.h:14