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