15 enum class Type : uchar {
22 using SizeInfoList = ::std::unordered_map<::persona::ArmSize::Type, ::persona::SizeInfo>;
27 MCAPI static ::std::string getStringFromType(::persona::ArmSize::Type armSizeType);
30 MCAPI static ::std::string_view getTexturePathByType(::persona::ArmSize::Type armSizeType);
32 MCAPI static ::persona::ArmSize::Type getTypeFromString(::std::string_view armSizeStr);
34 MCAPI
static bool isValidType(::persona::ArmSize::Type armSizeType);
41 MCAPI static ::std::unordered_map<::persona::ArmSize::Type, ::persona::SizeInfo>
const& mInfoList();