15 enum class CreativeItemCategory : uchar {
26 enum class CreativeItemCategoryStringError : uchar {
36 MCAPI static ::nonstd::expected<
37 ::SharedTypes::v1_21_110::ItemCategory::CreativeItemCategory,
38 ::SharedTypes::v1_21_110::ItemCategory::CreativeItemCategoryStringError>
39 creativeItemCategoryFromString(::std::string_view str);
41 MCAPI static ::std::string
42 stringFromCreativeItemCategory(::SharedTypes::v1_21_110::ItemCategory::CreativeItemCategory category);
48 MCAPI static ::std::initializer_list<::SharedTypes::v1_21_110::ItemCategory::CreativeItemCategory>
const&
49 CREATIVE_ITEM_CATEGORY_MAPPING();