LeviLamina
Loading...
Searching...
No Matches
ScreenHandlerBeacon.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/ScreenHandlerBase.h"
8
9// auto generated forward declare list
10// clang-format off
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
31
32public:
33 // virtual functions
34 // NOLINTBEGIN
35 // vIndex: 0
36 virtual ~ScreenHandlerBeacon() /*override*/ = default;
37
38 // vIndex: 1
39 virtual ::ItemStackNetResult handleAction(::ItemStackRequestAction const& requestAction) /*override*/;
40
41 // vIndex: 2
42 virtual ::ItemStackNetResult endRequest() /*override*/;
43
44 // vIndex: 4
45 virtual void postRequest(bool const wasSuccess) /*override*/;
46 // NOLINTEND
47
48public:
49 // member functions
50 // NOLINTBEGIN
51 MCAPI ::ItemStackNetResult _handleBeaconPaymentAction(::ItemStackRequestActionBeaconPayment const& requestAction);
52 // NOLINTEND
53
54public:
55 // destructor thunk
56 // NOLINTBEGIN
57
58 // NOLINTEND
59
60public:
61 // virtual function thunks
62 // NOLINTBEGIN
63 MCAPI ::ItemStackNetResult $handleAction(::ItemStackRequestAction const& requestAction);
64
65 MCAPI ::ItemStackNetResult $endRequest();
66
67 MCAPI void $postRequest(bool const wasSuccess);
68 // NOLINTEND
69
70public:
71 // vftables
72 // NOLINTBEGIN
73 MCAPI static void** $vftable();
74 // NOLINTEND
75};
Definition ItemStackRequestActionBeaconPayment.h:15
Definition ItemStackRequestAction.h:18
Definition ScreenHandlerBase.h:13
Definition ScreenHandlerBeacon.h:15
Definition Alias.h:14