LeviLamina
Loading...
Searching...
No Matches
ContainerValidationResult.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/inventory/simulation/ContainerScreenRequestActionType.h"
7#include "mc/world/inventory/simulation/ContainerValidationOutcome.h"
8
9// auto generated forward declare list
10// clang-format off
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 24, ::std::vector<::ContainerValidationOperation>> mOperations;
19 ::ll::TypedStorage<4, 4, ::ContainerValidationOutcome> mOutcome;
20 ::ll::TypedStorage<1, 1, ::ContainerScreenRequestActionType> mRequestActionType;
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
34 // NOLINTEND
35
36public:
37 // constructor thunks
38 // NOLINTBEGIN
39 MCNAPI void* $ctor(::ContainerValidationResult const&);
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCNAPI void $dtor();
46 // NOLINTEND
47};
Definition ContainerValidationOperation.h:10
Definition ContainerValidationResult.h:14
MCAPI ContainerValidationResult(::ContainerValidationResult const &)
MCAPI void * $ctor(::ContainerValidationResult const &)