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