2024-10-27 13:00:20 +00:00
|
|
|
import EntityLiving from "../entities/EntityLiving";
|
|
|
|
import ItemStack from "../inventories/ItemStack";
|
2023-11-05 00:55:23 +00:00
|
|
|
|
2024-10-27 13:00:20 +00:00
|
|
|
export default interface IItemBehaviour {
|
2023-11-02 08:31:43 +00:00
|
|
|
|
|
|
|
}
|