Enum Item

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

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

§

Azalea = 204

§

FloweringAzalea = 205

§

DeadBush = 206

§

Seagrass = 207

§

SeaPickle = 208

§

WhiteWool = 209

§

OrangeWool = 210

§

MagentaWool = 211

§

LightBlueWool = 212

§

YellowWool = 213

§

LimeWool = 214

§

PinkWool = 215

§

GrayWool = 216

§

LightGrayWool = 217

§

CyanWool = 218

§

PurpleWool = 219

§

BlueWool = 220

§

BrownWool = 221

§

GreenWool = 222

§

RedWool = 223

§

BlackWool = 224

§

Dandelion = 225

§

OpenEyeblossom = 226

§

ClosedEyeblossom = 227

§

Poppy = 228

§

BlueOrchid = 229

§

Allium = 230

§

AzureBluet = 231

§

RedTulip = 232

§

OrangeTulip = 233

§

WhiteTulip = 234

§

PinkTulip = 235

§

OxeyeDaisy = 236

§

Cornflower = 237

§

LilyOfTheValley = 238

§

WitherRose = 239

§

Torchflower = 240

§

PitcherPlant = 241

§

SporeBlossom = 242

§

BrownMushroom = 243

§

RedMushroom = 244

§

CrimsonFungus = 245

§

WarpedFungus = 246

§

CrimsonRoots = 247

§

WarpedRoots = 248

§

NetherSprouts = 249

§

WeepingVines = 250

§

TwistingVines = 251

§

SugarCane = 252

§

Kelp = 253

§

PinkPetals = 254

§

MossCarpet = 255

§

MossBlock = 256

§

PaleMossCarpet = 257

§

PaleHangingMoss = 258

§

PaleMossBlock = 259

§

HangingRoots = 260

§

BigDripleaf = 261

§

SmallDripleaf = 262

§

Bamboo = 263

§

OakSlab = 264

§

SpruceSlab = 265

§

BirchSlab = 266

§

JungleSlab = 267

§

AcaciaSlab = 268

§

CherrySlab = 269

§

DarkOakSlab = 270

§

PaleOakSlab = 271

§

MangroveSlab = 272

§

BambooSlab = 273

§

BambooMosaicSlab = 274

§

CrimsonSlab = 275

§

WarpedSlab = 276

§

StoneSlab = 277

§

SmoothStoneSlab = 278

§

SandstoneSlab = 279

§

CutSandstoneSlab = 280

§

PetrifiedOakSlab = 281

§

CobblestoneSlab = 282

§

BrickSlab = 283

§

StoneBrickSlab = 284

§

MudBrickSlab = 285

§

NetherBrickSlab = 286

§

QuartzSlab = 287

§

RedSandstoneSlab = 288

§

CutRedSandstoneSlab = 289

§

PurpurSlab = 290

§

PrismarineSlab = 291

§

PrismarineBrickSlab = 292

§

DarkPrismarineSlab = 293

§

SmoothQuartz = 294

§

SmoothRedSandstone = 295

§

SmoothSandstone = 296

§

SmoothStone = 297

§

Bricks = 298

§

Bookshelf = 299

§

ChiseledBookshelf = 300

§

DecoratedPot = 301

§

MossyCobblestone = 302

§

Obsidian = 303

§

Torch = 304

§

EndRod = 305

§

ChorusPlant = 306

§

ChorusFlower = 307

§

PurpurBlock = 308

§

PurpurPillar = 309

§

PurpurStairs = 310

§

Spawner = 311

§

CreakingHeart = 312

§

Chest = 313

§

CraftingTable = 314

§

Farmland = 315

§

Furnace = 316

§

Ladder = 317

§

CobblestoneStairs = 318

§

Snow = 319

§

Ice = 320

§

SnowBlock = 321

§

Cactus = 322

§

Clay = 323

§

Jukebox = 324

§

OakFence = 325

§

SpruceFence = 326

§

BirchFence = 327

§

JungleFence = 328

§

AcaciaFence = 329

§

CherryFence = 330

§

DarkOakFence = 331

§

PaleOakFence = 332

§

MangroveFence = 333

§

BambooFence = 334

§

CrimsonFence = 335

§

WarpedFence = 336

§

Pumpkin = 337

§

CarvedPumpkin = 338

§

JackOLantern = 339

§

Netherrack = 340

§

SoulSand = 341

§

SoulSoil = 342

§

Basalt = 343

§

PolishedBasalt = 344

§

SmoothBasalt = 345

§

SoulTorch = 346

§

Glowstone = 347

§

InfestedStone = 348

§

InfestedCobblestone = 349

§

InfestedStoneBricks = 350

§

InfestedMossyStoneBricks = 351

§

InfestedCrackedStoneBricks = 352

§

InfestedChiseledStoneBricks = 353

§

InfestedDeepslate = 354

§

StoneBricks = 355

§

MossyStoneBricks = 356

§

CrackedStoneBricks = 357

§

ChiseledStoneBricks = 358

§

PackedMud = 359

§

MudBricks = 360

§

DeepslateBricks = 361

§

CrackedDeepslateBricks = 362

§

DeepslateTiles = 363

§

CrackedDeepslateTiles = 364

§

ChiseledDeepslate = 365

§

ReinforcedDeepslate = 366

§

BrownMushroomBlock = 367

§

RedMushroomBlock = 368

§

MushroomStem = 369

§

IronBars = 370

§

Chain = 371

§

GlassPane = 372

§

Melon = 373

§

Vine = 374

§

GlowLichen = 375

§

ResinClump = 376

§

ResinBlock = 377

§

ResinBricks = 378

§

ResinBrickStairs = 379

§

ResinBrickSlab = 380

§

ResinBrickWall = 381

§

ChiseledResinBricks = 382

§

BrickStairs = 383

§

StoneBrickStairs = 384

§

MudBrickStairs = 385

§

Mycelium = 386

§

LilyPad = 387

§

NetherBricks = 388

§

CrackedNetherBricks = 389

§

ChiseledNetherBricks = 390

§

NetherBrickFence = 391

§

NetherBrickStairs = 392

§

Sculk = 393

§

SculkVein = 394

§

SculkCatalyst = 395

§

SculkShrieker = 396

§

EnchantingTable = 397

§

EndPortalFrame = 398

§

EndStone = 399

§

EndStoneBricks = 400

§

DragonEgg = 401

§

SandstoneStairs = 402

§

EnderChest = 403

§

EmeraldBlock = 404

§

OakStairs = 405

§

SpruceStairs = 406

§

BirchStairs = 407

§

JungleStairs = 408

§

AcaciaStairs = 409

§

CherryStairs = 410

§

DarkOakStairs = 411

§

PaleOakStairs = 412

§

MangroveStairs = 413

§

BambooStairs = 414

§

BambooMosaicStairs = 415

§

CrimsonStairs = 416

§

WarpedStairs = 417

§

CommandBlock = 418

§

Beacon = 419

§

CobblestoneWall = 420

§

MossyCobblestoneWall = 421

§

BrickWall = 422

§

PrismarineWall = 423

§

RedSandstoneWall = 424

§

MossyStoneBrickWall = 425

§

GraniteWall = 426

§

StoneBrickWall = 427

§

MudBrickWall = 428

§

NetherBrickWall = 429

§

AndesiteWall = 430

§

RedNetherBrickWall = 431

§

SandstoneWall = 432

§

EndStoneBrickWall = 433

§

DioriteWall = 434

§

BlackstoneWall = 435

§

PolishedBlackstoneWall = 436

§

PolishedBlackstoneBrickWall = 437

§

CobbledDeepslateWall = 438

§

PolishedDeepslateWall = 439

§

DeepslateBrickWall = 440

§

DeepslateTileWall = 441

§

Anvil = 442

§

ChippedAnvil = 443

§

DamagedAnvil = 444

§

ChiseledQuartzBlock = 445

§

QuartzBlock = 446

§

QuartzBricks = 447

§

QuartzPillar = 448

§

QuartzStairs = 449

§

WhiteTerracotta = 450

§

OrangeTerracotta = 451

§

MagentaTerracotta = 452

§

LightBlueTerracotta = 453

§

YellowTerracotta = 454

§

LimeTerracotta = 455

§

PinkTerracotta = 456

§

GrayTerracotta = 457

§

LightGrayTerracotta = 458

§

CyanTerracotta = 459

§

PurpleTerracotta = 460

§

BlueTerracotta = 461

§

BrownTerracotta = 462

§

GreenTerracotta = 463

§

RedTerracotta = 464

§

BlackTerracotta = 465

§

Barrier = 466

§

Light = 467

§

HayBlock = 468

§

WhiteCarpet = 469

§

OrangeCarpet = 470

§

MagentaCarpet = 471

§

LightBlueCarpet = 472

§

YellowCarpet = 473

§

LimeCarpet = 474

§

PinkCarpet = 475

§

GrayCarpet = 476

§

LightGrayCarpet = 477

§

CyanCarpet = 478

§

PurpleCarpet = 479

§

BlueCarpet = 480

§

BrownCarpet = 481

§

GreenCarpet = 482

§

RedCarpet = 483

§

BlackCarpet = 484

§

Terracotta = 485

§

PackedIce = 486

§

DirtPath = 487

§

Sunflower = 488

§

Lilac = 489

§

RoseBush = 490

§

Peony = 491

§

TallGrass = 492

§

LargeFern = 493

§

WhiteStainedGlass = 494

§

OrangeStainedGlass = 495

§

MagentaStainedGlass = 496

§

LightBlueStainedGlass = 497

§

YellowStainedGlass = 498

§

LimeStainedGlass = 499

§

PinkStainedGlass = 500

§

GrayStainedGlass = 501

§

LightGrayStainedGlass = 502

§

CyanStainedGlass = 503

§

PurpleStainedGlass = 504

§

BlueStainedGlass = 505

§

BrownStainedGlass = 506

§

GreenStainedGlass = 507

§

RedStainedGlass = 508

§

BlackStainedGlass = 509

§

WhiteStainedGlassPane = 510

§

OrangeStainedGlassPane = 511

§

MagentaStainedGlassPane = 512

§

LightBlueStainedGlassPane = 513

§

YellowStainedGlassPane = 514

§

LimeStainedGlassPane = 515

§

PinkStainedGlassPane = 516

§

GrayStainedGlassPane = 517

§

LightGrayStainedGlassPane = 518

§

CyanStainedGlassPane = 519

§

PurpleStainedGlassPane = 520

§

BlueStainedGlassPane = 521

§

BrownStainedGlassPane = 522

§

GreenStainedGlassPane = 523

§

RedStainedGlassPane = 524

§

BlackStainedGlassPane = 525

§

Prismarine = 526

§

PrismarineBricks = 527

§

DarkPrismarine = 528

§

PrismarineStairs = 529

§

PrismarineBrickStairs = 530

§

DarkPrismarineStairs = 531

§

SeaLantern = 532

§

RedSandstone = 533

§

ChiseledRedSandstone = 534

§

CutRedSandstone = 535

§

RedSandstoneStairs = 536

§

RepeatingCommandBlock = 537

§

ChainCommandBlock = 538

§

MagmaBlock = 539

§

NetherWartBlock = 540

§

WarpedWartBlock = 541

§

RedNetherBricks = 542

§

BoneBlock = 543

§

StructureVoid = 544

§

ShulkerBox = 545

§

WhiteShulkerBox = 546

§

OrangeShulkerBox = 547

§

MagentaShulkerBox = 548

§

LightBlueShulkerBox = 549

§

YellowShulkerBox = 550

§

LimeShulkerBox = 551

§

PinkShulkerBox = 552

§

GrayShulkerBox = 553

§

LightGrayShulkerBox = 554

§

CyanShulkerBox = 555

§

PurpleShulkerBox = 556

§

BlueShulkerBox = 557

§

BrownShulkerBox = 558

§

GreenShulkerBox = 559

§

RedShulkerBox = 560

§

BlackShulkerBox = 561

§

WhiteGlazedTerracotta = 562

§

OrangeGlazedTerracotta = 563

§

MagentaGlazedTerracotta = 564

§

LightBlueGlazedTerracotta = 565

§

YellowGlazedTerracotta = 566

§

LimeGlazedTerracotta = 567

§

PinkGlazedTerracotta = 568

§

GrayGlazedTerracotta = 569

§

LightGrayGlazedTerracotta = 570

§

CyanGlazedTerracotta = 571

§

PurpleGlazedTerracotta = 572

§

BlueGlazedTerracotta = 573

§

BrownGlazedTerracotta = 574

§

GreenGlazedTerracotta = 575

§

RedGlazedTerracotta = 576

§

BlackGlazedTerracotta = 577

§

WhiteConcrete = 578

§

OrangeConcrete = 579

§

MagentaConcrete = 580

§

LightBlueConcrete = 581

§

YellowConcrete = 582

§

LimeConcrete = 583

§

PinkConcrete = 584

§

GrayConcrete = 585

§

LightGrayConcrete = 586

§

CyanConcrete = 587

§

PurpleConcrete = 588

§

BlueConcrete = 589

§

BrownConcrete = 590

§

GreenConcrete = 591

§

RedConcrete = 592

§

BlackConcrete = 593

§

WhiteConcretePowder = 594

§

OrangeConcretePowder = 595

§

MagentaConcretePowder = 596

§

LightBlueConcretePowder = 597

§

YellowConcretePowder = 598

§

LimeConcretePowder = 599

§

PinkConcretePowder = 600

§

GrayConcretePowder = 601

§

LightGrayConcretePowder = 602

§

CyanConcretePowder = 603

§

PurpleConcretePowder = 604

§

BlueConcretePowder = 605

§

BrownConcretePowder = 606

§

GreenConcretePowder = 607

§

RedConcretePowder = 608

§

BlackConcretePowder = 609

§

TurtleEgg = 610

§

SnifferEgg = 611

§

DeadTubeCoralBlock = 612

§

DeadBrainCoralBlock = 613

§

DeadBubbleCoralBlock = 614

§

DeadFireCoralBlock = 615

§

DeadHornCoralBlock = 616

§

TubeCoralBlock = 617

§

BrainCoralBlock = 618

§

BubbleCoralBlock = 619

§

FireCoralBlock = 620

§

HornCoralBlock = 621

§

TubeCoral = 622

§

BrainCoral = 623

§

BubbleCoral = 624

§

FireCoral = 625

§

HornCoral = 626

§

DeadBrainCoral = 627

§

DeadBubbleCoral = 628

§

DeadFireCoral = 629

§

DeadHornCoral = 630

§

DeadTubeCoral = 631

§

TubeCoralFan = 632

§

BrainCoralFan = 633

§

BubbleCoralFan = 634

§

FireCoralFan = 635

§

HornCoralFan = 636

§

DeadTubeCoralFan = 637

§

DeadBrainCoralFan = 638

§

DeadBubbleCoralFan = 639

§

DeadFireCoralFan = 640

§

DeadHornCoralFan = 641

§

BlueIce = 642

§

Conduit = 643

§

PolishedGraniteStairs = 644

§

SmoothRedSandstoneStairs = 645

§

MossyStoneBrickStairs = 646

§

PolishedDioriteStairs = 647

§

MossyCobblestoneStairs = 648

§

EndStoneBrickStairs = 649

§

StoneStairs = 650

§

SmoothSandstoneStairs = 651

§

SmoothQuartzStairs = 652

§

GraniteStairs = 653

§

AndesiteStairs = 654

§

RedNetherBrickStairs = 655

§

PolishedAndesiteStairs = 656

§

DioriteStairs = 657

§

CobbledDeepslateStairs = 658

§

PolishedDeepslateStairs = 659

§

DeepslateBrickStairs = 660

§

DeepslateTileStairs = 661

§

PolishedGraniteSlab = 662

§

SmoothRedSandstoneSlab = 663

§

MossyStoneBrickSlab = 664

§

PolishedDioriteSlab = 665

§

MossyCobblestoneSlab = 666

§

EndStoneBrickSlab = 667

§

SmoothSandstoneSlab = 668

§

SmoothQuartzSlab = 669

§

GraniteSlab = 670

§

AndesiteSlab = 671

§

RedNetherBrickSlab = 672

§

PolishedAndesiteSlab = 673

§

DioriteSlab = 674

§

CobbledDeepslateSlab = 675

§

PolishedDeepslateSlab = 676

§

DeepslateBrickSlab = 677

§

DeepslateTileSlab = 678

§

Scaffolding = 679

§

Redstone = 680

§

RedstoneTorch = 681

§

RedstoneBlock = 682

§

Repeater = 683

§

Comparator = 684

§

Piston = 685

§

StickyPiston = 686

§

SlimeBlock = 687

§

HoneyBlock = 688

§

Observer = 689

§

Hopper = 690

§

Dispenser = 691

§

Dropper = 692

§

Lectern = 693

§

Target = 694

§

Lever = 695

§

LightningRod = 696

§

DaylightDetector = 697

§

SculkSensor = 698

§

CalibratedSculkSensor = 699

§

TripwireHook = 700

§

TrappedChest = 701

§

Tnt = 702

§

RedstoneLamp = 703

§

NoteBlock = 704

§

StoneButton = 705

§

PolishedBlackstoneButton = 706

§

OakButton = 707

§

SpruceButton = 708

§

BirchButton = 709

§

JungleButton = 710

§

AcaciaButton = 711

§

CherryButton = 712

§

DarkOakButton = 713

§

PaleOakButton = 714

§

MangroveButton = 715

§

BambooButton = 716

§

CrimsonButton = 717

§

WarpedButton = 718

§

StonePressurePlate = 719

§

PolishedBlackstonePressurePlate = 720

§

LightWeightedPressurePlate = 721

§

HeavyWeightedPressurePlate = 722

§

OakPressurePlate = 723

§

SprucePressurePlate = 724

§

BirchPressurePlate = 725

§

JunglePressurePlate = 726

§

AcaciaPressurePlate = 727

§

CherryPressurePlate = 728

§

DarkOakPressurePlate = 729

§

PaleOakPressurePlate = 730

§

MangrovePressurePlate = 731

§

BambooPressurePlate = 732

§

CrimsonPressurePlate = 733

§

WarpedPressurePlate = 734

§

IronDoor = 735

§

OakDoor = 736

§

SpruceDoor = 737

§

BirchDoor = 738

§

JungleDoor = 739

§

AcaciaDoor = 740

§

CherryDoor = 741

§

DarkOakDoor = 742

§

PaleOakDoor = 743

§

MangroveDoor = 744

§

BambooDoor = 745

§

CrimsonDoor = 746

§

WarpedDoor = 747

§

CopperDoor = 748

§

ExposedCopperDoor = 749

§

WeatheredCopperDoor = 750

§

OxidizedCopperDoor = 751

§

WaxedCopperDoor = 752

§

WaxedExposedCopperDoor = 753

§

WaxedWeatheredCopperDoor = 754

§

WaxedOxidizedCopperDoor = 755

§

IronTrapdoor = 756

§

OakTrapdoor = 757

§

SpruceTrapdoor = 758

§

BirchTrapdoor = 759

§

JungleTrapdoor = 760

§

AcaciaTrapdoor = 761

§

CherryTrapdoor = 762

§

DarkOakTrapdoor = 763

§

PaleOakTrapdoor = 764

§

MangroveTrapdoor = 765

§

BambooTrapdoor = 766

§

CrimsonTrapdoor = 767

§

WarpedTrapdoor = 768

§

CopperTrapdoor = 769

§

ExposedCopperTrapdoor = 770

§

WeatheredCopperTrapdoor = 771

§

OxidizedCopperTrapdoor = 772

§

WaxedCopperTrapdoor = 773

§

WaxedExposedCopperTrapdoor = 774

§

WaxedWeatheredCopperTrapdoor = 775

§

WaxedOxidizedCopperTrapdoor = 776

§

OakFenceGate = 777

§

SpruceFenceGate = 778

§

BirchFenceGate = 779

§

JungleFenceGate = 780

§

AcaciaFenceGate = 781

§

CherryFenceGate = 782

§

DarkOakFenceGate = 783

§

PaleOakFenceGate = 784

§

MangroveFenceGate = 785

§

BambooFenceGate = 786

§

CrimsonFenceGate = 787

§

WarpedFenceGate = 788

§

PoweredRail = 789

§

DetectorRail = 790

§

Rail = 791

§

ActivatorRail = 792

§

Saddle = 793

§

Minecart = 794

§

ChestMinecart = 795

§

FurnaceMinecart = 796

§

TntMinecart = 797

§

HopperMinecart = 798

§

CarrotOnAStick = 799

§

WarpedFungusOnAStick = 800

§

PhantomMembrane = 801

§

Elytra = 802

§

OakBoat = 803

§

OakChestBoat = 804

§

SpruceBoat = 805

§

SpruceChestBoat = 806

§

BirchBoat = 807

§

BirchChestBoat = 808

§

JungleBoat = 809

§

JungleChestBoat = 810

§

AcaciaBoat = 811

§

AcaciaChestBoat = 812

§

CherryBoat = 813

§

CherryChestBoat = 814

§

DarkOakBoat = 815

§

DarkOakChestBoat = 816

§

PaleOakBoat = 817

§

PaleOakChestBoat = 818

§

MangroveBoat = 819

§

MangroveChestBoat = 820

§

BambooRaft = 821

§

BambooChestRaft = 822

§

StructureBlock = 823

§

Jigsaw = 824

§

TurtleHelmet = 825

§

TurtleScute = 826

§

ArmadilloScute = 827

§

WolfArmor = 828

§

FlintAndSteel = 829

§

Bowl = 830

§

Apple = 831

§

Bow = 832

§

Arrow = 833

§

Coal = 834

§

Charcoal = 835

§

Diamond = 836

§

Emerald = 837

§

LapisLazuli = 838

§

Quartz = 839

§

AmethystShard = 840

§

RawIron = 841

§

IronIngot = 842

§

RawCopper = 843

§

CopperIngot = 844

§

RawGold = 845

§

GoldIngot = 846

§

NetheriteIngot = 847

§

NetheriteScrap = 848

§

WoodenSword = 849

§

WoodenShovel = 850

§

WoodenPickaxe = 851

§

WoodenAxe = 852

§

WoodenHoe = 853

§

StoneSword = 854

§

StoneShovel = 855

§

StonePickaxe = 856

§

StoneAxe = 857

§

StoneHoe = 858

§

GoldenSword = 859

§

GoldenShovel = 860

§

GoldenPickaxe = 861

§

GoldenAxe = 862

§

GoldenHoe = 863

§

IronSword = 864

§

IronShovel = 865

§

IronPickaxe = 866

§

IronAxe = 867

§

IronHoe = 868

§

DiamondSword = 869

§

DiamondShovel = 870

§

DiamondPickaxe = 871

§

DiamondAxe = 872

§

DiamondHoe = 873

§

NetheriteSword = 874

§

NetheriteShovel = 875

§

NetheritePickaxe = 876

§

NetheriteAxe = 877

§

NetheriteHoe = 878

§

Stick = 879

§

MushroomStew = 880

§

String = 881

§

Feather = 882

§

Gunpowder = 883

§

WheatSeeds = 884

§

Wheat = 885

§

Bread = 886

§

LeatherHelmet = 887

§

LeatherChestplate = 888

§

LeatherLeggings = 889

§

LeatherBoots = 890

§

ChainmailHelmet = 891

§

ChainmailChestplate = 892

§

ChainmailLeggings = 893

§

ChainmailBoots = 894

§

IronHelmet = 895

§

IronChestplate = 896

§

IronLeggings = 897

§

IronBoots = 898

§

DiamondHelmet = 899

§

DiamondChestplate = 900

§

DiamondLeggings = 901

§

DiamondBoots = 902

§

GoldenHelmet = 903

§

GoldenChestplate = 904

§

GoldenLeggings = 905

§

GoldenBoots = 906

§

NetheriteHelmet = 907

§

NetheriteChestplate = 908

§

NetheriteLeggings = 909

§

NetheriteBoots = 910

§

Flint = 911

§

Porkchop = 912

§

CookedPorkchop = 913

§

Painting = 914

§

GoldenApple = 915

§

EnchantedGoldenApple = 916

§

OakSign = 917

§

SpruceSign = 918

§

BirchSign = 919

§

JungleSign = 920

§

AcaciaSign = 921

§

CherrySign = 922

§

DarkOakSign = 923

§

PaleOakSign = 924

§

MangroveSign = 925

§

BambooSign = 926

§

CrimsonSign = 927

§

WarpedSign = 928

§

OakHangingSign = 929

§

SpruceHangingSign = 930

§

BirchHangingSign = 931

§

JungleHangingSign = 932

§

AcaciaHangingSign = 933

§

CherryHangingSign = 934

§

DarkOakHangingSign = 935

§

PaleOakHangingSign = 936

§

MangroveHangingSign = 937

§

BambooHangingSign = 938

§

CrimsonHangingSign = 939

§

WarpedHangingSign = 940

§

Bucket = 941

§

WaterBucket = 942

§

LavaBucket = 943

§

PowderSnowBucket = 944

§

Snowball = 945

§

Leather = 946

§

MilkBucket = 947

§

PufferfishBucket = 948

§

SalmonBucket = 949

§

CodBucket = 950

§

TropicalFishBucket = 951

§

AxolotlBucket = 952

§

TadpoleBucket = 953

§

Brick = 954

§

ClayBall = 955

§

DriedKelpBlock = 956

§

Paper = 957

§

Book = 958

§

SlimeBall = 959

§

Egg = 960

§

Compass = 961

§

RecoveryCompass = 962

§

Bundle = 963

§

WhiteBundle = 964

§

OrangeBundle = 965

§

MagentaBundle = 966

§

LightBlueBundle = 967

§

YellowBundle = 968

§

LimeBundle = 969

§

PinkBundle = 970

§

GrayBundle = 971

§

LightGrayBundle = 972

§

CyanBundle = 973

§

PurpleBundle = 974

§

BlueBundle = 975

§

BrownBundle = 976

§

GreenBundle = 977

§

RedBundle = 978

§

BlackBundle = 979

§

FishingRod = 980

§

Clock = 981

§

Spyglass = 982

§

GlowstoneDust = 983

§

Cod = 984

§

Salmon = 985

§

TropicalFish = 986

§

Pufferfish = 987

§

CookedCod = 988

§

CookedSalmon = 989

§

InkSac = 990

§

GlowInkSac = 991

§

CocoaBeans = 992

§

WhiteDye = 993

§

OrangeDye = 994

§

MagentaDye = 995

§

LightBlueDye = 996

§

YellowDye = 997

§

LimeDye = 998

§

PinkDye = 999

§

GrayDye = 1_000

§

LightGrayDye = 1_001

§

CyanDye = 1_002

§

PurpleDye = 1_003

§

BlueDye = 1_004

§

BrownDye = 1_005

§

GreenDye = 1_006

§

RedDye = 1_007

§

BlackDye = 1_008

§

BoneMeal = 1_009

§

Bone = 1_010

§

Sugar = 1_011

§

Cake = 1_012

§

WhiteBed = 1_013

§

OrangeBed = 1_014

§

MagentaBed = 1_015

§

LightBlueBed = 1_016

§

YellowBed = 1_017

§

LimeBed = 1_018

§

PinkBed = 1_019

§

GrayBed = 1_020

§

LightGrayBed = 1_021

§

CyanBed = 1_022

§

PurpleBed = 1_023

§

BlueBed = 1_024

§

BrownBed = 1_025

§

GreenBed = 1_026

§

RedBed = 1_027

§

BlackBed = 1_028

§

Cookie = 1_029

§

Crafter = 1_030

§

FilledMap = 1_031

§

Shears = 1_032

§

MelonSlice = 1_033

§

DriedKelp = 1_034

§

PumpkinSeeds = 1_035

§

MelonSeeds = 1_036

§

Beef = 1_037

§

CookedBeef = 1_038

§

Chicken = 1_039

§

CookedChicken = 1_040

§

RottenFlesh = 1_041

§

EnderPearl = 1_042

§

BlazeRod = 1_043

§

GhastTear = 1_044

§

GoldNugget = 1_045

§

NetherWart = 1_046

§

GlassBottle = 1_047

§

Potion = 1_048

§

SpiderEye = 1_049

§

FermentedSpiderEye = 1_050

§

BlazePowder = 1_051

§

MagmaCream = 1_052

§

BrewingStand = 1_053

§

Cauldron = 1_054

§

EnderEye = 1_055

§

GlisteringMelonSlice = 1_056

§

ArmadilloSpawnEgg = 1_057

§

AllaySpawnEgg = 1_058

§

AxolotlSpawnEgg = 1_059

§

BatSpawnEgg = 1_060

§

BeeSpawnEgg = 1_061

§

BlazeSpawnEgg = 1_062

§

BoggedSpawnEgg = 1_063

§

BreezeSpawnEgg = 1_064

§

CatSpawnEgg = 1_065

§

CamelSpawnEgg = 1_066

§

CaveSpiderSpawnEgg = 1_067

§

ChickenSpawnEgg = 1_068

§

CodSpawnEgg = 1_069

§

CowSpawnEgg = 1_070

§

CreeperSpawnEgg = 1_071

§

DolphinSpawnEgg = 1_072

§

DonkeySpawnEgg = 1_073

§

DrownedSpawnEgg = 1_074

§

ElderGuardianSpawnEgg = 1_075

§

EnderDragonSpawnEgg = 1_076

§

EndermanSpawnEgg = 1_077

§

EndermiteSpawnEgg = 1_078

§

EvokerSpawnEgg = 1_079

§

FoxSpawnEgg = 1_080

§

FrogSpawnEgg = 1_081

§

GhastSpawnEgg = 1_082

§

GlowSquidSpawnEgg = 1_083

§

GoatSpawnEgg = 1_084

§

GuardianSpawnEgg = 1_085

§

HoglinSpawnEgg = 1_086

§

HorseSpawnEgg = 1_087

§

HuskSpawnEgg = 1_088

§

IronGolemSpawnEgg = 1_089

§

LlamaSpawnEgg = 1_090

§

MagmaCubeSpawnEgg = 1_091

§

MooshroomSpawnEgg = 1_092

§

MuleSpawnEgg = 1_093

§

OcelotSpawnEgg = 1_094

§

PandaSpawnEgg = 1_095

§

ParrotSpawnEgg = 1_096

§

PhantomSpawnEgg = 1_097

§

PigSpawnEgg = 1_098

§

PiglinSpawnEgg = 1_099

§

PiglinBruteSpawnEgg = 1_100

§

PillagerSpawnEgg = 1_101

§

PolarBearSpawnEgg = 1_102

§

PufferfishSpawnEgg = 1_103

§

RabbitSpawnEgg = 1_104

§

RavagerSpawnEgg = 1_105

§

SalmonSpawnEgg = 1_106

§

SheepSpawnEgg = 1_107

§

ShulkerSpawnEgg = 1_108

§

SilverfishSpawnEgg = 1_109

§

SkeletonSpawnEgg = 1_110

§

SkeletonHorseSpawnEgg = 1_111

§

SlimeSpawnEgg = 1_112

§

SnifferSpawnEgg = 1_113

§

SnowGolemSpawnEgg = 1_114

§

SpiderSpawnEgg = 1_115

§

SquidSpawnEgg = 1_116

§

StraySpawnEgg = 1_117

§

StriderSpawnEgg = 1_118

§

TadpoleSpawnEgg = 1_119

§

TraderLlamaSpawnEgg = 1_120

§

TropicalFishSpawnEgg = 1_121

§

TurtleSpawnEgg = 1_122

§

VexSpawnEgg = 1_123

§

VillagerSpawnEgg = 1_124

§

VindicatorSpawnEgg = 1_125

§

WanderingTraderSpawnEgg = 1_126

§

WardenSpawnEgg = 1_127

§

WitchSpawnEgg = 1_128

§

WitherSpawnEgg = 1_129

§

WitherSkeletonSpawnEgg = 1_130

§

WolfSpawnEgg = 1_131

§

ZoglinSpawnEgg = 1_132

§

CreakingSpawnEgg = 1_133

§

ZombieSpawnEgg = 1_134

§

ZombieHorseSpawnEgg = 1_135

§

ZombieVillagerSpawnEgg = 1_136

§

ZombifiedPiglinSpawnEgg = 1_137

§

ExperienceBottle = 1_138

§

FireCharge = 1_139

§

WindCharge = 1_140

§

WritableBook = 1_141

§

WrittenBook = 1_142

§

BreezeRod = 1_143

§

Mace = 1_144

§

ItemFrame = 1_145

§

GlowItemFrame = 1_146

§

FlowerPot = 1_147

§

Carrot = 1_148

§

Potato = 1_149

§

BakedPotato = 1_150

§

PoisonousPotato = 1_151

§

Map = 1_152

§

GoldenCarrot = 1_153

§

SkeletonSkull = 1_154

§

WitherSkeletonSkull = 1_155

§

PlayerHead = 1_156

§

ZombieHead = 1_157

§

CreeperHead = 1_158

§

DragonHead = 1_159

§

PiglinHead = 1_160

§

NetherStar = 1_161

§

PumpkinPie = 1_162

§

FireworkRocket = 1_163

§

FireworkStar = 1_164

§

EnchantedBook = 1_165

§

NetherBrick = 1_166

§

ResinBrick = 1_167

§

PrismarineShard = 1_168

§

PrismarineCrystals = 1_169

§

Rabbit = 1_170

§

CookedRabbit = 1_171

§

RabbitStew = 1_172

§

RabbitFoot = 1_173

§

RabbitHide = 1_174

§

ArmorStand = 1_175

§

IronHorseArmor = 1_176

§

GoldenHorseArmor = 1_177

§

DiamondHorseArmor = 1_178

§

LeatherHorseArmor = 1_179

§

Lead = 1_180

§

NameTag = 1_181

§

CommandBlockMinecart = 1_182

§

Mutton = 1_183

§

CookedMutton = 1_184

§

WhiteBanner = 1_185

§

OrangeBanner = 1_186

§

MagentaBanner = 1_187

§

LightBlueBanner = 1_188

§

YellowBanner = 1_189

§

LimeBanner = 1_190

§

PinkBanner = 1_191

§

GrayBanner = 1_192

§

LightGrayBanner = 1_193

§

CyanBanner = 1_194

§

PurpleBanner = 1_195

§

BlueBanner = 1_196

§

BrownBanner = 1_197

§

GreenBanner = 1_198

§

RedBanner = 1_199

§

BlackBanner = 1_200

§

EndCrystal = 1_201

§

ChorusFruit = 1_202

§

PoppedChorusFruit = 1_203

§

TorchflowerSeeds = 1_204

§

PitcherPod = 1_205

§

Beetroot = 1_206

§

BeetrootSeeds = 1_207

§

BeetrootSoup = 1_208

§

DragonBreath = 1_209

§

SplashPotion = 1_210

§

SpectralArrow = 1_211

§

TippedArrow = 1_212

§

LingeringPotion = 1_213

§

Shield = 1_214

§

TotemOfUndying = 1_215

§

ShulkerShell = 1_216

§

IronNugget = 1_217

§

KnowledgeBook = 1_218

§

DebugStick = 1_219

§

MusicDisc13 = 1_220

§

MusicDiscCat = 1_221

§

MusicDiscBlocks = 1_222

§

MusicDiscChirp = 1_223

§

MusicDiscCreator = 1_224

§

MusicDiscCreatorMusicBox = 1_225

§

MusicDiscFar = 1_226

§

MusicDiscMall = 1_227

§

MusicDiscMellohi = 1_228

§

MusicDiscStal = 1_229

§

MusicDiscStrad = 1_230

§

MusicDiscWard = 1_231

§

MusicDisc11 = 1_232

§

MusicDiscWait = 1_233

§

MusicDiscOtherside = 1_234

§

MusicDiscRelic = 1_235

§

MusicDisc5 = 1_236

§

MusicDiscPigstep = 1_237

§

MusicDiscPrecipice = 1_238

§

DiscFragment5 = 1_239

§

Trident = 1_240

§

NautilusShell = 1_241

§

HeartOfTheSea = 1_242

§

Crossbow = 1_243

§

SuspiciousStew = 1_244

§

Loom = 1_245

§

FlowerBannerPattern = 1_246

§

CreeperBannerPattern = 1_247

§

SkullBannerPattern = 1_248

§

MojangBannerPattern = 1_249

§

GlobeBannerPattern = 1_250

§

PiglinBannerPattern = 1_251

§

FlowBannerPattern = 1_252

§

GusterBannerPattern = 1_253

§

FieldMasonedBannerPattern = 1_254

§

BordureIndentedBannerPattern = 1_255

§

GoatHorn = 1_256

§

Composter = 1_257

§

Barrel = 1_258

§

Smoker = 1_259

§

BlastFurnace = 1_260

§

CartographyTable = 1_261

§

FletchingTable = 1_262

§

Grindstone = 1_263

§

SmithingTable = 1_264

§

Stonecutter = 1_265

§

Bell = 1_266

§

Lantern = 1_267

§

SoulLantern = 1_268

§

SweetBerries = 1_269

§

GlowBerries = 1_270

§

Campfire = 1_271

§

SoulCampfire = 1_272

§

Shroomlight = 1_273

§

Honeycomb = 1_274

§

BeeNest = 1_275

§

Beehive = 1_276

§

HoneyBottle = 1_277

§

HoneycombBlock = 1_278

§

Lodestone = 1_279

§

CryingObsidian = 1_280

§

Blackstone = 1_281

§

BlackstoneSlab = 1_282

§

BlackstoneStairs = 1_283

§

GildedBlackstone = 1_284

§

PolishedBlackstone = 1_285

§

PolishedBlackstoneSlab = 1_286

§

PolishedBlackstoneStairs = 1_287

§

ChiseledPolishedBlackstone = 1_288

§

PolishedBlackstoneBricks = 1_289

§

PolishedBlackstoneBrickSlab = 1_290

§

PolishedBlackstoneBrickStairs = 1_291

§

CrackedPolishedBlackstoneBricks = 1_292

§

RespawnAnchor = 1_293

§

Candle = 1_294

§

WhiteCandle = 1_295

§

OrangeCandle = 1_296

§

MagentaCandle = 1_297

§

LightBlueCandle = 1_298

§

YellowCandle = 1_299

§

LimeCandle = 1_300

§

PinkCandle = 1_301

§

GrayCandle = 1_302

§

LightGrayCandle = 1_303

§

CyanCandle = 1_304

§

PurpleCandle = 1_305

§

BlueCandle = 1_306

§

BrownCandle = 1_307

§

GreenCandle = 1_308

§

RedCandle = 1_309

§

BlackCandle = 1_310

§

SmallAmethystBud = 1_311

§

MediumAmethystBud = 1_312

§

LargeAmethystBud = 1_313

§

AmethystCluster = 1_314

§

PointedDripstone = 1_315

§

OchreFroglight = 1_316

§

VerdantFroglight = 1_317

§

PearlescentFroglight = 1_318

§

Frogspawn = 1_319

§

EchoShard = 1_320

§

Brush = 1_321

§

NetheriteUpgradeSmithingTemplate = 1_322

§

SentryArmorTrimSmithingTemplate = 1_323

§

DuneArmorTrimSmithingTemplate = 1_324

§

CoastArmorTrimSmithingTemplate = 1_325

§

WildArmorTrimSmithingTemplate = 1_326

§

WardArmorTrimSmithingTemplate = 1_327

§

EyeArmorTrimSmithingTemplate = 1_328

§

VexArmorTrimSmithingTemplate = 1_329

§

TideArmorTrimSmithingTemplate = 1_330

§

SnoutArmorTrimSmithingTemplate = 1_331

§

RibArmorTrimSmithingTemplate = 1_332

§

SpireArmorTrimSmithingTemplate = 1_333

§

WayfinderArmorTrimSmithingTemplate = 1_334

§

ShaperArmorTrimSmithingTemplate = 1_335

§

SilenceArmorTrimSmithingTemplate = 1_336

§

RaiserArmorTrimSmithingTemplate = 1_337

§

HostArmorTrimSmithingTemplate = 1_338

§

FlowArmorTrimSmithingTemplate = 1_339

§

BoltArmorTrimSmithingTemplate = 1_340

§

AnglerPotterySherd = 1_341

§

ArcherPotterySherd = 1_342

§

ArmsUpPotterySherd = 1_343

§

BladePotterySherd = 1_344

§

BrewerPotterySherd = 1_345

§

BurnPotterySherd = 1_346

§

DangerPotterySherd = 1_347

§

ExplorerPotterySherd = 1_348

§

FlowPotterySherd = 1_349

§

FriendPotterySherd = 1_350

§

GusterPotterySherd = 1_351

§

HeartPotterySherd = 1_352

§

HeartbreakPotterySherd = 1_353

§

HowlPotterySherd = 1_354

§

MinerPotterySherd = 1_355

§

MournerPotterySherd = 1_356

§

PlentyPotterySherd = 1_357

§

PrizePotterySherd = 1_358

§

ScrapePotterySherd = 1_359

§

SheafPotterySherd = 1_360

§

ShelterPotterySherd = 1_361

§

SkullPotterySherd = 1_362

§

SnortPotterySherd = 1_363

§

CopperGrate = 1_364

§

ExposedCopperGrate = 1_365

§

WeatheredCopperGrate = 1_366

§

OxidizedCopperGrate = 1_367

§

WaxedCopperGrate = 1_368

§

WaxedExposedCopperGrate = 1_369

§

WaxedWeatheredCopperGrate = 1_370

§

WaxedOxidizedCopperGrate = 1_371

§

CopperBulb = 1_372

§

ExposedCopperBulb = 1_373

§

WeatheredCopperBulb = 1_374

§

OxidizedCopperBulb = 1_375

§

WaxedCopperBulb = 1_376

§

WaxedExposedCopperBulb = 1_377

§

WaxedWeatheredCopperBulb = 1_378

§

WaxedOxidizedCopperBulb = 1_379

§

TrialSpawner = 1_380

§

TrialKey = 1_381

§

OminousTrialKey = 1_382

§

Vault = 1_383

§

OminousBottle = 1_384

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 1385.

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, dst: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. 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>,