import EntityLiving from "../entities/EntityLiving"; import ItemStack from "../inventories/ItemStack"; export default interface IItemBehaviour { }