LeviLamina
Loading...
Searching...
No Matches
ContainerScreenValidatorBase.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/containers/ContainerEnumName.h"
7
8// auto generated forward declare list
9// clang-format off
13class ItemStack;
16// clang-format on
17
19public:
20 // member variables
21 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 0
36
37 // vIndex: 1
38 virtual ::std::shared_ptr<::ContainerValidationCommitObject>
39 postCommitItemRemoved(::ContainerEnumName const, int const, ::ItemStack const&);
40
41 // vIndex: 2
42 virtual bool isCraftingImplemented();
43
44 // vIndex: 3
45 virtual ::ContainerValidationCraftResult getCraftResult(
48 ::std::unique_ptr<::ContainerValidationCraftInputs>,
49 uchar const
50 );
51 // NOLINTEND
52
53public:
54 // destructor thunk
55 // NOLINTBEGIN
56 MCFOLD void $dtor();
57 // NOLINTEND
58
59public:
60 // virtual function thunks
61 // NOLINTBEGIN
62 MCFOLD ::std::shared_ptr<::ContainerValidationCommitObject>
63 $postCommitItemRemoved(::ContainerEnumName const, int const, ::ItemStack const&);
64
65 MCFOLD bool $isCraftingImplemented();
66
67 MCAPI ::ContainerValidationCraftResult $getCraftResult(
70 ::std::unique_ptr<::ContainerValidationCraftInputs>,
71 uchar const
72 );
73 // NOLINTEND
74
75public:
76 // vftables
77 // NOLINTBEGIN
78 MCAPI static void** $vftable();
79 // NOLINTEND
80};
Definition ContainerScreenContext.h:11
Definition ContainerScreenValidation.h:24
Definition ContainerScreenValidatorBase.h:18
Definition ContainerValidationCommitObject.h:10
Definition ItemStack.h:25
Definition ContainerValidationCraftInputs.h:5
Definition ContainerValidationCraftResult.h:5
Definition Alias.h:14