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