LeviLamina
Loading...
Searching...
No Matches
Trade1Ingredient1ContainerValidation.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
Trade1Ingredient1ContainerValidation
:
public
::ContainerValidationBase
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<1, 1, bool const> mIsServerSide;
19
// NOLINTEND
20
21
public
:
22
// virtual functions
23
// NOLINTBEGIN
24
// vIndex: 2
25
virtual
bool
isItemAllowedInSlot(
26
::ContainerScreenContext
const
& screenContext,
27
int
const
,
28
::ItemStackBase
const
& item,
29
int
const
,
30
bool
31
)
const
/*override*/
;
32
33
// vIndex: 8
34
virtual
int
getContainerOffset(
::ContainerScreenContext
const
& screenContext)
const
/*override*/
;
35
36
// vIndex: 0
37
virtual
~Trade1Ingredient1ContainerValidation
()
/*override*/
=
default
;
38
// NOLINTEND
39
40
public
:
41
// virtual function thunks
42
// NOLINTBEGIN
43
MCNAPI
bool
$isItemAllowedInSlot
(
44
::ContainerScreenContext
const
& screenContext,
45
int
const
,
46
::ItemStackBase
const
& item,
47
int
const
,
48
bool
49
)
const
;
50
51
MCNAPI
int
$getContainerOffset
(
::ContainerScreenContext
const
& screenContext)
const
;
52
// NOLINTEND
53
54
public
:
55
// vftables
56
// NOLINTBEGIN
57
MCNAPI
static
void
**
$vftable
();
58
// NOLINTEND
59
};
ContainerScreenContext
Definition
ContainerScreenContext.h:17
ContainerValidationBase
Definition
ContainerValidationBase.h:12
ItemStackBase
Definition
ItemStackBase.h:35
Trade1Ingredient1ContainerValidation
Definition
Trade1Ingredient1ContainerValidation.h:14
Trade1Ingredient1ContainerValidation::$isItemAllowedInSlot
MCAPI bool $isItemAllowedInSlot(::ContainerScreenContext const &screenContext, int const, ::ItemStackBase const &item, int const, bool) const
Trade1Ingredient1ContainerValidation::$getContainerOffset
MCAPI int $getContainerOffset(::ContainerScreenContext const &screenContext) const
Trade1Ingredient1ContainerValidation::$vftable
static MCAPI void ** $vftable()
src
mc
world
inventory
simulation
validation
Trade1Ingredient1ContainerValidation.h
Generated on Fri Jun 13 2025 05:05:07 for LeviLamina by
1.12.0