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
// virtual functions
23
// NOLINTBEGIN
24
virtual
bool
isItemAllowedInSlot(
25
::ContainerScreenContext
const
& screenContext,
26
int
const
,
27
::ItemStackBase
const
& item,
28
int
const
,
29
bool
30
)
const
/*override*/
;
31
32
virtual
int
getContainerOffset(
::ContainerScreenContext
const
& screenContext)
const
/*override*/
;
33
34
virtual
~Trade1Ingredient2ContainerValidation
()
/*override*/
=
default
;
35
// NOLINTEND
36
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
MCNAPI
bool
$isItemAllowedInSlot
(
41
::ContainerScreenContext
const
& screenContext,
42
int
const
,
43
::ItemStackBase
const
& item,
44
int
const
,
45
bool
46
)
const
;
47
48
MCNAPI
int
$getContainerOffset
(
::ContainerScreenContext
const
& screenContext)
const
;
49
50
51
// NOLINTEND
52
53
public
:
54
// vftables
55
// NOLINTBEGIN
56
MCNAPI
static
void
**
$vftable
();
57
// NOLINTEND
58
};
ContainerScreenContext
Definition
ContainerScreenContext.h:17
ContainerValidationBase
Definition
ContainerValidationBase.h:12
ItemStackBase
Definition
ItemStackBase.h:44
Trade1Ingredient2ContainerValidation
Definition
Trade1Ingredient2ContainerValidation.h:14
Trade1Ingredient2ContainerValidation::$isItemAllowedInSlot
MCAPI bool $isItemAllowedInSlot(::ContainerScreenContext const &screenContext, int const, ::ItemStackBase const &item, int const, bool) const
Trade1Ingredient2ContainerValidation::$getContainerOffset
MCAPI int $getContainerOffset(::ContainerScreenContext const &screenContext) const
Trade1Ingredient2ContainerValidation::$vftable
static MCAPI void ** $vftable()
src
mc
world
inventory
simulation
validation
Trade1Ingredient2ContainerValidation.h
Generated on
for LeviLamina by
1.16.1