LeviLamina
Loading...
Searching...
No Matches
EntityPlacerItemComponentLegacyFactoryData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/item/components/IItemComponentLegacyFactoryData.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 // vIndex: 0
28 // NOLINTEND
29
30public:
31 // member functions
32 // NOLINTBEGIN
34 // NOLINTEND
35
36public:
37 // constructor thunks
38 // NOLINTBEGIN
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCAPI void $dtor();
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCNAPI static void** $vftable();
52 // NOLINTEND
53};
Definition EntityPlacerItemComponentLegacyFactoryData.h:8
Definition IItemComponentLegacyFactoryData.h:5
Definition Alias.h:14