LeviLamina
Loading...
Searching...
No Matches
Trade1Ingredient2ContainerValidation.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/inventory/simulation/validation/ContainerValidationBase.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ContainerScreenContext
;
11
class
ItemStackBase
;
12
// clang-format on
13
14
class
Trade1Ingredient2ContainerValidation :
public
::ContainerValidationBase
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<1, 1, bool const> mIsServerSide;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
Trade1Ingredient2ContainerValidation();
24
25
public
:
26
// virtual functions
27
// NOLINTBEGIN
28
virtual
bool
isItemAllowedInSlot(
29
::ContainerScreenContext
const
& screenContext,
30
int
const
item,
31
::ItemStackBase
const
&,
32
int
const
,
33
bool
34
)
const
/*override*/
;
35
36
virtual
int
getContainerOffset(
::ContainerScreenContext
const
&)
const
/*override*/
;
37
// NOLINTEND
38
39
public
:
40
// member functions
41
// NOLINTBEGIN
42
MCAPI
explicit
Trade1Ingredient2ContainerValidation(
bool
isServerSide);
43
// NOLINTEND
44
45
public
:
46
// constructor thunks
47
// NOLINTBEGIN
48
MCAPI
void
* $ctor(
bool
isServerSide);
49
// NOLINTEND
50
51
public
:
52
// virtual function thunks
53
// NOLINTBEGIN
54
MCAPI
bool
$isItemAllowedInSlot(
55
::ContainerScreenContext
const
& screenContext,
56
int
const
item,
57
::ItemStackBase
const
&,
58
int
const
,
59
bool
60
)
const
;
61
62
MCFOLD
int
$getContainerOffset(
::ContainerScreenContext
const
&)
const
;
63
64
65
// NOLINTEND
66
67
public
:
68
// vftables
69
// NOLINTBEGIN
70
MCNAPI
static
void
**
$vftable
();
71
// NOLINTEND
72
};
ContainerScreenContext
Definition
ContainerScreenContext.h:19
ContainerValidationBase
Definition
ContainerValidationBase.h:12
ItemStackBase
Definition
ItemStackBase.h:52
Trade1Ingredient2ContainerValidation::$vftable
static MCAPI void ** $vftable()
src
mc
world
inventory
simulation
validation
Trade1Ingredient2ContainerValidation.h
Generated on
for LeviLamina by
1.16.1