LeviLamina
Loading...
Searching...
No Matches
ScreenHandlerLabTable.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#include "mc/world/inventory/network/ItemStackRequestActionDataless.h"
8#include "mc/world/inventory/network/ScreenHandlerBase.h"
9
10// auto generated forward declare list
11// clang-format off
14class ItemStack;
16// clang-format on
17
18class ScreenHandlerLabTable : public ::ScreenHandlerBase {
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 8, ::ContainerScreenContext const&> mScreenContext;
23 ::ll::TypedStorage<8, 8, ::ChemistryTableBlockActor*> mChemistryTableBlockActor;
24 ::ll::TypedStorage<8, 24, ::std::vector<::ItemStack>> mConsumedInput;
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 ScreenHandlerLabTable& operator=(ScreenHandlerLabTable const&);
30 ScreenHandlerLabTable(ScreenHandlerLabTable const&);
31 ScreenHandlerLabTable();
32
33public:
34 // virtual functions
35 // NOLINTBEGIN
36 virtual ~ScreenHandlerLabTable() /*override*/ = default;
37
38 virtual ::ItemStackNetResult handleAction(::ItemStackRequestAction const& requestAction) /*override*/;
39
40 virtual ::ItemStackNetResult endRequest() /*override*/;
41
42 virtual void postRequest(bool const wasSuccess) /*override*/;
43 // NOLINTEND
44
45public:
46 // member functions
47 // NOLINTBEGIN
49 // NOLINTEND
50
51public:
52 // virtual function thunks
53 // NOLINTBEGIN
54 MCNAPI ::ItemStackNetResult $handleAction(::ItemStackRequestAction const& requestAction);
55
56 MCNAPI ::ItemStackNetResult $endRequest();
57
58 MCNAPI void $postRequest(bool const wasSuccess);
59
60
61 // NOLINTEND
62
63public:
64 // vftables
65 // NOLINTBEGIN
66 MCNAPI static void** $vftable();
67 // NOLINTEND
68};
Definition ChemistryTableBlockActor.h:28
Definition ContainerScreenContext.h:17
Definition ItemStackRequestActionDataless.h:6
Definition ItemStackRequestAction.h:18
Definition ItemStack.h:26
static MCAPI void ** $vftable()
MCAPI void $postRequest(bool const wasSuccess)
MCAPI::ItemStackNetResult _handleLabTableCombine(::ItemStackRequestActionDataless< 9 > const &)
MCAPI::ItemStackNetResult $endRequest()
MCAPI::ItemStackNetResult $handleAction(::ItemStackRequestAction const &requestAction)