We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2adcea commit 99914fdCopy full SHA for 99914fd
index.d.ts
@@ -18,7 +18,7 @@ export declare class Item {
18
enchants: NormalizedEnchant[];
19
repairCost: number;
20
customName: string | null;
21
- customLore: string | null;
+ customLore: string[] | null;
22
readonly spawnEggMobName: string;
23
static equal(item1: Item, item2: Item, matchStackSize: boolean): boolean;
24
static toNotch(item: ItemLike): NotchItem;
0 commit comments