类型别名 ItemComponentTypeMap实验性

ItemComponentTypeMap: {
    compostable: ItemCompostableComponent;
    cooldown: ItemCooldownComponent;
    durability: ItemDurabilityComponent;
    dyeable: ItemDyeableComponent;
    enchantable: ItemEnchantableComponent;
    food: ItemFoodComponent;
    minecraft:compostable: ItemCompostableComponent;
    minecraft:cooldown: ItemCooldownComponent;
    minecraft:durability: ItemDurabilityComponent;
    minecraft:dyeable: ItemDyeableComponent;
    minecraft:enchantable: ItemEnchantableComponent;
    minecraft:food: ItemFoodComponent;
    minecraft:potion: ItemPotionComponent;
    potion: ItemPotionComponent;
}