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
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
33
34public:
35 // virtual functions
36 // NOLINTBEGIN
37 // vIndex: 0
38 virtual ~ScreenHandlerBeacon() /*override*/ = default;
39
40 // vIndex: 1
41 virtual ::ItemStackNetResult handleAction(::ItemStackRequestAction const& requestAction) /*override*/;
42
43 // vIndex: 2
44 virtual ::ItemStackNetResult endRequest() /*override*/;
45
46 // vIndex: 4
47 virtual void postRequest(bool const wasSuccess) /*override*/;
48 // NOLINTEND
49
50public:
51 // member functions
52 // NOLINTBEGIN
53 MCNAPI ::ItemStackNetResult _handleBeaconPaymentAction(::ItemStackRequestActionBeaconPayment const& requestAction);
54 // NOLINTEND
55
56public:
57 // virtual function thunks
58 // NOLINTBEGIN
59 MCNAPI ::ItemStackNetResult $handleAction(::ItemStackRequestAction const& requestAction);
60
61 MCNAPI ::ItemStackNetResult $endRequest();
62
63 MCNAPI void $postRequest(bool const wasSuccess);
64 // NOLINTEND
65
66public:
67 // vftables
68 // NOLINTBEGIN
69 MCNAPI static void** $vftable();
70 // NOLINTEND
71};
Definition BeaconBlockActor.h:28
Definition ContainerScreenContext.h:17
Definition ItemStackRequestActionBeaconPayment.h:15
Definition ItemStackRequestAction.h:18
Definition ScreenHandlerBase.h:14
Definition ScreenHandlerBeacon.h:17
MCAPI::ItemStackNetResult $endRequest()
static MCAPI void ** $vftable()
MCAPI::ItemStackNetResult $handleAction(::ItemStackRequestAction const &requestAction)
MCAPI void $postRequest(bool const wasSuccess)
MCAPI::ItemStackNetResult _handleBeaconPaymentAction(::ItemStackRequestActionBeaconPayment const &requestAction)