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