LeviLamina
Loading...
Searching...
No Matches
ContainerScreenActionResult.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/inventory/simulation/ContainerScreenActionResultData.h"
7
8// auto generated forward declare list
9// clang-format off
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<1, 1, bool> mActionSucceeded;
19 ::ll::TypedStorage<8, 24, ::std::vector<::ContainerValidationResult>> mValidationResults;
20 ::ll::TypedStorage<8, 24, ::std::vector<::std::shared_ptr<::ContainerScreenActionResultData>>> mResultData;
21 // NOLINTEND
22
23#ifdef LL_PLAT_S
24#else // LL_PLAT_C
25public:
26 // prevent constructor by default
28
29#endif
30public:
31 // member functions
32 // NOLINTBEGIN
33#ifdef LL_PLAT_C
35
37
38 MCNAPI ::std::shared_ptr<::ContainerScreenActionResultData const>
39 tryGetResultData(::ContainerScreenActionResultData::Type type) const;
40
42#endif
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48#ifdef LL_PLAT_C
49 MCNAPI void* $ctor();
50
51 MCNAPI void* $ctor(::ContainerScreenActionResult const&);
52#endif
53 // NOLINTEND
54
55public:
56 // destructor thunk
57 // NOLINTBEGIN
58#ifdef LL_PLAT_C
59 MCNAPI void $dtor();
60#endif
61 // NOLINTEND
62};
Definition ContainerScreenActionResultData.h:5
Definition ContainerScreenActionResult.h:14
Definition ContainerValidationResult.h:15