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
9public:
10 // member variables
11 // NOLINTBEGIN
13 // NOLINTEND
14
15public:
16 // prevent constructor by default
19
20public:
21 // member functions
22 // NOLINTBEGIN
24
25 MCNAPI ::ComponentItemDeprecatedComponentData_v1_20_80&
27
28 MCNAPI ::ComponentItemDeprecatedComponentData_v1_20_80&
30
32 // NOLINTEND
33
34public:
35 // constructor thunks
36 // NOLINTBEGIN
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43 MCNAPI void $dtor();
44 // NOLINTEND
45};
Definition ComponentItemDeprecatedComponentData_v1_20_50.h:8
Definition ComponentItemDeprecatedComponentData_v1_20_80.h:8
MCAPI ComponentItemDeprecatedComponentData_v1_20_80(::ComponentItemDeprecatedComponentData_v1_20_80 &&)
MCAPI::ComponentItemDeprecatedComponentData_v1_20_80 & operator=(::ComponentItemDeprecatedComponentData_v1_20_80 &&)
MCAPI::ComponentItemDeprecatedComponentData_v1_20_80 & operator=(::ComponentItemDeprecatedComponentData_v1_20_80 const &)
MCAPI void * $ctor(::ComponentItemDeprecatedComponentData_v1_20_80 &&)
Definition Alias.h:14