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