LeviLamina
Loading...
Searching...
No Matches
ScreenHandlerBase.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/inventory/network/ItemStackNetResult.h"
7
8// auto generated forward declare list
9// clang-format off
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 8, ::ItemStackRequestActionHandler&> mRequestHandler;
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 ScreenHandlerBase& operator=(ScreenHandlerBase const&);
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 // vIndex: 0
31 virtual ~ScreenHandlerBase() = default;
32
33 // vIndex: 1
34 virtual ::ItemStackNetResult handleAction(::ItemStackRequestAction const& requestAction);
35
36 // vIndex: 2
37 virtual ::ItemStackNetResult endRequest();
38
39 // vIndex: 3
40 virtual void endRequestBatch();
41
42 // vIndex: 4
43 virtual void postRequest(bool const wasSuccess);
44 // NOLINTEND
45
46public:
47 // virtual function thunks
48 // NOLINTBEGIN
49 MCNAPI ::ItemStackNetResult $handleAction(::ItemStackRequestAction const& requestAction);
50
51 MCNAPI ::ItemStackNetResult $endRequest();
52
53 MCNAPI void $endRequestBatch();
54
55 MCNAPI void $postRequest(bool const wasSuccess);
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
61 MCNAPI static void** $vftable();
62 // NOLINTEND
63};
Definition ItemStackRequestActionHandler.h:41
Definition ItemStackRequestAction.h:18
Definition ScreenHandlerBase.h:14
MCAPI::ItemStackNetResult $handleAction(::ItemStackRequestAction const &requestAction)
static MCAPI void ** $vftable()
MCAPI void $postRequest(bool const wasSuccess)
MCAPI void $endRequestBatch()
MCAPI::ItemStackNetResult $endRequest()