LeviLamina
Loading...
Searching...
No Matches
ScreenHandlerHUD.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
12// clang-format on
13
14class ScreenHandlerHUD : public ::ScreenHandlerBase {
15public:
16 // virtual functions
17 // NOLINTBEGIN
18 virtual ::ItemStackNetResult handleAction(::ItemStackRequestAction const& requestAction) /*override*/;
19 // NOLINTEND
20
21public:
22 // virtual function thunks
23 // NOLINTBEGIN
24 MCAPI ::ItemStackNetResult $handleAction(::ItemStackRequestAction const& requestAction);
25
26
27 // NOLINTEND
28
29public:
30 // vftables
31 // NOLINTBEGIN
32 MCNAPI static void** $vftable();
33 // NOLINTEND
34};
Definition ItemStackRequestAction.h:18
Definition ScreenHandlerHUD.h:14
static MCAPI void ** $vftable()