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::UntypedStorage<1, 1>
mUnk8f25e2;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
Trade1Ingredient2ContainerValidation
& operator=(
Trade1Ingredient2ContainerValidation
const
&);
24
Trade1Ingredient2ContainerValidation
(
Trade1Ingredient2ContainerValidation
const
&);
25
Trade1Ingredient2ContainerValidation
();
26
27
public
:
28
// virtual functions
29
// NOLINTBEGIN
30
// vIndex: 2
31
virtual
bool
isItemAllowedInSlot(
32
::ContainerScreenContext
const
& screenContext,
33
int
const
,
34
::ItemStackBase
const
& item,
35
int
const
,
36
bool
37
)
const
/*override*/
;
38
39
// vIndex: 8
40
virtual
int
getContainerOffset(
::ContainerScreenContext
const
& screenContext)
const
/*override*/
;
41
42
// vIndex: 0
43
virtual
~Trade1Ingredient2ContainerValidation
()
/*override*/
=
default
;
44
// NOLINTEND
45
46
public
:
47
// destructor thunk
48
// NOLINTBEGIN
49
50
// NOLINTEND
51
52
public
:
53
// virtual function thunks
54
// NOLINTBEGIN
55
MCAPI
bool
$isItemAllowedInSlot(
56
::ContainerScreenContext
const
& screenContext,
57
int
const
,
58
::ItemStackBase
const
& item,
59
int
const
,
60
bool
61
)
const
;
62
63
MCFOLD
int
$getContainerOffset(
::ContainerScreenContext
const
& screenContext)
const
;
64
// NOLINTEND
65
66
public
:
67
// vftables
68
// NOLINTBEGIN
69
MCAPI
static
void
** $vftable();
70
// NOLINTEND
71
};
ContainerScreenContext
Definition
ContainerScreenContext.h:11
ContainerValidationBase
Definition
ContainerValidationBase.h:12
ItemStackBase
Definition
ItemStackBase.h:35
Trade1Ingredient2ContainerValidation
Definition
Trade1Ingredient2ContainerValidation.h:14
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
inventory
simulation
validation
Trade1Ingredient2ContainerValidation.h
Generated on Sat Apr 26 2025 05:56:12 for LeviLamina by
1.12.0