LeviLamina
Loading...
Searching...
No Matches
ContainerValidationLayer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8class ItemStack;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 24, ::std::vector<::std::shared_ptr<::SimpleSparseContainer>>> mContainers;
20 ::ll::TypedStorage<8, 24, ::std::vector<::std::pair<::ItemStack, bool>>> mDropItems;
21 ::ll::TypedStorage<8, 24, ::std::vector<::ExpectedSlotConsume>> mExpectedSlotConsumes;
22 ::ll::TypedStorage<8, 24, ::std::vector<::ExpectedAnywhereConsume>> mExpectedAnywhereConsumes;
23 ::ll::TypedStorage<8, 24, ::std::vector<::AllowedAnywhereConsume>> mAllowedAnywhereConsumes;
24 ::ll::TypedStorage<8, 24, ::std::vector<::std::shared_ptr<::ContainerValidationCommitObject>>> mCommitObjects;
25 // NOLINTEND
26};
Definition ContainerValidationCommitObject.h:10
Definition ItemStack.h:25
Definition SimpleSparseContainer.h:18
Definition AllowedAnywhereConsume.h:5
Definition ContainerValidationLayer.h:15
Definition ExpectedAnywhereConsume.h:5
Definition ExpectedSlotConsume.h:5