LeviLamina
Loading...
Searching...
No Matches
ArmorTrimIconGenerationInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/resource/ResourceLocation.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 32, ::std::string> mTrimmedArmorName;
13 ::ll::TypedStorage<8, 56, ::ResourceLocation> mArmorTextureLocation;
14 ::ll::TypedStorage<8, 56, ::ResourceLocation> mTrimTextureLocation;
15 ::ll::TypedStorage<8, 56, ::ResourceLocation> mTrimmedArmorLocation;
16 ::ll::TypedStorage<8, 56, ::ResourceLocation> mTrimKeyPaletteLocation;
17 ::ll::TypedStorage<8, 56, ::ResourceLocation> mTrimValuePaletteLocation;
18 ::ll::TypedStorage<1, 1, bool> mIsLeatherArmor;
19 ::ll::TypedStorage<1, 1, bool> mIsValid;
20 // NOLINTEND
21
22public:
23 // member functions
24 // NOLINTBEGIN
25
26 // NOLINTEND
27
28public:
29 // static functions
30 // NOLINTBEGIN
31 MCAPI_C static ::std::string
32 buildPaletteName(::std::string const& trimMaterial, ::std::string const& armorMaterial);
33
34 MCAPI static ::std::string buildTrimmedArmorName(::std::string const& trimMaterial, ::std::string const& armorName);
35
36 MCAPI_C static ::std::string buildTrimmedArmorName(
37 ::std::string const& trimMaterial,
38 ::std::string const& armorMaterial,
39 ::std::string const& armorType
40 );
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46 MCAPI_C void* $ctor(::ArmorTrimIconGenerationInfo const&);
47
48 MCAPI_C void* $ctor(
49 ::std::string const& armorName,
50 ::std::string const& armorType,
51 ::ResourceLocation const& armorTextureLocation,
52 ::ResourceLocation const& trimTextureLocation,
53 ::std::string const& armorMaterial,
54 ::std::string const& trimMaterial,
55 ::std::string const& trimPalette
56 );
57 // NOLINTEND
58
59public:
60 // destructor thunk
61 // NOLINTBEGIN
62 MCAPI_C void $dtor();
63 // NOLINTEND
64};
Definition ArmorTrimIconGenerationInfo.h:8
Definition ResourceLocation.h:15