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
15// clang-format on
16
17class ScreenHandlerBeacon : public ::ScreenHandlerBase {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 8, ::ContainerScreenContext const&> mScreenContext;
22 ::ll::TypedStorage<1, 1, bool> mIsPaymentAction;
23 ::ll::TypedStorage<4, 4, int> mPrimaryEffectId;
24 ::ll::TypedStorage<4, 4, int> mSecondaryEffectId;
25 ::ll::TypedStorage<8, 8, ::BeaconBlockActor*> mBeaconBlockActor;
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
30 ScreenHandlerBeacon& operator=(ScreenHandlerBeacon const&);
31 ScreenHandlerBeacon(ScreenHandlerBeacon const&);
32 ScreenHandlerBeacon();
33
34public:
35 // virtual functions
36 // NOLINTBEGIN
37 virtual ~ScreenHandlerBeacon() /*override*/ = default;
38
39 virtual ::ItemStackNetResult handleAction(::ItemStackRequestAction const& requestAction) /*override*/;
40
41 virtual ::ItemStackNetResult endRequest() /*override*/;
42
43 virtual void postRequest(bool const wasSuccess) /*override*/;
44 // NOLINTEND
45
46public:
47 // member functions
48 // NOLINTBEGIN
49 MCAPI ::ItemStackNetResult _handleBeaconPaymentAction(::ItemStackRequestActionBeaconPayment const& requestAction);
50 // NOLINTEND
51
52public:
53 // virtual function thunks
54 // NOLINTBEGIN
55 MCAPI ::ItemStackNetResult $handleAction(::ItemStackRequestAction const& requestAction);
56
57 MCAPI ::ItemStackNetResult $endRequest();
58
59 MCAPI void $postRequest(bool const wasSuccess);
60
61
62 // NOLINTEND
63
64public:
65 // vftables
66 // NOLINTBEGIN
67 MCNAPI static void** $vftable();
68 // NOLINTEND
69};
Definition BeaconBlockActor.h:28
Definition ContainerScreenContext.h:17
Definition ItemStackRequestActionBeaconPayment.h:15
Definition ItemStackRequestAction.h:18
static MCAPI void ** $vftable()