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
10
class
CommandOrigin
;
11
class
CommandOutput
;
12
// clang-format on
13
14
class
RecipesForCommand :
public
::Command
{
15
public
:
16
// RecipesForCommand inner types declare
17
// clang-format off
18
struct
FurnaceRecipe
;
19
// clang-format on
20
21
// RecipesForCommand inner types define
22
struct
FurnaceRecipe {
23
public
:
24
// member variables
25
// NOLINTBEGIN
26
::ll::UntypedStorage<8, 48>
mUnkb0eeeb;
27
::ll::UntypedStorage<8, 128>
mUnkb274ac;
28
::ll::UntypedStorage<8, 128>
mUnk999f6d;
29
// NOLINTEND
30
31
public
:
32
// prevent constructor by default
33
FurnaceRecipe& operator=(FurnaceRecipe
const
&);
34
FurnaceRecipe(FurnaceRecipe
const
&);
35
FurnaceRecipe();
36
};
37
38
public
:
39
// member variables
40
// NOLINTBEGIN
41
::ll::UntypedStorage<8, 8>
mUnkb4d85c;
42
// NOLINTEND
43
44
public
:
45
// prevent constructor by default
46
RecipesForCommand& operator=(RecipesForCommand
const
&);
47
RecipesForCommand(RecipesForCommand
const
&);
48
RecipesForCommand();
49
50
public
:
51
// virtual functions
52
// NOLINTBEGIN
53
virtual
void
execute(
::CommandOrigin
const
&,
::CommandOutput
&)
const
/*override*/
;
54
55
virtual
~RecipesForCommand()
/*override*/
=
default
;
56
// NOLINTEND
57
58
public
:
59
// virtual function thunks
60
// NOLINTBEGIN
61
62
// NOLINTEND
63
};
CommandOrigin
Definition
CommandOrigin.h:32
CommandOutput
Definition
CommandOutput.h:19
Command
Definition
Command.h:17
RecipesForCommand::FurnaceRecipe
Definition
RecipesForCommand.h:22
ll::UntypedStorage
Definition
Alias.h:14
src
mc
server
commands
standard
RecipesForCommand.h
Generated on
for LeviLamina by
1.16.1