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;
31 MCAPI_C static ::std::string
32 buildPaletteName(::std::string
const& trimMaterial, ::std::string
const& armorMaterial);
34 MCAPI static ::std::string buildTrimmedArmorName(::std::string
const& trimMaterial, ::std::string
const& armorName);
36 MCAPI_C static ::std::string buildTrimmedArmorName(
37 ::std::string
const& trimMaterial,
38 ::std::string
const& armorMaterial,
39 ::std::string
const& armorType
49 ::std::string
const& armorName,
50 ::std::string
const& armorType,
53 ::std::string
const& armorMaterial,
54 ::std::string
const& trimMaterial,
55 ::std::string
const& trimPalette