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
virtual
bool
isItemAllowedInSlot(
20
::ContainerScreenContext
const
&,
21
int
const
slot,
22
::ItemStackBase
const
& item,
23
int
const
amount,
24
bool
25
)
const
/*override*/
;
26
27
virtual
int
getContainerSize(
::ContainerScreenContext
const
& screenContext,
::Container
const
& container)
const
28
/*override*/
;
29
30
virtual
~ShulkerBoxContainerValidation
()
/*override*/
=
default
;
31
// NOLINTEND
32
33
public
:
34
// virtual function thunks
35
// NOLINTBEGIN
36
MCNAPI
bool
$isItemAllowedInSlot
(
37
::ContainerScreenContext
const
&,
38
int
const
slot,
39
::ItemStackBase
const
& item,
40
int
const
amount,
41
bool
42
)
const
;
43
44
MCNAPI
int
$getContainerSize
(
::ContainerScreenContext
const
& screenContext,
::Container
const
& container)
const
;
45
46
47
// NOLINTEND
48
49
public
:
50
// vftables
51
// NOLINTBEGIN
52
MCNAPI
static
void
**
$vftable
();
53
// NOLINTEND
54
};
ContainerScreenContext
Definition
ContainerScreenContext.h:17
ContainerValidationBase
Definition
ContainerValidationBase.h:12
Container
Definition
Container.h:33
ItemStackBase
Definition
ItemStackBase.h:44
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
for LeviLamina by
1.16.1