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
virtual
bool
canItemMoveToContainer(
::ItemStackBase
const
& item)
const
/*override*/
;
19
20
virtual
int
getContainerOffset(
::ContainerScreenContext
const
&)
const
/*override*/
;
21
// NOLINTEND
22
23
public
:
24
// virtual function thunks
25
// NOLINTBEGIN
26
MCFOLD
bool
$canItemMoveToContainer(
::ItemStackBase
const
& item)
const
;
27
28
MCFOLD
int
$getContainerOffset(
::ContainerScreenContext
const
&)
const
;
29
30
31
// NOLINTEND
32
33
public
:
34
// vftables
35
// NOLINTBEGIN
36
MCNAPI
static
void
**
$vftable
();
37
// NOLINTEND
38
};
ContainerScreenContext
Definition
ContainerScreenContext.h:19
ContainerValidationBase
Definition
ContainerValidationBase.h:12
CursorContainerValidation
Definition
CursorContainerValidation.h:14
CursorContainerValidation::$vftable
static MCAPI void ** $vftable()
ItemStackBase
Definition
ItemStackBase.h:52
src
mc
world
inventory
simulation
validation
CursorContainerValidation.h
Generated on
for LeviLamina by
1.16.1