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