Enum Block

Source
#[repr(u32)]
pub enum Block {
Show 1104 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, DeadTubeCoralBlock = 715, DeadBrainCoralBlock = 716, DeadBubbleCoralBlock = 717, DeadFireCoralBlock = 718, DeadHornCoralBlock = 719, TubeCoralBlock = 720, BrainCoralBlock = 721, BubbleCoralBlock = 722, FireCoralBlock = 723, HornCoralBlock = 724, DeadTubeCoral = 725, DeadBrainCoral = 726, DeadBubbleCoral = 727, DeadFireCoral = 728, DeadHornCoral = 729, TubeCoral = 730, BrainCoral = 731, BubbleCoral = 732, FireCoral = 733, HornCoral = 734, DeadTubeCoralFan = 735, DeadBrainCoralFan = 736, DeadBubbleCoralFan = 737, DeadFireCoralFan = 738, DeadHornCoralFan = 739, TubeCoralFan = 740, BrainCoralFan = 741, BubbleCoralFan = 742, FireCoralFan = 743, HornCoralFan = 744, DeadTubeCoralWallFan = 745, DeadBrainCoralWallFan = 746, DeadBubbleCoralWallFan = 747, DeadFireCoralWallFan = 748, DeadHornCoralWallFan = 749, TubeCoralWallFan = 750, BrainCoralWallFan = 751, BubbleCoralWallFan = 752, FireCoralWallFan = 753, HornCoralWallFan = 754, SeaPickle = 755, BlueIce = 756, Conduit = 757, BambooSapling = 758, Bamboo = 759, PottedBamboo = 760, VoidAir = 761, CaveAir = 762, BubbleColumn = 763, PolishedGraniteStairs = 764, SmoothRedSandstoneStairs = 765, MossyStoneBrickStairs = 766, PolishedDioriteStairs = 767, MossyCobblestoneStairs = 768, EndStoneBrickStairs = 769, StoneStairs = 770, SmoothSandstoneStairs = 771, SmoothQuartzStairs = 772, GraniteStairs = 773, AndesiteStairs = 774, RedNetherBrickStairs = 775, PolishedAndesiteStairs = 776, DioriteStairs = 777, PolishedGraniteSlab = 778, SmoothRedSandstoneSlab = 779, MossyStoneBrickSlab = 780, PolishedDioriteSlab = 781, MossyCobblestoneSlab = 782, EndStoneBrickSlab = 783, SmoothSandstoneSlab = 784, SmoothQuartzSlab = 785, GraniteSlab = 786, AndesiteSlab = 787, RedNetherBrickSlab = 788, PolishedAndesiteSlab = 789, DioriteSlab = 790, BrickWall = 791, PrismarineWall = 792, RedSandstoneWall = 793, MossyStoneBrickWall = 794, GraniteWall = 795, StoneBrickWall = 796, MudBrickWall = 797, NetherBrickWall = 798, AndesiteWall = 799, RedNetherBrickWall = 800, SandstoneWall = 801, EndStoneBrickWall = 802, DioriteWall = 803, Scaffolding = 804, Loom = 805, Barrel = 806, Smoker = 807, BlastFurnace = 808, CartographyTable = 809, FletchingTable = 810, Grindstone = 811, Lectern = 812, SmithingTable = 813, Stonecutter = 814, Bell = 815, Lantern = 816, SoulLantern = 817, Campfire = 818, SoulCampfire = 819, SweetBerryBush = 820, WarpedStem = 821, StrippedWarpedStem = 822, WarpedHyphae = 823, StrippedWarpedHyphae = 824, WarpedNylium = 825, WarpedFungus = 826, WarpedWartBlock = 827, WarpedRoots = 828, NetherSprouts = 829, CrimsonStem = 830, StrippedCrimsonStem = 831, CrimsonHyphae = 832, StrippedCrimsonHyphae = 833, CrimsonNylium = 834, CrimsonFungus = 835, Shroomlight = 836, WeepingVines = 837, WeepingVinesPlant = 838, TwistingVines = 839, TwistingVinesPlant = 840, CrimsonRoots = 841, CrimsonPlanks = 842, WarpedPlanks = 843, CrimsonSlab = 844, WarpedSlab = 845, CrimsonPressurePlate = 846, WarpedPressurePlate = 847, CrimsonFence = 848, WarpedFence = 849, CrimsonTrapdoor = 850, WarpedTrapdoor = 851, CrimsonFenceGate = 852, WarpedFenceGate = 853, CrimsonStairs = 854, WarpedStairs = 855, CrimsonButton = 856, WarpedButton = 857, CrimsonDoor = 858, WarpedDoor = 859, CrimsonSign = 860, WarpedSign = 861, CrimsonWallSign = 862, WarpedWallSign = 863, StructureBlock = 864, Jigsaw = 865, TestBlock = 866, TestInstanceBlock = 867, Composter = 868, Target = 869, BeeNest = 870, Beehive = 871, HoneyBlock = 872, HoneycombBlock = 873, NetheriteBlock = 874, AncientDebris = 875, CryingObsidian = 876, RespawnAnchor = 877, PottedCrimsonFungus = 878, PottedWarpedFungus = 879, PottedCrimsonRoots = 880, PottedWarpedRoots = 881, Lodestone = 882, Blackstone = 883, BlackstoneStairs = 884, BlackstoneWall = 885, BlackstoneSlab = 886, PolishedBlackstone = 887, PolishedBlackstoneBricks = 888, CrackedPolishedBlackstoneBricks = 889, ChiseledPolishedBlackstone = 890, PolishedBlackstoneBrickSlab = 891, PolishedBlackstoneBrickStairs = 892, PolishedBlackstoneBrickWall = 893, GildedBlackstone = 894, PolishedBlackstoneStairs = 895, PolishedBlackstoneSlab = 896, PolishedBlackstonePressurePlate = 897, PolishedBlackstoneButton = 898, PolishedBlackstoneWall = 899, ChiseledNetherBricks = 900, CrackedNetherBricks = 901, QuartzBricks = 902, Candle = 903, WhiteCandle = 904, OrangeCandle = 905, MagentaCandle = 906, LightBlueCandle = 907, YellowCandle = 908, LimeCandle = 909, PinkCandle = 910, GrayCandle = 911, LightGrayCandle = 912, CyanCandle = 913, PurpleCandle = 914, BlueCandle = 915, BrownCandle = 916, GreenCandle = 917, RedCandle = 918, BlackCandle = 919, CandleCake = 920, WhiteCandleCake = 921, OrangeCandleCake = 922, MagentaCandleCake = 923, LightBlueCandleCake = 924, YellowCandleCake = 925, LimeCandleCake = 926, PinkCandleCake = 927, GrayCandleCake = 928, LightGrayCandleCake = 929, CyanCandleCake = 930, PurpleCandleCake = 931, BlueCandleCake = 932, BrownCandleCake = 933, GreenCandleCake = 934, RedCandleCake = 935, BlackCandleCake = 936, AmethystBlock = 937, BuddingAmethyst = 938, AmethystCluster = 939, LargeAmethystBud = 940, MediumAmethystBud = 941, SmallAmethystBud = 942, Tuff = 943, TuffSlab = 944, TuffStairs = 945, TuffWall = 946, PolishedTuff = 947, PolishedTuffSlab = 948, PolishedTuffStairs = 949, PolishedTuffWall = 950, ChiseledTuff = 951, TuffBricks = 952, TuffBrickSlab = 953, TuffBrickStairs = 954, TuffBrickWall = 955, ChiseledTuffBricks = 956, Calcite = 957, TintedGlass = 958, PowderSnow = 959, SculkSensor = 960, CalibratedSculkSensor = 961, Sculk = 962, SculkVein = 963, SculkCatalyst = 964, SculkShrieker = 965, CopperBlock = 966, ExposedCopper = 967, WeatheredCopper = 968, OxidizedCopper = 969, CopperOre = 970, DeepslateCopperOre = 971, OxidizedCutCopper = 972, WeatheredCutCopper = 973, ExposedCutCopper = 974, CutCopper = 975, OxidizedChiseledCopper = 976, WeatheredChiseledCopper = 977, ExposedChiseledCopper = 978, ChiseledCopper = 979, WaxedOxidizedChiseledCopper = 980, WaxedWeatheredChiseledCopper = 981, WaxedExposedChiseledCopper = 982, WaxedChiseledCopper = 983, OxidizedCutCopperStairs = 984, WeatheredCutCopperStairs = 985, ExposedCutCopperStairs = 986, CutCopperStairs = 987, OxidizedCutCopperSlab = 988, WeatheredCutCopperSlab = 989, ExposedCutCopperSlab = 990, CutCopperSlab = 991, WaxedCopperBlock = 992, WaxedWeatheredCopper = 993, WaxedExposedCopper = 994, WaxedOxidizedCopper = 995, WaxedOxidizedCutCopper = 996, WaxedWeatheredCutCopper = 997, WaxedExposedCutCopper = 998, WaxedCutCopper = 999, WaxedOxidizedCutCopperStairs = 1_000, WaxedWeatheredCutCopperStairs = 1_001, WaxedExposedCutCopperStairs = 1_002, WaxedCutCopperStairs = 1_003, WaxedOxidizedCutCopperSlab = 1_004, WaxedWeatheredCutCopperSlab = 1_005, WaxedExposedCutCopperSlab = 1_006, WaxedCutCopperSlab = 1_007, CopperDoor = 1_008, ExposedCopperDoor = 1_009, OxidizedCopperDoor = 1_010, WeatheredCopperDoor = 1_011, WaxedCopperDoor = 1_012, WaxedExposedCopperDoor = 1_013, WaxedOxidizedCopperDoor = 1_014, WaxedWeatheredCopperDoor = 1_015, CopperTrapdoor = 1_016, ExposedCopperTrapdoor = 1_017, OxidizedCopperTrapdoor = 1_018, WeatheredCopperTrapdoor = 1_019, WaxedCopperTrapdoor = 1_020, WaxedExposedCopperTrapdoor = 1_021, WaxedOxidizedCopperTrapdoor = 1_022, WaxedWeatheredCopperTrapdoor = 1_023, CopperGrate = 1_024, ExposedCopperGrate = 1_025, WeatheredCopperGrate = 1_026, OxidizedCopperGrate = 1_027, WaxedCopperGrate = 1_028, WaxedExposedCopperGrate = 1_029, WaxedWeatheredCopperGrate = 1_030, WaxedOxidizedCopperGrate = 1_031, CopperBulb = 1_032, ExposedCopperBulb = 1_033, WeatheredCopperBulb = 1_034, OxidizedCopperBulb = 1_035, WaxedCopperBulb = 1_036, WaxedExposedCopperBulb = 1_037, WaxedWeatheredCopperBulb = 1_038, WaxedOxidizedCopperBulb = 1_039, LightningRod = 1_040, PointedDripstone = 1_041, DripstoneBlock = 1_042, CaveVines = 1_043, CaveVinesPlant = 1_044, SporeBlossom = 1_045, Azalea = 1_046, FloweringAzalea = 1_047, MossCarpet = 1_048, PinkPetals = 1_049, Wildflowers = 1_050, LeafLitter = 1_051, MossBlock = 1_052, BigDripleaf = 1_053, BigDripleafStem = 1_054, SmallDripleaf = 1_055, HangingRoots = 1_056, RootedDirt = 1_057, Mud = 1_058, Deepslate = 1_059, CobbledDeepslate = 1_060, CobbledDeepslateStairs = 1_061, CobbledDeepslateSlab = 1_062, CobbledDeepslateWall = 1_063, PolishedDeepslate = 1_064, PolishedDeepslateStairs = 1_065, PolishedDeepslateSlab = 1_066, PolishedDeepslateWall = 1_067, DeepslateTiles = 1_068, DeepslateTileStairs = 1_069, DeepslateTileSlab = 1_070, DeepslateTileWall = 1_071, DeepslateBricks = 1_072, DeepslateBrickStairs = 1_073, DeepslateBrickSlab = 1_074, DeepslateBrickWall = 1_075, ChiseledDeepslate = 1_076, CrackedDeepslateBricks = 1_077, CrackedDeepslateTiles = 1_078, InfestedDeepslate = 1_079, SmoothBasalt = 1_080, RawIronBlock = 1_081, RawCopperBlock = 1_082, RawGoldBlock = 1_083, PottedAzaleaBush = 1_084, PottedFloweringAzaleaBush = 1_085, OchreFroglight = 1_086, VerdantFroglight = 1_087, PearlescentFroglight = 1_088, Frogspawn = 1_089, ReinforcedDeepslate = 1_090, DecoratedPot = 1_091, Crafter = 1_092, TrialSpawner = 1_093, Vault = 1_094, HeavyCore = 1_095, PaleMossBlock = 1_096, PaleMossCarpet = 1_097, PaleHangingMoss = 1_098, OpenEyeblossom = 1_099, ClosedEyeblossom = 1_100, PottedOpenEyeblossom = 1_101, PottedClosedEyeblossom = 1_102, FireflyBush = 1_103,
}
Expand description

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

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

§

DeadTubeCoralBlock = 715

§

DeadBrainCoralBlock = 716

§

DeadBubbleCoralBlock = 717

§

DeadFireCoralBlock = 718

§

DeadHornCoralBlock = 719

§

TubeCoralBlock = 720

§

BrainCoralBlock = 721

§

BubbleCoralBlock = 722

§

FireCoralBlock = 723

§

HornCoralBlock = 724

§

DeadTubeCoral = 725

§

DeadBrainCoral = 726

§

DeadBubbleCoral = 727

§

DeadFireCoral = 728

§

DeadHornCoral = 729

§

TubeCoral = 730

§

BrainCoral = 731

§

BubbleCoral = 732

§

FireCoral = 733

§

HornCoral = 734

§

DeadTubeCoralFan = 735

§

DeadBrainCoralFan = 736

§

DeadBubbleCoralFan = 737

§

DeadFireCoralFan = 738

§

DeadHornCoralFan = 739

§

TubeCoralFan = 740

§

BrainCoralFan = 741

§

BubbleCoralFan = 742

§

FireCoralFan = 743

§

HornCoralFan = 744

§

DeadTubeCoralWallFan = 745

§

DeadBrainCoralWallFan = 746

§

DeadBubbleCoralWallFan = 747

§

DeadFireCoralWallFan = 748

§

DeadHornCoralWallFan = 749

§

TubeCoralWallFan = 750

§

BrainCoralWallFan = 751

§

BubbleCoralWallFan = 752

§

FireCoralWallFan = 753

§

HornCoralWallFan = 754

§

SeaPickle = 755

§

BlueIce = 756

§

Conduit = 757

§

BambooSapling = 758

§

Bamboo = 759

§

PottedBamboo = 760

§

VoidAir = 761

§

CaveAir = 762

§

BubbleColumn = 763

§

PolishedGraniteStairs = 764

§

SmoothRedSandstoneStairs = 765

§

MossyStoneBrickStairs = 766

§

PolishedDioriteStairs = 767

§

MossyCobblestoneStairs = 768

§

EndStoneBrickStairs = 769

§

StoneStairs = 770

§

SmoothSandstoneStairs = 771

§

SmoothQuartzStairs = 772

§

GraniteStairs = 773

§

AndesiteStairs = 774

§

RedNetherBrickStairs = 775

§

PolishedAndesiteStairs = 776

§

DioriteStairs = 777

§

PolishedGraniteSlab = 778

§

SmoothRedSandstoneSlab = 779

§

MossyStoneBrickSlab = 780

§

PolishedDioriteSlab = 781

§

MossyCobblestoneSlab = 782

§

EndStoneBrickSlab = 783

§

SmoothSandstoneSlab = 784

§

SmoothQuartzSlab = 785

§

GraniteSlab = 786

§

AndesiteSlab = 787

§

RedNetherBrickSlab = 788

§

PolishedAndesiteSlab = 789

§

DioriteSlab = 790

§

BrickWall = 791

§

PrismarineWall = 792

§

RedSandstoneWall = 793

§

MossyStoneBrickWall = 794

§

GraniteWall = 795

§

StoneBrickWall = 796

§

MudBrickWall = 797

§

NetherBrickWall = 798

§

AndesiteWall = 799

§

RedNetherBrickWall = 800

§

SandstoneWall = 801

§

EndStoneBrickWall = 802

§

DioriteWall = 803

§

Scaffolding = 804

§

Loom = 805

§

Barrel = 806

§

Smoker = 807

§

BlastFurnace = 808

§

CartographyTable = 809

§

FletchingTable = 810

§

Grindstone = 811

§

Lectern = 812

§

SmithingTable = 813

§

Stonecutter = 814

§

Bell = 815

§

Lantern = 816

§

SoulLantern = 817

§

Campfire = 818

§

SoulCampfire = 819

§

SweetBerryBush = 820

§

WarpedStem = 821

§

StrippedWarpedStem = 822

§

WarpedHyphae = 823

§

StrippedWarpedHyphae = 824

§

WarpedNylium = 825

§

WarpedFungus = 826

§

WarpedWartBlock = 827

§

WarpedRoots = 828

§

NetherSprouts = 829

§

CrimsonStem = 830

§

StrippedCrimsonStem = 831

§

CrimsonHyphae = 832

§

StrippedCrimsonHyphae = 833

§

CrimsonNylium = 834

§

CrimsonFungus = 835

§

Shroomlight = 836

§

WeepingVines = 837

§

WeepingVinesPlant = 838

§

TwistingVines = 839

§

TwistingVinesPlant = 840

§

CrimsonRoots = 841

§

CrimsonPlanks = 842

§

WarpedPlanks = 843

§

CrimsonSlab = 844

§

WarpedSlab = 845

§

CrimsonPressurePlate = 846

§

WarpedPressurePlate = 847

§

CrimsonFence = 848

§

WarpedFence = 849

§

CrimsonTrapdoor = 850

§

WarpedTrapdoor = 851

§

CrimsonFenceGate = 852

§

WarpedFenceGate = 853

§

CrimsonStairs = 854

§

WarpedStairs = 855

§

CrimsonButton = 856

§

WarpedButton = 857

§

CrimsonDoor = 858

§

WarpedDoor = 859

§

CrimsonSign = 860

§

WarpedSign = 861

§

CrimsonWallSign = 862

§

WarpedWallSign = 863

§

StructureBlock = 864

§

Jigsaw = 865

§

TestBlock = 866

§

TestInstanceBlock = 867

§

Composter = 868

§

Target = 869

§

BeeNest = 870

§

Beehive = 871

§

HoneyBlock = 872

§

HoneycombBlock = 873

§

NetheriteBlock = 874

§

AncientDebris = 875

§

CryingObsidian = 876

§

RespawnAnchor = 877

§

PottedCrimsonFungus = 878

§

PottedWarpedFungus = 879

§

PottedCrimsonRoots = 880

§

PottedWarpedRoots = 881

§

Lodestone = 882

§

Blackstone = 883

§

BlackstoneStairs = 884

§

BlackstoneWall = 885

§

BlackstoneSlab = 886

§

PolishedBlackstone = 887

§

PolishedBlackstoneBricks = 888

§

CrackedPolishedBlackstoneBricks = 889

§

ChiseledPolishedBlackstone = 890

§

PolishedBlackstoneBrickSlab = 891

§

PolishedBlackstoneBrickStairs = 892

§

PolishedBlackstoneBrickWall = 893

§

GildedBlackstone = 894

§

PolishedBlackstoneStairs = 895

§

PolishedBlackstoneSlab = 896

§

PolishedBlackstonePressurePlate = 897

§

PolishedBlackstoneButton = 898

§

PolishedBlackstoneWall = 899

§

ChiseledNetherBricks = 900

§

CrackedNetherBricks = 901

§

QuartzBricks = 902

§

Candle = 903

§

WhiteCandle = 904

§

OrangeCandle = 905

§

MagentaCandle = 906

§

LightBlueCandle = 907

§

YellowCandle = 908

§

LimeCandle = 909

§

PinkCandle = 910

§

GrayCandle = 911

§

LightGrayCandle = 912

§

CyanCandle = 913

§

PurpleCandle = 914

§

BlueCandle = 915

§

BrownCandle = 916

§

GreenCandle = 917

§

RedCandle = 918

§

BlackCandle = 919

§

CandleCake = 920

§

WhiteCandleCake = 921

§

OrangeCandleCake = 922

§

MagentaCandleCake = 923

§

LightBlueCandleCake = 924

§

YellowCandleCake = 925

§

LimeCandleCake = 926

§

PinkCandleCake = 927

§

GrayCandleCake = 928

§

LightGrayCandleCake = 929

§

CyanCandleCake = 930

§

PurpleCandleCake = 931

§

BlueCandleCake = 932

§

BrownCandleCake = 933

§

GreenCandleCake = 934

§

RedCandleCake = 935

§

BlackCandleCake = 936

§

AmethystBlock = 937

§

BuddingAmethyst = 938

§

AmethystCluster = 939

§

LargeAmethystBud = 940

§

MediumAmethystBud = 941

§

SmallAmethystBud = 942

§

Tuff = 943

§

TuffSlab = 944

§

TuffStairs = 945

§

TuffWall = 946

§

PolishedTuff = 947

§

PolishedTuffSlab = 948

§

PolishedTuffStairs = 949

§

PolishedTuffWall = 950

§

ChiseledTuff = 951

§

TuffBricks = 952

§

TuffBrickSlab = 953

§

TuffBrickStairs = 954

§

TuffBrickWall = 955

§

ChiseledTuffBricks = 956

§

Calcite = 957

§

TintedGlass = 958

§

PowderSnow = 959

§

SculkSensor = 960

§

CalibratedSculkSensor = 961

§

Sculk = 962

§

SculkVein = 963

§

SculkCatalyst = 964

§

SculkShrieker = 965

§

CopperBlock = 966

§

ExposedCopper = 967

§

WeatheredCopper = 968

§

OxidizedCopper = 969

§

CopperOre = 970

§

DeepslateCopperOre = 971

§

OxidizedCutCopper = 972

§

WeatheredCutCopper = 973

§

ExposedCutCopper = 974

§

CutCopper = 975

§

OxidizedChiseledCopper = 976

§

WeatheredChiseledCopper = 977

§

ExposedChiseledCopper = 978

§

ChiseledCopper = 979

§

WaxedOxidizedChiseledCopper = 980

§

WaxedWeatheredChiseledCopper = 981

§

WaxedExposedChiseledCopper = 982

§

WaxedChiseledCopper = 983

§

OxidizedCutCopperStairs = 984

§

WeatheredCutCopperStairs = 985

§

ExposedCutCopperStairs = 986

§

CutCopperStairs = 987

§

OxidizedCutCopperSlab = 988

§

WeatheredCutCopperSlab = 989

§

ExposedCutCopperSlab = 990

§

CutCopperSlab = 991

§

WaxedCopperBlock = 992

§

WaxedWeatheredCopper = 993

§

WaxedExposedCopper = 994

§

WaxedOxidizedCopper = 995

§

WaxedOxidizedCutCopper = 996

§

WaxedWeatheredCutCopper = 997

§

WaxedExposedCutCopper = 998

§

WaxedCutCopper = 999

§

WaxedOxidizedCutCopperStairs = 1_000

§

WaxedWeatheredCutCopperStairs = 1_001

§

WaxedExposedCutCopperStairs = 1_002

§

WaxedCutCopperStairs = 1_003

§

WaxedOxidizedCutCopperSlab = 1_004

§

WaxedWeatheredCutCopperSlab = 1_005

§

WaxedExposedCutCopperSlab = 1_006

§

WaxedCutCopperSlab = 1_007

§

CopperDoor = 1_008

§

ExposedCopperDoor = 1_009

§

OxidizedCopperDoor = 1_010

§

WeatheredCopperDoor = 1_011

§

WaxedCopperDoor = 1_012

§

WaxedExposedCopperDoor = 1_013

§

WaxedOxidizedCopperDoor = 1_014

§

WaxedWeatheredCopperDoor = 1_015

§

CopperTrapdoor = 1_016

§

ExposedCopperTrapdoor = 1_017

§

OxidizedCopperTrapdoor = 1_018

§

WeatheredCopperTrapdoor = 1_019

§

WaxedCopperTrapdoor = 1_020

§

WaxedExposedCopperTrapdoor = 1_021

§

WaxedOxidizedCopperTrapdoor = 1_022

§

WaxedWeatheredCopperTrapdoor = 1_023

§

CopperGrate = 1_024

§

ExposedCopperGrate = 1_025

§

WeatheredCopperGrate = 1_026

§

OxidizedCopperGrate = 1_027

§

WaxedCopperGrate = 1_028

§

WaxedExposedCopperGrate = 1_029

§

WaxedWeatheredCopperGrate = 1_030

§

WaxedOxidizedCopperGrate = 1_031

§

CopperBulb = 1_032

§

ExposedCopperBulb = 1_033

§

WeatheredCopperBulb = 1_034

§

OxidizedCopperBulb = 1_035

§

WaxedCopperBulb = 1_036

§

WaxedExposedCopperBulb = 1_037

§

WaxedWeatheredCopperBulb = 1_038

§

WaxedOxidizedCopperBulb = 1_039

§

LightningRod = 1_040

§

PointedDripstone = 1_041

§

DripstoneBlock = 1_042

§

CaveVines = 1_043

§

CaveVinesPlant = 1_044

§

SporeBlossom = 1_045

§

Azalea = 1_046

§

FloweringAzalea = 1_047

§

MossCarpet = 1_048

§

PinkPetals = 1_049

§

Wildflowers = 1_050

§

LeafLitter = 1_051

§

MossBlock = 1_052

§

BigDripleaf = 1_053

§

BigDripleafStem = 1_054

§

SmallDripleaf = 1_055

§

HangingRoots = 1_056

§

RootedDirt = 1_057

§

Mud = 1_058

§

Deepslate = 1_059

§

CobbledDeepslate = 1_060

§

CobbledDeepslateStairs = 1_061

§

CobbledDeepslateSlab = 1_062

§

CobbledDeepslateWall = 1_063

§

PolishedDeepslate = 1_064

§

PolishedDeepslateStairs = 1_065

§

PolishedDeepslateSlab = 1_066

§

PolishedDeepslateWall = 1_067

§

DeepslateTiles = 1_068

§

DeepslateTileStairs = 1_069

§

DeepslateTileSlab = 1_070

§

DeepslateTileWall = 1_071

§

DeepslateBricks = 1_072

§

DeepslateBrickStairs = 1_073

§

DeepslateBrickSlab = 1_074

§

DeepslateBrickWall = 1_075

§

ChiseledDeepslate = 1_076

§

CrackedDeepslateBricks = 1_077

§

CrackedDeepslateTiles = 1_078

§

InfestedDeepslate = 1_079

§

SmoothBasalt = 1_080

§

RawIronBlock = 1_081

§

RawCopperBlock = 1_082

§

RawGoldBlock = 1_083

§

PottedAzaleaBush = 1_084

§

PottedFloweringAzaleaBush = 1_085

§

OchreFroglight = 1_086

§

VerdantFroglight = 1_087

§

PearlescentFroglight = 1_088

§

Frogspawn = 1_089

§

ReinforcedDeepslate = 1_090

§

DecoratedPot = 1_091

§

Crafter = 1_092

§

TrialSpawner = 1_093

§

Vault = 1_094

§

HeavyCore = 1_095

§

PaleMossBlock = 1_096

§

PaleMossCarpet = 1_097

§

PaleHangingMoss = 1_098

§

OpenEyeblossom = 1_099

§

ClosedEyeblossom = 1_100

§

PottedOpenEyeblossom = 1_101

§

PottedClosedEyeblossom = 1_102

§

FireflyBush = 1_103

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

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

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

Performs copy-assignment from source. Read more
Source§

impl Debug for 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>,