LeviLamina
Loading...
Searching...
No Matches
ItemStackRequestScope.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/events/TextProcessingEventOrigin.h"
7#include "mc/world/inventory/network/TypedClientNetId.h"
8
9// auto generated forward declare list
10// clang-format off
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 8, ::ItemStackNetManagerClient*> mItemStackNetManagerClient;
21 ::ll::TypedStorage<1, 1, bool> mBeganRequest;
22 // NOLINTEND
23
24public:
25 // member functions
26 // NOLINTBEGIN
27#ifdef LL_PLAT_C
28 MCNAPI ItemStackRequestScope();
29
30 MCNAPI explicit ItemStackRequestScope(::ItemStackNetManagerClient& manager);
31
32 MCNAPI void addRequestAction(::std::unique_ptr<::ItemStackRequestAction> requestAction) const;
33
34 MCNAPI int addRequestToFilterString(::std::string const& stringToFilter, ::TextProcessingEventOrigin origin) const;
35
36 MCNAPI ::ItemStackRequestId getCurrentRequestId() const;
37
39#endif
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45#ifdef LL_PLAT_C
46 MCNAPI void* $ctor();
47
48 MCNAPI void* $ctor(::ItemStackNetManagerClient& manager);
49#endif
50 // NOLINTEND
51
52public:
53 // destructor thunk
54 // NOLINTBEGIN
55#ifdef LL_PLAT_C
56 MCNAPI void $dtor();
57#endif
58 // NOLINTEND
59};
Definition ItemStackNetManagerClient.h:43
Definition ItemStackRequestAction.h:18
Definition ItemStackRequestIdTag.h:5
Definition ItemStackRequestScope.h:16