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
21
22public:
23 // member functions
24 // NOLINTBEGIN
26
27 MCNAPI ::ComponentItemDeprecatedComponentData_v1_20_50&
29
31 // NOLINTEND
32
33public:
34 // constructor thunks
35 // NOLINTBEGIN
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCNAPI void $dtor();
43 // NOLINTEND
44};
Definition ComponentItemDeprecatedComponentData_v1_20_40.h:8
Definition ComponentItemDeprecatedComponentData_v1_20_50.h:8
MCAPI::ComponentItemDeprecatedComponentData_v1_20_50 & operator=(::ComponentItemDeprecatedComponentData_v1_20_50 &&)
MCAPI ComponentItemDeprecatedComponentData_v1_20_50(::ComponentItemDeprecatedComponentData_v1_20_50 &&)
MCAPI void * $ctor(::ComponentItemDeprecatedComponentData_v1_20_50 &&)
Definition Alias.h:14