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
// destructor thunk
43
// NOLINTBEGIN
44
45
// NOLINTEND
46
47
public
:
48
// virtual function thunks
49
// NOLINTBEGIN
50
MCAPI
bool
51
$isItemAllowedInSlot(
::ContainerScreenContext
const
&,
int
const
,
::ItemStackBase
const
& item,
int
const
,
bool
)
52
const
;
53
54
MCAPI
int
$getAvailableSetCount(
int
const
slot,
::ItemStackBase
const
& item)
const
;
55
56
MCFOLD
int
$getAllowedAddCount(
::ContainerScreenContext
const
&,
::ItemStackBase
const
&)
const
;
57
58
MCFOLD
int
$getContainerOffset(
::ContainerScreenContext
const
& screenContext)
const
;
59
60
MCFOLD
int
$getContainerSize(
::ContainerScreenContext
const
& screenContext,
::Container
const
& container)
const
;
61
// NOLINTEND
62
63
public
:
64
// vftables
65
// NOLINTBEGIN
66
MCAPI
static
void
** $vftable();
67
// NOLINTEND
68
};
BrewingStandResultContainerValidation
Definition
BrewingStandResultContainerValidation.h:15
ContainerScreenContext
Definition
ContainerScreenContext.h:11
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 Sat Apr 26 2025 05:56:11 for LeviLamina by
1.12.0