Enum Item

Source
#[repr(u32)]
pub enum Item {
Show 1396 variants Air = 0, Stone = 1, Granite = 2, PolishedGranite = 3, Diorite = 4, PolishedDiorite = 5, Andesite = 6, PolishedAndesite = 7, Deepslate = 8, CobbledDeepslate = 9, PolishedDeepslate = 10, Calcite = 11, Tuff = 12, TuffSlab = 13, TuffStairs = 14, TuffWall = 15, ChiseledTuff = 16, PolishedTuff = 17, PolishedTuffSlab = 18, PolishedTuffStairs = 19, PolishedTuffWall = 20, TuffBricks = 21, TuffBrickSlab = 22, TuffBrickStairs = 23, TuffBrickWall = 24, ChiseledTuffBricks = 25, DripstoneBlock = 26, GrassBlock = 27, Dirt = 28, CoarseDirt = 29, Podzol = 30, RootedDirt = 31, Mud = 32, CrimsonNylium = 33, WarpedNylium = 34, Cobblestone = 35, OakPlanks = 36, SprucePlanks = 37, BirchPlanks = 38, JunglePlanks = 39, AcaciaPlanks = 40, CherryPlanks = 41, DarkOakPlanks = 42, PaleOakPlanks = 43, MangrovePlanks = 44, BambooPlanks = 45, CrimsonPlanks = 46, WarpedPlanks = 47, BambooMosaic = 48, OakSapling = 49, SpruceSapling = 50, BirchSapling = 51, JungleSapling = 52, AcaciaSapling = 53, CherrySapling = 54, DarkOakSapling = 55, PaleOakSapling = 56, MangrovePropagule = 57, Bedrock = 58, Sand = 59, SuspiciousSand = 60, SuspiciousGravel = 61, RedSand = 62, Gravel = 63, CoalOre = 64, DeepslateCoalOre = 65, IronOre = 66, DeepslateIronOre = 67, CopperOre = 68, DeepslateCopperOre = 69, GoldOre = 70, DeepslateGoldOre = 71, RedstoneOre = 72, DeepslateRedstoneOre = 73, EmeraldOre = 74, DeepslateEmeraldOre = 75, LapisOre = 76, DeepslateLapisOre = 77, DiamondOre = 78, DeepslateDiamondOre = 79, NetherGoldOre = 80, NetherQuartzOre = 81, AncientDebris = 82, CoalBlock = 83, RawIronBlock = 84, RawCopperBlock = 85, RawGoldBlock = 86, HeavyCore = 87, AmethystBlock = 88, BuddingAmethyst = 89, IronBlock = 90, CopperBlock = 91, GoldBlock = 92, DiamondBlock = 93, NetheriteBlock = 94, ExposedCopper = 95, WeatheredCopper = 96, OxidizedCopper = 97, ChiseledCopper = 98, ExposedChiseledCopper = 99, WeatheredChiseledCopper = 100, OxidizedChiseledCopper = 101, CutCopper = 102, ExposedCutCopper = 103, WeatheredCutCopper = 104, OxidizedCutCopper = 105, CutCopperStairs = 106, ExposedCutCopperStairs = 107, WeatheredCutCopperStairs = 108, OxidizedCutCopperStairs = 109, CutCopperSlab = 110, ExposedCutCopperSlab = 111, WeatheredCutCopperSlab = 112, OxidizedCutCopperSlab = 113, WaxedCopperBlock = 114, WaxedExposedCopper = 115, WaxedWeatheredCopper = 116, WaxedOxidizedCopper = 117, WaxedChiseledCopper = 118, WaxedExposedChiseledCopper = 119, WaxedWeatheredChiseledCopper = 120, WaxedOxidizedChiseledCopper = 121, WaxedCutCopper = 122, WaxedExposedCutCopper = 123, WaxedWeatheredCutCopper = 124, WaxedOxidizedCutCopper = 125, WaxedCutCopperStairs = 126, WaxedExposedCutCopperStairs = 127, WaxedWeatheredCutCopperStairs = 128, WaxedOxidizedCutCopperStairs = 129, WaxedCutCopperSlab = 130, WaxedExposedCutCopperSlab = 131, WaxedWeatheredCutCopperSlab = 132, WaxedOxidizedCutCopperSlab = 133, OakLog = 134, SpruceLog = 135, BirchLog = 136, JungleLog = 137, AcaciaLog = 138, CherryLog = 139, PaleOakLog = 140, DarkOakLog = 141, MangroveLog = 142, MangroveRoots = 143, MuddyMangroveRoots = 144, CrimsonStem = 145, WarpedStem = 146, BambooBlock = 147, StrippedOakLog = 148, StrippedSpruceLog = 149, StrippedBirchLog = 150, StrippedJungleLog = 151, StrippedAcaciaLog = 152, StrippedCherryLog = 153, StrippedDarkOakLog = 154, StrippedPaleOakLog = 155, StrippedMangroveLog = 156, StrippedCrimsonStem = 157, StrippedWarpedStem = 158, StrippedOakWood = 159, StrippedSpruceWood = 160, StrippedBirchWood = 161, StrippedJungleWood = 162, StrippedAcaciaWood = 163, StrippedCherryWood = 164, StrippedDarkOakWood = 165, StrippedPaleOakWood = 166, StrippedMangroveWood = 167, StrippedCrimsonHyphae = 168, StrippedWarpedHyphae = 169, StrippedBambooBlock = 170, OakWood = 171, SpruceWood = 172, BirchWood = 173, JungleWood = 174, AcaciaWood = 175, CherryWood = 176, PaleOakWood = 177, DarkOakWood = 178, MangroveWood = 179, CrimsonHyphae = 180, WarpedHyphae = 181, OakLeaves = 182, SpruceLeaves = 183, BirchLeaves = 184, JungleLeaves = 185, AcaciaLeaves = 186, CherryLeaves = 187, DarkOakLeaves = 188, PaleOakLeaves = 189, MangroveLeaves = 190, AzaleaLeaves = 191, FloweringAzaleaLeaves = 192, Sponge = 193, WetSponge = 194, Glass = 195, TintedGlass = 196, LapisBlock = 197, Sandstone = 198, ChiseledSandstone = 199, CutSandstone = 200, Cobweb = 201, ShortGrass = 202, Fern = 203, Bush = 204, Azalea = 205, FloweringAzalea = 206, DeadBush = 207, FireflyBush = 208, ShortDryGrass = 209, TallDryGrass = 210, Seagrass = 211, SeaPickle = 212, WhiteWool = 213, OrangeWool = 214, MagentaWool = 215, LightBlueWool = 216, YellowWool = 217, LimeWool = 218, PinkWool = 219, GrayWool = 220, LightGrayWool = 221, CyanWool = 222, PurpleWool = 223, BlueWool = 224, BrownWool = 225, GreenWool = 226, RedWool = 227, BlackWool = 228, Dandelion = 229, OpenEyeblossom = 230, ClosedEyeblossom = 231, Poppy = 232, BlueOrchid = 233, Allium = 234, AzureBluet = 235, RedTulip = 236, OrangeTulip = 237, WhiteTulip = 238, PinkTulip = 239, OxeyeDaisy = 240, Cornflower = 241, LilyOfTheValley = 242, WitherRose = 243, Torchflower = 244, PitcherPlant = 245, SporeBlossom = 246, BrownMushroom = 247, RedMushroom = 248, CrimsonFungus = 249, WarpedFungus = 250, CrimsonRoots = 251, WarpedRoots = 252, NetherSprouts = 253, WeepingVines = 254, TwistingVines = 255, SugarCane = 256, Kelp = 257, PinkPetals = 258, Wildflowers = 259, LeafLitter = 260, MossCarpet = 261, MossBlock = 262, PaleMossCarpet = 263, PaleHangingMoss = 264, PaleMossBlock = 265, HangingRoots = 266, BigDripleaf = 267, SmallDripleaf = 268, Bamboo = 269, OakSlab = 270, SpruceSlab = 271, BirchSlab = 272, JungleSlab = 273, AcaciaSlab = 274, CherrySlab = 275, DarkOakSlab = 276, PaleOakSlab = 277, MangroveSlab = 278, BambooSlab = 279, BambooMosaicSlab = 280, CrimsonSlab = 281, WarpedSlab = 282, StoneSlab = 283, SmoothStoneSlab = 284, SandstoneSlab = 285, CutSandstoneSlab = 286, PetrifiedOakSlab = 287, CobblestoneSlab = 288, BrickSlab = 289, StoneBrickSlab = 290, MudBrickSlab = 291, NetherBrickSlab = 292, QuartzSlab = 293, RedSandstoneSlab = 294, CutRedSandstoneSlab = 295, PurpurSlab = 296, PrismarineSlab = 297, PrismarineBrickSlab = 298, DarkPrismarineSlab = 299, SmoothQuartz = 300, SmoothRedSandstone = 301, SmoothSandstone = 302, SmoothStone = 303, Bricks = 304, Bookshelf = 305, ChiseledBookshelf = 306, DecoratedPot = 307, MossyCobblestone = 308, Obsidian = 309, Torch = 310, EndRod = 311, ChorusPlant = 312, ChorusFlower = 313, PurpurBlock = 314, PurpurPillar = 315, PurpurStairs = 316, Spawner = 317, CreakingHeart = 318, Chest = 319, CraftingTable = 320, Farmland = 321, Furnace = 322, Ladder = 323, CobblestoneStairs = 324, Snow = 325, Ice = 326, SnowBlock = 327, Cactus = 328, CactusFlower = 329, Clay = 330, Jukebox = 331, OakFence = 332, SpruceFence = 333, BirchFence = 334, JungleFence = 335, AcaciaFence = 336, CherryFence = 337, DarkOakFence = 338, PaleOakFence = 339, MangroveFence = 340, BambooFence = 341, CrimsonFence = 342, WarpedFence = 343, Pumpkin = 344, CarvedPumpkin = 345, JackOLantern = 346, Netherrack = 347, SoulSand = 348, SoulSoil = 349, Basalt = 350, PolishedBasalt = 351, SmoothBasalt = 352, SoulTorch = 353, Glowstone = 354, InfestedStone = 355, InfestedCobblestone = 356, InfestedStoneBricks = 357, InfestedMossyStoneBricks = 358, InfestedCrackedStoneBricks = 359, InfestedChiseledStoneBricks = 360, InfestedDeepslate = 361, StoneBricks = 362, MossyStoneBricks = 363, CrackedStoneBricks = 364, ChiseledStoneBricks = 365, PackedMud = 366, MudBricks = 367, DeepslateBricks = 368, CrackedDeepslateBricks = 369, DeepslateTiles = 370, CrackedDeepslateTiles = 371, ChiseledDeepslate = 372, ReinforcedDeepslate = 373, BrownMushroomBlock = 374, RedMushroomBlock = 375, MushroomStem = 376, IronBars = 377, Chain = 378, GlassPane = 379, Melon = 380, Vine = 381, GlowLichen = 382, ResinClump = 383, ResinBlock = 384, ResinBricks = 385, ResinBrickStairs = 386, ResinBrickSlab = 387, ResinBrickWall = 388, ChiseledResinBricks = 389, BrickStairs = 390, StoneBrickStairs = 391, MudBrickStairs = 392, Mycelium = 393, LilyPad = 394, NetherBricks = 395, CrackedNetherBricks = 396, ChiseledNetherBricks = 397, NetherBrickFence = 398, NetherBrickStairs = 399, Sculk = 400, SculkVein = 401, SculkCatalyst = 402, SculkShrieker = 403, EnchantingTable = 404, EndPortalFrame = 405, EndStone = 406, EndStoneBricks = 407, DragonEgg = 408, SandstoneStairs = 409, EnderChest = 410, EmeraldBlock = 411, OakStairs = 412, SpruceStairs = 413, BirchStairs = 414, JungleStairs = 415, AcaciaStairs = 416, CherryStairs = 417, DarkOakStairs = 418, PaleOakStairs = 419, MangroveStairs = 420, BambooStairs = 421, BambooMosaicStairs = 422, CrimsonStairs = 423, WarpedStairs = 424, CommandBlock = 425, Beacon = 426, CobblestoneWall = 427, MossyCobblestoneWall = 428, BrickWall = 429, PrismarineWall = 430, RedSandstoneWall = 431, MossyStoneBrickWall = 432, GraniteWall = 433, StoneBrickWall = 434, MudBrickWall = 435, NetherBrickWall = 436, AndesiteWall = 437, RedNetherBrickWall = 438, SandstoneWall = 439, EndStoneBrickWall = 440, DioriteWall = 441, BlackstoneWall = 442, PolishedBlackstoneWall = 443, PolishedBlackstoneBrickWall = 444, CobbledDeepslateWall = 445, PolishedDeepslateWall = 446, DeepslateBrickWall = 447, DeepslateTileWall = 448, Anvil = 449, ChippedAnvil = 450, DamagedAnvil = 451, ChiseledQuartzBlock = 452, QuartzBlock = 453, QuartzBricks = 454, QuartzPillar = 455, QuartzStairs = 456, WhiteTerracotta = 457, OrangeTerracotta = 458, MagentaTerracotta = 459, LightBlueTerracotta = 460, YellowTerracotta = 461, LimeTerracotta = 462, PinkTerracotta = 463, GrayTerracotta = 464, LightGrayTerracotta = 465, CyanTerracotta = 466, PurpleTerracotta = 467, BlueTerracotta = 468, BrownTerracotta = 469, GreenTerracotta = 470, RedTerracotta = 471, BlackTerracotta = 472, Barrier = 473, Light = 474, HayBlock = 475, WhiteCarpet = 476, OrangeCarpet = 477, MagentaCarpet = 478, LightBlueCarpet = 479, YellowCarpet = 480, LimeCarpet = 481, PinkCarpet = 482, GrayCarpet = 483, LightGrayCarpet = 484, CyanCarpet = 485, PurpleCarpet = 486, BlueCarpet = 487, BrownCarpet = 488, GreenCarpet = 489, RedCarpet = 490, BlackCarpet = 491, Terracotta = 492, PackedIce = 493, DirtPath = 494, Sunflower = 495, Lilac = 496, RoseBush = 497, Peony = 498, TallGrass = 499, LargeFern = 500, WhiteStainedGlass = 501, OrangeStainedGlass = 502, MagentaStainedGlass = 503, LightBlueStainedGlass = 504, YellowStainedGlass = 505, LimeStainedGlass = 506, PinkStainedGlass = 507, GrayStainedGlass = 508, LightGrayStainedGlass = 509, CyanStainedGlass = 510, PurpleStainedGlass = 511, BlueStainedGlass = 512, BrownStainedGlass = 513, GreenStainedGlass = 514, RedStainedGlass = 515, BlackStainedGlass = 516, WhiteStainedGlassPane = 517, OrangeStainedGlassPane = 518, MagentaStainedGlassPane = 519, LightBlueStainedGlassPane = 520, YellowStainedGlassPane = 521, LimeStainedGlassPane = 522, PinkStainedGlassPane = 523, GrayStainedGlassPane = 524, LightGrayStainedGlassPane = 525, CyanStainedGlassPane = 526, PurpleStainedGlassPane = 527, BlueStainedGlassPane = 528, BrownStainedGlassPane = 529, GreenStainedGlassPane = 530, RedStainedGlassPane = 531, BlackStainedGlassPane = 532, Prismarine = 533, PrismarineBricks = 534, DarkPrismarine = 535, PrismarineStairs = 536, PrismarineBrickStairs = 537, DarkPrismarineStairs = 538, SeaLantern = 539, RedSandstone = 540, ChiseledRedSandstone = 541, CutRedSandstone = 542, RedSandstoneStairs = 543, RepeatingCommandBlock = 544, ChainCommandBlock = 545, MagmaBlock = 546, NetherWartBlock = 547, WarpedWartBlock = 548, RedNetherBricks = 549, BoneBlock = 550, StructureVoid = 551, ShulkerBox = 552, WhiteShulkerBox = 553, OrangeShulkerBox = 554, MagentaShulkerBox = 555, LightBlueShulkerBox = 556, YellowShulkerBox = 557, LimeShulkerBox = 558, PinkShulkerBox = 559, GrayShulkerBox = 560, LightGrayShulkerBox = 561, CyanShulkerBox = 562, PurpleShulkerBox = 563, BlueShulkerBox = 564, BrownShulkerBox = 565, GreenShulkerBox = 566, RedShulkerBox = 567, BlackShulkerBox = 568, WhiteGlazedTerracotta = 569, OrangeGlazedTerracotta = 570, MagentaGlazedTerracotta = 571, LightBlueGlazedTerracotta = 572, YellowGlazedTerracotta = 573, LimeGlazedTerracotta = 574, PinkGlazedTerracotta = 575, GrayGlazedTerracotta = 576, LightGrayGlazedTerracotta = 577, CyanGlazedTerracotta = 578, PurpleGlazedTerracotta = 579, BlueGlazedTerracotta = 580, BrownGlazedTerracotta = 581, GreenGlazedTerracotta = 582, RedGlazedTerracotta = 583, BlackGlazedTerracotta = 584, WhiteConcrete = 585, OrangeConcrete = 586, MagentaConcrete = 587, LightBlueConcrete = 588, YellowConcrete = 589, LimeConcrete = 590, PinkConcrete = 591, GrayConcrete = 592, LightGrayConcrete = 593, CyanConcrete = 594, PurpleConcrete = 595, BlueConcrete = 596, BrownConcrete = 597, GreenConcrete = 598, RedConcrete = 599, BlackConcrete = 600, WhiteConcretePowder = 601, OrangeConcretePowder = 602, MagentaConcretePowder = 603, LightBlueConcretePowder = 604, YellowConcretePowder = 605, LimeConcretePowder = 606, PinkConcretePowder = 607, GrayConcretePowder = 608, LightGrayConcretePowder = 609, CyanConcretePowder = 610, PurpleConcretePowder = 611, BlueConcretePowder = 612, BrownConcretePowder = 613, GreenConcretePowder = 614, RedConcretePowder = 615, BlackConcretePowder = 616, TurtleEgg = 617, SnifferEgg = 618, DeadTubeCoralBlock = 619, DeadBrainCoralBlock = 620, DeadBubbleCoralBlock = 621, DeadFireCoralBlock = 622, DeadHornCoralBlock = 623, TubeCoralBlock = 624, BrainCoralBlock = 625, BubbleCoralBlock = 626, FireCoralBlock = 627, HornCoralBlock = 628, TubeCoral = 629, BrainCoral = 630, BubbleCoral = 631, FireCoral = 632, HornCoral = 633, DeadBrainCoral = 634, DeadBubbleCoral = 635, DeadFireCoral = 636, DeadHornCoral = 637, DeadTubeCoral = 638, TubeCoralFan = 639, BrainCoralFan = 640, BubbleCoralFan = 641, FireCoralFan = 642, HornCoralFan = 643, DeadTubeCoralFan = 644, DeadBrainCoralFan = 645, DeadBubbleCoralFan = 646, DeadFireCoralFan = 647, DeadHornCoralFan = 648, BlueIce = 649, Conduit = 650, PolishedGraniteStairs = 651, SmoothRedSandstoneStairs = 652, MossyStoneBrickStairs = 653, PolishedDioriteStairs = 654, MossyCobblestoneStairs = 655, EndStoneBrickStairs = 656, StoneStairs = 657, SmoothSandstoneStairs = 658, SmoothQuartzStairs = 659, GraniteStairs = 660, AndesiteStairs = 661, RedNetherBrickStairs = 662, PolishedAndesiteStairs = 663, DioriteStairs = 664, CobbledDeepslateStairs = 665, PolishedDeepslateStairs = 666, DeepslateBrickStairs = 667, DeepslateTileStairs = 668, PolishedGraniteSlab = 669, SmoothRedSandstoneSlab = 670, MossyStoneBrickSlab = 671, PolishedDioriteSlab = 672, MossyCobblestoneSlab = 673, EndStoneBrickSlab = 674, SmoothSandstoneSlab = 675, SmoothQuartzSlab = 676, GraniteSlab = 677, AndesiteSlab = 678, RedNetherBrickSlab = 679, PolishedAndesiteSlab = 680, DioriteSlab = 681, CobbledDeepslateSlab = 682, PolishedDeepslateSlab = 683, DeepslateBrickSlab = 684, DeepslateTileSlab = 685, Scaffolding = 686, Redstone = 687, RedstoneTorch = 688, RedstoneBlock = 689, Repeater = 690, Comparator = 691, Piston = 692, StickyPiston = 693, SlimeBlock = 694, HoneyBlock = 695, Observer = 696, Hopper = 697, Dispenser = 698, Dropper = 699, Lectern = 700, Target = 701, Lever = 702, LightningRod = 703, DaylightDetector = 704, SculkSensor = 705, CalibratedSculkSensor = 706, TripwireHook = 707, TrappedChest = 708, Tnt = 709, RedstoneLamp = 710, NoteBlock = 711, StoneButton = 712, PolishedBlackstoneButton = 713, OakButton = 714, SpruceButton = 715, BirchButton = 716, JungleButton = 717, AcaciaButton = 718, CherryButton = 719, DarkOakButton = 720, PaleOakButton = 721, MangroveButton = 722, BambooButton = 723, CrimsonButton = 724, WarpedButton = 725, StonePressurePlate = 726, PolishedBlackstonePressurePlate = 727, LightWeightedPressurePlate = 728, HeavyWeightedPressurePlate = 729, OakPressurePlate = 730, SprucePressurePlate = 731, BirchPressurePlate = 732, JunglePressurePlate = 733, AcaciaPressurePlate = 734, CherryPressurePlate = 735, DarkOakPressurePlate = 736, PaleOakPressurePlate = 737, MangrovePressurePlate = 738, BambooPressurePlate = 739, CrimsonPressurePlate = 740, WarpedPressurePlate = 741, IronDoor = 742, OakDoor = 743, SpruceDoor = 744, BirchDoor = 745, JungleDoor = 746, AcaciaDoor = 747, CherryDoor = 748, DarkOakDoor = 749, PaleOakDoor = 750, MangroveDoor = 751, BambooDoor = 752, CrimsonDoor = 753, WarpedDoor = 754, CopperDoor = 755, ExposedCopperDoor = 756, WeatheredCopperDoor = 757, OxidizedCopperDoor = 758, WaxedCopperDoor = 759, WaxedExposedCopperDoor = 760, WaxedWeatheredCopperDoor = 761, WaxedOxidizedCopperDoor = 762, IronTrapdoor = 763, OakTrapdoor = 764, SpruceTrapdoor = 765, BirchTrapdoor = 766, JungleTrapdoor = 767, AcaciaTrapdoor = 768, CherryTrapdoor = 769, DarkOakTrapdoor = 770, PaleOakTrapdoor = 771, MangroveTrapdoor = 772, BambooTrapdoor = 773, CrimsonTrapdoor = 774, WarpedTrapdoor = 775, CopperTrapdoor = 776, ExposedCopperTrapdoor = 777, WeatheredCopperTrapdoor = 778, OxidizedCopperTrapdoor = 779, WaxedCopperTrapdoor = 780, WaxedExposedCopperTrapdoor = 781, WaxedWeatheredCopperTrapdoor = 782, WaxedOxidizedCopperTrapdoor = 783, OakFenceGate = 784, SpruceFenceGate = 785, BirchFenceGate = 786, JungleFenceGate = 787, AcaciaFenceGate = 788, CherryFenceGate = 789, DarkOakFenceGate = 790, PaleOakFenceGate = 791, MangroveFenceGate = 792, BambooFenceGate = 793, CrimsonFenceGate = 794, WarpedFenceGate = 795, PoweredRail = 796, DetectorRail = 797, Rail = 798, ActivatorRail = 799, Saddle = 800, Minecart = 801, ChestMinecart = 802, FurnaceMinecart = 803, TntMinecart = 804, HopperMinecart = 805, CarrotOnAStick = 806, WarpedFungusOnAStick = 807, PhantomMembrane = 808, Elytra = 809, OakBoat = 810, OakChestBoat = 811, SpruceBoat = 812, SpruceChestBoat = 813, BirchBoat = 814, BirchChestBoat = 815, JungleBoat = 816, JungleChestBoat = 817, AcaciaBoat = 818, AcaciaChestBoat = 819, CherryBoat = 820, CherryChestBoat = 821, DarkOakBoat = 822, DarkOakChestBoat = 823, PaleOakBoat = 824, PaleOakChestBoat = 825, MangroveBoat = 826, MangroveChestBoat = 827, BambooRaft = 828, BambooChestRaft = 829, StructureBlock = 830, Jigsaw = 831, TestBlock = 832, TestInstanceBlock = 833, TurtleHelmet = 834, TurtleScute = 835, ArmadilloScute = 836, WolfArmor = 837, FlintAndSteel = 838, Bowl = 839, Apple = 840, Bow = 841, Arrow = 842, Coal = 843, Charcoal = 844, Diamond = 845, Emerald = 846, LapisLazuli = 847, Quartz = 848, AmethystShard = 849, RawIron = 850, IronIngot = 851, RawCopper = 852, CopperIngot = 853, RawGold = 854, GoldIngot = 855, NetheriteIngot = 856, NetheriteScrap = 857, WoodenSword = 858, WoodenShovel = 859, WoodenPickaxe = 860, WoodenAxe = 861, WoodenHoe = 862, StoneSword = 863, StoneShovel = 864, StonePickaxe = 865, StoneAxe = 866, StoneHoe = 867, GoldenSword = 868, GoldenShovel = 869, GoldenPickaxe = 870, GoldenAxe = 871, GoldenHoe = 872, IronSword = 873, IronShovel = 874, IronPickaxe = 875, IronAxe = 876, IronHoe = 877, DiamondSword = 878, DiamondShovel = 879, DiamondPickaxe = 880, DiamondAxe = 881, DiamondHoe = 882, NetheriteSword = 883, NetheriteShovel = 884, NetheritePickaxe = 885, NetheriteAxe = 886, NetheriteHoe = 887, Stick = 888, MushroomStew = 889, String = 890, Feather = 891, Gunpowder = 892, WheatSeeds = 893, Wheat = 894, Bread = 895, LeatherHelmet = 896, LeatherChestplate = 897, LeatherLeggings = 898, LeatherBoots = 899, ChainmailHelmet = 900, ChainmailChestplate = 901, ChainmailLeggings = 902, ChainmailBoots = 903, IronHelmet = 904, IronChestplate = 905, IronLeggings = 906, IronBoots = 907, DiamondHelmet = 908, DiamondChestplate = 909, DiamondLeggings = 910, DiamondBoots = 911, GoldenHelmet = 912, GoldenChestplate = 913, GoldenLeggings = 914, GoldenBoots = 915, NetheriteHelmet = 916, NetheriteChestplate = 917, NetheriteLeggings = 918, NetheriteBoots = 919, Flint = 920, Porkchop = 921, CookedPorkchop = 922, Painting = 923, GoldenApple = 924, EnchantedGoldenApple = 925, OakSign = 926, SpruceSign = 927, BirchSign = 928, JungleSign = 929, AcaciaSign = 930, CherrySign = 931, DarkOakSign = 932, PaleOakSign = 933, MangroveSign = 934, BambooSign = 935, CrimsonSign = 936, WarpedSign = 937, OakHangingSign = 938, SpruceHangingSign = 939, BirchHangingSign = 940, JungleHangingSign = 941, AcaciaHangingSign = 942, CherryHangingSign = 943, DarkOakHangingSign = 944, PaleOakHangingSign = 945, MangroveHangingSign = 946, BambooHangingSign = 947, CrimsonHangingSign = 948, WarpedHangingSign = 949, Bucket = 950, WaterBucket = 951, LavaBucket = 952, PowderSnowBucket = 953, Snowball = 954, Leather = 955, MilkBucket = 956, PufferfishBucket = 957, SalmonBucket = 958, CodBucket = 959, TropicalFishBucket = 960, AxolotlBucket = 961, TadpoleBucket = 962, Brick = 963, ClayBall = 964, DriedKelpBlock = 965, Paper = 966, Book = 967, SlimeBall = 968, Egg = 969, BlueEgg = 970, BrownEgg = 971, Compass = 972, RecoveryCompass = 973, Bundle = 974, WhiteBundle = 975, OrangeBundle = 976, MagentaBundle = 977, LightBlueBundle = 978, YellowBundle = 979, LimeBundle = 980, PinkBundle = 981, GrayBundle = 982, LightGrayBundle = 983, CyanBundle = 984, PurpleBundle = 985, BlueBundle = 986, BrownBundle = 987, GreenBundle = 988, RedBundle = 989, BlackBundle = 990, FishingRod = 991, Clock = 992, Spyglass = 993, GlowstoneDust = 994, Cod = 995, Salmon = 996, TropicalFish = 997, Pufferfish = 998, CookedCod = 999, CookedSalmon = 1_000, InkSac = 1_001, GlowInkSac = 1_002, CocoaBeans = 1_003, WhiteDye = 1_004, OrangeDye = 1_005, MagentaDye = 1_006, LightBlueDye = 1_007, YellowDye = 1_008, LimeDye = 1_009, PinkDye = 1_010, GrayDye = 1_011, LightGrayDye = 1_012, CyanDye = 1_013, PurpleDye = 1_014, BlueDye = 1_015, BrownDye = 1_016, GreenDye = 1_017, RedDye = 1_018, BlackDye = 1_019, BoneMeal = 1_020, Bone = 1_021, Sugar = 1_022, Cake = 1_023, WhiteBed = 1_024, OrangeBed = 1_025, MagentaBed = 1_026, LightBlueBed = 1_027, YellowBed = 1_028, LimeBed = 1_029, PinkBed = 1_030, GrayBed = 1_031, LightGrayBed = 1_032, CyanBed = 1_033, PurpleBed = 1_034, BlueBed = 1_035, BrownBed = 1_036, GreenBed = 1_037, RedBed = 1_038, BlackBed = 1_039, Cookie = 1_040, Crafter = 1_041, FilledMap = 1_042, Shears = 1_043, MelonSlice = 1_044, DriedKelp = 1_045, PumpkinSeeds = 1_046, MelonSeeds = 1_047, Beef = 1_048, CookedBeef = 1_049, Chicken = 1_050, CookedChicken = 1_051, RottenFlesh = 1_052, EnderPearl = 1_053, BlazeRod = 1_054, GhastTear = 1_055, GoldNugget = 1_056, NetherWart = 1_057, GlassBottle = 1_058, Potion = 1_059, SpiderEye = 1_060, FermentedSpiderEye = 1_061, BlazePowder = 1_062, MagmaCream = 1_063, BrewingStand = 1_064, Cauldron = 1_065, EnderEye = 1_066, GlisteringMelonSlice = 1_067, ArmadilloSpawnEgg = 1_068, AllaySpawnEgg = 1_069, AxolotlSpawnEgg = 1_070, BatSpawnEgg = 1_071, BeeSpawnEgg = 1_072, BlazeSpawnEgg = 1_073, BoggedSpawnEgg = 1_074, BreezeSpawnEgg = 1_075, CatSpawnEgg = 1_076, CamelSpawnEgg = 1_077, CaveSpiderSpawnEgg = 1_078, ChickenSpawnEgg = 1_079, CodSpawnEgg = 1_080, CowSpawnEgg = 1_081, CreeperSpawnEgg = 1_082, DolphinSpawnEgg = 1_083, DonkeySpawnEgg = 1_084, DrownedSpawnEgg = 1_085, ElderGuardianSpawnEgg = 1_086, EnderDragonSpawnEgg = 1_087, EndermanSpawnEgg = 1_088, EndermiteSpawnEgg = 1_089, EvokerSpawnEgg = 1_090, FoxSpawnEgg = 1_091, FrogSpawnEgg = 1_092, GhastSpawnEgg = 1_093, GlowSquidSpawnEgg = 1_094, GoatSpawnEgg = 1_095, GuardianSpawnEgg = 1_096, HoglinSpawnEgg = 1_097, HorseSpawnEgg = 1_098, HuskSpawnEgg = 1_099, IronGolemSpawnEgg = 1_100, LlamaSpawnEgg = 1_101, MagmaCubeSpawnEgg = 1_102, MooshroomSpawnEgg = 1_103, MuleSpawnEgg = 1_104, OcelotSpawnEgg = 1_105, PandaSpawnEgg = 1_106, ParrotSpawnEgg = 1_107, PhantomSpawnEgg = 1_108, PigSpawnEgg = 1_109, PiglinSpawnEgg = 1_110, PiglinBruteSpawnEgg = 1_111, PillagerSpawnEgg = 1_112, PolarBearSpawnEgg = 1_113, PufferfishSpawnEgg = 1_114, RabbitSpawnEgg = 1_115, RavagerSpawnEgg = 1_116, SalmonSpawnEgg = 1_117, SheepSpawnEgg = 1_118, ShulkerSpawnEgg = 1_119, SilverfishSpawnEgg = 1_120, SkeletonSpawnEgg = 1_121, SkeletonHorseSpawnEgg = 1_122, SlimeSpawnEgg = 1_123, SnifferSpawnEgg = 1_124, SnowGolemSpawnEgg = 1_125, SpiderSpawnEgg = 1_126, SquidSpawnEgg = 1_127, StraySpawnEgg = 1_128, StriderSpawnEgg = 1_129, TadpoleSpawnEgg = 1_130, TraderLlamaSpawnEgg = 1_131, TropicalFishSpawnEgg = 1_132, TurtleSpawnEgg = 1_133, VexSpawnEgg = 1_134, VillagerSpawnEgg = 1_135, VindicatorSpawnEgg = 1_136, WanderingTraderSpawnEgg = 1_137, WardenSpawnEgg = 1_138, WitchSpawnEgg = 1_139, WitherSpawnEgg = 1_140, WitherSkeletonSpawnEgg = 1_141, WolfSpawnEgg = 1_142, ZoglinSpawnEgg = 1_143, CreakingSpawnEgg = 1_144, ZombieSpawnEgg = 1_145, ZombieHorseSpawnEgg = 1_146, ZombieVillagerSpawnEgg = 1_147, ZombifiedPiglinSpawnEgg = 1_148, ExperienceBottle = 1_149, FireCharge = 1_150, WindCharge = 1_151, WritableBook = 1_152, WrittenBook = 1_153, BreezeRod = 1_154, Mace = 1_155, ItemFrame = 1_156, GlowItemFrame = 1_157, FlowerPot = 1_158, Carrot = 1_159, Potato = 1_160, BakedPotato = 1_161, PoisonousPotato = 1_162, Map = 1_163, GoldenCarrot = 1_164, SkeletonSkull = 1_165, WitherSkeletonSkull = 1_166, PlayerHead = 1_167, ZombieHead = 1_168, CreeperHead = 1_169, DragonHead = 1_170, PiglinHead = 1_171, NetherStar = 1_172, PumpkinPie = 1_173, FireworkRocket = 1_174, FireworkStar = 1_175, EnchantedBook = 1_176, NetherBrick = 1_177, ResinBrick = 1_178, PrismarineShard = 1_179, PrismarineCrystals = 1_180, Rabbit = 1_181, CookedRabbit = 1_182, RabbitStew = 1_183, RabbitFoot = 1_184, RabbitHide = 1_185, ArmorStand = 1_186, IronHorseArmor = 1_187, GoldenHorseArmor = 1_188, DiamondHorseArmor = 1_189, LeatherHorseArmor = 1_190, Lead = 1_191, NameTag = 1_192, CommandBlockMinecart = 1_193, Mutton = 1_194, CookedMutton = 1_195, WhiteBanner = 1_196, OrangeBanner = 1_197, MagentaBanner = 1_198, LightBlueBanner = 1_199, YellowBanner = 1_200, LimeBanner = 1_201, PinkBanner = 1_202, GrayBanner = 1_203, LightGrayBanner = 1_204, CyanBanner = 1_205, PurpleBanner = 1_206, BlueBanner = 1_207, BrownBanner = 1_208, GreenBanner = 1_209, RedBanner = 1_210, BlackBanner = 1_211, EndCrystal = 1_212, ChorusFruit = 1_213, PoppedChorusFruit = 1_214, TorchflowerSeeds = 1_215, PitcherPod = 1_216, Beetroot = 1_217, BeetrootSeeds = 1_218, BeetrootSoup = 1_219, DragonBreath = 1_220, SplashPotion = 1_221, SpectralArrow = 1_222, TippedArrow = 1_223, LingeringPotion = 1_224, Shield = 1_225, TotemOfUndying = 1_226, ShulkerShell = 1_227, IronNugget = 1_228, KnowledgeBook = 1_229, DebugStick = 1_230, MusicDisc13 = 1_231, MusicDiscCat = 1_232, MusicDiscBlocks = 1_233, MusicDiscChirp = 1_234, MusicDiscCreator = 1_235, MusicDiscCreatorMusicBox = 1_236, MusicDiscFar = 1_237, MusicDiscMall = 1_238, MusicDiscMellohi = 1_239, MusicDiscStal = 1_240, MusicDiscStrad = 1_241, MusicDiscWard = 1_242, MusicDisc11 = 1_243, MusicDiscWait = 1_244, MusicDiscOtherside = 1_245, MusicDiscRelic = 1_246, MusicDisc5 = 1_247, MusicDiscPigstep = 1_248, MusicDiscPrecipice = 1_249, DiscFragment5 = 1_250, Trident = 1_251, NautilusShell = 1_252, HeartOfTheSea = 1_253, Crossbow = 1_254, SuspiciousStew = 1_255, Loom = 1_256, FlowerBannerPattern = 1_257, CreeperBannerPattern = 1_258, SkullBannerPattern = 1_259, MojangBannerPattern = 1_260, GlobeBannerPattern = 1_261, PiglinBannerPattern = 1_262, FlowBannerPattern = 1_263, GusterBannerPattern = 1_264, FieldMasonedBannerPattern = 1_265, BordureIndentedBannerPattern = 1_266, GoatHorn = 1_267, Composter = 1_268, Barrel = 1_269, Smoker = 1_270, BlastFurnace = 1_271, CartographyTable = 1_272, FletchingTable = 1_273, Grindstone = 1_274, SmithingTable = 1_275, Stonecutter = 1_276, Bell = 1_277, Lantern = 1_278, SoulLantern = 1_279, SweetBerries = 1_280, GlowBerries = 1_281, Campfire = 1_282, SoulCampfire = 1_283, Shroomlight = 1_284, Honeycomb = 1_285, BeeNest = 1_286, Beehive = 1_287, HoneyBottle = 1_288, HoneycombBlock = 1_289, Lodestone = 1_290, CryingObsidian = 1_291, Blackstone = 1_292, BlackstoneSlab = 1_293, BlackstoneStairs = 1_294, GildedBlackstone = 1_295, PolishedBlackstone = 1_296, PolishedBlackstoneSlab = 1_297, PolishedBlackstoneStairs = 1_298, ChiseledPolishedBlackstone = 1_299, PolishedBlackstoneBricks = 1_300, PolishedBlackstoneBrickSlab = 1_301, PolishedBlackstoneBrickStairs = 1_302, CrackedPolishedBlackstoneBricks = 1_303, RespawnAnchor = 1_304, Candle = 1_305, WhiteCandle = 1_306, OrangeCandle = 1_307, MagentaCandle = 1_308, LightBlueCandle = 1_309, YellowCandle = 1_310, LimeCandle = 1_311, PinkCandle = 1_312, GrayCandle = 1_313, LightGrayCandle = 1_314, CyanCandle = 1_315, PurpleCandle = 1_316, BlueCandle = 1_317, BrownCandle = 1_318, GreenCandle = 1_319, RedCandle = 1_320, BlackCandle = 1_321, SmallAmethystBud = 1_322, MediumAmethystBud = 1_323, LargeAmethystBud = 1_324, AmethystCluster = 1_325, PointedDripstone = 1_326, OchreFroglight = 1_327, VerdantFroglight = 1_328, PearlescentFroglight = 1_329, Frogspawn = 1_330, EchoShard = 1_331, Brush = 1_332, NetheriteUpgradeSmithingTemplate = 1_333, SentryArmorTrimSmithingTemplate = 1_334, DuneArmorTrimSmithingTemplate = 1_335, CoastArmorTrimSmithingTemplate = 1_336, WildArmorTrimSmithingTemplate = 1_337, WardArmorTrimSmithingTemplate = 1_338, EyeArmorTrimSmithingTemplate = 1_339, VexArmorTrimSmithingTemplate = 1_340, TideArmorTrimSmithingTemplate = 1_341, SnoutArmorTrimSmithingTemplate = 1_342, RibArmorTrimSmithingTemplate = 1_343, SpireArmorTrimSmithingTemplate = 1_344, WayfinderArmorTrimSmithingTemplate = 1_345, ShaperArmorTrimSmithingTemplate = 1_346, SilenceArmorTrimSmithingTemplate = 1_347, RaiserArmorTrimSmithingTemplate = 1_348, HostArmorTrimSmithingTemplate = 1_349, FlowArmorTrimSmithingTemplate = 1_350, BoltArmorTrimSmithingTemplate = 1_351, AnglerPotterySherd = 1_352, ArcherPotterySherd = 1_353, ArmsUpPotterySherd = 1_354, BladePotterySherd = 1_355, BrewerPotterySherd = 1_356, BurnPotterySherd = 1_357, DangerPotterySherd = 1_358, ExplorerPotterySherd = 1_359, FlowPotterySherd = 1_360, FriendPotterySherd = 1_361, GusterPotterySherd = 1_362, HeartPotterySherd = 1_363, HeartbreakPotterySherd = 1_364, HowlPotterySherd = 1_365, MinerPotterySherd = 1_366, MournerPotterySherd = 1_367, PlentyPotterySherd = 1_368, PrizePotterySherd = 1_369, ScrapePotterySherd = 1_370, SheafPotterySherd = 1_371, ShelterPotterySherd = 1_372, SkullPotterySherd = 1_373, SnortPotterySherd = 1_374, CopperGrate = 1_375, ExposedCopperGrate = 1_376, WeatheredCopperGrate = 1_377, OxidizedCopperGrate = 1_378, WaxedCopperGrate = 1_379, WaxedExposedCopperGrate = 1_380, WaxedWeatheredCopperGrate = 1_381, WaxedOxidizedCopperGrate = 1_382, CopperBulb = 1_383, ExposedCopperBulb = 1_384, WeatheredCopperBulb = 1_385, OxidizedCopperBulb = 1_386, WaxedCopperBulb = 1_387, WaxedExposedCopperBulb = 1_388, WaxedWeatheredCopperBulb = 1_389, WaxedOxidizedCopperBulb = 1_390, TrialSpawner = 1_391, TrialKey = 1_392, OminousTrialKey = 1_393, Vault = 1_394, OminousBottle = 1_395,
}

Variants§

§

Air = 0

§

Stone = 1

§

Granite = 2

§

PolishedGranite = 3

§

Diorite = 4

§

PolishedDiorite = 5

§

Andesite = 6

§

PolishedAndesite = 7

§

Deepslate = 8

§

CobbledDeepslate = 9

§

PolishedDeepslate = 10

§

Calcite = 11

§

Tuff = 12

§

TuffSlab = 13

§

TuffStairs = 14

§

TuffWall = 15

§

ChiseledTuff = 16

§

PolishedTuff = 17

§

PolishedTuffSlab = 18

§

PolishedTuffStairs = 19

§

PolishedTuffWall = 20

§

TuffBricks = 21

§

TuffBrickSlab = 22

§

TuffBrickStairs = 23

§

TuffBrickWall = 24

§

ChiseledTuffBricks = 25

§

DripstoneBlock = 26

§

GrassBlock = 27

§

Dirt = 28

§

CoarseDirt = 29

§

Podzol = 30

§

RootedDirt = 31

§

Mud = 32

§

CrimsonNylium = 33

§

WarpedNylium = 34

§

Cobblestone = 35

§

OakPlanks = 36

§

SprucePlanks = 37

§

BirchPlanks = 38

§

JunglePlanks = 39

§

AcaciaPlanks = 40

§

CherryPlanks = 41

§

DarkOakPlanks = 42

§

PaleOakPlanks = 43

§

MangrovePlanks = 44

§

BambooPlanks = 45

§

CrimsonPlanks = 46

§

WarpedPlanks = 47

§

BambooMosaic = 48

§

OakSapling = 49

§

SpruceSapling = 50

§

BirchSapling = 51

§

JungleSapling = 52

§

AcaciaSapling = 53

§

CherrySapling = 54

§

DarkOakSapling = 55

§

PaleOakSapling = 56

§

MangrovePropagule = 57

§

Bedrock = 58

§

Sand = 59

§

SuspiciousSand = 60

§

SuspiciousGravel = 61

§

RedSand = 62

§

Gravel = 63

§

CoalOre = 64

§

DeepslateCoalOre = 65

§

IronOre = 66

§

DeepslateIronOre = 67

§

CopperOre = 68

§

DeepslateCopperOre = 69

§

GoldOre = 70

§

DeepslateGoldOre = 71

§

RedstoneOre = 72

§

DeepslateRedstoneOre = 73

§

EmeraldOre = 74

§

DeepslateEmeraldOre = 75

§

LapisOre = 76

§

DeepslateLapisOre = 77

§

DiamondOre = 78

§

DeepslateDiamondOre = 79

§

NetherGoldOre = 80

§

NetherQuartzOre = 81

§

AncientDebris = 82

§

CoalBlock = 83

§

RawIronBlock = 84

§

RawCopperBlock = 85

§

RawGoldBlock = 86

§

HeavyCore = 87

§

AmethystBlock = 88

§

BuddingAmethyst = 89

§

IronBlock = 90

§

CopperBlock = 91

§

GoldBlock = 92

§

DiamondBlock = 93

§

NetheriteBlock = 94

§

ExposedCopper = 95

§

WeatheredCopper = 96

§

OxidizedCopper = 97

§

ChiseledCopper = 98

§

ExposedChiseledCopper = 99

§

WeatheredChiseledCopper = 100

§

OxidizedChiseledCopper = 101

§

CutCopper = 102

§

ExposedCutCopper = 103

§

WeatheredCutCopper = 104

§

OxidizedCutCopper = 105

§

CutCopperStairs = 106

§

ExposedCutCopperStairs = 107

§

WeatheredCutCopperStairs = 108

§

OxidizedCutCopperStairs = 109

§

CutCopperSlab = 110

§

ExposedCutCopperSlab = 111

§

WeatheredCutCopperSlab = 112

§

OxidizedCutCopperSlab = 113

§

WaxedCopperBlock = 114

§

WaxedExposedCopper = 115

§

WaxedWeatheredCopper = 116

§

WaxedOxidizedCopper = 117

§

WaxedChiseledCopper = 118

§

WaxedExposedChiseledCopper = 119

§

WaxedWeatheredChiseledCopper = 120

§

WaxedOxidizedChiseledCopper = 121

§

WaxedCutCopper = 122

§

WaxedExposedCutCopper = 123

§

WaxedWeatheredCutCopper = 124

§

WaxedOxidizedCutCopper = 125

§

WaxedCutCopperStairs = 126

§

WaxedExposedCutCopperStairs = 127

§

WaxedWeatheredCutCopperStairs = 128

§

WaxedOxidizedCutCopperStairs = 129

§

WaxedCutCopperSlab = 130

§

WaxedExposedCutCopperSlab = 131

§

WaxedWeatheredCutCopperSlab = 132

§

WaxedOxidizedCutCopperSlab = 133

§

OakLog = 134

§

SpruceLog = 135

§

BirchLog = 136

§

JungleLog = 137

§

AcaciaLog = 138

§

CherryLog = 139

§

PaleOakLog = 140

§

DarkOakLog = 141

§

MangroveLog = 142

§

MangroveRoots = 143

§

MuddyMangroveRoots = 144

§

CrimsonStem = 145

§

WarpedStem = 146

§

BambooBlock = 147

§

StrippedOakLog = 148

§

StrippedSpruceLog = 149

§

StrippedBirchLog = 150

§

StrippedJungleLog = 151

§

StrippedAcaciaLog = 152

§

StrippedCherryLog = 153

§

StrippedDarkOakLog = 154

§

StrippedPaleOakLog = 155

§

StrippedMangroveLog = 156

§

StrippedCrimsonStem = 157

§

StrippedWarpedStem = 158

§

StrippedOakWood = 159

§

StrippedSpruceWood = 160

§

StrippedBirchWood = 161

§

StrippedJungleWood = 162

§

StrippedAcaciaWood = 163

§

StrippedCherryWood = 164

§

StrippedDarkOakWood = 165

§

StrippedPaleOakWood = 166

§

StrippedMangroveWood = 167

§

StrippedCrimsonHyphae = 168

§

StrippedWarpedHyphae = 169

§

StrippedBambooBlock = 170

§

OakWood = 171

§

SpruceWood = 172

§

BirchWood = 173

§

JungleWood = 174

§

AcaciaWood = 175

§

CherryWood = 176

§

PaleOakWood = 177

§

DarkOakWood = 178

§

MangroveWood = 179

§

CrimsonHyphae = 180

§

WarpedHyphae = 181

§

OakLeaves = 182

§

SpruceLeaves = 183

§

BirchLeaves = 184

§

JungleLeaves = 185

§

AcaciaLeaves = 186

§

CherryLeaves = 187

§

DarkOakLeaves = 188

§

PaleOakLeaves = 189

§

MangroveLeaves = 190

§

AzaleaLeaves = 191

§

FloweringAzaleaLeaves = 192

§

Sponge = 193

§

WetSponge = 194

§

Glass = 195

§

TintedGlass = 196

§

LapisBlock = 197

§

Sandstone = 198

§

ChiseledSandstone = 199

§

CutSandstone = 200

§

Cobweb = 201

§

ShortGrass = 202

§

Fern = 203

§

Bush = 204

§

Azalea = 205

§

FloweringAzalea = 206

§

DeadBush = 207

§

FireflyBush = 208

§

ShortDryGrass = 209

§

TallDryGrass = 210

§

Seagrass = 211

§

SeaPickle = 212

§

WhiteWool = 213

§

OrangeWool = 214

§

MagentaWool = 215

§

LightBlueWool = 216

§

YellowWool = 217

§

LimeWool = 218

§

PinkWool = 219

§

GrayWool = 220

§

LightGrayWool = 221

§

CyanWool = 222

§

PurpleWool = 223

§

BlueWool = 224

§

BrownWool = 225

§

GreenWool = 226

§

RedWool = 227

§

BlackWool = 228

§

Dandelion = 229

§

OpenEyeblossom = 230

§

ClosedEyeblossom = 231

§

Poppy = 232

§

BlueOrchid = 233

§

Allium = 234

§

AzureBluet = 235

§

RedTulip = 236

§

OrangeTulip = 237

§

WhiteTulip = 238

§

PinkTulip = 239

§

OxeyeDaisy = 240

§

Cornflower = 241

§

LilyOfTheValley = 242

§

WitherRose = 243

§

Torchflower = 244

§

PitcherPlant = 245

§

SporeBlossom = 246

§

BrownMushroom = 247

§

RedMushroom = 248

§

CrimsonFungus = 249

§

WarpedFungus = 250

§

CrimsonRoots = 251

§

WarpedRoots = 252

§

NetherSprouts = 253

§

WeepingVines = 254

§

TwistingVines = 255

§

SugarCane = 256

§

Kelp = 257

§

PinkPetals = 258

§

Wildflowers = 259

§

LeafLitter = 260

§

MossCarpet = 261

§

MossBlock = 262

§

PaleMossCarpet = 263

§

PaleHangingMoss = 264

§

PaleMossBlock = 265

§

HangingRoots = 266

§

BigDripleaf = 267

§

SmallDripleaf = 268

§

Bamboo = 269

§

OakSlab = 270

§

SpruceSlab = 271

§

BirchSlab = 272

§

JungleSlab = 273

§

AcaciaSlab = 274

§

CherrySlab = 275

§

DarkOakSlab = 276

§

PaleOakSlab = 277

§

MangroveSlab = 278

§

BambooSlab = 279

§

BambooMosaicSlab = 280

§

CrimsonSlab = 281

§

WarpedSlab = 282

§

StoneSlab = 283

§

SmoothStoneSlab = 284

§

SandstoneSlab = 285

§

CutSandstoneSlab = 286

§

PetrifiedOakSlab = 287

§

CobblestoneSlab = 288

§

BrickSlab = 289

§

StoneBrickSlab = 290

§

MudBrickSlab = 291

§

NetherBrickSlab = 292

§

QuartzSlab = 293

§

RedSandstoneSlab = 294

§

CutRedSandstoneSlab = 295

§

PurpurSlab = 296

§

PrismarineSlab = 297

§

PrismarineBrickSlab = 298

§

DarkPrismarineSlab = 299

§

SmoothQuartz = 300

§

SmoothRedSandstone = 301

§

SmoothSandstone = 302

§

SmoothStone = 303

§

Bricks = 304

§

Bookshelf = 305

§

ChiseledBookshelf = 306

§

DecoratedPot = 307

§

MossyCobblestone = 308

§

Obsidian = 309

§

Torch = 310

§

EndRod = 311

§

ChorusPlant = 312

§

ChorusFlower = 313

§

PurpurBlock = 314

§

PurpurPillar = 315

§

PurpurStairs = 316

§

Spawner = 317

§

CreakingHeart = 318

§

Chest = 319

§

CraftingTable = 320

§

Farmland = 321

§

Furnace = 322

§

Ladder = 323

§

CobblestoneStairs = 324

§

Snow = 325

§

Ice = 326

§

SnowBlock = 327

§

Cactus = 328

§

CactusFlower = 329

§

Clay = 330

§

Jukebox = 331

§

OakFence = 332

§

SpruceFence = 333

§

BirchFence = 334

§

JungleFence = 335

§

AcaciaFence = 336

§

CherryFence = 337

§

DarkOakFence = 338

§

PaleOakFence = 339

§

MangroveFence = 340

§

BambooFence = 341

§

CrimsonFence = 342

§

WarpedFence = 343

§

Pumpkin = 344

§

CarvedPumpkin = 345

§

JackOLantern = 346

§

Netherrack = 347

§

SoulSand = 348

§

SoulSoil = 349

§

Basalt = 350

§

PolishedBasalt = 351

§

SmoothBasalt = 352

§

SoulTorch = 353

§

Glowstone = 354

§

InfestedStone = 355

§

InfestedCobblestone = 356

§

InfestedStoneBricks = 357

§

InfestedMossyStoneBricks = 358

§

InfestedCrackedStoneBricks = 359

§

InfestedChiseledStoneBricks = 360

§

InfestedDeepslate = 361

§

StoneBricks = 362

§

MossyStoneBricks = 363

§

CrackedStoneBricks = 364

§

ChiseledStoneBricks = 365

§

PackedMud = 366

§

MudBricks = 367

§

DeepslateBricks = 368

§

CrackedDeepslateBricks = 369

§

DeepslateTiles = 370

§

CrackedDeepslateTiles = 371

§

ChiseledDeepslate = 372

§

ReinforcedDeepslate = 373

§

BrownMushroomBlock = 374

§

RedMushroomBlock = 375

§

MushroomStem = 376

§

IronBars = 377

§

Chain = 378

§

GlassPane = 379

§

Melon = 380

§

Vine = 381

§

GlowLichen = 382

§

ResinClump = 383

§

ResinBlock = 384

§

ResinBricks = 385

§

ResinBrickStairs = 386

§

ResinBrickSlab = 387

§

ResinBrickWall = 388

§

ChiseledResinBricks = 389

§

BrickStairs = 390

§

StoneBrickStairs = 391

§

MudBrickStairs = 392

§

Mycelium = 393

§

LilyPad = 394

§

NetherBricks = 395

§

CrackedNetherBricks = 396

§

ChiseledNetherBricks = 397

§

NetherBrickFence = 398

§

NetherBrickStairs = 399

§

Sculk = 400

§

SculkVein = 401

§

SculkCatalyst = 402

§

SculkShrieker = 403

§

EnchantingTable = 404

§

EndPortalFrame = 405

§

EndStone = 406

§

EndStoneBricks = 407

§

DragonEgg = 408

§

SandstoneStairs = 409

§

EnderChest = 410

§

EmeraldBlock = 411

§

OakStairs = 412

§

SpruceStairs = 413

§

BirchStairs = 414

§

JungleStairs = 415

§

AcaciaStairs = 416

§

CherryStairs = 417

§

DarkOakStairs = 418

§

PaleOakStairs = 419

§

MangroveStairs = 420

§

BambooStairs = 421

§

BambooMosaicStairs = 422

§

CrimsonStairs = 423

§

WarpedStairs = 424

§

CommandBlock = 425

§

Beacon = 426

§

CobblestoneWall = 427

§

MossyCobblestoneWall = 428

§

BrickWall = 429

§

PrismarineWall = 430

§

RedSandstoneWall = 431

§

MossyStoneBrickWall = 432

§

GraniteWall = 433

§

StoneBrickWall = 434

§

MudBrickWall = 435

§

NetherBrickWall = 436

§

AndesiteWall = 437

§

RedNetherBrickWall = 438

§

SandstoneWall = 439

§

EndStoneBrickWall = 440

§

DioriteWall = 441

§

BlackstoneWall = 442

§

PolishedBlackstoneWall = 443

§

PolishedBlackstoneBrickWall = 444

§

CobbledDeepslateWall = 445

§

PolishedDeepslateWall = 446

§

DeepslateBrickWall = 447

§

DeepslateTileWall = 448

§

Anvil = 449

§

ChippedAnvil = 450

§

DamagedAnvil = 451

§

ChiseledQuartzBlock = 452

§

QuartzBlock = 453

§

QuartzBricks = 454

§

QuartzPillar = 455

§

QuartzStairs = 456

§

WhiteTerracotta = 457

§

OrangeTerracotta = 458

§

MagentaTerracotta = 459

§

LightBlueTerracotta = 460

§

YellowTerracotta = 461

§

LimeTerracotta = 462

§

PinkTerracotta = 463

§

GrayTerracotta = 464

§

LightGrayTerracotta = 465

§

CyanTerracotta = 466

§

PurpleTerracotta = 467

§

BlueTerracotta = 468

§

BrownTerracotta = 469

§

GreenTerracotta = 470

§

RedTerracotta = 471

§

BlackTerracotta = 472

§

Barrier = 473

§

Light = 474

§

HayBlock = 475

§

WhiteCarpet = 476

§

OrangeCarpet = 477

§

MagentaCarpet = 478

§

LightBlueCarpet = 479

§

YellowCarpet = 480

§

LimeCarpet = 481

§

PinkCarpet = 482

§

GrayCarpet = 483

§

LightGrayCarpet = 484

§

CyanCarpet = 485

§

PurpleCarpet = 486

§

BlueCarpet = 487

§

BrownCarpet = 488

§

GreenCarpet = 489

§

RedCarpet = 490

§

BlackCarpet = 491

§

Terracotta = 492

§

PackedIce = 493

§

DirtPath = 494

§

Sunflower = 495

§

Lilac = 496

§

RoseBush = 497

§

Peony = 498

§

TallGrass = 499

§

LargeFern = 500

§

WhiteStainedGlass = 501

§

OrangeStainedGlass = 502

§

MagentaStainedGlass = 503

§

LightBlueStainedGlass = 504

§

YellowStainedGlass = 505

§

LimeStainedGlass = 506

§

PinkStainedGlass = 507

§

GrayStainedGlass = 508

§

LightGrayStainedGlass = 509

§

CyanStainedGlass = 510

§

PurpleStainedGlass = 511

§

BlueStainedGlass = 512

§

BrownStainedGlass = 513

§

GreenStainedGlass = 514

§

RedStainedGlass = 515

§

BlackStainedGlass = 516

§

WhiteStainedGlassPane = 517

§

OrangeStainedGlassPane = 518

§

MagentaStainedGlassPane = 519

§

LightBlueStainedGlassPane = 520

§

YellowStainedGlassPane = 521

§

LimeStainedGlassPane = 522

§

PinkStainedGlassPane = 523

§

GrayStainedGlassPane = 524

§

LightGrayStainedGlassPane = 525

§

CyanStainedGlassPane = 526

§

PurpleStainedGlassPane = 527

§

BlueStainedGlassPane = 528

§

BrownStainedGlassPane = 529

§

GreenStainedGlassPane = 530

§

RedStainedGlassPane = 531

§

BlackStainedGlassPane = 532

§

Prismarine = 533

§

PrismarineBricks = 534

§

DarkPrismarine = 535

§

PrismarineStairs = 536

§

PrismarineBrickStairs = 537

§

DarkPrismarineStairs = 538

§

SeaLantern = 539

§

RedSandstone = 540

§

ChiseledRedSandstone = 541

§

CutRedSandstone = 542

§

RedSandstoneStairs = 543

§

RepeatingCommandBlock = 544

§

ChainCommandBlock = 545

§

MagmaBlock = 546

§

NetherWartBlock = 547

§

WarpedWartBlock = 548

§

RedNetherBricks = 549

§

BoneBlock = 550

§

StructureVoid = 551

§

ShulkerBox = 552

§

WhiteShulkerBox = 553

§

OrangeShulkerBox = 554

§

MagentaShulkerBox = 555

§

LightBlueShulkerBox = 556

§

YellowShulkerBox = 557

§

LimeShulkerBox = 558

§

PinkShulkerBox = 559

§

GrayShulkerBox = 560

§

LightGrayShulkerBox = 561

§

CyanShulkerBox = 562

§

PurpleShulkerBox = 563

§

BlueShulkerBox = 564

§

BrownShulkerBox = 565

§

GreenShulkerBox = 566

§

RedShulkerBox = 567

§

BlackShulkerBox = 568

§

WhiteGlazedTerracotta = 569

§

OrangeGlazedTerracotta = 570

§

MagentaGlazedTerracotta = 571

§

LightBlueGlazedTerracotta = 572

§

YellowGlazedTerracotta = 573

§

LimeGlazedTerracotta = 574

§

PinkGlazedTerracotta = 575

§

GrayGlazedTerracotta = 576

§

LightGrayGlazedTerracotta = 577

§

CyanGlazedTerracotta = 578

§

PurpleGlazedTerracotta = 579

§

BlueGlazedTerracotta = 580

§

BrownGlazedTerracotta = 581

§

GreenGlazedTerracotta = 582

§

RedGlazedTerracotta = 583

§

BlackGlazedTerracotta = 584

§

WhiteConcrete = 585

§

OrangeConcrete = 586

§

MagentaConcrete = 587

§

LightBlueConcrete = 588

§

YellowConcrete = 589

§

LimeConcrete = 590

§

PinkConcrete = 591

§

GrayConcrete = 592

§

LightGrayConcrete = 593

§

CyanConcrete = 594

§

PurpleConcrete = 595

§

BlueConcrete = 596

§

BrownConcrete = 597

§

GreenConcrete = 598

§

RedConcrete = 599

§

BlackConcrete = 600

§

WhiteConcretePowder = 601

§

OrangeConcretePowder = 602

§

MagentaConcretePowder = 603

§

LightBlueConcretePowder = 604

§

YellowConcretePowder = 605

§

LimeConcretePowder = 606

§

PinkConcretePowder = 607

§

GrayConcretePowder = 608

§

LightGrayConcretePowder = 609

§

CyanConcretePowder = 610

§

PurpleConcretePowder = 611

§

BlueConcretePowder = 612

§

BrownConcretePowder = 613

§

GreenConcretePowder = 614

§

RedConcretePowder = 615

§

BlackConcretePowder = 616

§

TurtleEgg = 617

§

SnifferEgg = 618

§

DeadTubeCoralBlock = 619

§

DeadBrainCoralBlock = 620

§

DeadBubbleCoralBlock = 621

§

DeadFireCoralBlock = 622

§

DeadHornCoralBlock = 623

§

TubeCoralBlock = 624

§

BrainCoralBlock = 625

§

BubbleCoralBlock = 626

§

FireCoralBlock = 627

§

HornCoralBlock = 628

§

TubeCoral = 629

§

BrainCoral = 630

§

BubbleCoral = 631

§

FireCoral = 632

§

HornCoral = 633

§

DeadBrainCoral = 634

§

DeadBubbleCoral = 635

§

DeadFireCoral = 636

§

DeadHornCoral = 637

§

DeadTubeCoral = 638

§

TubeCoralFan = 639

§

BrainCoralFan = 640

§

BubbleCoralFan = 641

§

FireCoralFan = 642

§

HornCoralFan = 643

§

DeadTubeCoralFan = 644

§

DeadBrainCoralFan = 645

§

DeadBubbleCoralFan = 646

§

DeadFireCoralFan = 647

§

DeadHornCoralFan = 648

§

BlueIce = 649

§

Conduit = 650

§

PolishedGraniteStairs = 651

§

SmoothRedSandstoneStairs = 652

§

MossyStoneBrickStairs = 653

§

PolishedDioriteStairs = 654

§

MossyCobblestoneStairs = 655

§

EndStoneBrickStairs = 656

§

StoneStairs = 657

§

SmoothSandstoneStairs = 658

§

SmoothQuartzStairs = 659

§

GraniteStairs = 660

§

AndesiteStairs = 661

§

RedNetherBrickStairs = 662

§

PolishedAndesiteStairs = 663

§

DioriteStairs = 664

§

CobbledDeepslateStairs = 665

§

PolishedDeepslateStairs = 666

§

DeepslateBrickStairs = 667

§

DeepslateTileStairs = 668

§

PolishedGraniteSlab = 669

§

SmoothRedSandstoneSlab = 670

§

MossyStoneBrickSlab = 671

§

PolishedDioriteSlab = 672

§

MossyCobblestoneSlab = 673

§

EndStoneBrickSlab = 674

§

SmoothSandstoneSlab = 675

§

SmoothQuartzSlab = 676

§

GraniteSlab = 677

§

AndesiteSlab = 678

§

RedNetherBrickSlab = 679

§

PolishedAndesiteSlab = 680

§

DioriteSlab = 681

§

CobbledDeepslateSlab = 682

§

PolishedDeepslateSlab = 683

§

DeepslateBrickSlab = 684

§

DeepslateTileSlab = 685

§

Scaffolding = 686

§

Redstone = 687

§

RedstoneTorch = 688

§

RedstoneBlock = 689

§

Repeater = 690

§

Comparator = 691

§

Piston = 692

§

StickyPiston = 693

§

SlimeBlock = 694

§

HoneyBlock = 695

§

Observer = 696

§

Hopper = 697

§

Dispenser = 698

§

Dropper = 699

§

Lectern = 700

§

Target = 701

§

Lever = 702

§

LightningRod = 703

§

DaylightDetector = 704

§

SculkSensor = 705

§

CalibratedSculkSensor = 706

§

TripwireHook = 707

§

TrappedChest = 708

§

Tnt = 709

§

RedstoneLamp = 710

§

NoteBlock = 711

§

StoneButton = 712

§

PolishedBlackstoneButton = 713

§

OakButton = 714

§

SpruceButton = 715

§

BirchButton = 716

§

JungleButton = 717

§

AcaciaButton = 718

§

CherryButton = 719

§

DarkOakButton = 720

§

PaleOakButton = 721

§

MangroveButton = 722

§

BambooButton = 723

§

CrimsonButton = 724

§

WarpedButton = 725

§

StonePressurePlate = 726

§

PolishedBlackstonePressurePlate = 727

§

LightWeightedPressurePlate = 728

§

HeavyWeightedPressurePlate = 729

§

OakPressurePlate = 730

§

SprucePressurePlate = 731

§

BirchPressurePlate = 732

§

JunglePressurePlate = 733

§

AcaciaPressurePlate = 734

§

CherryPressurePlate = 735

§

DarkOakPressurePlate = 736

§

PaleOakPressurePlate = 737

§

MangrovePressurePlate = 738

§

BambooPressurePlate = 739

§

CrimsonPressurePlate = 740

§

WarpedPressurePlate = 741

§

IronDoor = 742

§

OakDoor = 743

§

SpruceDoor = 744

§

BirchDoor = 745

§

JungleDoor = 746

§

AcaciaDoor = 747

§

CherryDoor = 748

§

DarkOakDoor = 749

§

PaleOakDoor = 750

§

MangroveDoor = 751

§

BambooDoor = 752

§

CrimsonDoor = 753

§

WarpedDoor = 754

§

CopperDoor = 755

§

ExposedCopperDoor = 756

§

WeatheredCopperDoor = 757

§

OxidizedCopperDoor = 758

§

WaxedCopperDoor = 759

§

WaxedExposedCopperDoor = 760

§

WaxedWeatheredCopperDoor = 761

§

WaxedOxidizedCopperDoor = 762

§

IronTrapdoor = 763

§

OakTrapdoor = 764

§

SpruceTrapdoor = 765

§

BirchTrapdoor = 766

§

JungleTrapdoor = 767

§

AcaciaTrapdoor = 768

§

CherryTrapdoor = 769

§

DarkOakTrapdoor = 770

§

PaleOakTrapdoor = 771

§

MangroveTrapdoor = 772

§

BambooTrapdoor = 773

§

CrimsonTrapdoor = 774

§

WarpedTrapdoor = 775

§

CopperTrapdoor = 776

§

ExposedCopperTrapdoor = 777

§

WeatheredCopperTrapdoor = 778

§

OxidizedCopperTrapdoor = 779

§

WaxedCopperTrapdoor = 780

§

WaxedExposedCopperTrapdoor = 781

§

WaxedWeatheredCopperTrapdoor = 782

§

WaxedOxidizedCopperTrapdoor = 783

§

OakFenceGate = 784

§

SpruceFenceGate = 785

§

BirchFenceGate = 786

§

JungleFenceGate = 787

§

AcaciaFenceGate = 788

§

CherryFenceGate = 789

§

DarkOakFenceGate = 790

§

PaleOakFenceGate = 791

§

MangroveFenceGate = 792

§

BambooFenceGate = 793

§

CrimsonFenceGate = 794

§

WarpedFenceGate = 795

§

PoweredRail = 796

§

DetectorRail = 797

§

Rail = 798

§

ActivatorRail = 799

§

Saddle = 800

§

Minecart = 801

§

ChestMinecart = 802

§

FurnaceMinecart = 803

§

TntMinecart = 804

§

HopperMinecart = 805

§

CarrotOnAStick = 806

§

WarpedFungusOnAStick = 807

§

PhantomMembrane = 808

§

Elytra = 809

§

OakBoat = 810

§

OakChestBoat = 811

§

SpruceBoat = 812

§

SpruceChestBoat = 813

§

BirchBoat = 814

§

BirchChestBoat = 815

§

JungleBoat = 816

§

JungleChestBoat = 817

§

AcaciaBoat = 818

§

AcaciaChestBoat = 819

§

CherryBoat = 820

§

CherryChestBoat = 821

§

DarkOakBoat = 822

§

DarkOakChestBoat = 823

§

PaleOakBoat = 824

§

PaleOakChestBoat = 825

§

MangroveBoat = 826

§

MangroveChestBoat = 827

§

BambooRaft = 828

§

BambooChestRaft = 829

§

StructureBlock = 830

§

Jigsaw = 831

§

TestBlock = 832

§

TestInstanceBlock = 833

§

TurtleHelmet = 834

§

TurtleScute = 835

§

ArmadilloScute = 836

§

WolfArmor = 837

§

FlintAndSteel = 838

§

Bowl = 839

§

Apple = 840

§

Bow = 841

§

Arrow = 842

§

Coal = 843

§

Charcoal = 844

§

Diamond = 845

§

Emerald = 846

§

LapisLazuli = 847

§

Quartz = 848

§

AmethystShard = 849

§

RawIron = 850

§

IronIngot = 851

§

RawCopper = 852

§

CopperIngot = 853

§

RawGold = 854

§

GoldIngot = 855

§

NetheriteIngot = 856

§

NetheriteScrap = 857

§

WoodenSword = 858

§

WoodenShovel = 859

§

WoodenPickaxe = 860

§

WoodenAxe = 861

§

WoodenHoe = 862

§

StoneSword = 863

§

StoneShovel = 864

§

StonePickaxe = 865

§

StoneAxe = 866

§

StoneHoe = 867

§

GoldenSword = 868

§

GoldenShovel = 869

§

GoldenPickaxe = 870

§

GoldenAxe = 871

§

GoldenHoe = 872

§

IronSword = 873

§

IronShovel = 874

§

IronPickaxe = 875

§

IronAxe = 876

§

IronHoe = 877

§

DiamondSword = 878

§

DiamondShovel = 879

§

DiamondPickaxe = 880

§

DiamondAxe = 881

§

DiamondHoe = 882

§

NetheriteSword = 883

§

NetheriteShovel = 884

§

NetheritePickaxe = 885

§

NetheriteAxe = 886

§

NetheriteHoe = 887

§

Stick = 888

§

MushroomStew = 889

§

String = 890

§

Feather = 891

§

Gunpowder = 892

§

WheatSeeds = 893

§

Wheat = 894

§

Bread = 895

§

LeatherHelmet = 896

§

LeatherChestplate = 897

§

LeatherLeggings = 898

§

LeatherBoots = 899

§

ChainmailHelmet = 900

§

ChainmailChestplate = 901

§

ChainmailLeggings = 902

§

ChainmailBoots = 903

§

IronHelmet = 904

§

IronChestplate = 905

§

IronLeggings = 906

§

IronBoots = 907

§

DiamondHelmet = 908

§

DiamondChestplate = 909

§

DiamondLeggings = 910

§

DiamondBoots = 911

§

GoldenHelmet = 912

§

GoldenChestplate = 913

§

GoldenLeggings = 914

§

GoldenBoots = 915

§

NetheriteHelmet = 916

§

NetheriteChestplate = 917

§

NetheriteLeggings = 918

§

NetheriteBoots = 919

§

Flint = 920

§

Porkchop = 921

§

CookedPorkchop = 922

§

Painting = 923

§

GoldenApple = 924

§

EnchantedGoldenApple = 925

§

OakSign = 926

§

SpruceSign = 927

§

BirchSign = 928

§

JungleSign = 929

§

AcaciaSign = 930

§

CherrySign = 931

§

DarkOakSign = 932

§

PaleOakSign = 933

§

MangroveSign = 934

§

BambooSign = 935

§

CrimsonSign = 936

§

WarpedSign = 937

§

OakHangingSign = 938

§

SpruceHangingSign = 939

§

BirchHangingSign = 940

§

JungleHangingSign = 941

§

AcaciaHangingSign = 942

§

CherryHangingSign = 943

§

DarkOakHangingSign = 944

§

PaleOakHangingSign = 945

§

MangroveHangingSign = 946

§

BambooHangingSign = 947

§

CrimsonHangingSign = 948

§

WarpedHangingSign = 949

§

Bucket = 950

§

WaterBucket = 951

§

LavaBucket = 952

§

PowderSnowBucket = 953

§

Snowball = 954

§

Leather = 955

§

MilkBucket = 956

§

PufferfishBucket = 957

§

SalmonBucket = 958

§

CodBucket = 959

§

TropicalFishBucket = 960

§

AxolotlBucket = 961

§

TadpoleBucket = 962

§

Brick = 963

§

ClayBall = 964

§

DriedKelpBlock = 965

§

Paper = 966

§

Book = 967

§

SlimeBall = 968

§

Egg = 969

§

BlueEgg = 970

§

BrownEgg = 971

§

Compass = 972

§

RecoveryCompass = 973

§

Bundle = 974

§

WhiteBundle = 975

§

OrangeBundle = 976

§

MagentaBundle = 977

§

LightBlueBundle = 978

§

YellowBundle = 979

§

LimeBundle = 980

§

PinkBundle = 981

§

GrayBundle = 982

§

LightGrayBundle = 983

§

CyanBundle = 984

§

PurpleBundle = 985

§

BlueBundle = 986

§

BrownBundle = 987

§

GreenBundle = 988

§

RedBundle = 989

§

BlackBundle = 990

§

FishingRod = 991

§

Clock = 992

§

Spyglass = 993

§

GlowstoneDust = 994

§

Cod = 995

§

Salmon = 996

§

TropicalFish = 997

§

Pufferfish = 998

§

CookedCod = 999

§

CookedSalmon = 1_000

§

InkSac = 1_001

§

GlowInkSac = 1_002

§

CocoaBeans = 1_003

§

WhiteDye = 1_004

§

OrangeDye = 1_005

§

MagentaDye = 1_006

§

LightBlueDye = 1_007

§

YellowDye = 1_008

§

LimeDye = 1_009

§

PinkDye = 1_010

§

GrayDye = 1_011

§

LightGrayDye = 1_012

§

CyanDye = 1_013

§

PurpleDye = 1_014

§

BlueDye = 1_015

§

BrownDye = 1_016

§

GreenDye = 1_017

§

RedDye = 1_018

§

BlackDye = 1_019

§

BoneMeal = 1_020

§

Bone = 1_021

§

Sugar = 1_022

§

Cake = 1_023

§

WhiteBed = 1_024

§

OrangeBed = 1_025

§

MagentaBed = 1_026

§

LightBlueBed = 1_027

§

YellowBed = 1_028

§

LimeBed = 1_029

§

PinkBed = 1_030

§

GrayBed = 1_031

§

LightGrayBed = 1_032

§

CyanBed = 1_033

§

PurpleBed = 1_034

§

BlueBed = 1_035

§

BrownBed = 1_036

§

GreenBed = 1_037

§

RedBed = 1_038

§

BlackBed = 1_039

§

Cookie = 1_040

§

Crafter = 1_041

§

FilledMap = 1_042

§

Shears = 1_043

§

MelonSlice = 1_044

§

DriedKelp = 1_045

§

PumpkinSeeds = 1_046

§

MelonSeeds = 1_047

§

Beef = 1_048

§

CookedBeef = 1_049

§

Chicken = 1_050

§

CookedChicken = 1_051

§

RottenFlesh = 1_052

§

EnderPearl = 1_053

§

BlazeRod = 1_054

§

GhastTear = 1_055

§

GoldNugget = 1_056

§

NetherWart = 1_057

§

GlassBottle = 1_058

§

Potion = 1_059

§

SpiderEye = 1_060

§

FermentedSpiderEye = 1_061

§

BlazePowder = 1_062

§

MagmaCream = 1_063

§

BrewingStand = 1_064

§

Cauldron = 1_065

§

EnderEye = 1_066

§

GlisteringMelonSlice = 1_067

§

ArmadilloSpawnEgg = 1_068

§

AllaySpawnEgg = 1_069

§

AxolotlSpawnEgg = 1_070

§

BatSpawnEgg = 1_071

§

BeeSpawnEgg = 1_072

§

BlazeSpawnEgg = 1_073

§

BoggedSpawnEgg = 1_074

§

BreezeSpawnEgg = 1_075

§

CatSpawnEgg = 1_076

§

CamelSpawnEgg = 1_077

§

CaveSpiderSpawnEgg = 1_078

§

ChickenSpawnEgg = 1_079

§

CodSpawnEgg = 1_080

§

CowSpawnEgg = 1_081

§

CreeperSpawnEgg = 1_082

§

DolphinSpawnEgg = 1_083

§

DonkeySpawnEgg = 1_084

§

DrownedSpawnEgg = 1_085

§

ElderGuardianSpawnEgg = 1_086

§

EnderDragonSpawnEgg = 1_087

§

EndermanSpawnEgg = 1_088

§

EndermiteSpawnEgg = 1_089

§

EvokerSpawnEgg = 1_090

§

FoxSpawnEgg = 1_091

§

FrogSpawnEgg = 1_092

§

GhastSpawnEgg = 1_093

§

GlowSquidSpawnEgg = 1_094

§

GoatSpawnEgg = 1_095

§

GuardianSpawnEgg = 1_096

§

HoglinSpawnEgg = 1_097

§

HorseSpawnEgg = 1_098

§

HuskSpawnEgg = 1_099

§

IronGolemSpawnEgg = 1_100

§

LlamaSpawnEgg = 1_101

§

MagmaCubeSpawnEgg = 1_102

§

MooshroomSpawnEgg = 1_103

§

MuleSpawnEgg = 1_104

§

OcelotSpawnEgg = 1_105

§

PandaSpawnEgg = 1_106

§

ParrotSpawnEgg = 1_107

§

PhantomSpawnEgg = 1_108

§

PigSpawnEgg = 1_109

§

PiglinSpawnEgg = 1_110

§

PiglinBruteSpawnEgg = 1_111

§

PillagerSpawnEgg = 1_112

§

PolarBearSpawnEgg = 1_113

§

PufferfishSpawnEgg = 1_114

§

RabbitSpawnEgg = 1_115

§

RavagerSpawnEgg = 1_116

§

SalmonSpawnEgg = 1_117

§

SheepSpawnEgg = 1_118

§

ShulkerSpawnEgg = 1_119

§

SilverfishSpawnEgg = 1_120

§

SkeletonSpawnEgg = 1_121

§

SkeletonHorseSpawnEgg = 1_122

§

SlimeSpawnEgg = 1_123

§

SnifferSpawnEgg = 1_124

§

SnowGolemSpawnEgg = 1_125

§

SpiderSpawnEgg = 1_126

§

SquidSpawnEgg = 1_127

§

StraySpawnEgg = 1_128

§

StriderSpawnEgg = 1_129

§

TadpoleSpawnEgg = 1_130

§

TraderLlamaSpawnEgg = 1_131

§

TropicalFishSpawnEgg = 1_132

§

TurtleSpawnEgg = 1_133

§

VexSpawnEgg = 1_134

§

VillagerSpawnEgg = 1_135

§

VindicatorSpawnEgg = 1_136

§

WanderingTraderSpawnEgg = 1_137

§

WardenSpawnEgg = 1_138

§

WitchSpawnEgg = 1_139

§

WitherSpawnEgg = 1_140

§

WitherSkeletonSpawnEgg = 1_141

§

WolfSpawnEgg = 1_142

§

ZoglinSpawnEgg = 1_143

§

CreakingSpawnEgg = 1_144

§

ZombieSpawnEgg = 1_145

§

ZombieHorseSpawnEgg = 1_146

§

ZombieVillagerSpawnEgg = 1_147

§

ZombifiedPiglinSpawnEgg = 1_148

§

ExperienceBottle = 1_149

§

FireCharge = 1_150

§

WindCharge = 1_151

§

WritableBook = 1_152

§

WrittenBook = 1_153

§

BreezeRod = 1_154

§

Mace = 1_155

§

ItemFrame = 1_156

§

GlowItemFrame = 1_157

§

FlowerPot = 1_158

§

Carrot = 1_159

§

Potato = 1_160

§

BakedPotato = 1_161

§

PoisonousPotato = 1_162

§

Map = 1_163

§

GoldenCarrot = 1_164

§

SkeletonSkull = 1_165

§

WitherSkeletonSkull = 1_166

§

PlayerHead = 1_167

§

ZombieHead = 1_168

§

CreeperHead = 1_169

§

DragonHead = 1_170

§

PiglinHead = 1_171

§

NetherStar = 1_172

§

PumpkinPie = 1_173

§

FireworkRocket = 1_174

§

FireworkStar = 1_175

§

EnchantedBook = 1_176

§

NetherBrick = 1_177

§

ResinBrick = 1_178

§

PrismarineShard = 1_179

§

PrismarineCrystals = 1_180

§

Rabbit = 1_181

§

CookedRabbit = 1_182

§

RabbitStew = 1_183

§

RabbitFoot = 1_184

§

RabbitHide = 1_185

§

ArmorStand = 1_186

§

IronHorseArmor = 1_187

§

GoldenHorseArmor = 1_188

§

DiamondHorseArmor = 1_189

§

LeatherHorseArmor = 1_190

§

Lead = 1_191

§

NameTag = 1_192

§

CommandBlockMinecart = 1_193

§

Mutton = 1_194

§

CookedMutton = 1_195

§

WhiteBanner = 1_196

§

OrangeBanner = 1_197

§

MagentaBanner = 1_198

§

LightBlueBanner = 1_199

§

YellowBanner = 1_200

§

LimeBanner = 1_201

§

PinkBanner = 1_202

§

GrayBanner = 1_203

§

LightGrayBanner = 1_204

§

CyanBanner = 1_205

§

PurpleBanner = 1_206

§

BlueBanner = 1_207

§

BrownBanner = 1_208

§

GreenBanner = 1_209

§

RedBanner = 1_210

§

BlackBanner = 1_211

§

EndCrystal = 1_212

§

ChorusFruit = 1_213

§

PoppedChorusFruit = 1_214

§

TorchflowerSeeds = 1_215

§

PitcherPod = 1_216

§

Beetroot = 1_217

§

BeetrootSeeds = 1_218

§

BeetrootSoup = 1_219

§

DragonBreath = 1_220

§

SplashPotion = 1_221

§

SpectralArrow = 1_222

§

TippedArrow = 1_223

§

LingeringPotion = 1_224

§

Shield = 1_225

§

TotemOfUndying = 1_226

§

ShulkerShell = 1_227

§

IronNugget = 1_228

§

KnowledgeBook = 1_229

§

DebugStick = 1_230

§

MusicDisc13 = 1_231

§

MusicDiscCat = 1_232

§

MusicDiscBlocks = 1_233

§

MusicDiscChirp = 1_234

§

MusicDiscCreator = 1_235

§

MusicDiscCreatorMusicBox = 1_236

§

MusicDiscFar = 1_237

§

MusicDiscMall = 1_238

§

MusicDiscMellohi = 1_239

§

MusicDiscStal = 1_240

§

MusicDiscStrad = 1_241

§

MusicDiscWard = 1_242

§

MusicDisc11 = 1_243

§

MusicDiscWait = 1_244

§

MusicDiscOtherside = 1_245

§

MusicDiscRelic = 1_246

§

MusicDisc5 = 1_247

§

MusicDiscPigstep = 1_248

§

MusicDiscPrecipice = 1_249

§

DiscFragment5 = 1_250

§

Trident = 1_251

§

NautilusShell = 1_252

§

HeartOfTheSea = 1_253

§

Crossbow = 1_254

§

SuspiciousStew = 1_255

§

Loom = 1_256

§

FlowerBannerPattern = 1_257

§

CreeperBannerPattern = 1_258

§

SkullBannerPattern = 1_259

§

MojangBannerPattern = 1_260

§

GlobeBannerPattern = 1_261

§

PiglinBannerPattern = 1_262

§

FlowBannerPattern = 1_263

§

GusterBannerPattern = 1_264

§

FieldMasonedBannerPattern = 1_265

§

BordureIndentedBannerPattern = 1_266

§

GoatHorn = 1_267

§

Composter = 1_268

§

Barrel = 1_269

§

Smoker = 1_270

§

BlastFurnace = 1_271

§

CartographyTable = 1_272

§

FletchingTable = 1_273

§

Grindstone = 1_274

§

SmithingTable = 1_275

§

Stonecutter = 1_276

§

Bell = 1_277

§

Lantern = 1_278

§

SoulLantern = 1_279

§

SweetBerries = 1_280

§

GlowBerries = 1_281

§

Campfire = 1_282

§

SoulCampfire = 1_283

§

Shroomlight = 1_284

§

Honeycomb = 1_285

§

BeeNest = 1_286

§

Beehive = 1_287

§

HoneyBottle = 1_288

§

HoneycombBlock = 1_289

§

Lodestone = 1_290

§

CryingObsidian = 1_291

§

Blackstone = 1_292

§

BlackstoneSlab = 1_293

§

BlackstoneStairs = 1_294

§

GildedBlackstone = 1_295

§

PolishedBlackstone = 1_296

§

PolishedBlackstoneSlab = 1_297

§

PolishedBlackstoneStairs = 1_298

§

ChiseledPolishedBlackstone = 1_299

§

PolishedBlackstoneBricks = 1_300

§

PolishedBlackstoneBrickSlab = 1_301

§

PolishedBlackstoneBrickStairs = 1_302

§

CrackedPolishedBlackstoneBricks = 1_303

§

RespawnAnchor = 1_304

§

Candle = 1_305

§

WhiteCandle = 1_306

§

OrangeCandle = 1_307

§

MagentaCandle = 1_308

§

LightBlueCandle = 1_309

§

YellowCandle = 1_310

§

LimeCandle = 1_311

§

PinkCandle = 1_312

§

GrayCandle = 1_313

§

LightGrayCandle = 1_314

§

CyanCandle = 1_315

§

PurpleCandle = 1_316

§

BlueCandle = 1_317

§

BrownCandle = 1_318

§

GreenCandle = 1_319

§

RedCandle = 1_320

§

BlackCandle = 1_321

§

SmallAmethystBud = 1_322

§

MediumAmethystBud = 1_323

§

LargeAmethystBud = 1_324

§

AmethystCluster = 1_325

§

PointedDripstone = 1_326

§

OchreFroglight = 1_327

§

VerdantFroglight = 1_328

§

PearlescentFroglight = 1_329

§

Frogspawn = 1_330

§

EchoShard = 1_331

§

Brush = 1_332

§

NetheriteUpgradeSmithingTemplate = 1_333

§

SentryArmorTrimSmithingTemplate = 1_334

§

DuneArmorTrimSmithingTemplate = 1_335

§

CoastArmorTrimSmithingTemplate = 1_336

§

WildArmorTrimSmithingTemplate = 1_337

§

WardArmorTrimSmithingTemplate = 1_338

§

EyeArmorTrimSmithingTemplate = 1_339

§

VexArmorTrimSmithingTemplate = 1_340

§

TideArmorTrimSmithingTemplate = 1_341

§

SnoutArmorTrimSmithingTemplate = 1_342

§

RibArmorTrimSmithingTemplate = 1_343

§

SpireArmorTrimSmithingTemplate = 1_344

§

WayfinderArmorTrimSmithingTemplate = 1_345

§

ShaperArmorTrimSmithingTemplate = 1_346

§

SilenceArmorTrimSmithingTemplate = 1_347

§

RaiserArmorTrimSmithingTemplate = 1_348

§

HostArmorTrimSmithingTemplate = 1_349

§

FlowArmorTrimSmithingTemplate = 1_350

§

BoltArmorTrimSmithingTemplate = 1_351

§

AnglerPotterySherd = 1_352

§

ArcherPotterySherd = 1_353

§

ArmsUpPotterySherd = 1_354

§

BladePotterySherd = 1_355

§

BrewerPotterySherd = 1_356

§

BurnPotterySherd = 1_357

§

DangerPotterySherd = 1_358

§

ExplorerPotterySherd = 1_359

§

FlowPotterySherd = 1_360

§

FriendPotterySherd = 1_361

§

GusterPotterySherd = 1_362

§

HeartPotterySherd = 1_363

§

HeartbreakPotterySherd = 1_364

§

HowlPotterySherd = 1_365

§

MinerPotterySherd = 1_366

§

MournerPotterySherd = 1_367

§

PlentyPotterySherd = 1_368

§

PrizePotterySherd = 1_369

§

ScrapePotterySherd = 1_370

§

SheafPotterySherd = 1_371

§

ShelterPotterySherd = 1_372

§

SkullPotterySherd = 1_373

§

SnortPotterySherd = 1_374

§

CopperGrate = 1_375

§

ExposedCopperGrate = 1_376

§

WeatheredCopperGrate = 1_377

§

OxidizedCopperGrate = 1_378

§

WaxedCopperGrate = 1_379

§

WaxedExposedCopperGrate = 1_380

§

WaxedWeatheredCopperGrate = 1_381

§

WaxedOxidizedCopperGrate = 1_382

§

CopperBulb = 1_383

§

ExposedCopperBulb = 1_384

§

WeatheredCopperBulb = 1_385

§

OxidizedCopperBulb = 1_386

§

WaxedCopperBulb = 1_387

§

WaxedExposedCopperBulb = 1_388

§

WaxedWeatheredCopperBulb = 1_389

§

WaxedOxidizedCopperBulb = 1_390

§

TrialSpawner = 1_391

§

TrialKey = 1_392

§

OminousTrialKey = 1_393

§

Vault = 1_394

§

OminousBottle = 1_395

Implementations§

Source§

impl Item

Source

pub fn azalea_read_id( buf: &mut Cursor<&[u8]>, id: u32, ) -> Result<Self, BufReadError>

Source§

impl Item

Source

pub unsafe fn from_u32_unchecked(id: u32) -> Self

Transmutes a u32 to a Item.

§Safety

The id should be at most 1396.

Source

pub fn is_valid_id(id: u32) -> bool

Trait Implementations§

Source§

impl AzaleaRead for Item

Source§

fn azalea_read(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError>

Source§

impl AzaleaWrite for Item

Source§

fn azalea_write(&self, buf: &mut impl Write) -> Result<(), Error>

Source§

impl Clone for Item

Source§

fn clone(&self) -> Item

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for Item

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<'de> Deserialize<'de> for Item

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl Display for Item

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl FromNbtTag for Item

Source§

fn from_nbt_tag(tag: NbtTag<'_, '_>) -> Option<Self>

§

fn from_optional_nbt_tag( tag: Option<NbtTag<'_, '_>>, ) -> Result<Option<Self>, DeserializeError>

Source§

impl FromStr for Item

Source§

type Err = String

The associated error which can be returned from parsing.
Source§

fn from_str(s: &str) -> Result<Self, Self::Err>

Parses a string s to return a value of this type. Read more
Source§

impl Hash for Item

Source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Source§

impl PartialEq for Item

Source§

fn eq(&self, other: &Item) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Registry for Item

Source§

fn from_u32(value: u32) -> Option<Self>

Source§

fn to_u32(&self) -> u32

Source§

impl Serialize for Item

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
Source§

impl ToNbtTag for Item

Source§

fn to_nbt_tag(self) -> NbtTag

§

fn to_optional_nbt_tag(self) -> Option<NbtTag>

Source§

impl TryFrom<u32> for Item

Source§

fn try_from(id: u32) -> Result<Self, Self::Error>

Safely transmutes a u32 to a Item.

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

impl Copy for Item

Source§

impl Eq for Item

Source§

impl StructuralPartialEq for Item

Auto Trait Implementations§

§

impl Freeze for Item

§

impl RefUnwindSafe for Item

§

impl Send for Item

§

impl Sync for Item

§

impl Unpin for Item

§

impl UnwindSafe for Item

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T> ToString for T
where T: Display + ?Sized,

Source§

fn to_string(&self) -> String

Converts the given value to a String. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,