LeviLamina
Loading...
Searching...
No Matches
ContainerValidationCraftResult.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8class ItemInstance;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 24, ::std::vector<::ItemInstance>> mResults;
19 ::ll::TypedStorage<8, 24, ::std::vector<::ExpectedSlotConsume>> mExpectedSlotConsumes;
20 ::ll::TypedStorage<8, 24, ::std::vector<::ExpectedAnywhereConsume>> mExpectedAnywhereConsumes;
21 ::ll::TypedStorage<8, 24, ::std::vector<::AllowedAnywhereConsume>> mAllowedAnywhereConsumes;
22 ::ll::TypedStorage<8, 24, ::std::vector<::std::shared_ptr<::ContainerValidationCommitObject>>> mCommitObjects;
23 // NOLINTEND
24
25public:
26 // member functions
27 // NOLINTBEGIN
29 // NOLINTEND
30
31public:
32 // destructor thunk
33 // NOLINTBEGIN
34 MCNAPI void $dtor();
35 // NOLINTEND
36};
Definition ContainerValidationCommitObject.h:10
Definition ItemInstance.h:15
Definition AllowedAnywhereConsume.h:10
Definition ContainerValidationCraftResult.h:14
Definition ExpectedAnywhereConsume.h:10
Definition ExpectedSlotConsume.h:11