Enum Item

Source
#[repr(u32)]
pub enum Item {
Show 1416 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, DriedGhast = 619, DeadTubeCoralBlock = 620, DeadBrainCoralBlock = 621, DeadBubbleCoralBlock = 622, DeadFireCoralBlock = 623, DeadHornCoralBlock = 624, TubeCoralBlock = 625, BrainCoralBlock = 626, BubbleCoralBlock = 627, FireCoralBlock = 628, HornCoralBlock = 629, TubeCoral = 630, BrainCoral = 631, BubbleCoral = 632, FireCoral = 633, HornCoral = 634, DeadBrainCoral = 635, DeadBubbleCoral = 636, DeadFireCoral = 637, DeadHornCoral = 638, DeadTubeCoral = 639, TubeCoralFan = 640, BrainCoralFan = 641, BubbleCoralFan = 642, FireCoralFan = 643, HornCoralFan = 644, DeadTubeCoralFan = 645, DeadBrainCoralFan = 646, DeadBubbleCoralFan = 647, DeadFireCoralFan = 648, DeadHornCoralFan = 649, BlueIce = 650, Conduit = 651, PolishedGraniteStairs = 652, SmoothRedSandstoneStairs = 653, MossyStoneBrickStairs = 654, PolishedDioriteStairs = 655, MossyCobblestoneStairs = 656, EndStoneBrickStairs = 657, StoneStairs = 658, SmoothSandstoneStairs = 659, SmoothQuartzStairs = 660, GraniteStairs = 661, AndesiteStairs = 662, RedNetherBrickStairs = 663, PolishedAndesiteStairs = 664, DioriteStairs = 665, CobbledDeepslateStairs = 666, PolishedDeepslateStairs = 667, DeepslateBrickStairs = 668, DeepslateTileStairs = 669, PolishedGraniteSlab = 670, SmoothRedSandstoneSlab = 671, MossyStoneBrickSlab = 672, PolishedDioriteSlab = 673, MossyCobblestoneSlab = 674, EndStoneBrickSlab = 675, SmoothSandstoneSlab = 676, SmoothQuartzSlab = 677, GraniteSlab = 678, AndesiteSlab = 679, RedNetherBrickSlab = 680, PolishedAndesiteSlab = 681, DioriteSlab = 682, CobbledDeepslateSlab = 683, PolishedDeepslateSlab = 684, DeepslateBrickSlab = 685, DeepslateTileSlab = 686, Scaffolding = 687, Redstone = 688, RedstoneTorch = 689, RedstoneBlock = 690, Repeater = 691, Comparator = 692, Piston = 693, StickyPiston = 694, SlimeBlock = 695, HoneyBlock = 696, Observer = 697, Hopper = 698, Dispenser = 699, Dropper = 700, Lectern = 701, Target = 702, Lever = 703, LightningRod = 704, DaylightDetector = 705, SculkSensor = 706, CalibratedSculkSensor = 707, TripwireHook = 708, TrappedChest = 709, Tnt = 710, RedstoneLamp = 711, NoteBlock = 712, StoneButton = 713, PolishedBlackstoneButton = 714, OakButton = 715, SpruceButton = 716, BirchButton = 717, JungleButton = 718, AcaciaButton = 719, CherryButton = 720, DarkOakButton = 721, PaleOakButton = 722, MangroveButton = 723, BambooButton = 724, CrimsonButton = 725, WarpedButton = 726, StonePressurePlate = 727, PolishedBlackstonePressurePlate = 728, LightWeightedPressurePlate = 729, HeavyWeightedPressurePlate = 730, OakPressurePlate = 731, SprucePressurePlate = 732, BirchPressurePlate = 733, JunglePressurePlate = 734, AcaciaPressurePlate = 735, CherryPressurePlate = 736, DarkOakPressurePlate = 737, PaleOakPressurePlate = 738, MangrovePressurePlate = 739, BambooPressurePlate = 740, CrimsonPressurePlate = 741, WarpedPressurePlate = 742, IronDoor = 743, OakDoor = 744, SpruceDoor = 745, BirchDoor = 746, JungleDoor = 747, AcaciaDoor = 748, CherryDoor = 749, DarkOakDoor = 750, PaleOakDoor = 751, MangroveDoor = 752, BambooDoor = 753, CrimsonDoor = 754, WarpedDoor = 755, CopperDoor = 756, ExposedCopperDoor = 757, WeatheredCopperDoor = 758, OxidizedCopperDoor = 759, WaxedCopperDoor = 760, WaxedExposedCopperDoor = 761, WaxedWeatheredCopperDoor = 762, WaxedOxidizedCopperDoor = 763, IronTrapdoor = 764, OakTrapdoor = 765, SpruceTrapdoor = 766, BirchTrapdoor = 767, JungleTrapdoor = 768, AcaciaTrapdoor = 769, CherryTrapdoor = 770, DarkOakTrapdoor = 771, PaleOakTrapdoor = 772, MangroveTrapdoor = 773, BambooTrapdoor = 774, CrimsonTrapdoor = 775, WarpedTrapdoor = 776, CopperTrapdoor = 777, ExposedCopperTrapdoor = 778, WeatheredCopperTrapdoor = 779, OxidizedCopperTrapdoor = 780, WaxedCopperTrapdoor = 781, WaxedExposedCopperTrapdoor = 782, WaxedWeatheredCopperTrapdoor = 783, WaxedOxidizedCopperTrapdoor = 784, OakFenceGate = 785, SpruceFenceGate = 786, BirchFenceGate = 787, JungleFenceGate = 788, AcaciaFenceGate = 789, CherryFenceGate = 790, DarkOakFenceGate = 791, PaleOakFenceGate = 792, MangroveFenceGate = 793, BambooFenceGate = 794, CrimsonFenceGate = 795, WarpedFenceGate = 796, PoweredRail = 797, DetectorRail = 798, Rail = 799, ActivatorRail = 800, Saddle = 801, WhiteHarness = 802, OrangeHarness = 803, MagentaHarness = 804, LightBlueHarness = 805, YellowHarness = 806, LimeHarness = 807, PinkHarness = 808, GrayHarness = 809, LightGrayHarness = 810, CyanHarness = 811, PurpleHarness = 812, BlueHarness = 813, BrownHarness = 814, GreenHarness = 815, RedHarness = 816, BlackHarness = 817, Minecart = 818, ChestMinecart = 819, FurnaceMinecart = 820, TntMinecart = 821, HopperMinecart = 822, CarrotOnAStick = 823, WarpedFungusOnAStick = 824, PhantomMembrane = 825, Elytra = 826, OakBoat = 827, OakChestBoat = 828, SpruceBoat = 829, SpruceChestBoat = 830, BirchBoat = 831, BirchChestBoat = 832, JungleBoat = 833, JungleChestBoat = 834, AcaciaBoat = 835, AcaciaChestBoat = 836, CherryBoat = 837, CherryChestBoat = 838, DarkOakBoat = 839, DarkOakChestBoat = 840, PaleOakBoat = 841, PaleOakChestBoat = 842, MangroveBoat = 843, MangroveChestBoat = 844, BambooRaft = 845, BambooChestRaft = 846, StructureBlock = 847, Jigsaw = 848, TestBlock = 849, TestInstanceBlock = 850, TurtleHelmet = 851, TurtleScute = 852, ArmadilloScute = 853, WolfArmor = 854, FlintAndSteel = 855, Bowl = 856, Apple = 857, Bow = 858, Arrow = 859, Coal = 860, Charcoal = 861, Diamond = 862, Emerald = 863, LapisLazuli = 864, Quartz = 865, AmethystShard = 866, RawIron = 867, IronIngot = 868, RawCopper = 869, CopperIngot = 870, RawGold = 871, GoldIngot = 872, NetheriteIngot = 873, NetheriteScrap = 874, WoodenSword = 875, WoodenShovel = 876, WoodenPickaxe = 877, WoodenAxe = 878, WoodenHoe = 879, StoneSword = 880, StoneShovel = 881, StonePickaxe = 882, StoneAxe = 883, StoneHoe = 884, GoldenSword = 885, GoldenShovel = 886, GoldenPickaxe = 887, GoldenAxe = 888, GoldenHoe = 889, IronSword = 890, IronShovel = 891, IronPickaxe = 892, IronAxe = 893, IronHoe = 894, DiamondSword = 895, DiamondShovel = 896, DiamondPickaxe = 897, DiamondAxe = 898, DiamondHoe = 899, NetheriteSword = 900, NetheriteShovel = 901, NetheritePickaxe = 902, NetheriteAxe = 903, NetheriteHoe = 904, Stick = 905, MushroomStew = 906, String = 907, Feather = 908, Gunpowder = 909, WheatSeeds = 910, Wheat = 911, Bread = 912, LeatherHelmet = 913, LeatherChestplate = 914, LeatherLeggings = 915, LeatherBoots = 916, ChainmailHelmet = 917, ChainmailChestplate = 918, ChainmailLeggings = 919, ChainmailBoots = 920, IronHelmet = 921, IronChestplate = 922, IronLeggings = 923, IronBoots = 924, DiamondHelmet = 925, DiamondChestplate = 926, DiamondLeggings = 927, DiamondBoots = 928, GoldenHelmet = 929, GoldenChestplate = 930, GoldenLeggings = 931, GoldenBoots = 932, NetheriteHelmet = 933, NetheriteChestplate = 934, NetheriteLeggings = 935, NetheriteBoots = 936, Flint = 937, Porkchop = 938, CookedPorkchop = 939, Painting = 940, GoldenApple = 941, EnchantedGoldenApple = 942, OakSign = 943, SpruceSign = 944, BirchSign = 945, JungleSign = 946, AcaciaSign = 947, CherrySign = 948, DarkOakSign = 949, PaleOakSign = 950, MangroveSign = 951, BambooSign = 952, CrimsonSign = 953, WarpedSign = 954, OakHangingSign = 955, SpruceHangingSign = 956, BirchHangingSign = 957, JungleHangingSign = 958, AcaciaHangingSign = 959, CherryHangingSign = 960, DarkOakHangingSign = 961, PaleOakHangingSign = 962, MangroveHangingSign = 963, BambooHangingSign = 964, CrimsonHangingSign = 965, WarpedHangingSign = 966, Bucket = 967, WaterBucket = 968, LavaBucket = 969, PowderSnowBucket = 970, Snowball = 971, Leather = 972, MilkBucket = 973, PufferfishBucket = 974, SalmonBucket = 975, CodBucket = 976, TropicalFishBucket = 977, AxolotlBucket = 978, TadpoleBucket = 979, Brick = 980, ClayBall = 981, DriedKelpBlock = 982, Paper = 983, Book = 984, SlimeBall = 985, Egg = 986, BlueEgg = 987, BrownEgg = 988, Compass = 989, RecoveryCompass = 990, Bundle = 991, WhiteBundle = 992, OrangeBundle = 993, MagentaBundle = 994, LightBlueBundle = 995, YellowBundle = 996, LimeBundle = 997, PinkBundle = 998, GrayBundle = 999, LightGrayBundle = 1_000, CyanBundle = 1_001, PurpleBundle = 1_002, BlueBundle = 1_003, BrownBundle = 1_004, GreenBundle = 1_005, RedBundle = 1_006, BlackBundle = 1_007, FishingRod = 1_008, Clock = 1_009, Spyglass = 1_010, GlowstoneDust = 1_011, Cod = 1_012, Salmon = 1_013, TropicalFish = 1_014, Pufferfish = 1_015, CookedCod = 1_016, CookedSalmon = 1_017, InkSac = 1_018, GlowInkSac = 1_019, CocoaBeans = 1_020, WhiteDye = 1_021, OrangeDye = 1_022, MagentaDye = 1_023, LightBlueDye = 1_024, YellowDye = 1_025, LimeDye = 1_026, PinkDye = 1_027, GrayDye = 1_028, LightGrayDye = 1_029, CyanDye = 1_030, PurpleDye = 1_031, BlueDye = 1_032, BrownDye = 1_033, GreenDye = 1_034, RedDye = 1_035, BlackDye = 1_036, BoneMeal = 1_037, Bone = 1_038, Sugar = 1_039, Cake = 1_040, WhiteBed = 1_041, OrangeBed = 1_042, MagentaBed = 1_043, LightBlueBed = 1_044, YellowBed = 1_045, LimeBed = 1_046, PinkBed = 1_047, GrayBed = 1_048, LightGrayBed = 1_049, CyanBed = 1_050, PurpleBed = 1_051, BlueBed = 1_052, BrownBed = 1_053, GreenBed = 1_054, RedBed = 1_055, BlackBed = 1_056, Cookie = 1_057, Crafter = 1_058, FilledMap = 1_059, Shears = 1_060, MelonSlice = 1_061, DriedKelp = 1_062, PumpkinSeeds = 1_063, MelonSeeds = 1_064, Beef = 1_065, CookedBeef = 1_066, Chicken = 1_067, CookedChicken = 1_068, RottenFlesh = 1_069, EnderPearl = 1_070, BlazeRod = 1_071, GhastTear = 1_072, GoldNugget = 1_073, NetherWart = 1_074, GlassBottle = 1_075, Potion = 1_076, SpiderEye = 1_077, FermentedSpiderEye = 1_078, BlazePowder = 1_079, MagmaCream = 1_080, BrewingStand = 1_081, Cauldron = 1_082, EnderEye = 1_083, GlisteringMelonSlice = 1_084, ArmadilloSpawnEgg = 1_085, AllaySpawnEgg = 1_086, AxolotlSpawnEgg = 1_087, BatSpawnEgg = 1_088, BeeSpawnEgg = 1_089, BlazeSpawnEgg = 1_090, BoggedSpawnEgg = 1_091, BreezeSpawnEgg = 1_092, CatSpawnEgg = 1_093, CamelSpawnEgg = 1_094, CaveSpiderSpawnEgg = 1_095, ChickenSpawnEgg = 1_096, CodSpawnEgg = 1_097, CowSpawnEgg = 1_098, CreeperSpawnEgg = 1_099, DolphinSpawnEgg = 1_100, DonkeySpawnEgg = 1_101, DrownedSpawnEgg = 1_102, ElderGuardianSpawnEgg = 1_103, EnderDragonSpawnEgg = 1_104, EndermanSpawnEgg = 1_105, EndermiteSpawnEgg = 1_106, EvokerSpawnEgg = 1_107, FoxSpawnEgg = 1_108, FrogSpawnEgg = 1_109, GhastSpawnEgg = 1_110, HappyGhastSpawnEgg = 1_111, GlowSquidSpawnEgg = 1_112, GoatSpawnEgg = 1_113, GuardianSpawnEgg = 1_114, HoglinSpawnEgg = 1_115, HorseSpawnEgg = 1_116, HuskSpawnEgg = 1_117, IronGolemSpawnEgg = 1_118, LlamaSpawnEgg = 1_119, MagmaCubeSpawnEgg = 1_120, MooshroomSpawnEgg = 1_121, MuleSpawnEgg = 1_122, OcelotSpawnEgg = 1_123, PandaSpawnEgg = 1_124, ParrotSpawnEgg = 1_125, PhantomSpawnEgg = 1_126, PigSpawnEgg = 1_127, PiglinSpawnEgg = 1_128, PiglinBruteSpawnEgg = 1_129, PillagerSpawnEgg = 1_130, PolarBearSpawnEgg = 1_131, PufferfishSpawnEgg = 1_132, RabbitSpawnEgg = 1_133, RavagerSpawnEgg = 1_134, SalmonSpawnEgg = 1_135, SheepSpawnEgg = 1_136, ShulkerSpawnEgg = 1_137, SilverfishSpawnEgg = 1_138, SkeletonSpawnEgg = 1_139, SkeletonHorseSpawnEgg = 1_140, SlimeSpawnEgg = 1_141, SnifferSpawnEgg = 1_142, SnowGolemSpawnEgg = 1_143, SpiderSpawnEgg = 1_144, SquidSpawnEgg = 1_145, StraySpawnEgg = 1_146, StriderSpawnEgg = 1_147, TadpoleSpawnEgg = 1_148, TraderLlamaSpawnEgg = 1_149, TropicalFishSpawnEgg = 1_150, TurtleSpawnEgg = 1_151, VexSpawnEgg = 1_152, VillagerSpawnEgg = 1_153, VindicatorSpawnEgg = 1_154, WanderingTraderSpawnEgg = 1_155, WardenSpawnEgg = 1_156, WitchSpawnEgg = 1_157, WitherSpawnEgg = 1_158, WitherSkeletonSpawnEgg = 1_159, WolfSpawnEgg = 1_160, ZoglinSpawnEgg = 1_161, CreakingSpawnEgg = 1_162, ZombieSpawnEgg = 1_163, ZombieHorseSpawnEgg = 1_164, ZombieVillagerSpawnEgg = 1_165, ZombifiedPiglinSpawnEgg = 1_166, ExperienceBottle = 1_167, FireCharge = 1_168, WindCharge = 1_169, WritableBook = 1_170, WrittenBook = 1_171, BreezeRod = 1_172, Mace = 1_173, ItemFrame = 1_174, GlowItemFrame = 1_175, FlowerPot = 1_176, Carrot = 1_177, Potato = 1_178, BakedPotato = 1_179, PoisonousPotato = 1_180, Map = 1_181, GoldenCarrot = 1_182, SkeletonSkull = 1_183, WitherSkeletonSkull = 1_184, PlayerHead = 1_185, ZombieHead = 1_186, CreeperHead = 1_187, DragonHead = 1_188, PiglinHead = 1_189, NetherStar = 1_190, PumpkinPie = 1_191, FireworkRocket = 1_192, FireworkStar = 1_193, EnchantedBook = 1_194, NetherBrick = 1_195, ResinBrick = 1_196, PrismarineShard = 1_197, PrismarineCrystals = 1_198, Rabbit = 1_199, CookedRabbit = 1_200, RabbitStew = 1_201, RabbitFoot = 1_202, RabbitHide = 1_203, ArmorStand = 1_204, IronHorseArmor = 1_205, GoldenHorseArmor = 1_206, DiamondHorseArmor = 1_207, LeatherHorseArmor = 1_208, Lead = 1_209, NameTag = 1_210, CommandBlockMinecart = 1_211, Mutton = 1_212, CookedMutton = 1_213, WhiteBanner = 1_214, OrangeBanner = 1_215, MagentaBanner = 1_216, LightBlueBanner = 1_217, YellowBanner = 1_218, LimeBanner = 1_219, PinkBanner = 1_220, GrayBanner = 1_221, LightGrayBanner = 1_222, CyanBanner = 1_223, PurpleBanner = 1_224, BlueBanner = 1_225, BrownBanner = 1_226, GreenBanner = 1_227, RedBanner = 1_228, BlackBanner = 1_229, EndCrystal = 1_230, ChorusFruit = 1_231, PoppedChorusFruit = 1_232, TorchflowerSeeds = 1_233, PitcherPod = 1_234, Beetroot = 1_235, BeetrootSeeds = 1_236, BeetrootSoup = 1_237, DragonBreath = 1_238, SplashPotion = 1_239, SpectralArrow = 1_240, TippedArrow = 1_241, LingeringPotion = 1_242, Shield = 1_243, TotemOfUndying = 1_244, ShulkerShell = 1_245, IronNugget = 1_246, KnowledgeBook = 1_247, DebugStick = 1_248, MusicDisc13 = 1_249, MusicDiscCat = 1_250, MusicDiscBlocks = 1_251, MusicDiscChirp = 1_252, MusicDiscCreator = 1_253, MusicDiscCreatorMusicBox = 1_254, MusicDiscFar = 1_255, MusicDiscLavaChicken = 1_256, MusicDiscMall = 1_257, MusicDiscMellohi = 1_258, MusicDiscStal = 1_259, MusicDiscStrad = 1_260, MusicDiscWard = 1_261, MusicDisc11 = 1_262, MusicDiscWait = 1_263, MusicDiscOtherside = 1_264, MusicDiscRelic = 1_265, MusicDisc5 = 1_266, MusicDiscPigstep = 1_267, MusicDiscPrecipice = 1_268, MusicDiscTears = 1_269, DiscFragment5 = 1_270, Trident = 1_271, NautilusShell = 1_272, HeartOfTheSea = 1_273, Crossbow = 1_274, SuspiciousStew = 1_275, Loom = 1_276, FlowerBannerPattern = 1_277, CreeperBannerPattern = 1_278, SkullBannerPattern = 1_279, MojangBannerPattern = 1_280, GlobeBannerPattern = 1_281, PiglinBannerPattern = 1_282, FlowBannerPattern = 1_283, GusterBannerPattern = 1_284, FieldMasonedBannerPattern = 1_285, BordureIndentedBannerPattern = 1_286, GoatHorn = 1_287, Composter = 1_288, Barrel = 1_289, Smoker = 1_290, BlastFurnace = 1_291, CartographyTable = 1_292, FletchingTable = 1_293, Grindstone = 1_294, SmithingTable = 1_295, Stonecutter = 1_296, Bell = 1_297, Lantern = 1_298, SoulLantern = 1_299, SweetBerries = 1_300, GlowBerries = 1_301, Campfire = 1_302, SoulCampfire = 1_303, Shroomlight = 1_304, Honeycomb = 1_305, BeeNest = 1_306, Beehive = 1_307, HoneyBottle = 1_308, HoneycombBlock = 1_309, Lodestone = 1_310, CryingObsidian = 1_311, Blackstone = 1_312, BlackstoneSlab = 1_313, BlackstoneStairs = 1_314, GildedBlackstone = 1_315, PolishedBlackstone = 1_316, PolishedBlackstoneSlab = 1_317, PolishedBlackstoneStairs = 1_318, ChiseledPolishedBlackstone = 1_319, PolishedBlackstoneBricks = 1_320, PolishedBlackstoneBrickSlab = 1_321, PolishedBlackstoneBrickStairs = 1_322, CrackedPolishedBlackstoneBricks = 1_323, RespawnAnchor = 1_324, Candle = 1_325, WhiteCandle = 1_326, OrangeCandle = 1_327, MagentaCandle = 1_328, LightBlueCandle = 1_329, YellowCandle = 1_330, LimeCandle = 1_331, PinkCandle = 1_332, GrayCandle = 1_333, LightGrayCandle = 1_334, CyanCandle = 1_335, PurpleCandle = 1_336, BlueCandle = 1_337, BrownCandle = 1_338, GreenCandle = 1_339, RedCandle = 1_340, BlackCandle = 1_341, SmallAmethystBud = 1_342, MediumAmethystBud = 1_343, LargeAmethystBud = 1_344, AmethystCluster = 1_345, PointedDripstone = 1_346, OchreFroglight = 1_347, VerdantFroglight = 1_348, PearlescentFroglight = 1_349, Frogspawn = 1_350, EchoShard = 1_351, Brush = 1_352, NetheriteUpgradeSmithingTemplate = 1_353, SentryArmorTrimSmithingTemplate = 1_354, DuneArmorTrimSmithingTemplate = 1_355, CoastArmorTrimSmithingTemplate = 1_356, WildArmorTrimSmithingTemplate = 1_357, WardArmorTrimSmithingTemplate = 1_358, EyeArmorTrimSmithingTemplate = 1_359, VexArmorTrimSmithingTemplate = 1_360, TideArmorTrimSmithingTemplate = 1_361, SnoutArmorTrimSmithingTemplate = 1_362, RibArmorTrimSmithingTemplate = 1_363, SpireArmorTrimSmithingTemplate = 1_364, WayfinderArmorTrimSmithingTemplate = 1_365, ShaperArmorTrimSmithingTemplate = 1_366, SilenceArmorTrimSmithingTemplate = 1_367, RaiserArmorTrimSmithingTemplate = 1_368, HostArmorTrimSmithingTemplate = 1_369, FlowArmorTrimSmithingTemplate = 1_370, BoltArmorTrimSmithingTemplate = 1_371, AnglerPotterySherd = 1_372, ArcherPotterySherd = 1_373, ArmsUpPotterySherd = 1_374, BladePotterySherd = 1_375, BrewerPotterySherd = 1_376, BurnPotterySherd = 1_377, DangerPotterySherd = 1_378, ExplorerPotterySherd = 1_379, FlowPotterySherd = 1_380, FriendPotterySherd = 1_381, GusterPotterySherd = 1_382, HeartPotterySherd = 1_383, HeartbreakPotterySherd = 1_384, HowlPotterySherd = 1_385, MinerPotterySherd = 1_386, MournerPotterySherd = 1_387, PlentyPotterySherd = 1_388, PrizePotterySherd = 1_389, ScrapePotterySherd = 1_390, SheafPotterySherd = 1_391, ShelterPotterySherd = 1_392, SkullPotterySherd = 1_393, SnortPotterySherd = 1_394, CopperGrate = 1_395, ExposedCopperGrate = 1_396, WeatheredCopperGrate = 1_397, OxidizedCopperGrate = 1_398, WaxedCopperGrate = 1_399, WaxedExposedCopperGrate = 1_400, WaxedWeatheredCopperGrate = 1_401, WaxedOxidizedCopperGrate = 1_402, CopperBulb = 1_403, ExposedCopperBulb = 1_404, WeatheredCopperBulb = 1_405, OxidizedCopperBulb = 1_406, WaxedCopperBulb = 1_407, WaxedExposedCopperBulb = 1_408, WaxedWeatheredCopperBulb = 1_409, WaxedOxidizedCopperBulb = 1_410, TrialSpawner = 1_411, TrialKey = 1_412, OminousTrialKey = 1_413, Vault = 1_414, OminousBottle = 1_415,
}
Expand description

Every type of item in the game.

You might find it useful in some cases to check for categories of items with azalea_registry::tags::items, like this

let item = azalea_registry::Item::OakLog;
let is_log = azalea_registry::tags::items::LOGS.contains(&item);
assert!(is_log);

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

§

DriedGhast = 619

§

DeadTubeCoralBlock = 620

§

DeadBrainCoralBlock = 621

§

DeadBubbleCoralBlock = 622

§

DeadFireCoralBlock = 623

§

DeadHornCoralBlock = 624

§

TubeCoralBlock = 625

§

BrainCoralBlock = 626

§

BubbleCoralBlock = 627

§

FireCoralBlock = 628

§

HornCoralBlock = 629

§

TubeCoral = 630

§

BrainCoral = 631

§

BubbleCoral = 632

§

FireCoral = 633

§

HornCoral = 634

§

DeadBrainCoral = 635

§

DeadBubbleCoral = 636

§

DeadFireCoral = 637

§

DeadHornCoral = 638

§

DeadTubeCoral = 639

§

TubeCoralFan = 640

§

BrainCoralFan = 641

§

BubbleCoralFan = 642

§

FireCoralFan = 643

§

HornCoralFan = 644

§

DeadTubeCoralFan = 645

§

DeadBrainCoralFan = 646

§

DeadBubbleCoralFan = 647

§

DeadFireCoralFan = 648

§

DeadHornCoralFan = 649

§

BlueIce = 650

§

Conduit = 651

§

PolishedGraniteStairs = 652

§

SmoothRedSandstoneStairs = 653

§

MossyStoneBrickStairs = 654

§

PolishedDioriteStairs = 655

§

MossyCobblestoneStairs = 656

§

EndStoneBrickStairs = 657

§

StoneStairs = 658

§

SmoothSandstoneStairs = 659

§

SmoothQuartzStairs = 660

§

GraniteStairs = 661

§

AndesiteStairs = 662

§

RedNetherBrickStairs = 663

§

PolishedAndesiteStairs = 664

§

DioriteStairs = 665

§

CobbledDeepslateStairs = 666

§

PolishedDeepslateStairs = 667

§

DeepslateBrickStairs = 668

§

DeepslateTileStairs = 669

§

PolishedGraniteSlab = 670

§

SmoothRedSandstoneSlab = 671

§

MossyStoneBrickSlab = 672

§

PolishedDioriteSlab = 673

§

MossyCobblestoneSlab = 674

§

EndStoneBrickSlab = 675

§

SmoothSandstoneSlab = 676

§

SmoothQuartzSlab = 677

§

GraniteSlab = 678

§

AndesiteSlab = 679

§

RedNetherBrickSlab = 680

§

PolishedAndesiteSlab = 681

§

DioriteSlab = 682

§

CobbledDeepslateSlab = 683

§

PolishedDeepslateSlab = 684

§

DeepslateBrickSlab = 685

§

DeepslateTileSlab = 686

§

Scaffolding = 687

§

Redstone = 688

§

RedstoneTorch = 689

§

RedstoneBlock = 690

§

Repeater = 691

§

Comparator = 692

§

Piston = 693

§

StickyPiston = 694

§

SlimeBlock = 695

§

HoneyBlock = 696

§

Observer = 697

§

Hopper = 698

§

Dispenser = 699

§

Dropper = 700

§

Lectern = 701

§

Target = 702

§

Lever = 703

§

LightningRod = 704

§

DaylightDetector = 705

§

SculkSensor = 706

§

CalibratedSculkSensor = 707

§

TripwireHook = 708

§

TrappedChest = 709

§

Tnt = 710

§

RedstoneLamp = 711

§

NoteBlock = 712

§

StoneButton = 713

§

PolishedBlackstoneButton = 714

§

OakButton = 715

§

SpruceButton = 716

§

BirchButton = 717

§

JungleButton = 718

§

AcaciaButton = 719

§

CherryButton = 720

§

DarkOakButton = 721

§

PaleOakButton = 722

§

MangroveButton = 723

§

BambooButton = 724

§

CrimsonButton = 725

§

WarpedButton = 726

§

StonePressurePlate = 727

§

PolishedBlackstonePressurePlate = 728

§

LightWeightedPressurePlate = 729

§

HeavyWeightedPressurePlate = 730

§

OakPressurePlate = 731

§

SprucePressurePlate = 732

§

BirchPressurePlate = 733

§

JunglePressurePlate = 734

§

AcaciaPressurePlate = 735

§

CherryPressurePlate = 736

§

DarkOakPressurePlate = 737

§

PaleOakPressurePlate = 738

§

MangrovePressurePlate = 739

§

BambooPressurePlate = 740

§

CrimsonPressurePlate = 741

§

WarpedPressurePlate = 742

§

IronDoor = 743

§

OakDoor = 744

§

SpruceDoor = 745

§

BirchDoor = 746

§

JungleDoor = 747

§

AcaciaDoor = 748

§

CherryDoor = 749

§

DarkOakDoor = 750

§

PaleOakDoor = 751

§

MangroveDoor = 752

§

BambooDoor = 753

§

CrimsonDoor = 754

§

WarpedDoor = 755

§

CopperDoor = 756

§

ExposedCopperDoor = 757

§

WeatheredCopperDoor = 758

§

OxidizedCopperDoor = 759

§

WaxedCopperDoor = 760

§

WaxedExposedCopperDoor = 761

§

WaxedWeatheredCopperDoor = 762

§

WaxedOxidizedCopperDoor = 763

§

IronTrapdoor = 764

§

OakTrapdoor = 765

§

SpruceTrapdoor = 766

§

BirchTrapdoor = 767

§

JungleTrapdoor = 768

§

AcaciaTrapdoor = 769

§

CherryTrapdoor = 770

§

DarkOakTrapdoor = 771

§

PaleOakTrapdoor = 772

§

MangroveTrapdoor = 773

§

BambooTrapdoor = 774

§

CrimsonTrapdoor = 775

§

WarpedTrapdoor = 776

§

CopperTrapdoor = 777

§

ExposedCopperTrapdoor = 778

§

WeatheredCopperTrapdoor = 779

§

OxidizedCopperTrapdoor = 780

§

WaxedCopperTrapdoor = 781

§

WaxedExposedCopperTrapdoor = 782

§

WaxedWeatheredCopperTrapdoor = 783

§

WaxedOxidizedCopperTrapdoor = 784

§

OakFenceGate = 785

§

SpruceFenceGate = 786

§

BirchFenceGate = 787

§

JungleFenceGate = 788

§

AcaciaFenceGate = 789

§

CherryFenceGate = 790

§

DarkOakFenceGate = 791

§

PaleOakFenceGate = 792

§

MangroveFenceGate = 793

§

BambooFenceGate = 794

§

CrimsonFenceGate = 795

§

WarpedFenceGate = 796

§

PoweredRail = 797

§

DetectorRail = 798

§

Rail = 799

§

ActivatorRail = 800

§

Saddle = 801

§

WhiteHarness = 802

§

OrangeHarness = 803

§

MagentaHarness = 804

§

LightBlueHarness = 805

§

YellowHarness = 806

§

LimeHarness = 807

§

PinkHarness = 808

§

GrayHarness = 809

§

LightGrayHarness = 810

§

CyanHarness = 811

§

PurpleHarness = 812

§

BlueHarness = 813

§

BrownHarness = 814

§

GreenHarness = 815

§

RedHarness = 816

§

BlackHarness = 817

§

Minecart = 818

§

ChestMinecart = 819

§

FurnaceMinecart = 820

§

TntMinecart = 821

§

HopperMinecart = 822

§

CarrotOnAStick = 823

§

WarpedFungusOnAStick = 824

§

PhantomMembrane = 825

§

Elytra = 826

§

OakBoat = 827

§

OakChestBoat = 828

§

SpruceBoat = 829

§

SpruceChestBoat = 830

§

BirchBoat = 831

§

BirchChestBoat = 832

§

JungleBoat = 833

§

JungleChestBoat = 834

§

AcaciaBoat = 835

§

AcaciaChestBoat = 836

§

CherryBoat = 837

§

CherryChestBoat = 838

§

DarkOakBoat = 839

§

DarkOakChestBoat = 840

§

PaleOakBoat = 841

§

PaleOakChestBoat = 842

§

MangroveBoat = 843

§

MangroveChestBoat = 844

§

BambooRaft = 845

§

BambooChestRaft = 846

§

StructureBlock = 847

§

Jigsaw = 848

§

TestBlock = 849

§

TestInstanceBlock = 850

§

TurtleHelmet = 851

§

TurtleScute = 852

§

ArmadilloScute = 853

§

WolfArmor = 854

§

FlintAndSteel = 855

§

Bowl = 856

§

Apple = 857

§

Bow = 858

§

Arrow = 859

§

Coal = 860

§

Charcoal = 861

§

Diamond = 862

§

Emerald = 863

§

LapisLazuli = 864

§

Quartz = 865

§

AmethystShard = 866

§

RawIron = 867

§

IronIngot = 868

§

RawCopper = 869

§

CopperIngot = 870

§

RawGold = 871

§

GoldIngot = 872

§

NetheriteIngot = 873

§

NetheriteScrap = 874

§

WoodenSword = 875

§

WoodenShovel = 876

§

WoodenPickaxe = 877

§

WoodenAxe = 878

§

WoodenHoe = 879

§

StoneSword = 880

§

StoneShovel = 881

§

StonePickaxe = 882

§

StoneAxe = 883

§

StoneHoe = 884

§

GoldenSword = 885

§

GoldenShovel = 886

§

GoldenPickaxe = 887

§

GoldenAxe = 888

§

GoldenHoe = 889

§

IronSword = 890

§

IronShovel = 891

§

IronPickaxe = 892

§

IronAxe = 893

§

IronHoe = 894

§

DiamondSword = 895

§

DiamondShovel = 896

§

DiamondPickaxe = 897

§

DiamondAxe = 898

§

DiamondHoe = 899

§

NetheriteSword = 900

§

NetheriteShovel = 901

§

NetheritePickaxe = 902

§

NetheriteAxe = 903

§

NetheriteHoe = 904

§

Stick = 905

§

MushroomStew = 906

§

String = 907

§

Feather = 908

§

Gunpowder = 909

§

WheatSeeds = 910

§

Wheat = 911

§

Bread = 912

§

LeatherHelmet = 913

§

LeatherChestplate = 914

§

LeatherLeggings = 915

§

LeatherBoots = 916

§

ChainmailHelmet = 917

§

ChainmailChestplate = 918

§

ChainmailLeggings = 919

§

ChainmailBoots = 920

§

IronHelmet = 921

§

IronChestplate = 922

§

IronLeggings = 923

§

IronBoots = 924

§

DiamondHelmet = 925

§

DiamondChestplate = 926

§

DiamondLeggings = 927

§

DiamondBoots = 928

§

GoldenHelmet = 929

§

GoldenChestplate = 930

§

GoldenLeggings = 931

§

GoldenBoots = 932

§

NetheriteHelmet = 933

§

NetheriteChestplate = 934

§

NetheriteLeggings = 935

§

NetheriteBoots = 936

§

Flint = 937

§

Porkchop = 938

§

CookedPorkchop = 939

§

Painting = 940

§

GoldenApple = 941

§

EnchantedGoldenApple = 942

§

OakSign = 943

§

SpruceSign = 944

§

BirchSign = 945

§

JungleSign = 946

§

AcaciaSign = 947

§

CherrySign = 948

§

DarkOakSign = 949

§

PaleOakSign = 950

§

MangroveSign = 951

§

BambooSign = 952

§

CrimsonSign = 953

§

WarpedSign = 954

§

OakHangingSign = 955

§

SpruceHangingSign = 956

§

BirchHangingSign = 957

§

JungleHangingSign = 958

§

AcaciaHangingSign = 959

§

CherryHangingSign = 960

§

DarkOakHangingSign = 961

§

PaleOakHangingSign = 962

§

MangroveHangingSign = 963

§

BambooHangingSign = 964

§

CrimsonHangingSign = 965

§

WarpedHangingSign = 966

§

Bucket = 967

§

WaterBucket = 968

§

LavaBucket = 969

§

PowderSnowBucket = 970

§

Snowball = 971

§

Leather = 972

§

MilkBucket = 973

§

PufferfishBucket = 974

§

SalmonBucket = 975

§

CodBucket = 976

§

TropicalFishBucket = 977

§

AxolotlBucket = 978

§

TadpoleBucket = 979

§

Brick = 980

§

ClayBall = 981

§

DriedKelpBlock = 982

§

Paper = 983

§

Book = 984

§

SlimeBall = 985

§

Egg = 986

§

BlueEgg = 987

§

BrownEgg = 988

§

Compass = 989

§

RecoveryCompass = 990

§

Bundle = 991

§

WhiteBundle = 992

§

OrangeBundle = 993

§

MagentaBundle = 994

§

LightBlueBundle = 995

§

YellowBundle = 996

§

LimeBundle = 997

§

PinkBundle = 998

§

GrayBundle = 999

§

LightGrayBundle = 1_000

§

CyanBundle = 1_001

§

PurpleBundle = 1_002

§

BlueBundle = 1_003

§

BrownBundle = 1_004

§

GreenBundle = 1_005

§

RedBundle = 1_006

§

BlackBundle = 1_007

§

FishingRod = 1_008

§

Clock = 1_009

§

Spyglass = 1_010

§

GlowstoneDust = 1_011

§

Cod = 1_012

§

Salmon = 1_013

§

TropicalFish = 1_014

§

Pufferfish = 1_015

§

CookedCod = 1_016

§

CookedSalmon = 1_017

§

InkSac = 1_018

§

GlowInkSac = 1_019

§

CocoaBeans = 1_020

§

WhiteDye = 1_021

§

OrangeDye = 1_022

§

MagentaDye = 1_023

§

LightBlueDye = 1_024

§

YellowDye = 1_025

§

LimeDye = 1_026

§

PinkDye = 1_027

§

GrayDye = 1_028

§

LightGrayDye = 1_029

§

CyanDye = 1_030

§

PurpleDye = 1_031

§

BlueDye = 1_032

§

BrownDye = 1_033

§

GreenDye = 1_034

§

RedDye = 1_035

§

BlackDye = 1_036

§

BoneMeal = 1_037

§

Bone = 1_038

§

Sugar = 1_039

§

Cake = 1_040

§

WhiteBed = 1_041

§

OrangeBed = 1_042

§

MagentaBed = 1_043

§

LightBlueBed = 1_044

§

YellowBed = 1_045

§

LimeBed = 1_046

§

PinkBed = 1_047

§

GrayBed = 1_048

§

LightGrayBed = 1_049

§

CyanBed = 1_050

§

PurpleBed = 1_051

§

BlueBed = 1_052

§

BrownBed = 1_053

§

GreenBed = 1_054

§

RedBed = 1_055

§

BlackBed = 1_056

§

Cookie = 1_057

§

Crafter = 1_058

§

FilledMap = 1_059

§

Shears = 1_060

§

MelonSlice = 1_061

§

DriedKelp = 1_062

§

PumpkinSeeds = 1_063

§

MelonSeeds = 1_064

§

Beef = 1_065

§

CookedBeef = 1_066

§

Chicken = 1_067

§

CookedChicken = 1_068

§

RottenFlesh = 1_069

§

EnderPearl = 1_070

§

BlazeRod = 1_071

§

GhastTear = 1_072

§

GoldNugget = 1_073

§

NetherWart = 1_074

§

GlassBottle = 1_075

§

Potion = 1_076

§

SpiderEye = 1_077

§

FermentedSpiderEye = 1_078

§

BlazePowder = 1_079

§

MagmaCream = 1_080

§

BrewingStand = 1_081

§

Cauldron = 1_082

§

EnderEye = 1_083

§

GlisteringMelonSlice = 1_084

§

ArmadilloSpawnEgg = 1_085

§

AllaySpawnEgg = 1_086

§

AxolotlSpawnEgg = 1_087

§

BatSpawnEgg = 1_088

§

BeeSpawnEgg = 1_089

§

BlazeSpawnEgg = 1_090

§

BoggedSpawnEgg = 1_091

§

BreezeSpawnEgg = 1_092

§

CatSpawnEgg = 1_093

§

CamelSpawnEgg = 1_094

§

CaveSpiderSpawnEgg = 1_095

§

ChickenSpawnEgg = 1_096

§

CodSpawnEgg = 1_097

§

CowSpawnEgg = 1_098

§

CreeperSpawnEgg = 1_099

§

DolphinSpawnEgg = 1_100

§

DonkeySpawnEgg = 1_101

§

DrownedSpawnEgg = 1_102

§

ElderGuardianSpawnEgg = 1_103

§

EnderDragonSpawnEgg = 1_104

§

EndermanSpawnEgg = 1_105

§

EndermiteSpawnEgg = 1_106

§

EvokerSpawnEgg = 1_107

§

FoxSpawnEgg = 1_108

§

FrogSpawnEgg = 1_109

§

GhastSpawnEgg = 1_110

§

HappyGhastSpawnEgg = 1_111

§

GlowSquidSpawnEgg = 1_112

§

GoatSpawnEgg = 1_113

§

GuardianSpawnEgg = 1_114

§

HoglinSpawnEgg = 1_115

§

HorseSpawnEgg = 1_116

§

HuskSpawnEgg = 1_117

§

IronGolemSpawnEgg = 1_118

§

LlamaSpawnEgg = 1_119

§

MagmaCubeSpawnEgg = 1_120

§

MooshroomSpawnEgg = 1_121

§

MuleSpawnEgg = 1_122

§

OcelotSpawnEgg = 1_123

§

PandaSpawnEgg = 1_124

§

ParrotSpawnEgg = 1_125

§

PhantomSpawnEgg = 1_126

§

PigSpawnEgg = 1_127

§

PiglinSpawnEgg = 1_128

§

PiglinBruteSpawnEgg = 1_129

§

PillagerSpawnEgg = 1_130

§

PolarBearSpawnEgg = 1_131

§

PufferfishSpawnEgg = 1_132

§

RabbitSpawnEgg = 1_133

§

RavagerSpawnEgg = 1_134

§

SalmonSpawnEgg = 1_135

§

SheepSpawnEgg = 1_136

§

ShulkerSpawnEgg = 1_137

§

SilverfishSpawnEgg = 1_138

§

SkeletonSpawnEgg = 1_139

§

SkeletonHorseSpawnEgg = 1_140

§

SlimeSpawnEgg = 1_141

§

SnifferSpawnEgg = 1_142

§

SnowGolemSpawnEgg = 1_143

§

SpiderSpawnEgg = 1_144

§

SquidSpawnEgg = 1_145

§

StraySpawnEgg = 1_146

§

StriderSpawnEgg = 1_147

§

TadpoleSpawnEgg = 1_148

§

TraderLlamaSpawnEgg = 1_149

§

TropicalFishSpawnEgg = 1_150

§

TurtleSpawnEgg = 1_151

§

VexSpawnEgg = 1_152

§

VillagerSpawnEgg = 1_153

§

VindicatorSpawnEgg = 1_154

§

WanderingTraderSpawnEgg = 1_155

§

WardenSpawnEgg = 1_156

§

WitchSpawnEgg = 1_157

§

WitherSpawnEgg = 1_158

§

WitherSkeletonSpawnEgg = 1_159

§

WolfSpawnEgg = 1_160

§

ZoglinSpawnEgg = 1_161

§

CreakingSpawnEgg = 1_162

§

ZombieSpawnEgg = 1_163

§

ZombieHorseSpawnEgg = 1_164

§

ZombieVillagerSpawnEgg = 1_165

§

ZombifiedPiglinSpawnEgg = 1_166

§

ExperienceBottle = 1_167

§

FireCharge = 1_168

§

WindCharge = 1_169

§

WritableBook = 1_170

§

WrittenBook = 1_171

§

BreezeRod = 1_172

§

Mace = 1_173

§

ItemFrame = 1_174

§

GlowItemFrame = 1_175

§

FlowerPot = 1_176

§

Carrot = 1_177

§

Potato = 1_178

§

BakedPotato = 1_179

§

PoisonousPotato = 1_180

§

Map = 1_181

§

GoldenCarrot = 1_182

§

SkeletonSkull = 1_183

§

WitherSkeletonSkull = 1_184

§

PlayerHead = 1_185

§

ZombieHead = 1_186

§

CreeperHead = 1_187

§

DragonHead = 1_188

§

PiglinHead = 1_189

§

NetherStar = 1_190

§

PumpkinPie = 1_191

§

FireworkRocket = 1_192

§

FireworkStar = 1_193

§

EnchantedBook = 1_194

§

NetherBrick = 1_195

§

ResinBrick = 1_196

§

PrismarineShard = 1_197

§

PrismarineCrystals = 1_198

§

Rabbit = 1_199

§

CookedRabbit = 1_200

§

RabbitStew = 1_201

§

RabbitFoot = 1_202

§

RabbitHide = 1_203

§

ArmorStand = 1_204

§

IronHorseArmor = 1_205

§

GoldenHorseArmor = 1_206

§

DiamondHorseArmor = 1_207

§

LeatherHorseArmor = 1_208

§

Lead = 1_209

§

NameTag = 1_210

§

CommandBlockMinecart = 1_211

§

Mutton = 1_212

§

CookedMutton = 1_213

§

WhiteBanner = 1_214

§

OrangeBanner = 1_215

§

MagentaBanner = 1_216

§

LightBlueBanner = 1_217

§

YellowBanner = 1_218

§

LimeBanner = 1_219

§

PinkBanner = 1_220

§

GrayBanner = 1_221

§

LightGrayBanner = 1_222

§

CyanBanner = 1_223

§

PurpleBanner = 1_224

§

BlueBanner = 1_225

§

BrownBanner = 1_226

§

GreenBanner = 1_227

§

RedBanner = 1_228

§

BlackBanner = 1_229

§

EndCrystal = 1_230

§

ChorusFruit = 1_231

§

PoppedChorusFruit = 1_232

§

TorchflowerSeeds = 1_233

§

PitcherPod = 1_234

§

Beetroot = 1_235

§

BeetrootSeeds = 1_236

§

BeetrootSoup = 1_237

§

DragonBreath = 1_238

§

SplashPotion = 1_239

§

SpectralArrow = 1_240

§

TippedArrow = 1_241

§

LingeringPotion = 1_242

§

Shield = 1_243

§

TotemOfUndying = 1_244

§

ShulkerShell = 1_245

§

IronNugget = 1_246

§

KnowledgeBook = 1_247

§

DebugStick = 1_248

§

MusicDisc13 = 1_249

§

MusicDiscCat = 1_250

§

MusicDiscBlocks = 1_251

§

MusicDiscChirp = 1_252

§

MusicDiscCreator = 1_253

§

MusicDiscCreatorMusicBox = 1_254

§

MusicDiscFar = 1_255

§

MusicDiscLavaChicken = 1_256

§

MusicDiscMall = 1_257

§

MusicDiscMellohi = 1_258

§

MusicDiscStal = 1_259

§

MusicDiscStrad = 1_260

§

MusicDiscWard = 1_261

§

MusicDisc11 = 1_262

§

MusicDiscWait = 1_263

§

MusicDiscOtherside = 1_264

§

MusicDiscRelic = 1_265

§

MusicDisc5 = 1_266

§

MusicDiscPigstep = 1_267

§

MusicDiscPrecipice = 1_268

§

MusicDiscTears = 1_269

§

DiscFragment5 = 1_270

§

Trident = 1_271

§

NautilusShell = 1_272

§

HeartOfTheSea = 1_273

§

Crossbow = 1_274

§

SuspiciousStew = 1_275

§

Loom = 1_276

§

FlowerBannerPattern = 1_277

§

CreeperBannerPattern = 1_278

§

SkullBannerPattern = 1_279

§

MojangBannerPattern = 1_280

§

GlobeBannerPattern = 1_281

§

PiglinBannerPattern = 1_282

§

FlowBannerPattern = 1_283

§

GusterBannerPattern = 1_284

§

FieldMasonedBannerPattern = 1_285

§

BordureIndentedBannerPattern = 1_286

§

GoatHorn = 1_287

§

Composter = 1_288

§

Barrel = 1_289

§

Smoker = 1_290

§

BlastFurnace = 1_291

§

CartographyTable = 1_292

§

FletchingTable = 1_293

§

Grindstone = 1_294

§

SmithingTable = 1_295

§

Stonecutter = 1_296

§

Bell = 1_297

§

Lantern = 1_298

§

SoulLantern = 1_299

§

SweetBerries = 1_300

§

GlowBerries = 1_301

§

Campfire = 1_302

§

SoulCampfire = 1_303

§

Shroomlight = 1_304

§

Honeycomb = 1_305

§

BeeNest = 1_306

§

Beehive = 1_307

§

HoneyBottle = 1_308

§

HoneycombBlock = 1_309

§

Lodestone = 1_310

§

CryingObsidian = 1_311

§

Blackstone = 1_312

§

BlackstoneSlab = 1_313

§

BlackstoneStairs = 1_314

§

GildedBlackstone = 1_315

§

PolishedBlackstone = 1_316

§

PolishedBlackstoneSlab = 1_317

§

PolishedBlackstoneStairs = 1_318

§

ChiseledPolishedBlackstone = 1_319

§

PolishedBlackstoneBricks = 1_320

§

PolishedBlackstoneBrickSlab = 1_321

§

PolishedBlackstoneBrickStairs = 1_322

§

CrackedPolishedBlackstoneBricks = 1_323

§

RespawnAnchor = 1_324

§

Candle = 1_325

§

WhiteCandle = 1_326

§

OrangeCandle = 1_327

§

MagentaCandle = 1_328

§

LightBlueCandle = 1_329

§

YellowCandle = 1_330

§

LimeCandle = 1_331

§

PinkCandle = 1_332

§

GrayCandle = 1_333

§

LightGrayCandle = 1_334

§

CyanCandle = 1_335

§

PurpleCandle = 1_336

§

BlueCandle = 1_337

§

BrownCandle = 1_338

§

GreenCandle = 1_339

§

RedCandle = 1_340

§

BlackCandle = 1_341

§

SmallAmethystBud = 1_342

§

MediumAmethystBud = 1_343

§

LargeAmethystBud = 1_344

§

AmethystCluster = 1_345

§

PointedDripstone = 1_346

§

OchreFroglight = 1_347

§

VerdantFroglight = 1_348

§

PearlescentFroglight = 1_349

§

Frogspawn = 1_350

§

EchoShard = 1_351

§

Brush = 1_352

§

NetheriteUpgradeSmithingTemplate = 1_353

§

SentryArmorTrimSmithingTemplate = 1_354

§

DuneArmorTrimSmithingTemplate = 1_355

§

CoastArmorTrimSmithingTemplate = 1_356

§

WildArmorTrimSmithingTemplate = 1_357

§

WardArmorTrimSmithingTemplate = 1_358

§

EyeArmorTrimSmithingTemplate = 1_359

§

VexArmorTrimSmithingTemplate = 1_360

§

TideArmorTrimSmithingTemplate = 1_361

§

SnoutArmorTrimSmithingTemplate = 1_362

§

RibArmorTrimSmithingTemplate = 1_363

§

SpireArmorTrimSmithingTemplate = 1_364

§

WayfinderArmorTrimSmithingTemplate = 1_365

§

ShaperArmorTrimSmithingTemplate = 1_366

§

SilenceArmorTrimSmithingTemplate = 1_367

§

RaiserArmorTrimSmithingTemplate = 1_368

§

HostArmorTrimSmithingTemplate = 1_369

§

FlowArmorTrimSmithingTemplate = 1_370

§

BoltArmorTrimSmithingTemplate = 1_371

§

AnglerPotterySherd = 1_372

§

ArcherPotterySherd = 1_373

§

ArmsUpPotterySherd = 1_374

§

BladePotterySherd = 1_375

§

BrewerPotterySherd = 1_376

§

BurnPotterySherd = 1_377

§

DangerPotterySherd = 1_378

§

ExplorerPotterySherd = 1_379

§

FlowPotterySherd = 1_380

§

FriendPotterySherd = 1_381

§

GusterPotterySherd = 1_382

§

HeartPotterySherd = 1_383

§

HeartbreakPotterySherd = 1_384

§

HowlPotterySherd = 1_385

§

MinerPotterySherd = 1_386

§

MournerPotterySherd = 1_387

§

PlentyPotterySherd = 1_388

§

PrizePotterySherd = 1_389

§

ScrapePotterySherd = 1_390

§

SheafPotterySherd = 1_391

§

ShelterPotterySherd = 1_392

§

SkullPotterySherd = 1_393

§

SnortPotterySherd = 1_394

§

CopperGrate = 1_395

§

ExposedCopperGrate = 1_396

§

WeatheredCopperGrate = 1_397

§

OxidizedCopperGrate = 1_398

§

WaxedCopperGrate = 1_399

§

WaxedExposedCopperGrate = 1_400

§

WaxedWeatheredCopperGrate = 1_401

§

WaxedOxidizedCopperGrate = 1_402

§

CopperBulb = 1_403

§

ExposedCopperBulb = 1_404

§

WeatheredCopperBulb = 1_405

§

OxidizedCopperBulb = 1_406

§

WaxedCopperBulb = 1_407

§

WaxedExposedCopperBulb = 1_408

§

WaxedWeatheredCopperBulb = 1_409

§

WaxedOxidizedCopperBulb = 1_410

§

TrialSpawner = 1_411

§

TrialKey = 1_412

§

OminousTrialKey = 1_413

§

Vault = 1_414

§

OminousBottle = 1_415

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

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 duplicate of the value. Read more
1.0.0 · Source§

const 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§

const 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>,