LeviLamina
Loading...
Searching...
No Matches
TrimMaterialRegistry.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/item/registry/TrimMaterial.h"
7
8// auto generated forward declare list
9// clang-format off
10class HashedString;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 24, ::std::vector<::TrimMaterial>> mTrimMaterials;
18 // NOLINTEND
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCFOLD ::std::vector<::TrimMaterial> const& getAllEntries() const;
24
25 MCAPI ::std::optional<::TrimMaterial> getTrimMaterialByItemName(::HashedString const& itemName) const;
26
27 MCAPI ::std::optional<::TrimMaterial> getTrimMaterialByMaterialId(::HashedString const& materialId) const;
28
29#ifdef LL_PLAT_C
30 MCAPI void initializeFromTrimMaterials(::std::vector<::TrimMaterial> const& materials);
31#endif
32
33 MCAPI void initializeServer();
34 // NOLINTEND
35};
Definition HashedString.h:5
Definition TrimMaterialRegistry.h:13