LeviLamina
Loading...
Searching...
No Matches
CraftHandlerSmithingTable.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
11
class
ItemStackRequestActionCraftBase
;
12
class
Player
;
13
class
Recipes
;
14
// clang-format on
15
16
class
CraftHandlerSmithingTable
:
public
::CraftHandlerBase
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<8, 8, ::Player&> mPlayer;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
CraftHandlerSmithingTable
& operator=(
CraftHandlerSmithingTable
const
&);
26
CraftHandlerSmithingTable
(
CraftHandlerSmithingTable
const
&);
27
CraftHandlerSmithingTable
();
28
29
public
:
30
// virtual functions
31
// NOLINTBEGIN
32
// vIndex: 0
33
virtual
~CraftHandlerSmithingTable
()
/*override*/
=
default
;
34
35
// vIndex: 4
36
virtual ::ItemStackNetResult
37
_handleCraftAction(
::ItemStackRequestActionCraftBase
const
& requestAction)
/*override*/
;
38
39
// vIndex: 6
40
virtual ::Recipes
const
* _getLevelRecipes()
const
/*override*/
;
41
// NOLINTEND
42
43
public
:
44
// virtual function thunks
45
// NOLINTBEGIN
46
MCNAPI ::ItemStackNetResult
$_handleCraftAction
(
::ItemStackRequestActionCraftBase
const
& requestAction);
47
48
MCNAPI ::Recipes
const
*
$_getLevelRecipes
()
const
;
49
// NOLINTEND
50
51
public
:
52
// vftables
53
// NOLINTBEGIN
54
MCNAPI
static
void
**
$vftable
();
55
// NOLINTEND
56
};
CraftHandlerBase
Definition
CraftHandlerBase.h:24
CraftHandlerSmithingTable
Definition
CraftHandlerSmithingTable.h:16
CraftHandlerSmithingTable::$_getLevelRecipes
MCAPI::Recipes const * $_getLevelRecipes() const
CraftHandlerSmithingTable::$vftable
static MCAPI void ** $vftable()
CraftHandlerSmithingTable::$_handleCraftAction
MCAPI::ItemStackNetResult $_handleCraftAction(::ItemStackRequestActionCraftBase const &requestAction)
ItemStackRequestActionCraftBase
Definition
ItemStackRequestActionCraftBase.h:16
Player
Definition
Player.h:119
Recipes
Definition
Recipes.h:36
src
mc
world
inventory
network
crafting
CraftHandlerSmithingTable.h
Generated on Mon Jun 30 2025 05:54:03 for LeviLamina by
1.12.0