LeviLamina
Loading...
Searching...
No Matches
ShulkerBoxContainerValidation.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
ShulkerBoxContainerValidation
:
public
::ContainerValidationBase
{
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
// vIndex: 2
20
virtual
bool
isItemAllowedInSlot(
21
::ContainerScreenContext
const
&,
22
int
const
slot,
23
::ItemStackBase
const
& item,
24
int
const
amount,
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
~ShulkerBoxContainerValidation
()
/*override*/
=
default
;
34
// NOLINTEND
35
36
public
:
37
// virtual function thunks
38
// NOLINTBEGIN
39
MCNAPI
bool
$isItemAllowedInSlot
(
40
::ContainerScreenContext
const
&,
41
int
const
slot,
42
::ItemStackBase
const
& item,
43
int
const
amount,
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
ItemStackBase
Definition
ItemStackBase.h:35
ShulkerBoxContainerValidation
Definition
ShulkerBoxContainerValidation.h:15
ShulkerBoxContainerValidation::$isItemAllowedInSlot
MCAPI bool $isItemAllowedInSlot(::ContainerScreenContext const &, int const slot, ::ItemStackBase const &item, int const amount, bool) const
ShulkerBoxContainerValidation::$vftable
static MCAPI void ** $vftable()
ShulkerBoxContainerValidation::$getContainerSize
MCAPI int $getContainerSize(::ContainerScreenContext const &screenContext, ::Container const &container) const
src
mc
world
inventory
simulation
validation
ShulkerBoxContainerValidation.h
Generated on Fri Jun 13 2025 05:05:07 for LeviLamina by
1.12.0