LeviLamina
Loading...
Searching...
No Matches
LabTableInputValidation.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
Container
;
11
class
ContainerScreenContext
;
12
class
ItemStackBase
;
13
// clang-format on
14
15
class
LabTableInputValidation
:
public
::ContainerValidationBase
{
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
// vIndex: 2
20
virtual
bool
isItemAllowedInSlot(
21
::ContainerScreenContext
const
& screenContext,
22
int
const
slot,
23
::ItemStackBase
const
& item,
24
int
const
amount,
25
bool
26
)
const
/*override*/
;
27
28
// vIndex: 9
29
virtual
int
getContainerSize(
::ContainerScreenContext
const
& screenContext,
::Container
const
& container)
const
30
/*override*/
;
31
32
// vIndex: 7
33
virtual
bool
canDestroy(
::ContainerScreenContext
const
& screenContext)
const
/*override*/
;
34
35
// vIndex: 0
36
virtual
~LabTableInputValidation
()
/*override*/
=
default
;
37
// NOLINTEND
38
39
public
:
40
// destructor thunk
41
// NOLINTBEGIN
42
43
// NOLINTEND
44
45
public
:
46
// virtual function thunks
47
// NOLINTBEGIN
48
MCAPI
bool
$isItemAllowedInSlot(
49
::ContainerScreenContext
const
& screenContext,
50
int
const
slot,
51
::ItemStackBase
const
& item,
52
int
const
amount,
53
bool
54
)
const
;
55
56
MCFOLD
int
$getContainerSize(
::ContainerScreenContext
const
& screenContext,
::Container
const
& container)
const
;
57
58
MCFOLD
bool
$canDestroy(
::ContainerScreenContext
const
& screenContext)
const
;
59
// NOLINTEND
60
61
public
:
62
// vftables
63
// NOLINTBEGIN
64
MCAPI
static
void
** $vftable();
65
// NOLINTEND
66
};
ContainerScreenContext
Definition
ContainerScreenContext.h:11
ContainerValidationBase
Definition
ContainerValidationBase.h:12
Container
Definition
Container.h:30
ItemStackBase
Definition
ItemStackBase.h:35
LabTableInputValidation
Definition
LabTableInputValidation.h:15
src
mc
world
inventory
simulation
validation
LabTableInputValidation.h
Generated on Sat Apr 26 2025 05:56:12 for LeviLamina by
1.12.0