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