ItemComponentTypeMap Type Alias

Caution

This alias is still in pre-release. Its signature may change or it may be removed in future releases.

Declaration

type ItemComponentTypeMap = {
  'cooldown': ItemCooldownComponent;
  'durability': ItemDurabilityComponent;
  'enchantable': ItemEnchantableComponent;
  'food': ItemFoodComponent;
  'minecraft:cooldown': ItemCooldownComponent;
  'minecraft:durability': ItemDurabilityComponent;
  'minecraft:enchantable': ItemEnchantableComponent;
  'minecraft:food': ItemFoodComponent;
};