export declare enum ItemIdsType {
    Air = 0,
    IronShovel = 256,
    IronPickaxe = 257,
    IronAxe = 258,
    FlintSteel = 259,
    Bow = 261,
    IronSword = 267,
    WoodenSword = 268,
    WoodenShovel = 269,
    WoodenPickaxe = 270,
    WoodenAxe = 271,
    StoneSword = 272,
    StoneShovel = 273,
    StonePickaxe = 274,
    StoneAxe = 275,
    DiamondSword = 276,
    DiamondShovel = 277,
    DiamondPickaxe = 278,
    DiamondAxe = 279,
    GoldenSword = 283,
    GoldenShovel = 284,
    GoldenPickaxe = 285,
    GoldenAxe = 286,
    WoodenHoe = 290,
    StoneHoe = 291,
    IronHoe = 292,
    DiamondHoe = 293,
    GoldenHoe = 294,
    LeatherCap = 298,
    LeatherTunic = 299,
    LeatherPants = 300,
    LeatherBoots = 301,
    ChainHelmet = 302,
    ChainChestplate = 303,
    ChainLeggings = 304,
    ChainBoots = 305,
    IronHelmet = 306,
    IronChestplate = 307,
    IronLeggings = 308,
    IronBoots = 309,
    DiamondHelmet = 310,
    DiamondChestplate = 311,
    DiamondLeggings = 312,
    DiamondBoots = 313,
    GoldenHelmet = 314,
    GoldenChestplate = 315,
    GoldenLeggings = 316,
    GoldenBoots = 317,
    Flint = 318,
    Paper = 339,
    Book = 340,
    FishingRod = 346,
    Shears = 359,
    CarrotOnStick = 398,
    Elytra = 444,
    Trident = 455,
    TurtleShell = 469,
    Crossbow = 471,
    Shield = 513,
    NetheriteSword = 743,
    NetheriteShovel = 744,
    NetheritePickaxe = 745,
    NetheriteAxe = 746,
    NetheriteHoe = 747,
    NetheriteHelmet = 748,
    NetheriteChestplate = 749,
    NetheriteLeggings = 750,
    NetheriteBoots = 751,
    WarpedFungusOnStick = 757
}
//# sourceMappingURL=ItemIdsType.d.ts.map