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