LeviLamina
Loading...
Searching...
No Matches
CombinedHotbarAndInventoryContainerValidation.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
CombinedHotbarAndInventoryContainerValidation
:
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: 9
24
virtual
int
getContainerSize(
::ContainerScreenContext
const
& screenContext,
::Container
const
& container)
const
25
/*override*/
;
26
27
// vIndex: 6
28
virtual
bool
canItemMoveToContainer(
::ItemStackBase
const
& item)
const
/*override*/
;
29
30
// vIndex: 0
31
virtual
~CombinedHotbarAndInventoryContainerValidation
()
/*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
MCFOLD
bool
44
$isItemAllowedToRemove(
::ContainerScreenContext
const
& screenContext,
::ItemStackBase
const
& item)
const
;
45
46
MCFOLD
int
$getContainerSize(
::ContainerScreenContext
const
& screenContext,
::Container
const
& container)
const
;
47
48
MCFOLD
bool
$canItemMoveToContainer(
::ItemStackBase
const
& item)
const
;
49
// NOLINTEND
50
51
public
:
52
// vftables
53
// NOLINTBEGIN
54
MCAPI
static
void
** $vftable();
55
// NOLINTEND
56
};
CombinedHotbarAndInventoryContainerValidation
Definition
CombinedHotbarAndInventoryContainerValidation.h:15
ContainerScreenContext
Definition
ContainerScreenContext.h:11
ContainerValidationBase
Definition
ContainerValidationBase.h:12
Container
Definition
Container.h:30
ItemStackBase
Definition
ItemStackBase.h:35
src
mc
world
inventory
simulation
validation
CombinedHotbarAndInventoryContainerValidation.h
Generated on Sat Apr 26 2025 05:56:11 for LeviLamina by
1.12.0