LeviLamina
Loading...
Searching...
No Matches
CraftHandlerAnvil.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
12class Recipes;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 CraftHandlerAnvil& operator=(CraftHandlerAnvil const&);
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 0
33 virtual ~CraftHandlerAnvil() /*override*/ = default;
34
35 // vIndex: 4
36 virtual ::ItemStackNetResult _handleCraftAction(::ItemStackRequestActionCraftBase const&) /*override*/;
37
38 // vIndex: 5
39 virtual void _postCraftRequest(bool const wasSuccess) /*override*/;
40
41 // vIndex: 6
42 virtual ::Recipes const* _getLevelRecipes() const /*override*/;
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48
49 // NOLINTEND
50
51public:
52 // virtual function thunks
53 // NOLINTBEGIN
54
55 // NOLINTEND
56};
Definition CraftHandlerAnvil.h:15
Definition CraftHandlerBase.h:20
Definition ItemStackRequestActionCraftBase.h:16
Definition Recipes.h:36
Definition Alias.h:14