Enum Block

Source
#[repr(u32)]
pub enum Block {
Show 1105 variants Air = 0, Stone = 1, Granite = 2, PolishedGranite = 3, Diorite = 4, PolishedDiorite = 5, Andesite = 6, PolishedAndesite = 7, GrassBlock = 8, Dirt = 9, CoarseDirt = 10, Podzol = 11, Cobblestone = 12, OakPlanks = 13, SprucePlanks = 14, BirchPlanks = 15, JunglePlanks = 16, AcaciaPlanks = 17, CherryPlanks = 18, DarkOakPlanks = 19, PaleOakWood = 20, PaleOakPlanks = 21, MangrovePlanks = 22, BambooPlanks = 23, BambooMosaic = 24, OakSapling = 25, SpruceSapling = 26, BirchSapling = 27, JungleSapling = 28, AcaciaSapling = 29, CherrySapling = 30, DarkOakSapling = 31, PaleOakSapling = 32, MangrovePropagule = 33, Bedrock = 34, Water = 35, Lava = 36, Sand = 37, SuspiciousSand = 38, RedSand = 39, Gravel = 40, SuspiciousGravel = 41, GoldOre = 42, DeepslateGoldOre = 43, IronOre = 44, DeepslateIronOre = 45, CoalOre = 46, DeepslateCoalOre = 47, NetherGoldOre = 48, OakLog = 49, SpruceLog = 50, BirchLog = 51, JungleLog = 52, AcaciaLog = 53, CherryLog = 54, DarkOakLog = 55, PaleOakLog = 56, MangroveLog = 57, MangroveRoots = 58, MuddyMangroveRoots = 59, BambooBlock = 60, StrippedSpruceLog = 61, StrippedBirchLog = 62, StrippedJungleLog = 63, StrippedAcaciaLog = 64, StrippedCherryLog = 65, StrippedDarkOakLog = 66, StrippedPaleOakLog = 67, StrippedOakLog = 68, StrippedMangroveLog = 69, StrippedBambooBlock = 70, OakWood = 71, SpruceWood = 72, BirchWood = 73, JungleWood = 74, AcaciaWood = 75, CherryWood = 76, DarkOakWood = 77, MangroveWood = 78, StrippedOakWood = 79, StrippedSpruceWood = 80, StrippedBirchWood = 81, StrippedJungleWood = 82, StrippedAcaciaWood = 83, StrippedCherryWood = 84, StrippedDarkOakWood = 85, StrippedPaleOakWood = 86, StrippedMangroveWood = 87, OakLeaves = 88, SpruceLeaves = 89, BirchLeaves = 90, JungleLeaves = 91, AcaciaLeaves = 92, CherryLeaves = 93, DarkOakLeaves = 94, PaleOakLeaves = 95, MangroveLeaves = 96, AzaleaLeaves = 97, FloweringAzaleaLeaves = 98, Sponge = 99, WetSponge = 100, Glass = 101, LapisOre = 102, DeepslateLapisOre = 103, LapisBlock = 104, Dispenser = 105, Sandstone = 106, ChiseledSandstone = 107, CutSandstone = 108, NoteBlock = 109, WhiteBed = 110, OrangeBed = 111, MagentaBed = 112, LightBlueBed = 113, YellowBed = 114, LimeBed = 115, PinkBed = 116, GrayBed = 117, LightGrayBed = 118, CyanBed = 119, PurpleBed = 120, BlueBed = 121, BrownBed = 122, GreenBed = 123, RedBed = 124, BlackBed = 125, PoweredRail = 126, DetectorRail = 127, StickyPiston = 128, Cobweb = 129, ShortGrass = 130, Fern = 131, DeadBush = 132, Bush = 133, ShortDryGrass = 134, TallDryGrass = 135, Seagrass = 136, TallSeagrass = 137, Piston = 138, PistonHead = 139, WhiteWool = 140, OrangeWool = 141, MagentaWool = 142, LightBlueWool = 143, YellowWool = 144, LimeWool = 145, PinkWool = 146, GrayWool = 147, LightGrayWool = 148, CyanWool = 149, PurpleWool = 150, BlueWool = 151, BrownWool = 152, GreenWool = 153, RedWool = 154, BlackWool = 155, MovingPiston = 156, Dandelion = 157, Torchflower = 158, Poppy = 159, BlueOrchid = 160, Allium = 161, AzureBluet = 162, RedTulip = 163, OrangeTulip = 164, WhiteTulip = 165, PinkTulip = 166, OxeyeDaisy = 167, Cornflower = 168, WitherRose = 169, LilyOfTheValley = 170, BrownMushroom = 171, RedMushroom = 172, GoldBlock = 173, IronBlock = 174, Bricks = 175, Tnt = 176, Bookshelf = 177, ChiseledBookshelf = 178, MossyCobblestone = 179, Obsidian = 180, Torch = 181, WallTorch = 182, Fire = 183, SoulFire = 184, Spawner = 185, CreakingHeart = 186, OakStairs = 187, Chest = 188, RedstoneWire = 189, DiamondOre = 190, DeepslateDiamondOre = 191, DiamondBlock = 192, CraftingTable = 193, Wheat = 194, Farmland = 195, Furnace = 196, OakSign = 197, SpruceSign = 198, BirchSign = 199, AcaciaSign = 200, CherrySign = 201, JungleSign = 202, DarkOakSign = 203, PaleOakSign = 204, MangroveSign = 205, BambooSign = 206, OakDoor = 207, Ladder = 208, Rail = 209, CobblestoneStairs = 210, OakWallSign = 211, SpruceWallSign = 212, BirchWallSign = 213, AcaciaWallSign = 214, CherryWallSign = 215, JungleWallSign = 216, DarkOakWallSign = 217, PaleOakWallSign = 218, MangroveWallSign = 219, BambooWallSign = 220, OakHangingSign = 221, SpruceHangingSign = 222, BirchHangingSign = 223, AcaciaHangingSign = 224, CherryHangingSign = 225, JungleHangingSign = 226, DarkOakHangingSign = 227, PaleOakHangingSign = 228, CrimsonHangingSign = 229, WarpedHangingSign = 230, MangroveHangingSign = 231, BambooHangingSign = 232, OakWallHangingSign = 233, SpruceWallHangingSign = 234, BirchWallHangingSign = 235, AcaciaWallHangingSign = 236, CherryWallHangingSign = 237, JungleWallHangingSign = 238, DarkOakWallHangingSign = 239, PaleOakWallHangingSign = 240, MangroveWallHangingSign = 241, CrimsonWallHangingSign = 242, WarpedWallHangingSign = 243, BambooWallHangingSign = 244, Lever = 245, StonePressurePlate = 246, IronDoor = 247, OakPressurePlate = 248, SprucePressurePlate = 249, BirchPressurePlate = 250, JunglePressurePlate = 251, AcaciaPressurePlate = 252, CherryPressurePlate = 253, DarkOakPressurePlate = 254, PaleOakPressurePlate = 255, MangrovePressurePlate = 256, BambooPressurePlate = 257, RedstoneOre = 258, DeepslateRedstoneOre = 259, RedstoneTorch = 260, RedstoneWallTorch = 261, StoneButton = 262, Snow = 263, Ice = 264, SnowBlock = 265, Cactus = 266, CactusFlower = 267, Clay = 268, SugarCane = 269, Jukebox = 270, OakFence = 271, Netherrack = 272, SoulSand = 273, SoulSoil = 274, Basalt = 275, PolishedBasalt = 276, SoulTorch = 277, SoulWallTorch = 278, Glowstone = 279, NetherPortal = 280, CarvedPumpkin = 281, JackOLantern = 282, Cake = 283, Repeater = 284, WhiteStainedGlass = 285, OrangeStainedGlass = 286, MagentaStainedGlass = 287, LightBlueStainedGlass = 288, YellowStainedGlass = 289, LimeStainedGlass = 290, PinkStainedGlass = 291, GrayStainedGlass = 292, LightGrayStainedGlass = 293, CyanStainedGlass = 294, PurpleStainedGlass = 295, BlueStainedGlass = 296, BrownStainedGlass = 297, GreenStainedGlass = 298, RedStainedGlass = 299, BlackStainedGlass = 300, OakTrapdoor = 301, SpruceTrapdoor = 302, BirchTrapdoor = 303, JungleTrapdoor = 304, AcaciaTrapdoor = 305, CherryTrapdoor = 306, DarkOakTrapdoor = 307, PaleOakTrapdoor = 308, MangroveTrapdoor = 309, BambooTrapdoor = 310, StoneBricks = 311, MossyStoneBricks = 312, CrackedStoneBricks = 313, ChiseledStoneBricks = 314, PackedMud = 315, MudBricks = 316, InfestedStone = 317, InfestedCobblestone = 318, InfestedStoneBricks = 319, InfestedMossyStoneBricks = 320, InfestedCrackedStoneBricks = 321, InfestedChiseledStoneBricks = 322, BrownMushroomBlock = 323, RedMushroomBlock = 324, MushroomStem = 325, IronBars = 326, Chain = 327, GlassPane = 328, Pumpkin = 329, Melon = 330, AttachedPumpkinStem = 331, AttachedMelonStem = 332, PumpkinStem = 333, MelonStem = 334, Vine = 335, GlowLichen = 336, ResinClump = 337, OakFenceGate = 338, BrickStairs = 339, StoneBrickStairs = 340, MudBrickStairs = 341, Mycelium = 342, LilyPad = 343, ResinBlock = 344, ResinBricks = 345, ResinBrickStairs = 346, ResinBrickSlab = 347, ResinBrickWall = 348, ChiseledResinBricks = 349, NetherBricks = 350, NetherBrickFence = 351, NetherBrickStairs = 352, NetherWart = 353, EnchantingTable = 354, BrewingStand = 355, Cauldron = 356, WaterCauldron = 357, LavaCauldron = 358, PowderSnowCauldron = 359, EndPortal = 360, EndPortalFrame = 361, EndStone = 362, DragonEgg = 363, RedstoneLamp = 364, Cocoa = 365, SandstoneStairs = 366, EmeraldOre = 367, DeepslateEmeraldOre = 368, EnderChest = 369, TripwireHook = 370, Tripwire = 371, EmeraldBlock = 372, SpruceStairs = 373, BirchStairs = 374, JungleStairs = 375, CommandBlock = 376, Beacon = 377, CobblestoneWall = 378, MossyCobblestoneWall = 379, FlowerPot = 380, PottedTorchflower = 381, PottedOakSapling = 382, PottedSpruceSapling = 383, PottedBirchSapling = 384, PottedJungleSapling = 385, PottedAcaciaSapling = 386, PottedCherrySapling = 387, PottedDarkOakSapling = 388, PottedPaleOakSapling = 389, PottedMangrovePropagule = 390, PottedFern = 391, PottedDandelion = 392, PottedPoppy = 393, PottedBlueOrchid = 394, PottedAllium = 395, PottedAzureBluet = 396, PottedRedTulip = 397, PottedOrangeTulip = 398, PottedWhiteTulip = 399, PottedPinkTulip = 400, PottedOxeyeDaisy = 401, PottedCornflower = 402, PottedLilyOfTheValley = 403, PottedWitherRose = 404, PottedRedMushroom = 405, PottedBrownMushroom = 406, PottedDeadBush = 407, PottedCactus = 408, Carrots = 409, Potatoes = 410, OakButton = 411, SpruceButton = 412, BirchButton = 413, JungleButton = 414, AcaciaButton = 415, CherryButton = 416, DarkOakButton = 417, PaleOakButton = 418, MangroveButton = 419, BambooButton = 420, SkeletonSkull = 421, SkeletonWallSkull = 422, WitherSkeletonSkull = 423, WitherSkeletonWallSkull = 424, ZombieHead = 425, ZombieWallHead = 426, PlayerHead = 427, PlayerWallHead = 428, CreeperHead = 429, CreeperWallHead = 430, DragonHead = 431, DragonWallHead = 432, PiglinHead = 433, PiglinWallHead = 434, Anvil = 435, ChippedAnvil = 436, DamagedAnvil = 437, TrappedChest = 438, LightWeightedPressurePlate = 439, HeavyWeightedPressurePlate = 440, Comparator = 441, DaylightDetector = 442, RedstoneBlock = 443, NetherQuartzOre = 444, Hopper = 445, QuartzBlock = 446, ChiseledQuartzBlock = 447, QuartzPillar = 448, QuartzStairs = 449, ActivatorRail = 450, Dropper = 451, WhiteTerracotta = 452, OrangeTerracotta = 453, MagentaTerracotta = 454, LightBlueTerracotta = 455, YellowTerracotta = 456, LimeTerracotta = 457, PinkTerracotta = 458, GrayTerracotta = 459, LightGrayTerracotta = 460, CyanTerracotta = 461, PurpleTerracotta = 462, BlueTerracotta = 463, BrownTerracotta = 464, GreenTerracotta = 465, RedTerracotta = 466, BlackTerracotta = 467, WhiteStainedGlassPane = 468, OrangeStainedGlassPane = 469, MagentaStainedGlassPane = 470, LightBlueStainedGlassPane = 471, YellowStainedGlassPane = 472, LimeStainedGlassPane = 473, PinkStainedGlassPane = 474, GrayStainedGlassPane = 475, LightGrayStainedGlassPane = 476, CyanStainedGlassPane = 477, PurpleStainedGlassPane = 478, BlueStainedGlassPane = 479, BrownStainedGlassPane = 480, GreenStainedGlassPane = 481, RedStainedGlassPane = 482, BlackStainedGlassPane = 483, AcaciaStairs = 484, CherryStairs = 485, DarkOakStairs = 486, PaleOakStairs = 487, MangroveStairs = 488, BambooStairs = 489, BambooMosaicStairs = 490, SlimeBlock = 491, Barrier = 492, Light = 493, IronTrapdoor = 494, Prismarine = 495, PrismarineBricks = 496, DarkPrismarine = 497, PrismarineStairs = 498, PrismarineBrickStairs = 499, DarkPrismarineStairs = 500, PrismarineSlab = 501, PrismarineBrickSlab = 502, DarkPrismarineSlab = 503, SeaLantern = 504, HayBlock = 505, WhiteCarpet = 506, OrangeCarpet = 507, MagentaCarpet = 508, LightBlueCarpet = 509, YellowCarpet = 510, LimeCarpet = 511, PinkCarpet = 512, GrayCarpet = 513, LightGrayCarpet = 514, CyanCarpet = 515, PurpleCarpet = 516, BlueCarpet = 517, BrownCarpet = 518, GreenCarpet = 519, RedCarpet = 520, BlackCarpet = 521, Terracotta = 522, CoalBlock = 523, PackedIce = 524, Sunflower = 525, Lilac = 526, RoseBush = 527, Peony = 528, TallGrass = 529, LargeFern = 530, WhiteBanner = 531, OrangeBanner = 532, MagentaBanner = 533, LightBlueBanner = 534, YellowBanner = 535, LimeBanner = 536, PinkBanner = 537, GrayBanner = 538, LightGrayBanner = 539, CyanBanner = 540, PurpleBanner = 541, BlueBanner = 542, BrownBanner = 543, GreenBanner = 544, RedBanner = 545, BlackBanner = 546, WhiteWallBanner = 547, OrangeWallBanner = 548, MagentaWallBanner = 549, LightBlueWallBanner = 550, YellowWallBanner = 551, LimeWallBanner = 552, PinkWallBanner = 553, GrayWallBanner = 554, LightGrayWallBanner = 555, CyanWallBanner = 556, PurpleWallBanner = 557, BlueWallBanner = 558, BrownWallBanner = 559, GreenWallBanner = 560, RedWallBanner = 561, BlackWallBanner = 562, RedSandstone = 563, ChiseledRedSandstone = 564, CutRedSandstone = 565, RedSandstoneStairs = 566, OakSlab = 567, SpruceSlab = 568, BirchSlab = 569, JungleSlab = 570, AcaciaSlab = 571, CherrySlab = 572, DarkOakSlab = 573, PaleOakSlab = 574, MangroveSlab = 575, BambooSlab = 576, BambooMosaicSlab = 577, StoneSlab = 578, SmoothStoneSlab = 579, SandstoneSlab = 580, CutSandstoneSlab = 581, PetrifiedOakSlab = 582, CobblestoneSlab = 583, BrickSlab = 584, StoneBrickSlab = 585, MudBrickSlab = 586, NetherBrickSlab = 587, QuartzSlab = 588, RedSandstoneSlab = 589, CutRedSandstoneSlab = 590, PurpurSlab = 591, SmoothStone = 592, SmoothSandstone = 593, SmoothQuartz = 594, SmoothRedSandstone = 595, SpruceFenceGate = 596, BirchFenceGate = 597, JungleFenceGate = 598, AcaciaFenceGate = 599, CherryFenceGate = 600, DarkOakFenceGate = 601, PaleOakFenceGate = 602, MangroveFenceGate = 603, BambooFenceGate = 604, SpruceFence = 605, BirchFence = 606, JungleFence = 607, AcaciaFence = 608, CherryFence = 609, DarkOakFence = 610, PaleOakFence = 611, MangroveFence = 612, BambooFence = 613, SpruceDoor = 614, BirchDoor = 615, JungleDoor = 616, AcaciaDoor = 617, CherryDoor = 618, DarkOakDoor = 619, PaleOakDoor = 620, MangroveDoor = 621, BambooDoor = 622, EndRod = 623, ChorusPlant = 624, ChorusFlower = 625, PurpurBlock = 626, PurpurPillar = 627, PurpurStairs = 628, EndStoneBricks = 629, TorchflowerCrop = 630, PitcherCrop = 631, PitcherPlant = 632, Beetroots = 633, DirtPath = 634, EndGateway = 635, RepeatingCommandBlock = 636, ChainCommandBlock = 637, FrostedIce = 638, MagmaBlock = 639, NetherWartBlock = 640, RedNetherBricks = 641, BoneBlock = 642, StructureVoid = 643, Observer = 644, ShulkerBox = 645, WhiteShulkerBox = 646, OrangeShulkerBox = 647, MagentaShulkerBox = 648, LightBlueShulkerBox = 649, YellowShulkerBox = 650, LimeShulkerBox = 651, PinkShulkerBox = 652, GrayShulkerBox = 653, LightGrayShulkerBox = 654, CyanShulkerBox = 655, PurpleShulkerBox = 656, BlueShulkerBox = 657, BrownShulkerBox = 658, GreenShulkerBox = 659, RedShulkerBox = 660, BlackShulkerBox = 661, WhiteGlazedTerracotta = 662, OrangeGlazedTerracotta = 663, MagentaGlazedTerracotta = 664, LightBlueGlazedTerracotta = 665, YellowGlazedTerracotta = 666, LimeGlazedTerracotta = 667, PinkGlazedTerracotta = 668, GrayGlazedTerracotta = 669, LightGrayGlazedTerracotta = 670, CyanGlazedTerracotta = 671, PurpleGlazedTerracotta = 672, BlueGlazedTerracotta = 673, BrownGlazedTerracotta = 674, GreenGlazedTerracotta = 675, RedGlazedTerracotta = 676, BlackGlazedTerracotta = 677, WhiteConcrete = 678, OrangeConcrete = 679, MagentaConcrete = 680, LightBlueConcrete = 681, YellowConcrete = 682, LimeConcrete = 683, PinkConcrete = 684, GrayConcrete = 685, LightGrayConcrete = 686, CyanConcrete = 687, PurpleConcrete = 688, BlueConcrete = 689, BrownConcrete = 690, GreenConcrete = 691, RedConcrete = 692, BlackConcrete = 693, WhiteConcretePowder = 694, OrangeConcretePowder = 695, MagentaConcretePowder = 696, LightBlueConcretePowder = 697, YellowConcretePowder = 698, LimeConcretePowder = 699, PinkConcretePowder = 700, GrayConcretePowder = 701, LightGrayConcretePowder = 702, CyanConcretePowder = 703, PurpleConcretePowder = 704, BlueConcretePowder = 705, BrownConcretePowder = 706, GreenConcretePowder = 707, RedConcretePowder = 708, BlackConcretePowder = 709, Kelp = 710, KelpPlant = 711, DriedKelpBlock = 712, TurtleEgg = 713, SnifferEgg = 714, DriedGhast = 715, DeadTubeCoralBlock = 716, DeadBrainCoralBlock = 717, DeadBubbleCoralBlock = 718, DeadFireCoralBlock = 719, DeadHornCoralBlock = 720, TubeCoralBlock = 721, BrainCoralBlock = 722, BubbleCoralBlock = 723, FireCoralBlock = 724, HornCoralBlock = 725, DeadTubeCoral = 726, DeadBrainCoral = 727, DeadBubbleCoral = 728, DeadFireCoral = 729, DeadHornCoral = 730, TubeCoral = 731, BrainCoral = 732, BubbleCoral = 733, FireCoral = 734, HornCoral = 735, DeadTubeCoralFan = 736, DeadBrainCoralFan = 737, DeadBubbleCoralFan = 738, DeadFireCoralFan = 739, DeadHornCoralFan = 740, TubeCoralFan = 741, BrainCoralFan = 742, BubbleCoralFan = 743, FireCoralFan = 744, HornCoralFan = 745, DeadTubeCoralWallFan = 746, DeadBrainCoralWallFan = 747, DeadBubbleCoralWallFan = 748, DeadFireCoralWallFan = 749, DeadHornCoralWallFan = 750, TubeCoralWallFan = 751, BrainCoralWallFan = 752, BubbleCoralWallFan = 753, FireCoralWallFan = 754, HornCoralWallFan = 755, SeaPickle = 756, BlueIce = 757, Conduit = 758, BambooSapling = 759, Bamboo = 760, PottedBamboo = 761, VoidAir = 762, CaveAir = 763, BubbleColumn = 764, PolishedGraniteStairs = 765, SmoothRedSandstoneStairs = 766, MossyStoneBrickStairs = 767, PolishedDioriteStairs = 768, MossyCobblestoneStairs = 769, EndStoneBrickStairs = 770, StoneStairs = 771, SmoothSandstoneStairs = 772, SmoothQuartzStairs = 773, GraniteStairs = 774, AndesiteStairs = 775, RedNetherBrickStairs = 776, PolishedAndesiteStairs = 777, DioriteStairs = 778, PolishedGraniteSlab = 779, SmoothRedSandstoneSlab = 780, MossyStoneBrickSlab = 781, PolishedDioriteSlab = 782, MossyCobblestoneSlab = 783, EndStoneBrickSlab = 784, SmoothSandstoneSlab = 785, SmoothQuartzSlab = 786, GraniteSlab = 787, AndesiteSlab = 788, RedNetherBrickSlab = 789, PolishedAndesiteSlab = 790, DioriteSlab = 791, BrickWall = 792, PrismarineWall = 793, RedSandstoneWall = 794, MossyStoneBrickWall = 795, GraniteWall = 796, StoneBrickWall = 797, MudBrickWall = 798, NetherBrickWall = 799, AndesiteWall = 800, RedNetherBrickWall = 801, SandstoneWall = 802, EndStoneBrickWall = 803, DioriteWall = 804, Scaffolding = 805, Loom = 806, Barrel = 807, Smoker = 808, BlastFurnace = 809, CartographyTable = 810, FletchingTable = 811, Grindstone = 812, Lectern = 813, SmithingTable = 814, Stonecutter = 815, Bell = 816, Lantern = 817, SoulLantern = 818, Campfire = 819, SoulCampfire = 820, SweetBerryBush = 821, WarpedStem = 822, StrippedWarpedStem = 823, WarpedHyphae = 824, StrippedWarpedHyphae = 825, WarpedNylium = 826, WarpedFungus = 827, WarpedWartBlock = 828, WarpedRoots = 829, NetherSprouts = 830, CrimsonStem = 831, StrippedCrimsonStem = 832, CrimsonHyphae = 833, StrippedCrimsonHyphae = 834, CrimsonNylium = 835, CrimsonFungus = 836, Shroomlight = 837, WeepingVines = 838, WeepingVinesPlant = 839, TwistingVines = 840, TwistingVinesPlant = 841, CrimsonRoots = 842, CrimsonPlanks = 843, WarpedPlanks = 844, CrimsonSlab = 845, WarpedSlab = 846, CrimsonPressurePlate = 847, WarpedPressurePlate = 848, CrimsonFence = 849, WarpedFence = 850, CrimsonTrapdoor = 851, WarpedTrapdoor = 852, CrimsonFenceGate = 853, WarpedFenceGate = 854, CrimsonStairs = 855, WarpedStairs = 856, CrimsonButton = 857, WarpedButton = 858, CrimsonDoor = 859, WarpedDoor = 860, CrimsonSign = 861, WarpedSign = 862, CrimsonWallSign = 863, WarpedWallSign = 864, StructureBlock = 865, Jigsaw = 866, TestBlock = 867, TestInstanceBlock = 868, Composter = 869, Target = 870, BeeNest = 871, Beehive = 872, HoneyBlock = 873, HoneycombBlock = 874, NetheriteBlock = 875, AncientDebris = 876, CryingObsidian = 877, RespawnAnchor = 878, PottedCrimsonFungus = 879, PottedWarpedFungus = 880, PottedCrimsonRoots = 881, PottedWarpedRoots = 882, Lodestone = 883, Blackstone = 884, BlackstoneStairs = 885, BlackstoneWall = 886, BlackstoneSlab = 887, PolishedBlackstone = 888, PolishedBlackstoneBricks = 889, CrackedPolishedBlackstoneBricks = 890, ChiseledPolishedBlackstone = 891, PolishedBlackstoneBrickSlab = 892, PolishedBlackstoneBrickStairs = 893, PolishedBlackstoneBrickWall = 894, GildedBlackstone = 895, PolishedBlackstoneStairs = 896, PolishedBlackstoneSlab = 897, PolishedBlackstonePressurePlate = 898, PolishedBlackstoneButton = 899, PolishedBlackstoneWall = 900, ChiseledNetherBricks = 901, CrackedNetherBricks = 902, QuartzBricks = 903, Candle = 904, WhiteCandle = 905, OrangeCandle = 906, MagentaCandle = 907, LightBlueCandle = 908, YellowCandle = 909, LimeCandle = 910, PinkCandle = 911, GrayCandle = 912, LightGrayCandle = 913, CyanCandle = 914, PurpleCandle = 915, BlueCandle = 916, BrownCandle = 917, GreenCandle = 918, RedCandle = 919, BlackCandle = 920, CandleCake = 921, WhiteCandleCake = 922, OrangeCandleCake = 923, MagentaCandleCake = 924, LightBlueCandleCake = 925, YellowCandleCake = 926, LimeCandleCake = 927, PinkCandleCake = 928, GrayCandleCake = 929, LightGrayCandleCake = 930, CyanCandleCake = 931, PurpleCandleCake = 932, BlueCandleCake = 933, BrownCandleCake = 934, GreenCandleCake = 935, RedCandleCake = 936, BlackCandleCake = 937, AmethystBlock = 938, BuddingAmethyst = 939, AmethystCluster = 940, LargeAmethystBud = 941, MediumAmethystBud = 942, SmallAmethystBud = 943, Tuff = 944, TuffSlab = 945, TuffStairs = 946, TuffWall = 947, PolishedTuff = 948, PolishedTuffSlab = 949, PolishedTuffStairs = 950, PolishedTuffWall = 951, ChiseledTuff = 952, TuffBricks = 953, TuffBrickSlab = 954, TuffBrickStairs = 955, TuffBrickWall = 956, ChiseledTuffBricks = 957, Calcite = 958, TintedGlass = 959, PowderSnow = 960, SculkSensor = 961, CalibratedSculkSensor = 962, Sculk = 963, SculkVein = 964, SculkCatalyst = 965, SculkShrieker = 966, CopperBlock = 967, ExposedCopper = 968, WeatheredCopper = 969, OxidizedCopper = 970, CopperOre = 971, DeepslateCopperOre = 972, OxidizedCutCopper = 973, WeatheredCutCopper = 974, ExposedCutCopper = 975, CutCopper = 976, OxidizedChiseledCopper = 977, WeatheredChiseledCopper = 978, ExposedChiseledCopper = 979, ChiseledCopper = 980, WaxedOxidizedChiseledCopper = 981, WaxedWeatheredChiseledCopper = 982, WaxedExposedChiseledCopper = 983, WaxedChiseledCopper = 984, OxidizedCutCopperStairs = 985, WeatheredCutCopperStairs = 986, ExposedCutCopperStairs = 987, CutCopperStairs = 988, OxidizedCutCopperSlab = 989, WeatheredCutCopperSlab = 990, ExposedCutCopperSlab = 991, CutCopperSlab = 992, WaxedCopperBlock = 993, WaxedWeatheredCopper = 994, WaxedExposedCopper = 995, WaxedOxidizedCopper = 996, WaxedOxidizedCutCopper = 997, WaxedWeatheredCutCopper = 998, WaxedExposedCutCopper = 999, WaxedCutCopper = 1_000, WaxedOxidizedCutCopperStairs = 1_001, WaxedWeatheredCutCopperStairs = 1_002, WaxedExposedCutCopperStairs = 1_003, WaxedCutCopperStairs = 1_004, WaxedOxidizedCutCopperSlab = 1_005, WaxedWeatheredCutCopperSlab = 1_006, WaxedExposedCutCopperSlab = 1_007, WaxedCutCopperSlab = 1_008, CopperDoor = 1_009, ExposedCopperDoor = 1_010, OxidizedCopperDoor = 1_011, WeatheredCopperDoor = 1_012, WaxedCopperDoor = 1_013, WaxedExposedCopperDoor = 1_014, WaxedOxidizedCopperDoor = 1_015, WaxedWeatheredCopperDoor = 1_016, CopperTrapdoor = 1_017, ExposedCopperTrapdoor = 1_018, OxidizedCopperTrapdoor = 1_019, WeatheredCopperTrapdoor = 1_020, WaxedCopperTrapdoor = 1_021, WaxedExposedCopperTrapdoor = 1_022, WaxedOxidizedCopperTrapdoor = 1_023, WaxedWeatheredCopperTrapdoor = 1_024, CopperGrate = 1_025, ExposedCopperGrate = 1_026, WeatheredCopperGrate = 1_027, OxidizedCopperGrate = 1_028, WaxedCopperGrate = 1_029, WaxedExposedCopperGrate = 1_030, WaxedWeatheredCopperGrate = 1_031, WaxedOxidizedCopperGrate = 1_032, CopperBulb = 1_033, ExposedCopperBulb = 1_034, WeatheredCopperBulb = 1_035, OxidizedCopperBulb = 1_036, WaxedCopperBulb = 1_037, WaxedExposedCopperBulb = 1_038, WaxedWeatheredCopperBulb = 1_039, WaxedOxidizedCopperBulb = 1_040, LightningRod = 1_041, PointedDripstone = 1_042, DripstoneBlock = 1_043, CaveVines = 1_044, CaveVinesPlant = 1_045, SporeBlossom = 1_046, Azalea = 1_047, FloweringAzalea = 1_048, MossCarpet = 1_049, PinkPetals = 1_050, Wildflowers = 1_051, LeafLitter = 1_052, MossBlock = 1_053, BigDripleaf = 1_054, BigDripleafStem = 1_055, SmallDripleaf = 1_056, HangingRoots = 1_057, RootedDirt = 1_058, Mud = 1_059, Deepslate = 1_060, CobbledDeepslate = 1_061, CobbledDeepslateStairs = 1_062, CobbledDeepslateSlab = 1_063, CobbledDeepslateWall = 1_064, PolishedDeepslate = 1_065, PolishedDeepslateStairs = 1_066, PolishedDeepslateSlab = 1_067, PolishedDeepslateWall = 1_068, DeepslateTiles = 1_069, DeepslateTileStairs = 1_070, DeepslateTileSlab = 1_071, DeepslateTileWall = 1_072, DeepslateBricks = 1_073, DeepslateBrickStairs = 1_074, DeepslateBrickSlab = 1_075, DeepslateBrickWall = 1_076, ChiseledDeepslate = 1_077, CrackedDeepslateBricks = 1_078, CrackedDeepslateTiles = 1_079, InfestedDeepslate = 1_080, SmoothBasalt = 1_081, RawIronBlock = 1_082, RawCopperBlock = 1_083, RawGoldBlock = 1_084, PottedAzaleaBush = 1_085, PottedFloweringAzaleaBush = 1_086, OchreFroglight = 1_087, VerdantFroglight = 1_088, PearlescentFroglight = 1_089, Frogspawn = 1_090, ReinforcedDeepslate = 1_091, DecoratedPot = 1_092, Crafter = 1_093, TrialSpawner = 1_094, Vault = 1_095, HeavyCore = 1_096, PaleMossBlock = 1_097, PaleMossCarpet = 1_098, PaleHangingMoss = 1_099, OpenEyeblossom = 1_100, ClosedEyeblossom = 1_101, PottedOpenEyeblossom = 1_102, PottedClosedEyeblossom = 1_103, FireflyBush = 1_104,
}
Expand description

An enum of every type of block in the game. To represent a block state, use azalea_block::BlockState or azalea_block::BlockTrait.

Variants§

§

Air = 0

§

Stone = 1

§

Granite = 2

§

PolishedGranite = 3

§

Diorite = 4

§

PolishedDiorite = 5

§

Andesite = 6

§

PolishedAndesite = 7

§

GrassBlock = 8

§

Dirt = 9

§

CoarseDirt = 10

§

Podzol = 11

§

Cobblestone = 12

§

OakPlanks = 13

§

SprucePlanks = 14

§

BirchPlanks = 15

§

JunglePlanks = 16

§

AcaciaPlanks = 17

§

CherryPlanks = 18

§

DarkOakPlanks = 19

§

PaleOakWood = 20

§

PaleOakPlanks = 21

§

MangrovePlanks = 22

§

BambooPlanks = 23

§

BambooMosaic = 24

§

OakSapling = 25

§

SpruceSapling = 26

§

BirchSapling = 27

§

JungleSapling = 28

§

AcaciaSapling = 29

§

CherrySapling = 30

§

DarkOakSapling = 31

§

PaleOakSapling = 32

§

MangrovePropagule = 33

§

Bedrock = 34

§

Water = 35

§

Lava = 36

§

Sand = 37

§

SuspiciousSand = 38

§

RedSand = 39

§

Gravel = 40

§

SuspiciousGravel = 41

§

GoldOre = 42

§

DeepslateGoldOre = 43

§

IronOre = 44

§

DeepslateIronOre = 45

§

CoalOre = 46

§

DeepslateCoalOre = 47

§

NetherGoldOre = 48

§

OakLog = 49

§

SpruceLog = 50

§

BirchLog = 51

§

JungleLog = 52

§

AcaciaLog = 53

§

CherryLog = 54

§

DarkOakLog = 55

§

PaleOakLog = 56

§

MangroveLog = 57

§

MangroveRoots = 58

§

MuddyMangroveRoots = 59

§

BambooBlock = 60

§

StrippedSpruceLog = 61

§

StrippedBirchLog = 62

§

StrippedJungleLog = 63

§

StrippedAcaciaLog = 64

§

StrippedCherryLog = 65

§

StrippedDarkOakLog = 66

§

StrippedPaleOakLog = 67

§

StrippedOakLog = 68

§

StrippedMangroveLog = 69

§

StrippedBambooBlock = 70

§

OakWood = 71

§

SpruceWood = 72

§

BirchWood = 73

§

JungleWood = 74

§

AcaciaWood = 75

§

CherryWood = 76

§

DarkOakWood = 77

§

MangroveWood = 78

§

StrippedOakWood = 79

§

StrippedSpruceWood = 80

§

StrippedBirchWood = 81

§

StrippedJungleWood = 82

§

StrippedAcaciaWood = 83

§

StrippedCherryWood = 84

§

StrippedDarkOakWood = 85

§

StrippedPaleOakWood = 86

§

StrippedMangroveWood = 87

§

OakLeaves = 88

§

SpruceLeaves = 89

§

BirchLeaves = 90

§

JungleLeaves = 91

§

AcaciaLeaves = 92

§

CherryLeaves = 93

§

DarkOakLeaves = 94

§

PaleOakLeaves = 95

§

MangroveLeaves = 96

§

AzaleaLeaves = 97

§

FloweringAzaleaLeaves = 98

§

Sponge = 99

§

WetSponge = 100

§

Glass = 101

§

LapisOre = 102

§

DeepslateLapisOre = 103

§

LapisBlock = 104

§

Dispenser = 105

§

Sandstone = 106

§

ChiseledSandstone = 107

§

CutSandstone = 108

§

NoteBlock = 109

§

WhiteBed = 110

§

OrangeBed = 111

§

MagentaBed = 112

§

LightBlueBed = 113

§

YellowBed = 114

§

LimeBed = 115

§

PinkBed = 116

§

GrayBed = 117

§

LightGrayBed = 118

§

CyanBed = 119

§

PurpleBed = 120

§

BlueBed = 121

§

BrownBed = 122

§

GreenBed = 123

§

RedBed = 124

§

BlackBed = 125

§

PoweredRail = 126

§

DetectorRail = 127

§

StickyPiston = 128

§

Cobweb = 129

§

ShortGrass = 130

§

Fern = 131

§

DeadBush = 132

§

Bush = 133

§

ShortDryGrass = 134

§

TallDryGrass = 135

§

Seagrass = 136

§

TallSeagrass = 137

§

Piston = 138

§

PistonHead = 139

§

WhiteWool = 140

§

OrangeWool = 141

§

MagentaWool = 142

§

LightBlueWool = 143

§

YellowWool = 144

§

LimeWool = 145

§

PinkWool = 146

§

GrayWool = 147

§

LightGrayWool = 148

§

CyanWool = 149

§

PurpleWool = 150

§

BlueWool = 151

§

BrownWool = 152

§

GreenWool = 153

§

RedWool = 154

§

BlackWool = 155

§

MovingPiston = 156

§

Dandelion = 157

§

Torchflower = 158

§

Poppy = 159

§

BlueOrchid = 160

§

Allium = 161

§

AzureBluet = 162

§

RedTulip = 163

§

OrangeTulip = 164

§

WhiteTulip = 165

§

PinkTulip = 166

§

OxeyeDaisy = 167

§

Cornflower = 168

§

WitherRose = 169

§

LilyOfTheValley = 170

§

BrownMushroom = 171

§

RedMushroom = 172

§

GoldBlock = 173

§

IronBlock = 174

§

Bricks = 175

§

Tnt = 176

§

Bookshelf = 177

§

ChiseledBookshelf = 178

§

MossyCobblestone = 179

§

Obsidian = 180

§

Torch = 181

§

WallTorch = 182

§

Fire = 183

§

SoulFire = 184

§

Spawner = 185

§

CreakingHeart = 186

§

OakStairs = 187

§

Chest = 188

§

RedstoneWire = 189

§

DiamondOre = 190

§

DeepslateDiamondOre = 191

§

DiamondBlock = 192

§

CraftingTable = 193

§

Wheat = 194

§

Farmland = 195

§

Furnace = 196

§

OakSign = 197

§

SpruceSign = 198

§

BirchSign = 199

§

AcaciaSign = 200

§

CherrySign = 201

§

JungleSign = 202

§

DarkOakSign = 203

§

PaleOakSign = 204

§

MangroveSign = 205

§

BambooSign = 206

§

OakDoor = 207

§

Ladder = 208

§

Rail = 209

§

CobblestoneStairs = 210

§

OakWallSign = 211

§

SpruceWallSign = 212

§

BirchWallSign = 213

§

AcaciaWallSign = 214

§

CherryWallSign = 215

§

JungleWallSign = 216

§

DarkOakWallSign = 217

§

PaleOakWallSign = 218

§

MangroveWallSign = 219

§

BambooWallSign = 220

§

OakHangingSign = 221

§

SpruceHangingSign = 222

§

BirchHangingSign = 223

§

AcaciaHangingSign = 224

§

CherryHangingSign = 225

§

JungleHangingSign = 226

§

DarkOakHangingSign = 227

§

PaleOakHangingSign = 228

§

CrimsonHangingSign = 229

§

WarpedHangingSign = 230

§

MangroveHangingSign = 231

§

BambooHangingSign = 232

§

OakWallHangingSign = 233

§

SpruceWallHangingSign = 234

§

BirchWallHangingSign = 235

§

AcaciaWallHangingSign = 236

§

CherryWallHangingSign = 237

§

JungleWallHangingSign = 238

§

DarkOakWallHangingSign = 239

§

PaleOakWallHangingSign = 240

§

MangroveWallHangingSign = 241

§

CrimsonWallHangingSign = 242

§

WarpedWallHangingSign = 243

§

BambooWallHangingSign = 244

§

Lever = 245

§

StonePressurePlate = 246

§

IronDoor = 247

§

OakPressurePlate = 248

§

SprucePressurePlate = 249

§

BirchPressurePlate = 250

§

JunglePressurePlate = 251

§

AcaciaPressurePlate = 252

§

CherryPressurePlate = 253

§

DarkOakPressurePlate = 254

§

PaleOakPressurePlate = 255

§

MangrovePressurePlate = 256

§

BambooPressurePlate = 257

§

RedstoneOre = 258

§

DeepslateRedstoneOre = 259

§

RedstoneTorch = 260

§

RedstoneWallTorch = 261

§

StoneButton = 262

§

Snow = 263

§

Ice = 264

§

SnowBlock = 265

§

Cactus = 266

§

CactusFlower = 267

§

Clay = 268

§

SugarCane = 269

§

Jukebox = 270

§

OakFence = 271

§

Netherrack = 272

§

SoulSand = 273

§

SoulSoil = 274

§

Basalt = 275

§

PolishedBasalt = 276

§

SoulTorch = 277

§

SoulWallTorch = 278

§

Glowstone = 279

§

NetherPortal = 280

§

CarvedPumpkin = 281

§

JackOLantern = 282

§

Cake = 283

§

Repeater = 284

§

WhiteStainedGlass = 285

§

OrangeStainedGlass = 286

§

MagentaStainedGlass = 287

§

LightBlueStainedGlass = 288

§

YellowStainedGlass = 289

§

LimeStainedGlass = 290

§

PinkStainedGlass = 291

§

GrayStainedGlass = 292

§

LightGrayStainedGlass = 293

§

CyanStainedGlass = 294

§

PurpleStainedGlass = 295

§

BlueStainedGlass = 296

§

BrownStainedGlass = 297

§

GreenStainedGlass = 298

§

RedStainedGlass = 299

§

BlackStainedGlass = 300

§

OakTrapdoor = 301

§

SpruceTrapdoor = 302

§

BirchTrapdoor = 303

§

JungleTrapdoor = 304

§

AcaciaTrapdoor = 305

§

CherryTrapdoor = 306

§

DarkOakTrapdoor = 307

§

PaleOakTrapdoor = 308

§

MangroveTrapdoor = 309

§

BambooTrapdoor = 310

§

StoneBricks = 311

§

MossyStoneBricks = 312

§

CrackedStoneBricks = 313

§

ChiseledStoneBricks = 314

§

PackedMud = 315

§

MudBricks = 316

§

InfestedStone = 317

§

InfestedCobblestone = 318

§

InfestedStoneBricks = 319

§

InfestedMossyStoneBricks = 320

§

InfestedCrackedStoneBricks = 321

§

InfestedChiseledStoneBricks = 322

§

BrownMushroomBlock = 323

§

RedMushroomBlock = 324

§

MushroomStem = 325

§

IronBars = 326

§

Chain = 327

§

GlassPane = 328

§

Pumpkin = 329

§

Melon = 330

§

AttachedPumpkinStem = 331

§

AttachedMelonStem = 332

§

PumpkinStem = 333

§

MelonStem = 334

§

Vine = 335

§

GlowLichen = 336

§

ResinClump = 337

§

OakFenceGate = 338

§

BrickStairs = 339

§

StoneBrickStairs = 340

§

MudBrickStairs = 341

§

Mycelium = 342

§

LilyPad = 343

§

ResinBlock = 344

§

ResinBricks = 345

§

ResinBrickStairs = 346

§

ResinBrickSlab = 347

§

ResinBrickWall = 348

§

ChiseledResinBricks = 349

§

NetherBricks = 350

§

NetherBrickFence = 351

§

NetherBrickStairs = 352

§

NetherWart = 353

§

EnchantingTable = 354

§

BrewingStand = 355

§

Cauldron = 356

§

WaterCauldron = 357

§

LavaCauldron = 358

§

PowderSnowCauldron = 359

§

EndPortal = 360

§

EndPortalFrame = 361

§

EndStone = 362

§

DragonEgg = 363

§

RedstoneLamp = 364

§

Cocoa = 365

§

SandstoneStairs = 366

§

EmeraldOre = 367

§

DeepslateEmeraldOre = 368

§

EnderChest = 369

§

TripwireHook = 370

§

Tripwire = 371

§

EmeraldBlock = 372

§

SpruceStairs = 373

§

BirchStairs = 374

§

JungleStairs = 375

§

CommandBlock = 376

§

Beacon = 377

§

CobblestoneWall = 378

§

MossyCobblestoneWall = 379

§

FlowerPot = 380

§

PottedTorchflower = 381

§

PottedOakSapling = 382

§

PottedSpruceSapling = 383

§

PottedBirchSapling = 384

§

PottedJungleSapling = 385

§

PottedAcaciaSapling = 386

§

PottedCherrySapling = 387

§

PottedDarkOakSapling = 388

§

PottedPaleOakSapling = 389

§

PottedMangrovePropagule = 390

§

PottedFern = 391

§

PottedDandelion = 392

§

PottedPoppy = 393

§

PottedBlueOrchid = 394

§

PottedAllium = 395

§

PottedAzureBluet = 396

§

PottedRedTulip = 397

§

PottedOrangeTulip = 398

§

PottedWhiteTulip = 399

§

PottedPinkTulip = 400

§

PottedOxeyeDaisy = 401

§

PottedCornflower = 402

§

PottedLilyOfTheValley = 403

§

PottedWitherRose = 404

§

PottedRedMushroom = 405

§

PottedBrownMushroom = 406

§

PottedDeadBush = 407

§

PottedCactus = 408

§

Carrots = 409

§

Potatoes = 410

§

OakButton = 411

§

SpruceButton = 412

§

BirchButton = 413

§

JungleButton = 414

§

AcaciaButton = 415

§

CherryButton = 416

§

DarkOakButton = 417

§

PaleOakButton = 418

§

MangroveButton = 419

§

BambooButton = 420

§

SkeletonSkull = 421

§

SkeletonWallSkull = 422

§

WitherSkeletonSkull = 423

§

WitherSkeletonWallSkull = 424

§

ZombieHead = 425

§

ZombieWallHead = 426

§

PlayerHead = 427

§

PlayerWallHead = 428

§

CreeperHead = 429

§

CreeperWallHead = 430

§

DragonHead = 431

§

DragonWallHead = 432

§

PiglinHead = 433

§

PiglinWallHead = 434

§

Anvil = 435

§

ChippedAnvil = 436

§

DamagedAnvil = 437

§

TrappedChest = 438

§

LightWeightedPressurePlate = 439

§

HeavyWeightedPressurePlate = 440

§

Comparator = 441

§

DaylightDetector = 442

§

RedstoneBlock = 443

§

NetherQuartzOre = 444

§

Hopper = 445

§

QuartzBlock = 446

§

ChiseledQuartzBlock = 447

§

QuartzPillar = 448

§

QuartzStairs = 449

§

ActivatorRail = 450

§

Dropper = 451

§

WhiteTerracotta = 452

§

OrangeTerracotta = 453

§

MagentaTerracotta = 454

§

LightBlueTerracotta = 455

§

YellowTerracotta = 456

§

LimeTerracotta = 457

§

PinkTerracotta = 458

§

GrayTerracotta = 459

§

LightGrayTerracotta = 460

§

CyanTerracotta = 461

§

PurpleTerracotta = 462

§

BlueTerracotta = 463

§

BrownTerracotta = 464

§

GreenTerracotta = 465

§

RedTerracotta = 466

§

BlackTerracotta = 467

§

WhiteStainedGlassPane = 468

§

OrangeStainedGlassPane = 469

§

MagentaStainedGlassPane = 470

§

LightBlueStainedGlassPane = 471

§

YellowStainedGlassPane = 472

§

LimeStainedGlassPane = 473

§

PinkStainedGlassPane = 474

§

GrayStainedGlassPane = 475

§

LightGrayStainedGlassPane = 476

§

CyanStainedGlassPane = 477

§

PurpleStainedGlassPane = 478

§

BlueStainedGlassPane = 479

§

BrownStainedGlassPane = 480

§

GreenStainedGlassPane = 481

§

RedStainedGlassPane = 482

§

BlackStainedGlassPane = 483

§

AcaciaStairs = 484

§

CherryStairs = 485

§

DarkOakStairs = 486

§

PaleOakStairs = 487

§

MangroveStairs = 488

§

BambooStairs = 489

§

BambooMosaicStairs = 490

§

SlimeBlock = 491

§

Barrier = 492

§

Light = 493

§

IronTrapdoor = 494

§

Prismarine = 495

§

PrismarineBricks = 496

§

DarkPrismarine = 497

§

PrismarineStairs = 498

§

PrismarineBrickStairs = 499

§

DarkPrismarineStairs = 500

§

PrismarineSlab = 501

§

PrismarineBrickSlab = 502

§

DarkPrismarineSlab = 503

§

SeaLantern = 504

§

HayBlock = 505

§

WhiteCarpet = 506

§

OrangeCarpet = 507

§

MagentaCarpet = 508

§

LightBlueCarpet = 509

§

YellowCarpet = 510

§

LimeCarpet = 511

§

PinkCarpet = 512

§

GrayCarpet = 513

§

LightGrayCarpet = 514

§

CyanCarpet = 515

§

PurpleCarpet = 516

§

BlueCarpet = 517

§

BrownCarpet = 518

§

GreenCarpet = 519

§

RedCarpet = 520

§

BlackCarpet = 521

§

Terracotta = 522

§

CoalBlock = 523

§

PackedIce = 524

§

Sunflower = 525

§

Lilac = 526

§

RoseBush = 527

§

Peony = 528

§

TallGrass = 529

§

LargeFern = 530

§

WhiteBanner = 531

§

OrangeBanner = 532

§

MagentaBanner = 533

§

LightBlueBanner = 534

§

YellowBanner = 535

§

LimeBanner = 536

§

PinkBanner = 537

§

GrayBanner = 538

§

LightGrayBanner = 539

§

CyanBanner = 540

§

PurpleBanner = 541

§

BlueBanner = 542

§

BrownBanner = 543

§

GreenBanner = 544

§

RedBanner = 545

§

BlackBanner = 546

§

WhiteWallBanner = 547

§

OrangeWallBanner = 548

§

MagentaWallBanner = 549

§

LightBlueWallBanner = 550

§

YellowWallBanner = 551

§

LimeWallBanner = 552

§

PinkWallBanner = 553

§

GrayWallBanner = 554

§

LightGrayWallBanner = 555

§

CyanWallBanner = 556

§

PurpleWallBanner = 557

§

BlueWallBanner = 558

§

BrownWallBanner = 559

§

GreenWallBanner = 560

§

RedWallBanner = 561

§

BlackWallBanner = 562

§

RedSandstone = 563

§

ChiseledRedSandstone = 564

§

CutRedSandstone = 565

§

RedSandstoneStairs = 566

§

OakSlab = 567

§

SpruceSlab = 568

§

BirchSlab = 569

§

JungleSlab = 570

§

AcaciaSlab = 571

§

CherrySlab = 572

§

DarkOakSlab = 573

§

PaleOakSlab = 574

§

MangroveSlab = 575

§

BambooSlab = 576

§

BambooMosaicSlab = 577

§

StoneSlab = 578

§

SmoothStoneSlab = 579

§

SandstoneSlab = 580

§

CutSandstoneSlab = 581

§

PetrifiedOakSlab = 582

§

CobblestoneSlab = 583

§

BrickSlab = 584

§

StoneBrickSlab = 585

§

MudBrickSlab = 586

§

NetherBrickSlab = 587

§

QuartzSlab = 588

§

RedSandstoneSlab = 589

§

CutRedSandstoneSlab = 590

§

PurpurSlab = 591

§

SmoothStone = 592

§

SmoothSandstone = 593

§

SmoothQuartz = 594

§

SmoothRedSandstone = 595

§

SpruceFenceGate = 596

§

BirchFenceGate = 597

§

JungleFenceGate = 598

§

AcaciaFenceGate = 599

§

CherryFenceGate = 600

§

DarkOakFenceGate = 601

§

PaleOakFenceGate = 602

§

MangroveFenceGate = 603

§

BambooFenceGate = 604

§

SpruceFence = 605

§

BirchFence = 606

§

JungleFence = 607

§

AcaciaFence = 608

§

CherryFence = 609

§

DarkOakFence = 610

§

PaleOakFence = 611

§

MangroveFence = 612

§

BambooFence = 613

§

SpruceDoor = 614

§

BirchDoor = 615

§

JungleDoor = 616

§

AcaciaDoor = 617

§

CherryDoor = 618

§

DarkOakDoor = 619

§

PaleOakDoor = 620

§

MangroveDoor = 621

§

BambooDoor = 622

§

EndRod = 623

§

ChorusPlant = 624

§

ChorusFlower = 625

§

PurpurBlock = 626

§

PurpurPillar = 627

§

PurpurStairs = 628

§

EndStoneBricks = 629

§

TorchflowerCrop = 630

§

PitcherCrop = 631

§

PitcherPlant = 632

§

Beetroots = 633

§

DirtPath = 634

§

EndGateway = 635

§

RepeatingCommandBlock = 636

§

ChainCommandBlock = 637

§

FrostedIce = 638

§

MagmaBlock = 639

§

NetherWartBlock = 640

§

RedNetherBricks = 641

§

BoneBlock = 642

§

StructureVoid = 643

§

Observer = 644

§

ShulkerBox = 645

§

WhiteShulkerBox = 646

§

OrangeShulkerBox = 647

§

MagentaShulkerBox = 648

§

LightBlueShulkerBox = 649

§

YellowShulkerBox = 650

§

LimeShulkerBox = 651

§

PinkShulkerBox = 652

§

GrayShulkerBox = 653

§

LightGrayShulkerBox = 654

§

CyanShulkerBox = 655

§

PurpleShulkerBox = 656

§

BlueShulkerBox = 657

§

BrownShulkerBox = 658

§

GreenShulkerBox = 659

§

RedShulkerBox = 660

§

BlackShulkerBox = 661

§

WhiteGlazedTerracotta = 662

§

OrangeGlazedTerracotta = 663

§

MagentaGlazedTerracotta = 664

§

LightBlueGlazedTerracotta = 665

§

YellowGlazedTerracotta = 666

§

LimeGlazedTerracotta = 667

§

PinkGlazedTerracotta = 668

§

GrayGlazedTerracotta = 669

§

LightGrayGlazedTerracotta = 670

§

CyanGlazedTerracotta = 671

§

PurpleGlazedTerracotta = 672

§

BlueGlazedTerracotta = 673

§

BrownGlazedTerracotta = 674

§

GreenGlazedTerracotta = 675

§

RedGlazedTerracotta = 676

§

BlackGlazedTerracotta = 677

§

WhiteConcrete = 678

§

OrangeConcrete = 679

§

MagentaConcrete = 680

§

LightBlueConcrete = 681

§

YellowConcrete = 682

§

LimeConcrete = 683

§

PinkConcrete = 684

§

GrayConcrete = 685

§

LightGrayConcrete = 686

§

CyanConcrete = 687

§

PurpleConcrete = 688

§

BlueConcrete = 689

§

BrownConcrete = 690

§

GreenConcrete = 691

§

RedConcrete = 692

§

BlackConcrete = 693

§

WhiteConcretePowder = 694

§

OrangeConcretePowder = 695

§

MagentaConcretePowder = 696

§

LightBlueConcretePowder = 697

§

YellowConcretePowder = 698

§

LimeConcretePowder = 699

§

PinkConcretePowder = 700

§

GrayConcretePowder = 701

§

LightGrayConcretePowder = 702

§

CyanConcretePowder = 703

§

PurpleConcretePowder = 704

§

BlueConcretePowder = 705

§

BrownConcretePowder = 706

§

GreenConcretePowder = 707

§

RedConcretePowder = 708

§

BlackConcretePowder = 709

§

Kelp = 710

§

KelpPlant = 711

§

DriedKelpBlock = 712

§

TurtleEgg = 713

§

SnifferEgg = 714

§

DriedGhast = 715

§

DeadTubeCoralBlock = 716

§

DeadBrainCoralBlock = 717

§

DeadBubbleCoralBlock = 718

§

DeadFireCoralBlock = 719

§

DeadHornCoralBlock = 720

§

TubeCoralBlock = 721

§

BrainCoralBlock = 722

§

BubbleCoralBlock = 723

§

FireCoralBlock = 724

§

HornCoralBlock = 725

§

DeadTubeCoral = 726

§

DeadBrainCoral = 727

§

DeadBubbleCoral = 728

§

DeadFireCoral = 729

§

DeadHornCoral = 730

§

TubeCoral = 731

§

BrainCoral = 732

§

BubbleCoral = 733

§

FireCoral = 734

§

HornCoral = 735

§

DeadTubeCoralFan = 736

§

DeadBrainCoralFan = 737

§

DeadBubbleCoralFan = 738

§

DeadFireCoralFan = 739

§

DeadHornCoralFan = 740

§

TubeCoralFan = 741

§

BrainCoralFan = 742

§

BubbleCoralFan = 743

§

FireCoralFan = 744

§

HornCoralFan = 745

§

DeadTubeCoralWallFan = 746

§

DeadBrainCoralWallFan = 747

§

DeadBubbleCoralWallFan = 748

§

DeadFireCoralWallFan = 749

§

DeadHornCoralWallFan = 750

§

TubeCoralWallFan = 751

§

BrainCoralWallFan = 752

§

BubbleCoralWallFan = 753

§

FireCoralWallFan = 754

§

HornCoralWallFan = 755

§

SeaPickle = 756

§

BlueIce = 757

§

Conduit = 758

§

BambooSapling = 759

§

Bamboo = 760

§

PottedBamboo = 761

§

VoidAir = 762

§

CaveAir = 763

§

BubbleColumn = 764

§

PolishedGraniteStairs = 765

§

SmoothRedSandstoneStairs = 766

§

MossyStoneBrickStairs = 767

§

PolishedDioriteStairs = 768

§

MossyCobblestoneStairs = 769

§

EndStoneBrickStairs = 770

§

StoneStairs = 771

§

SmoothSandstoneStairs = 772

§

SmoothQuartzStairs = 773

§

GraniteStairs = 774

§

AndesiteStairs = 775

§

RedNetherBrickStairs = 776

§

PolishedAndesiteStairs = 777

§

DioriteStairs = 778

§

PolishedGraniteSlab = 779

§

SmoothRedSandstoneSlab = 780

§

MossyStoneBrickSlab = 781

§

PolishedDioriteSlab = 782

§

MossyCobblestoneSlab = 783

§

EndStoneBrickSlab = 784

§

SmoothSandstoneSlab = 785

§

SmoothQuartzSlab = 786

§

GraniteSlab = 787

§

AndesiteSlab = 788

§

RedNetherBrickSlab = 789

§

PolishedAndesiteSlab = 790

§

DioriteSlab = 791

§

BrickWall = 792

§

PrismarineWall = 793

§

RedSandstoneWall = 794

§

MossyStoneBrickWall = 795

§

GraniteWall = 796

§

StoneBrickWall = 797

§

MudBrickWall = 798

§

NetherBrickWall = 799

§

AndesiteWall = 800

§

RedNetherBrickWall = 801

§

SandstoneWall = 802

§

EndStoneBrickWall = 803

§

DioriteWall = 804

§

Scaffolding = 805

§

Loom = 806

§

Barrel = 807

§

Smoker = 808

§

BlastFurnace = 809

§

CartographyTable = 810

§

FletchingTable = 811

§

Grindstone = 812

§

Lectern = 813

§

SmithingTable = 814

§

Stonecutter = 815

§

Bell = 816

§

Lantern = 817

§

SoulLantern = 818

§

Campfire = 819

§

SoulCampfire = 820

§

SweetBerryBush = 821

§

WarpedStem = 822

§

StrippedWarpedStem = 823

§

WarpedHyphae = 824

§

StrippedWarpedHyphae = 825

§

WarpedNylium = 826

§

WarpedFungus = 827

§

WarpedWartBlock = 828

§

WarpedRoots = 829

§

NetherSprouts = 830

§

CrimsonStem = 831

§

StrippedCrimsonStem = 832

§

CrimsonHyphae = 833

§

StrippedCrimsonHyphae = 834

§

CrimsonNylium = 835

§

CrimsonFungus = 836

§

Shroomlight = 837

§

WeepingVines = 838

§

WeepingVinesPlant = 839

§

TwistingVines = 840

§

TwistingVinesPlant = 841

§

CrimsonRoots = 842

§

CrimsonPlanks = 843

§

WarpedPlanks = 844

§

CrimsonSlab = 845

§

WarpedSlab = 846

§

CrimsonPressurePlate = 847

§

WarpedPressurePlate = 848

§

CrimsonFence = 849

§

WarpedFence = 850

§

CrimsonTrapdoor = 851

§

WarpedTrapdoor = 852

§

CrimsonFenceGate = 853

§

WarpedFenceGate = 854

§

CrimsonStairs = 855

§

WarpedStairs = 856

§

CrimsonButton = 857

§

WarpedButton = 858

§

CrimsonDoor = 859

§

WarpedDoor = 860

§

CrimsonSign = 861

§

WarpedSign = 862

§

CrimsonWallSign = 863

§

WarpedWallSign = 864

§

StructureBlock = 865

§

Jigsaw = 866

§

TestBlock = 867

§

TestInstanceBlock = 868

§

Composter = 869

§

Target = 870

§

BeeNest = 871

§

Beehive = 872

§

HoneyBlock = 873

§

HoneycombBlock = 874

§

NetheriteBlock = 875

§

AncientDebris = 876

§

CryingObsidian = 877

§

RespawnAnchor = 878

§

PottedCrimsonFungus = 879

§

PottedWarpedFungus = 880

§

PottedCrimsonRoots = 881

§

PottedWarpedRoots = 882

§

Lodestone = 883

§

Blackstone = 884

§

BlackstoneStairs = 885

§

BlackstoneWall = 886

§

BlackstoneSlab = 887

§

PolishedBlackstone = 888

§

PolishedBlackstoneBricks = 889

§

CrackedPolishedBlackstoneBricks = 890

§

ChiseledPolishedBlackstone = 891

§

PolishedBlackstoneBrickSlab = 892

§

PolishedBlackstoneBrickStairs = 893

§

PolishedBlackstoneBrickWall = 894

§

GildedBlackstone = 895

§

PolishedBlackstoneStairs = 896

§

PolishedBlackstoneSlab = 897

§

PolishedBlackstonePressurePlate = 898

§

PolishedBlackstoneButton = 899

§

PolishedBlackstoneWall = 900

§

ChiseledNetherBricks = 901

§

CrackedNetherBricks = 902

§

QuartzBricks = 903

§

Candle = 904

§

WhiteCandle = 905

§

OrangeCandle = 906

§

MagentaCandle = 907

§

LightBlueCandle = 908

§

YellowCandle = 909

§

LimeCandle = 910

§

PinkCandle = 911

§

GrayCandle = 912

§

LightGrayCandle = 913

§

CyanCandle = 914

§

PurpleCandle = 915

§

BlueCandle = 916

§

BrownCandle = 917

§

GreenCandle = 918

§

RedCandle = 919

§

BlackCandle = 920

§

CandleCake = 921

§

WhiteCandleCake = 922

§

OrangeCandleCake = 923

§

MagentaCandleCake = 924

§

LightBlueCandleCake = 925

§

YellowCandleCake = 926

§

LimeCandleCake = 927

§

PinkCandleCake = 928

§

GrayCandleCake = 929

§

LightGrayCandleCake = 930

§

CyanCandleCake = 931

§

PurpleCandleCake = 932

§

BlueCandleCake = 933

§

BrownCandleCake = 934

§

GreenCandleCake = 935

§

RedCandleCake = 936

§

BlackCandleCake = 937

§

AmethystBlock = 938

§

BuddingAmethyst = 939

§

AmethystCluster = 940

§

LargeAmethystBud = 941

§

MediumAmethystBud = 942

§

SmallAmethystBud = 943

§

Tuff = 944

§

TuffSlab = 945

§

TuffStairs = 946

§

TuffWall = 947

§

PolishedTuff = 948

§

PolishedTuffSlab = 949

§

PolishedTuffStairs = 950

§

PolishedTuffWall = 951

§

ChiseledTuff = 952

§

TuffBricks = 953

§

TuffBrickSlab = 954

§

TuffBrickStairs = 955

§

TuffBrickWall = 956

§

ChiseledTuffBricks = 957

§

Calcite = 958

§

TintedGlass = 959

§

PowderSnow = 960

§

SculkSensor = 961

§

CalibratedSculkSensor = 962

§

Sculk = 963

§

SculkVein = 964

§

SculkCatalyst = 965

§

SculkShrieker = 966

§

CopperBlock = 967

§

ExposedCopper = 968

§

WeatheredCopper = 969

§

OxidizedCopper = 970

§

CopperOre = 971

§

DeepslateCopperOre = 972

§

OxidizedCutCopper = 973

§

WeatheredCutCopper = 974

§

ExposedCutCopper = 975

§

CutCopper = 976

§

OxidizedChiseledCopper = 977

§

WeatheredChiseledCopper = 978

§

ExposedChiseledCopper = 979

§

ChiseledCopper = 980

§

WaxedOxidizedChiseledCopper = 981

§

WaxedWeatheredChiseledCopper = 982

§

WaxedExposedChiseledCopper = 983

§

WaxedChiseledCopper = 984

§

OxidizedCutCopperStairs = 985

§

WeatheredCutCopperStairs = 986

§

ExposedCutCopperStairs = 987

§

CutCopperStairs = 988

§

OxidizedCutCopperSlab = 989

§

WeatheredCutCopperSlab = 990

§

ExposedCutCopperSlab = 991

§

CutCopperSlab = 992

§

WaxedCopperBlock = 993

§

WaxedWeatheredCopper = 994

§

WaxedExposedCopper = 995

§

WaxedOxidizedCopper = 996

§

WaxedOxidizedCutCopper = 997

§

WaxedWeatheredCutCopper = 998

§

WaxedExposedCutCopper = 999

§

WaxedCutCopper = 1_000

§

WaxedOxidizedCutCopperStairs = 1_001

§

WaxedWeatheredCutCopperStairs = 1_002

§

WaxedExposedCutCopperStairs = 1_003

§

WaxedCutCopperStairs = 1_004

§

WaxedOxidizedCutCopperSlab = 1_005

§

WaxedWeatheredCutCopperSlab = 1_006

§

WaxedExposedCutCopperSlab = 1_007

§

WaxedCutCopperSlab = 1_008

§

CopperDoor = 1_009

§

ExposedCopperDoor = 1_010

§

OxidizedCopperDoor = 1_011

§

WeatheredCopperDoor = 1_012

§

WaxedCopperDoor = 1_013

§

WaxedExposedCopperDoor = 1_014

§

WaxedOxidizedCopperDoor = 1_015

§

WaxedWeatheredCopperDoor = 1_016

§

CopperTrapdoor = 1_017

§

ExposedCopperTrapdoor = 1_018

§

OxidizedCopperTrapdoor = 1_019

§

WeatheredCopperTrapdoor = 1_020

§

WaxedCopperTrapdoor = 1_021

§

WaxedExposedCopperTrapdoor = 1_022

§

WaxedOxidizedCopperTrapdoor = 1_023

§

WaxedWeatheredCopperTrapdoor = 1_024

§

CopperGrate = 1_025

§

ExposedCopperGrate = 1_026

§

WeatheredCopperGrate = 1_027

§

OxidizedCopperGrate = 1_028

§

WaxedCopperGrate = 1_029

§

WaxedExposedCopperGrate = 1_030

§

WaxedWeatheredCopperGrate = 1_031

§

WaxedOxidizedCopperGrate = 1_032

§

CopperBulb = 1_033

§

ExposedCopperBulb = 1_034

§

WeatheredCopperBulb = 1_035

§

OxidizedCopperBulb = 1_036

§

WaxedCopperBulb = 1_037

§

WaxedExposedCopperBulb = 1_038

§

WaxedWeatheredCopperBulb = 1_039

§

WaxedOxidizedCopperBulb = 1_040

§

LightningRod = 1_041

§

PointedDripstone = 1_042

§

DripstoneBlock = 1_043

§

CaveVines = 1_044

§

CaveVinesPlant = 1_045

§

SporeBlossom = 1_046

§

Azalea = 1_047

§

FloweringAzalea = 1_048

§

MossCarpet = 1_049

§

PinkPetals = 1_050

§

Wildflowers = 1_051

§

LeafLitter = 1_052

§

MossBlock = 1_053

§

BigDripleaf = 1_054

§

BigDripleafStem = 1_055

§

SmallDripleaf = 1_056

§

HangingRoots = 1_057

§

RootedDirt = 1_058

§

Mud = 1_059

§

Deepslate = 1_060

§

CobbledDeepslate = 1_061

§

CobbledDeepslateStairs = 1_062

§

CobbledDeepslateSlab = 1_063

§

CobbledDeepslateWall = 1_064

§

PolishedDeepslate = 1_065

§

PolishedDeepslateStairs = 1_066

§

PolishedDeepslateSlab = 1_067

§

PolishedDeepslateWall = 1_068

§

DeepslateTiles = 1_069

§

DeepslateTileStairs = 1_070

§

DeepslateTileSlab = 1_071

§

DeepslateTileWall = 1_072

§

DeepslateBricks = 1_073

§

DeepslateBrickStairs = 1_074

§

DeepslateBrickSlab = 1_075

§

DeepslateBrickWall = 1_076

§

ChiseledDeepslate = 1_077

§

CrackedDeepslateBricks = 1_078

§

CrackedDeepslateTiles = 1_079

§

InfestedDeepslate = 1_080

§

SmoothBasalt = 1_081

§

RawIronBlock = 1_082

§

RawCopperBlock = 1_083

§

RawGoldBlock = 1_084

§

PottedAzaleaBush = 1_085

§

PottedFloweringAzaleaBush = 1_086

§

OchreFroglight = 1_087

§

VerdantFroglight = 1_088

§

PearlescentFroglight = 1_089

§

Frogspawn = 1_090

§

ReinforcedDeepslate = 1_091

§

DecoratedPot = 1_092

§

Crafter = 1_093

§

TrialSpawner = 1_094

§

Vault = 1_095

§

HeavyCore = 1_096

§

PaleMossBlock = 1_097

§

PaleMossCarpet = 1_098

§

PaleHangingMoss = 1_099

§

OpenEyeblossom = 1_100

§

ClosedEyeblossom = 1_101

§

PottedOpenEyeblossom = 1_102

§

PottedClosedEyeblossom = 1_103

§

FireflyBush = 1_104

Implementations§

Source§

impl Block

Source

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

Source§

impl Block

Source

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

Transmutes a u32 to a Block.

§Safety

The id should be at most 1105.

Source

pub fn is_valid_id(id: u32) -> bool

Trait Implementations§

Source§

impl AzaleaRead for Block

Source§

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

Source§

impl AzaleaWrite for Block

Source§

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

Source§

impl Clone for Block

Source§

fn clone(&self) -> Block

Returns a duplicate 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 Block

Source§

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

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

impl<'de> Deserialize<'de> for Block

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 Block

Source§

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

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

impl FromNbtTag for Block

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 Block

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 Block

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 Block

Source§

fn eq(&self, other: &Block) -> 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 Block

Source§

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

Source§

fn to_u32(&self) -> u32

Source§

impl Serialize for Block

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 Block

Source§

fn to_nbt_tag(self) -> NbtTag

§

fn to_optional_nbt_tag(self) -> Option<NbtTag>

Source§

impl TryFrom<u32> for Block

Source§

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

Safely transmutes a u32 to a Block.

Source§

type Error = ()

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

impl Copy for Block

Source§

impl Eq for Block

Source§

impl StructuralPartialEq for Block

Auto Trait Implementations§

§

impl Freeze for Block

§

impl RefUnwindSafe for Block

§

impl Send for Block

§

impl Sync for Block

§

impl Unpin for Block

§

impl UnwindSafe for Block

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