LeviLamina
Loading...
Searching...
No Matches
OwnedItemStackRequestScope.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/inventory/network/ItemStackRequestScreen.h"
7
8// auto generated forward declare list
9// clang-format off
13// clang-format on
14
15struct OwnedItemStackRequestScope {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 8, ::ItemStackNetManagerClient*> mItemStackNetManagerClient;
20 ::ll::TypedStorage<1, 1, bool> mBeganRequest;
21 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::ItemStackRequestData>> mResult;
22 // NOLINTEND
23
24#ifdef LL_PLAT_S
25#else // LL_PLAT_C
26public:
27 // prevent constructor by default
28 OwnedItemStackRequestScope();
29
30#endif
31public:
32 // member functions
33 // NOLINTBEGIN
34#ifdef LL_PLAT_C
35 MCNAPI OwnedItemStackRequestScope(
37 ::std::shared_ptr<::ItemStackRequestData> result,
38 ::ItemStackRequestScreen screen
39 );
40
41 MCNAPI void addRequestAction(::std::unique_ptr<::ItemStackRequestAction> requestAction) const;
42
43 MCNAPI ~OwnedItemStackRequestScope();
44#endif
45 // NOLINTEND
46
47public:
48 // constructor thunks
49 // NOLINTBEGIN
50#ifdef LL_PLAT_C
51 MCNAPI void* $ctor(
53 ::std::shared_ptr<::ItemStackRequestData> result,
54 ::ItemStackRequestScreen screen
55 );
56#endif
57 // NOLINTEND
58
59public:
60 // destructor thunk
61 // NOLINTBEGIN
62#ifdef LL_PLAT_C
63 MCNAPI void $dtor();
64#endif
65 // NOLINTEND
66};
Definition ItemStackNetManagerClient.h:43
Definition ItemStackRequestAction.h:18
Definition ItemStackRequestData.h:20