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