LeviLamina
Loading...
Searching...
No Matches
CraftHandleNonImplemented_DEPRECATEDASKTYLAING.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/crafting/CraftHandlerBase.h"
8
9// auto generated forward declare list
10// clang-format off
12// clang-format on
13
15public:
16 // virtual functions
17 // NOLINTBEGIN
18 // vIndex: 4
19 virtual ::ItemStackNetResult _handleCraftAction(::ItemStackRequestActionCraftBase const&) /*override*/;
20
21 // vIndex: 0
22 virtual ~CraftHandleNonImplemented_DEPRECATEDASKTYLAING() /*override*/ = default;
23 // NOLINTEND
24
25public:
26 // virtual function thunks
27 // NOLINTBEGIN
28 MCNAPI ::ItemStackNetResult $_handleCraftAction(::ItemStackRequestActionCraftBase const&);
29 // NOLINTEND
30
31public:
32 // vftables
33 // NOLINTBEGIN
34 MCNAPI static void** $vftable();
35 // NOLINTEND
36};
Definition CraftHandleNonImplemented_DEPRECATEDASKTYLAING.h:14
MCAPI::ItemStackNetResult $_handleCraftAction(::ItemStackRequestActionCraftBase const &)
Definition CraftHandlerBase.h:20
Definition ItemStackRequestActionCraftBase.h:16