LeviLamina
Loading...
Searching...
No Matches
ConvertedSet.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Block;
8class BlockType;
9class HashedString;
10// clang-format on
11
12namespace BlockTraitConversionUtils {
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 24, ::std::vector<::std::reference_wrapper<::HashedString const>> const> mNames;
19 ::ll::TypedStorage<8, 64, ::std::function<::std::optional<int>(::BlockType const&, int)>> mGetter;
20 ::ll::TypedStorage<8, 64, ::std::function<::Block const*(::BlockType const&, int, int)>> mSetter;
21 // NOLINTEND
22};
23
24} // namespace BlockTraitConversionUtils
Definition BlockType.h:84
Definition Block.h:37
Definition HashedString.h:5
Definition ConvertedSet.h:14