LeviLamina
Loading...
Searching...
No Matches
RecipesForCommand.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/server/commands/Command.h"
7
8// auto generated forward declare list
9// clang-format off
10class CommandOrigin;
11class CommandOutput;
12// clang-format on
13
15public:
16 // RecipesForCommand inner types declare
17 // clang-format off
18 struct FurnaceRecipe;
19 // clang-format on
20
21 // RecipesForCommand inner types define
23 public:
24 // member variables
25 // NOLINTBEGIN
29 // NOLINTEND
30
31 public:
32 // prevent constructor by default
33 FurnaceRecipe& operator=(FurnaceRecipe const&);
36 };
37
38public:
39 // member variables
40 // NOLINTBEGIN
42 // NOLINTEND
43
44public:
45 // prevent constructor by default
46 RecipesForCommand& operator=(RecipesForCommand const&);
49
50public:
51 // virtual functions
52 // NOLINTBEGIN
53 // vIndex: 2
54 virtual void execute(::CommandOrigin const&, ::CommandOutput&) const /*override*/;
55
56 // vIndex: 0
57 virtual ~RecipesForCommand() /*override*/ = default;
58 // NOLINTEND
59
60public:
61 // destructor thunk
62 // NOLINTBEGIN
63
64 // NOLINTEND
65
66public:
67 // virtual function thunks
68 // NOLINTBEGIN
69
70 // NOLINTEND
71};
Definition CommandOrigin.h:32
Definition CommandOutput.h:19
Definition Command.h:17
Definition RecipesForCommand.h:14
Definition RecipesForCommand.h:22
Definition Alias.h:14