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