LeviLamina
Loading...
Searching...
No Matches
CreatedOutputContainerValidation.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
CreatedOutputContainerValidation
:
public
::ContainerValidationBase
{
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
virtual
bool
19
isItemAllowedInSlot(
::ContainerScreenContext
const
&,
int
const
,
::ItemStackBase
const
&,
int
const
,
bool
)
const
20
/*override*/
;
21
22
virtual
int
getAllowedAddCount(
::ContainerScreenContext
const
&,
::ItemStackBase
const
&)
const
/*override*/
;
23
24
virtual
int
getContainerOffset(
::ContainerScreenContext
const
&)
const
/*override*/
;
25
26
virtual
bool
canItemMoveToContainer(
::ItemStackBase
const
& item)
const
/*override*/
;
27
// NOLINTEND
28
29
public
:
30
// virtual function thunks
31
// NOLINTBEGIN
32
MCFOLD
bool
33
$isItemAllowedInSlot(
::ContainerScreenContext
const
&,
int
const
,
::ItemStackBase
const
&,
int
const
,
bool
)
const
;
34
35
MCFOLD
int
$getAllowedAddCount(
::ContainerScreenContext
const
&,
::ItemStackBase
const
&)
const
;
36
37
MCFOLD
int
$getContainerOffset(
::ContainerScreenContext
const
&)
const
;
38
39
MCFOLD
bool
$canItemMoveToContainer(
::ItemStackBase
const
& item)
const
;
40
41
42
// NOLINTEND
43
44
public
:
45
// vftables
46
// NOLINTBEGIN
47
MCNAPI
static
void
**
$vftable
();
48
// NOLINTEND
49
};
ContainerScreenContext
Definition
ContainerScreenContext.h:19
ContainerValidationBase
Definition
ContainerValidationBase.h:12
CreatedOutputContainerValidation
Definition
CreatedOutputContainerValidation.h:14
CreatedOutputContainerValidation::$vftable
static MCAPI void ** $vftable()
ItemStackBase
Definition
ItemStackBase.h:52
src
mc
world
inventory
simulation
validation
CreatedOutputContainerValidation.h
Generated on
for LeviLamina by
1.16.1