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