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 _handleCraftAction(::ItemStackRequestActionCraftBase const& requestAction
41 ) /*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 MCAPI ::EnchantingContainerManagerModel& _getEnchantingModel() const;
54
55 MCAPI ::ItemStackNetResult _handleEnchant(::ItemStackRequestActionCraft<::RecipeNetId, 12> const& requestAction);
56 // NOLINTEND
57
58public:
59 // destructor thunk
60 // NOLINTBEGIN
61
62 // NOLINTEND
63
64public:
65 // virtual function thunks
66 // NOLINTBEGIN
67 MCAPI ::ItemStackNetResult $_handleCraftAction(::ItemStackRequestActionCraftBase const& requestAction);
68
69 MCAPI void $_postCraftRequest(bool const wasSuccess);
70
71 MCAPI void $endRequestBatch();
72 // NOLINTEND
73
74public:
75 // vftables
76 // NOLINTBEGIN
77 MCAPI static void** $vftable();
78 // NOLINTEND
79};
Definition CraftHandlerBase.h:20
Definition CraftHandlerEnchant.h:18
Definition EnchantingContainerManagerModel.h:17
Definition ItemStackRequestActionCraftBase.h:16
Definition ItemStackRequestActionCraft.h:6
Definition RecipeNetIdTag.h:5
Definition Alias.h:14