LeviLamina
Loading...
Searching...
No Matches
CraftHandlerEnchant.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/TypedServerNetId.h"
8#include "mc/world/inventory/network/crafting/CraftHandlerBase.h"
9#include "mc/world/inventory/network/crafting/ItemStackRequestActionCraft.h"
10
11// auto generated forward declare list
12// clang-format off
15struct RecipeNetIdTag;
16// clang-format on
17
19public:
20 // member variables
21 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
32
33public:
34 // virtual functions
35 // NOLINTBEGIN
36 // vIndex: 0
37 virtual ~CraftHandlerEnchant() /*override*/ = default;
38
39 // vIndex: 4
40 virtual ::ItemStackNetResult
41 _handleCraftAction(::ItemStackRequestActionCraftBase const& requestAction) /*override*/;
42
43 // vIndex: 5
44 virtual void _postCraftRequest(bool const wasSuccess) /*override*/;
45
46 // vIndex: 3
47 virtual void endRequestBatch() /*override*/;
48 // NOLINTEND
49
50public:
51 // member functions
52 // NOLINTBEGIN
53 MCNAPI ::EnchantingContainerManagerModel& _getEnchantingModel() const;
54
55 MCNAPI ::ItemStackNetResult _handleEnchant(::ItemStackRequestActionCraft<::RecipeNetId, 12> const& requestAction);
56 // NOLINTEND
57
58public:
59 // virtual function thunks
60 // NOLINTBEGIN
61 MCNAPI ::ItemStackNetResult $_handleCraftAction(::ItemStackRequestActionCraftBase const& requestAction);
62
63 MCNAPI void $_postCraftRequest(bool const wasSuccess);
64
65 MCNAPI void $endRequestBatch();
66 // NOLINTEND
67
68public:
69 // vftables
70 // NOLINTBEGIN
71 MCNAPI static void** $vftable();
72 // NOLINTEND
73};
Definition CraftHandlerBase.h:20
Definition CraftHandlerEnchant.h:18
MCAPI::ItemStackNetResult $_handleCraftAction(::ItemStackRequestActionCraftBase const &requestAction)
MCAPI void $_postCraftRequest(bool const wasSuccess)
MCAPI::ItemStackNetResult _handleEnchant(::ItemStackRequestActionCraft<::RecipeNetId, 12 > const &requestAction)
MCAPI void $endRequestBatch()
static MCAPI void ** $vftable()
MCAPI::EnchantingContainerManagerModel & _getEnchantingModel() const
Definition EnchantingContainerManagerModel.h:18
Definition ItemStackRequestActionCraftBase.h:16
Definition ItemStackRequestActionCraft.h:6
Definition RecipeNetIdTag.h:5
Definition Alias.h:14