We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b4ecc commit 5d39db2Copy full SHA for 5d39db2
1 file changed
index.d.ts
@@ -649,7 +649,7 @@ export class Painting {
649
interface StorageEvents {
650
open: () => void
651
close: () => void
652
- updateSlot: (oldItem: Item | null, newItem: Item | null) => void
+ updateSlot: (slot: number, oldItem: Item | null, newItem: Item | null) => void
653
}
654
655
interface FurnaceEvents extends StorageEvents {
0 commit comments