diff --git a/src/autogenerated/java/net/minestom/server/instance/block/BlockConstants.java b/src/autogenerated/java/net/minestom/server/instance/block/BlockConstants.java index ed81568b7..497218d0b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/BlockConstants.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/BlockConstants.java @@ -1,1807 +1,1803 @@ package net.minestom.server.instance.block; -import net.minestom.server.utils.NamespaceID; - -import java.util.Collections; - /** * AUTOGENERATED by BlockGenerator */ @SuppressWarnings("unused") interface BlockConstants { - Block AIR = BlockImpl.create(NamespaceID.from("minecraft:air"), (short) 0, (short) 0, (short) 0, (short) 0, Collections.emptyList()); + Block AIR = Block.fromNamespaceId("minecraft:air"); - Block STONE = BlockImpl.create(NamespaceID.from("minecraft:stone"), (short) 1, (short) 1, (short) 1, (short) 1, Collections.emptyList()); + Block STONE = Block.fromNamespaceId("minecraft:stone"); - Block GRANITE = BlockImpl.create(NamespaceID.from("minecraft:granite"), (short) 2, (short) 2, (short) 2, (short) 2, Collections.emptyList()); + Block GRANITE = Block.fromNamespaceId("minecraft:granite"); - Block POLISHED_GRANITE = BlockImpl.create(NamespaceID.from("minecraft:polished_granite"), (short) 3, (short) 3, (short) 3, (short) 3, Collections.emptyList()); + Block POLISHED_GRANITE = Block.fromNamespaceId("minecraft:polished_granite"); - Block DIORITE = BlockImpl.create(NamespaceID.from("minecraft:diorite"), (short) 4, (short) 4, (short) 4, (short) 4, Collections.emptyList()); + Block DIORITE = Block.fromNamespaceId("minecraft:diorite"); - Block POLISHED_DIORITE = BlockImpl.create(NamespaceID.from("minecraft:polished_diorite"), (short) 5, (short) 5, (short) 5, (short) 5, Collections.emptyList()); + Block POLISHED_DIORITE = Block.fromNamespaceId("minecraft:polished_diorite"); - Block ANDESITE = BlockImpl.create(NamespaceID.from("minecraft:andesite"), (short) 6, (short) 6, (short) 6, (short) 6, Collections.emptyList()); + Block ANDESITE = Block.fromNamespaceId("minecraft:andesite"); - Block POLISHED_ANDESITE = BlockImpl.create(NamespaceID.from("minecraft:polished_andesite"), (short) 7, (short) 7, (short) 7, (short) 7, Collections.emptyList()); + Block POLISHED_ANDESITE = Block.fromNamespaceId("minecraft:polished_andesite"); - Block GRASS_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:grass_block"), (short) 8, (short) 8, (short) 9, (short) 9, BlockProperties.GRASS_BLOCK.getProperties()); + Block GRASS_BLOCK = Block.fromNamespaceId("minecraft:grass_block"); - Block DIRT = BlockImpl.create(NamespaceID.from("minecraft:dirt"), (short) 9, (short) 10, (short) 10, (short) 10, Collections.emptyList()); + Block DIRT = Block.fromNamespaceId("minecraft:dirt"); - Block COARSE_DIRT = BlockImpl.create(NamespaceID.from("minecraft:coarse_dirt"), (short) 10, (short) 11, (short) 11, (short) 11, Collections.emptyList()); + Block COARSE_DIRT = Block.fromNamespaceId("minecraft:coarse_dirt"); - Block PODZOL = BlockImpl.create(NamespaceID.from("minecraft:podzol"), (short) 11, (short) 12, (short) 13, (short) 13, BlockProperties.PODZOL.getProperties()); + Block PODZOL = Block.fromNamespaceId("minecraft:podzol"); - Block COBBLESTONE = BlockImpl.create(NamespaceID.from("minecraft:cobblestone"), (short) 12, (short) 14, (short) 14, (short) 14, Collections.emptyList()); + Block COBBLESTONE = Block.fromNamespaceId("minecraft:cobblestone"); - Block OAK_PLANKS = BlockImpl.create(NamespaceID.from("minecraft:oak_planks"), (short) 13, (short) 15, (short) 15, (short) 15, Collections.emptyList()); + Block OAK_PLANKS = Block.fromNamespaceId("minecraft:oak_planks"); - Block SPRUCE_PLANKS = BlockImpl.create(NamespaceID.from("minecraft:spruce_planks"), (short) 14, (short) 16, (short) 16, (short) 16, Collections.emptyList()); + Block SPRUCE_PLANKS = Block.fromNamespaceId("minecraft:spruce_planks"); - Block BIRCH_PLANKS = BlockImpl.create(NamespaceID.from("minecraft:birch_planks"), (short) 15, (short) 17, (short) 17, (short) 17, Collections.emptyList()); + Block BIRCH_PLANKS = Block.fromNamespaceId("minecraft:birch_planks"); - Block JUNGLE_PLANKS = BlockImpl.create(NamespaceID.from("minecraft:jungle_planks"), (short) 16, (short) 18, (short) 18, (short) 18, Collections.emptyList()); + Block JUNGLE_PLANKS = Block.fromNamespaceId("minecraft:jungle_planks"); - Block ACACIA_PLANKS = BlockImpl.create(NamespaceID.from("minecraft:acacia_planks"), (short) 17, (short) 19, (short) 19, (short) 19, Collections.emptyList()); + Block ACACIA_PLANKS = Block.fromNamespaceId("minecraft:acacia_planks"); - Block DARK_OAK_PLANKS = BlockImpl.create(NamespaceID.from("minecraft:dark_oak_planks"), (short) 18, (short) 20, (short) 20, (short) 20, Collections.emptyList()); + Block DARK_OAK_PLANKS = Block.fromNamespaceId("minecraft:dark_oak_planks"); - Block OAK_SAPLING = BlockImpl.create(NamespaceID.from("minecraft:oak_sapling"), (short) 19, (short) 21, (short) 22, (short) 21, BlockProperties.OAK_SAPLING.getProperties()); + Block OAK_SAPLING = Block.fromNamespaceId("minecraft:oak_sapling"); - Block SPRUCE_SAPLING = BlockImpl.create(NamespaceID.from("minecraft:spruce_sapling"), (short) 20, (short) 23, (short) 24, (short) 23, BlockProperties.SPRUCE_SAPLING.getProperties()); + Block SPRUCE_SAPLING = Block.fromNamespaceId("minecraft:spruce_sapling"); - Block BIRCH_SAPLING = BlockImpl.create(NamespaceID.from("minecraft:birch_sapling"), (short) 21, (short) 25, (short) 26, (short) 25, BlockProperties.BIRCH_SAPLING.getProperties()); + Block BIRCH_SAPLING = Block.fromNamespaceId("minecraft:birch_sapling"); - Block JUNGLE_SAPLING = BlockImpl.create(NamespaceID.from("minecraft:jungle_sapling"), (short) 22, (short) 27, (short) 28, (short) 27, BlockProperties.JUNGLE_SAPLING.getProperties()); + Block JUNGLE_SAPLING = Block.fromNamespaceId("minecraft:jungle_sapling"); - Block ACACIA_SAPLING = BlockImpl.create(NamespaceID.from("minecraft:acacia_sapling"), (short) 23, (short) 29, (short) 30, (short) 29, BlockProperties.ACACIA_SAPLING.getProperties()); + Block ACACIA_SAPLING = Block.fromNamespaceId("minecraft:acacia_sapling"); - Block DARK_OAK_SAPLING = BlockImpl.create(NamespaceID.from("minecraft:dark_oak_sapling"), (short) 24, (short) 31, (short) 32, (short) 31, BlockProperties.DARK_OAK_SAPLING.getProperties()); + Block DARK_OAK_SAPLING = Block.fromNamespaceId("minecraft:dark_oak_sapling"); - Block BEDROCK = BlockImpl.create(NamespaceID.from("minecraft:bedrock"), (short) 25, (short) 33, (short) 33, (short) 33, Collections.emptyList()); + Block BEDROCK = Block.fromNamespaceId("minecraft:bedrock"); - Block WATER = BlockImpl.create(NamespaceID.from("minecraft:water"), (short) 26, (short) 34, (short) 49, (short) 34, BlockProperties.WATER.getProperties()); + Block WATER = Block.fromNamespaceId("minecraft:water"); - Block LAVA = BlockImpl.create(NamespaceID.from("minecraft:lava"), (short) 27, (short) 50, (short) 65, (short) 50, BlockProperties.LAVA.getProperties()); + Block LAVA = Block.fromNamespaceId("minecraft:lava"); - Block SAND = BlockImpl.create(NamespaceID.from("minecraft:sand"), (short) 28, (short) 66, (short) 66, (short) 66, Collections.emptyList()); + Block SAND = Block.fromNamespaceId("minecraft:sand"); - Block RED_SAND = BlockImpl.create(NamespaceID.from("minecraft:red_sand"), (short) 29, (short) 67, (short) 67, (short) 67, Collections.emptyList()); + Block RED_SAND = Block.fromNamespaceId("minecraft:red_sand"); - Block GRAVEL = BlockImpl.create(NamespaceID.from("minecraft:gravel"), (short) 30, (short) 68, (short) 68, (short) 68, Collections.emptyList()); + Block GRAVEL = Block.fromNamespaceId("minecraft:gravel"); - Block GOLD_ORE = BlockImpl.create(NamespaceID.from("minecraft:gold_ore"), (short) 31, (short) 69, (short) 69, (short) 69, Collections.emptyList()); + Block GOLD_ORE = Block.fromNamespaceId("minecraft:gold_ore"); - Block DEEPSLATE_GOLD_ORE = BlockImpl.create(NamespaceID.from("minecraft:deepslate_gold_ore"), (short) 32, (short) 70, (short) 70, (short) 70, Collections.emptyList()); + Block DEEPSLATE_GOLD_ORE = Block.fromNamespaceId("minecraft:deepslate_gold_ore"); - Block IRON_ORE = BlockImpl.create(NamespaceID.from("minecraft:iron_ore"), (short) 33, (short) 71, (short) 71, (short) 71, Collections.emptyList()); + Block IRON_ORE = Block.fromNamespaceId("minecraft:iron_ore"); - Block DEEPSLATE_IRON_ORE = BlockImpl.create(NamespaceID.from("minecraft:deepslate_iron_ore"), (short) 34, (short) 72, (short) 72, (short) 72, Collections.emptyList()); + Block DEEPSLATE_IRON_ORE = Block.fromNamespaceId("minecraft:deepslate_iron_ore"); - Block COAL_ORE = BlockImpl.create(NamespaceID.from("minecraft:coal_ore"), (short) 35, (short) 73, (short) 73, (short) 73, Collections.emptyList()); + Block COAL_ORE = Block.fromNamespaceId("minecraft:coal_ore"); - Block DEEPSLATE_COAL_ORE = BlockImpl.create(NamespaceID.from("minecraft:deepslate_coal_ore"), (short) 36, (short) 74, (short) 74, (short) 74, Collections.emptyList()); + Block DEEPSLATE_COAL_ORE = Block.fromNamespaceId("minecraft:deepslate_coal_ore"); - Block NETHER_GOLD_ORE = BlockImpl.create(NamespaceID.from("minecraft:nether_gold_ore"), (short) 37, (short) 75, (short) 75, (short) 75, Collections.emptyList()); + Block NETHER_GOLD_ORE = Block.fromNamespaceId("minecraft:nether_gold_ore"); - Block OAK_LOG = BlockImpl.create(NamespaceID.from("minecraft:oak_log"), (short) 38, (short) 76, (short) 78, (short) 77, BlockProperties.OAK_LOG.getProperties()); + Block OAK_LOG = Block.fromNamespaceId("minecraft:oak_log"); - Block SPRUCE_LOG = BlockImpl.create(NamespaceID.from("minecraft:spruce_log"), (short) 39, (short) 79, (short) 81, (short) 80, BlockProperties.SPRUCE_LOG.getProperties()); + Block SPRUCE_LOG = Block.fromNamespaceId("minecraft:spruce_log"); - Block BIRCH_LOG = BlockImpl.create(NamespaceID.from("minecraft:birch_log"), (short) 40, (short) 82, (short) 84, (short) 83, BlockProperties.BIRCH_LOG.getProperties()); + Block BIRCH_LOG = Block.fromNamespaceId("minecraft:birch_log"); - Block JUNGLE_LOG = BlockImpl.create(NamespaceID.from("minecraft:jungle_log"), (short) 41, (short) 85, (short) 87, (short) 86, BlockProperties.JUNGLE_LOG.getProperties()); + Block JUNGLE_LOG = Block.fromNamespaceId("minecraft:jungle_log"); - Block ACACIA_LOG = BlockImpl.create(NamespaceID.from("minecraft:acacia_log"), (short) 42, (short) 88, (short) 90, (short) 89, BlockProperties.ACACIA_LOG.getProperties()); + Block ACACIA_LOG = Block.fromNamespaceId("minecraft:acacia_log"); - Block DARK_OAK_LOG = BlockImpl.create(NamespaceID.from("minecraft:dark_oak_log"), (short) 43, (short) 91, (short) 93, (short) 92, BlockProperties.DARK_OAK_LOG.getProperties()); + Block DARK_OAK_LOG = Block.fromNamespaceId("minecraft:dark_oak_log"); - Block STRIPPED_SPRUCE_LOG = BlockImpl.create(NamespaceID.from("minecraft:stripped_spruce_log"), (short) 44, (short) 94, (short) 96, (short) 95, BlockProperties.STRIPPED_SPRUCE_LOG.getProperties()); + Block STRIPPED_SPRUCE_LOG = Block.fromNamespaceId("minecraft:stripped_spruce_log"); - Block STRIPPED_BIRCH_LOG = BlockImpl.create(NamespaceID.from("minecraft:stripped_birch_log"), (short) 45, (short) 97, (short) 99, (short) 98, BlockProperties.STRIPPED_BIRCH_LOG.getProperties()); + Block STRIPPED_BIRCH_LOG = Block.fromNamespaceId("minecraft:stripped_birch_log"); - Block STRIPPED_JUNGLE_LOG = BlockImpl.create(NamespaceID.from("minecraft:stripped_jungle_log"), (short) 46, (short) 100, (short) 102, (short) 101, BlockProperties.STRIPPED_JUNGLE_LOG.getProperties()); + Block STRIPPED_JUNGLE_LOG = Block.fromNamespaceId("minecraft:stripped_jungle_log"); - Block STRIPPED_ACACIA_LOG = BlockImpl.create(NamespaceID.from("minecraft:stripped_acacia_log"), (short) 47, (short) 103, (short) 105, (short) 104, BlockProperties.STRIPPED_ACACIA_LOG.getProperties()); + Block STRIPPED_ACACIA_LOG = Block.fromNamespaceId("minecraft:stripped_acacia_log"); - Block STRIPPED_DARK_OAK_LOG = BlockImpl.create(NamespaceID.from("minecraft:stripped_dark_oak_log"), (short) 48, (short) 106, (short) 108, (short) 107, BlockProperties.STRIPPED_DARK_OAK_LOG.getProperties()); + Block STRIPPED_DARK_OAK_LOG = Block.fromNamespaceId("minecraft:stripped_dark_oak_log"); - Block STRIPPED_OAK_LOG = BlockImpl.create(NamespaceID.from("minecraft:stripped_oak_log"), (short) 49, (short) 109, (short) 111, (short) 110, BlockProperties.STRIPPED_OAK_LOG.getProperties()); + Block STRIPPED_OAK_LOG = Block.fromNamespaceId("minecraft:stripped_oak_log"); - Block OAK_WOOD = BlockImpl.create(NamespaceID.from("minecraft:oak_wood"), (short) 50, (short) 112, (short) 114, (short) 113, BlockProperties.OAK_WOOD.getProperties()); + Block OAK_WOOD = Block.fromNamespaceId("minecraft:oak_wood"); - Block SPRUCE_WOOD = BlockImpl.create(NamespaceID.from("minecraft:spruce_wood"), (short) 51, (short) 115, (short) 117, (short) 116, BlockProperties.SPRUCE_WOOD.getProperties()); + Block SPRUCE_WOOD = Block.fromNamespaceId("minecraft:spruce_wood"); - Block BIRCH_WOOD = BlockImpl.create(NamespaceID.from("minecraft:birch_wood"), (short) 52, (short) 118, (short) 120, (short) 119, BlockProperties.BIRCH_WOOD.getProperties()); + Block BIRCH_WOOD = Block.fromNamespaceId("minecraft:birch_wood"); - Block JUNGLE_WOOD = BlockImpl.create(NamespaceID.from("minecraft:jungle_wood"), (short) 53, (short) 121, (short) 123, (short) 122, BlockProperties.JUNGLE_WOOD.getProperties()); + Block JUNGLE_WOOD = Block.fromNamespaceId("minecraft:jungle_wood"); - Block ACACIA_WOOD = BlockImpl.create(NamespaceID.from("minecraft:acacia_wood"), (short) 54, (short) 124, (short) 126, (short) 125, BlockProperties.ACACIA_WOOD.getProperties()); + Block ACACIA_WOOD = Block.fromNamespaceId("minecraft:acacia_wood"); - Block DARK_OAK_WOOD = BlockImpl.create(NamespaceID.from("minecraft:dark_oak_wood"), (short) 55, (short) 127, (short) 129, (short) 128, BlockProperties.DARK_OAK_WOOD.getProperties()); + Block DARK_OAK_WOOD = Block.fromNamespaceId("minecraft:dark_oak_wood"); - Block STRIPPED_OAK_WOOD = BlockImpl.create(NamespaceID.from("minecraft:stripped_oak_wood"), (short) 56, (short) 130, (short) 132, (short) 131, BlockProperties.STRIPPED_OAK_WOOD.getProperties()); + Block STRIPPED_OAK_WOOD = Block.fromNamespaceId("minecraft:stripped_oak_wood"); - Block STRIPPED_SPRUCE_WOOD = BlockImpl.create(NamespaceID.from("minecraft:stripped_spruce_wood"), (short) 57, (short) 133, (short) 135, (short) 134, BlockProperties.STRIPPED_SPRUCE_WOOD.getProperties()); + Block STRIPPED_SPRUCE_WOOD = Block.fromNamespaceId("minecraft:stripped_spruce_wood"); - Block STRIPPED_BIRCH_WOOD = BlockImpl.create(NamespaceID.from("minecraft:stripped_birch_wood"), (short) 58, (short) 136, (short) 138, (short) 137, BlockProperties.STRIPPED_BIRCH_WOOD.getProperties()); + Block STRIPPED_BIRCH_WOOD = Block.fromNamespaceId("minecraft:stripped_birch_wood"); - Block STRIPPED_JUNGLE_WOOD = BlockImpl.create(NamespaceID.from("minecraft:stripped_jungle_wood"), (short) 59, (short) 139, (short) 141, (short) 140, BlockProperties.STRIPPED_JUNGLE_WOOD.getProperties()); + Block STRIPPED_JUNGLE_WOOD = Block.fromNamespaceId("minecraft:stripped_jungle_wood"); - Block STRIPPED_ACACIA_WOOD = BlockImpl.create(NamespaceID.from("minecraft:stripped_acacia_wood"), (short) 60, (short) 142, (short) 144, (short) 143, BlockProperties.STRIPPED_ACACIA_WOOD.getProperties()); + Block STRIPPED_ACACIA_WOOD = Block.fromNamespaceId("minecraft:stripped_acacia_wood"); - Block STRIPPED_DARK_OAK_WOOD = BlockImpl.create(NamespaceID.from("minecraft:stripped_dark_oak_wood"), (short) 61, (short) 145, (short) 147, (short) 146, BlockProperties.STRIPPED_DARK_OAK_WOOD.getProperties()); + Block STRIPPED_DARK_OAK_WOOD = Block.fromNamespaceId("minecraft:stripped_dark_oak_wood"); - Block OAK_LEAVES = BlockImpl.create(NamespaceID.from("minecraft:oak_leaves"), (short) 62, (short) 148, (short) 161, (short) 161, BlockProperties.OAK_LEAVES.getProperties()); + Block OAK_LEAVES = Block.fromNamespaceId("minecraft:oak_leaves"); - Block SPRUCE_LEAVES = BlockImpl.create(NamespaceID.from("minecraft:spruce_leaves"), (short) 63, (short) 162, (short) 175, (short) 175, BlockProperties.SPRUCE_LEAVES.getProperties()); + Block SPRUCE_LEAVES = Block.fromNamespaceId("minecraft:spruce_leaves"); - Block BIRCH_LEAVES = BlockImpl.create(NamespaceID.from("minecraft:birch_leaves"), (short) 64, (short) 176, (short) 189, (short) 189, BlockProperties.BIRCH_LEAVES.getProperties()); + Block BIRCH_LEAVES = Block.fromNamespaceId("minecraft:birch_leaves"); - Block JUNGLE_LEAVES = BlockImpl.create(NamespaceID.from("minecraft:jungle_leaves"), (short) 65, (short) 190, (short) 203, (short) 203, BlockProperties.JUNGLE_LEAVES.getProperties()); + Block JUNGLE_LEAVES = Block.fromNamespaceId("minecraft:jungle_leaves"); - Block ACACIA_LEAVES = BlockImpl.create(NamespaceID.from("minecraft:acacia_leaves"), (short) 66, (short) 204, (short) 217, (short) 217, BlockProperties.ACACIA_LEAVES.getProperties()); + Block ACACIA_LEAVES = Block.fromNamespaceId("minecraft:acacia_leaves"); - Block DARK_OAK_LEAVES = BlockImpl.create(NamespaceID.from("minecraft:dark_oak_leaves"), (short) 67, (short) 218, (short) 231, (short) 231, BlockProperties.DARK_OAK_LEAVES.getProperties()); + Block DARK_OAK_LEAVES = Block.fromNamespaceId("minecraft:dark_oak_leaves"); - Block AZALEA_LEAVES = BlockImpl.create(NamespaceID.from("minecraft:azalea_leaves"), (short) 68, (short) 232, (short) 245, (short) 245, BlockProperties.AZALEA_LEAVES.getProperties()); + Block AZALEA_LEAVES = Block.fromNamespaceId("minecraft:azalea_leaves"); - Block FLOWERING_AZALEA_LEAVES = BlockImpl.create(NamespaceID.from("minecraft:flowering_azalea_leaves"), (short) 69, (short) 246, (short) 259, (short) 259, BlockProperties.FLOWERING_AZALEA_LEAVES.getProperties()); + Block FLOWERING_AZALEA_LEAVES = Block.fromNamespaceId("minecraft:flowering_azalea_leaves"); - Block SPONGE = BlockImpl.create(NamespaceID.from("minecraft:sponge"), (short) 70, (short) 260, (short) 260, (short) 260, Collections.emptyList()); + Block SPONGE = Block.fromNamespaceId("minecraft:sponge"); - Block WET_SPONGE = BlockImpl.create(NamespaceID.from("minecraft:wet_sponge"), (short) 71, (short) 261, (short) 261, (short) 261, Collections.emptyList()); + Block WET_SPONGE = Block.fromNamespaceId("minecraft:wet_sponge"); - Block GLASS = BlockImpl.create(NamespaceID.from("minecraft:glass"), (short) 72, (short) 262, (short) 262, (short) 262, Collections.emptyList()); + Block GLASS = Block.fromNamespaceId("minecraft:glass"); - Block LAPIS_ORE = BlockImpl.create(NamespaceID.from("minecraft:lapis_ore"), (short) 73, (short) 263, (short) 263, (short) 263, Collections.emptyList()); + Block LAPIS_ORE = Block.fromNamespaceId("minecraft:lapis_ore"); - Block DEEPSLATE_LAPIS_ORE = BlockImpl.create(NamespaceID.from("minecraft:deepslate_lapis_ore"), (short) 74, (short) 264, (short) 264, (short) 264, Collections.emptyList()); + Block DEEPSLATE_LAPIS_ORE = Block.fromNamespaceId("minecraft:deepslate_lapis_ore"); - Block LAPIS_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:lapis_block"), (short) 75, (short) 265, (short) 265, (short) 265, Collections.emptyList()); + Block LAPIS_BLOCK = Block.fromNamespaceId("minecraft:lapis_block"); - Block DISPENSER = BlockImpl.create(NamespaceID.from("minecraft:dispenser"), (short) 76, (short) 266, (short) 277, (short) 267, BlockProperties.DISPENSER.getProperties()); + Block DISPENSER = Block.fromNamespaceId("minecraft:dispenser"); - Block SANDSTONE = BlockImpl.create(NamespaceID.from("minecraft:sandstone"), (short) 77, (short) 278, (short) 278, (short) 278, Collections.emptyList()); + Block SANDSTONE = Block.fromNamespaceId("minecraft:sandstone"); - Block CHISELED_SANDSTONE = BlockImpl.create(NamespaceID.from("minecraft:chiseled_sandstone"), (short) 78, (short) 279, (short) 279, (short) 279, Collections.emptyList()); + Block CHISELED_SANDSTONE = Block.fromNamespaceId("minecraft:chiseled_sandstone"); - Block CUT_SANDSTONE = BlockImpl.create(NamespaceID.from("minecraft:cut_sandstone"), (short) 79, (short) 280, (short) 280, (short) 280, Collections.emptyList()); + Block CUT_SANDSTONE = Block.fromNamespaceId("minecraft:cut_sandstone"); - Block NOTE_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:note_block"), (short) 80, (short) 281, (short) 1080, (short) 282, BlockProperties.NOTE_BLOCK.getProperties()); + Block NOTE_BLOCK = Block.fromNamespaceId("minecraft:note_block"); - Block WHITE_BED = BlockImpl.create(NamespaceID.from("minecraft:white_bed"), (short) 81, (short) 1081, (short) 1096, (short) 1084, BlockProperties.WHITE_BED.getProperties()); + Block WHITE_BED = Block.fromNamespaceId("minecraft:white_bed"); - Block ORANGE_BED = BlockImpl.create(NamespaceID.from("minecraft:orange_bed"), (short) 82, (short) 1097, (short) 1112, (short) 1100, BlockProperties.ORANGE_BED.getProperties()); + Block ORANGE_BED = Block.fromNamespaceId("minecraft:orange_bed"); - Block MAGENTA_BED = BlockImpl.create(NamespaceID.from("minecraft:magenta_bed"), (short) 83, (short) 1113, (short) 1128, (short) 1116, BlockProperties.MAGENTA_BED.getProperties()); + Block MAGENTA_BED = Block.fromNamespaceId("minecraft:magenta_bed"); - Block LIGHT_BLUE_BED = BlockImpl.create(NamespaceID.from("minecraft:light_blue_bed"), (short) 84, (short) 1129, (short) 1144, (short) 1132, BlockProperties.LIGHT_BLUE_BED.getProperties()); + Block LIGHT_BLUE_BED = Block.fromNamespaceId("minecraft:light_blue_bed"); - Block YELLOW_BED = BlockImpl.create(NamespaceID.from("minecraft:yellow_bed"), (short) 85, (short) 1145, (short) 1160, (short) 1148, BlockProperties.YELLOW_BED.getProperties()); + Block YELLOW_BED = Block.fromNamespaceId("minecraft:yellow_bed"); - Block LIME_BED = BlockImpl.create(NamespaceID.from("minecraft:lime_bed"), (short) 86, (short) 1161, (short) 1176, (short) 1164, BlockProperties.LIME_BED.getProperties()); + Block LIME_BED = Block.fromNamespaceId("minecraft:lime_bed"); - Block PINK_BED = BlockImpl.create(NamespaceID.from("minecraft:pink_bed"), (short) 87, (short) 1177, (short) 1192, (short) 1180, BlockProperties.PINK_BED.getProperties()); + Block PINK_BED = Block.fromNamespaceId("minecraft:pink_bed"); - Block GRAY_BED = BlockImpl.create(NamespaceID.from("minecraft:gray_bed"), (short) 88, (short) 1193, (short) 1208, (short) 1196, BlockProperties.GRAY_BED.getProperties()); + Block GRAY_BED = Block.fromNamespaceId("minecraft:gray_bed"); - Block LIGHT_GRAY_BED = BlockImpl.create(NamespaceID.from("minecraft:light_gray_bed"), (short) 89, (short) 1209, (short) 1224, (short) 1212, BlockProperties.LIGHT_GRAY_BED.getProperties()); + Block LIGHT_GRAY_BED = Block.fromNamespaceId("minecraft:light_gray_bed"); - Block CYAN_BED = BlockImpl.create(NamespaceID.from("minecraft:cyan_bed"), (short) 90, (short) 1225, (short) 1240, (short) 1228, BlockProperties.CYAN_BED.getProperties()); + Block CYAN_BED = Block.fromNamespaceId("minecraft:cyan_bed"); - Block PURPLE_BED = BlockImpl.create(NamespaceID.from("minecraft:purple_bed"), (short) 91, (short) 1241, (short) 1256, (short) 1244, BlockProperties.PURPLE_BED.getProperties()); + Block PURPLE_BED = Block.fromNamespaceId("minecraft:purple_bed"); - Block BLUE_BED = BlockImpl.create(NamespaceID.from("minecraft:blue_bed"), (short) 92, (short) 1257, (short) 1272, (short) 1260, BlockProperties.BLUE_BED.getProperties()); + Block BLUE_BED = Block.fromNamespaceId("minecraft:blue_bed"); - Block BROWN_BED = BlockImpl.create(NamespaceID.from("minecraft:brown_bed"), (short) 93, (short) 1273, (short) 1288, (short) 1276, BlockProperties.BROWN_BED.getProperties()); + Block BROWN_BED = Block.fromNamespaceId("minecraft:brown_bed"); - Block GREEN_BED = BlockImpl.create(NamespaceID.from("minecraft:green_bed"), (short) 94, (short) 1289, (short) 1304, (short) 1292, BlockProperties.GREEN_BED.getProperties()); + Block GREEN_BED = Block.fromNamespaceId("minecraft:green_bed"); - Block RED_BED = BlockImpl.create(NamespaceID.from("minecraft:red_bed"), (short) 95, (short) 1305, (short) 1320, (short) 1308, BlockProperties.RED_BED.getProperties()); + Block RED_BED = Block.fromNamespaceId("minecraft:red_bed"); - Block BLACK_BED = BlockImpl.create(NamespaceID.from("minecraft:black_bed"), (short) 96, (short) 1321, (short) 1336, (short) 1324, BlockProperties.BLACK_BED.getProperties()); + Block BLACK_BED = Block.fromNamespaceId("minecraft:black_bed"); - Block POWERED_RAIL = BlockImpl.create(NamespaceID.from("minecraft:powered_rail"), (short) 97, (short) 1337, (short) 1360, (short) 1350, BlockProperties.POWERED_RAIL.getProperties()); + Block POWERED_RAIL = Block.fromNamespaceId("minecraft:powered_rail"); - Block DETECTOR_RAIL = BlockImpl.create(NamespaceID.from("minecraft:detector_rail"), (short) 98, (short) 1361, (short) 1384, (short) 1374, BlockProperties.DETECTOR_RAIL.getProperties()); + Block DETECTOR_RAIL = Block.fromNamespaceId("minecraft:detector_rail"); - Block STICKY_PISTON = BlockImpl.create(NamespaceID.from("minecraft:sticky_piston"), (short) 99, (short) 1385, (short) 1396, (short) 1391, BlockProperties.STICKY_PISTON.getProperties()); + Block STICKY_PISTON = Block.fromNamespaceId("minecraft:sticky_piston"); - Block COBWEB = BlockImpl.create(NamespaceID.from("minecraft:cobweb"), (short) 100, (short) 1397, (short) 1397, (short) 1397, Collections.emptyList()); + Block COBWEB = Block.fromNamespaceId("minecraft:cobweb"); - Block GRASS = BlockImpl.create(NamespaceID.from("minecraft:grass"), (short) 101, (short) 1398, (short) 1398, (short) 1398, Collections.emptyList()); + Block GRASS = Block.fromNamespaceId("minecraft:grass"); - Block FERN = BlockImpl.create(NamespaceID.from("minecraft:fern"), (short) 102, (short) 1399, (short) 1399, (short) 1399, Collections.emptyList()); + Block FERN = Block.fromNamespaceId("minecraft:fern"); - Block DEAD_BUSH = BlockImpl.create(NamespaceID.from("minecraft:dead_bush"), (short) 103, (short) 1400, (short) 1400, (short) 1400, Collections.emptyList()); + Block DEAD_BUSH = Block.fromNamespaceId("minecraft:dead_bush"); - Block SEAGRASS = BlockImpl.create(NamespaceID.from("minecraft:seagrass"), (short) 104, (short) 1401, (short) 1401, (short) 1401, Collections.emptyList()); + Block SEAGRASS = Block.fromNamespaceId("minecraft:seagrass"); - Block TALL_SEAGRASS = BlockImpl.create(NamespaceID.from("minecraft:tall_seagrass"), (short) 105, (short) 1402, (short) 1403, (short) 1403, BlockProperties.TALL_SEAGRASS.getProperties()); + Block TALL_SEAGRASS = Block.fromNamespaceId("minecraft:tall_seagrass"); - Block PISTON = BlockImpl.create(NamespaceID.from("minecraft:piston"), (short) 106, (short) 1404, (short) 1415, (short) 1410, BlockProperties.PISTON.getProperties()); + Block PISTON = Block.fromNamespaceId("minecraft:piston"); - Block PISTON_HEAD = BlockImpl.create(NamespaceID.from("minecraft:piston_head"), (short) 107, (short) 1416, (short) 1439, (short) 1418, BlockProperties.PISTON_HEAD.getProperties()); + Block PISTON_HEAD = Block.fromNamespaceId("minecraft:piston_head"); - Block WHITE_WOOL = BlockImpl.create(NamespaceID.from("minecraft:white_wool"), (short) 108, (short) 1440, (short) 1440, (short) 1440, Collections.emptyList()); + Block WHITE_WOOL = Block.fromNamespaceId("minecraft:white_wool"); - Block ORANGE_WOOL = BlockImpl.create(NamespaceID.from("minecraft:orange_wool"), (short) 109, (short) 1441, (short) 1441, (short) 1441, Collections.emptyList()); + Block ORANGE_WOOL = Block.fromNamespaceId("minecraft:orange_wool"); - Block MAGENTA_WOOL = BlockImpl.create(NamespaceID.from("minecraft:magenta_wool"), (short) 110, (short) 1442, (short) 1442, (short) 1442, Collections.emptyList()); + Block MAGENTA_WOOL = Block.fromNamespaceId("minecraft:magenta_wool"); - Block LIGHT_BLUE_WOOL = BlockImpl.create(NamespaceID.from("minecraft:light_blue_wool"), (short) 111, (short) 1443, (short) 1443, (short) 1443, Collections.emptyList()); + Block LIGHT_BLUE_WOOL = Block.fromNamespaceId("minecraft:light_blue_wool"); - Block YELLOW_WOOL = BlockImpl.create(NamespaceID.from("minecraft:yellow_wool"), (short) 112, (short) 1444, (short) 1444, (short) 1444, Collections.emptyList()); + Block YELLOW_WOOL = Block.fromNamespaceId("minecraft:yellow_wool"); - Block LIME_WOOL = BlockImpl.create(NamespaceID.from("minecraft:lime_wool"), (short) 113, (short) 1445, (short) 1445, (short) 1445, Collections.emptyList()); + Block LIME_WOOL = Block.fromNamespaceId("minecraft:lime_wool"); - Block PINK_WOOL = BlockImpl.create(NamespaceID.from("minecraft:pink_wool"), (short) 114, (short) 1446, (short) 1446, (short) 1446, Collections.emptyList()); + Block PINK_WOOL = Block.fromNamespaceId("minecraft:pink_wool"); - Block GRAY_WOOL = BlockImpl.create(NamespaceID.from("minecraft:gray_wool"), (short) 115, (short) 1447, (short) 1447, (short) 1447, Collections.emptyList()); + Block GRAY_WOOL = Block.fromNamespaceId("minecraft:gray_wool"); - Block LIGHT_GRAY_WOOL = BlockImpl.create(NamespaceID.from("minecraft:light_gray_wool"), (short) 116, (short) 1448, (short) 1448, (short) 1448, Collections.emptyList()); + Block LIGHT_GRAY_WOOL = Block.fromNamespaceId("minecraft:light_gray_wool"); - Block CYAN_WOOL = BlockImpl.create(NamespaceID.from("minecraft:cyan_wool"), (short) 117, (short) 1449, (short) 1449, (short) 1449, Collections.emptyList()); + Block CYAN_WOOL = Block.fromNamespaceId("minecraft:cyan_wool"); - Block PURPLE_WOOL = BlockImpl.create(NamespaceID.from("minecraft:purple_wool"), (short) 118, (short) 1450, (short) 1450, (short) 1450, Collections.emptyList()); + Block PURPLE_WOOL = Block.fromNamespaceId("minecraft:purple_wool"); - Block BLUE_WOOL = BlockImpl.create(NamespaceID.from("minecraft:blue_wool"), (short) 119, (short) 1451, (short) 1451, (short) 1451, Collections.emptyList()); + Block BLUE_WOOL = Block.fromNamespaceId("minecraft:blue_wool"); - Block BROWN_WOOL = BlockImpl.create(NamespaceID.from("minecraft:brown_wool"), (short) 120, (short) 1452, (short) 1452, (short) 1452, Collections.emptyList()); + Block BROWN_WOOL = Block.fromNamespaceId("minecraft:brown_wool"); - Block GREEN_WOOL = BlockImpl.create(NamespaceID.from("minecraft:green_wool"), (short) 121, (short) 1453, (short) 1453, (short) 1453, Collections.emptyList()); + Block GREEN_WOOL = Block.fromNamespaceId("minecraft:green_wool"); - Block RED_WOOL = BlockImpl.create(NamespaceID.from("minecraft:red_wool"), (short) 122, (short) 1454, (short) 1454, (short) 1454, Collections.emptyList()); + Block RED_WOOL = Block.fromNamespaceId("minecraft:red_wool"); - Block BLACK_WOOL = BlockImpl.create(NamespaceID.from("minecraft:black_wool"), (short) 123, (short) 1455, (short) 1455, (short) 1455, Collections.emptyList()); + Block BLACK_WOOL = Block.fromNamespaceId("minecraft:black_wool"); - Block MOVING_PISTON = BlockImpl.create(NamespaceID.from("minecraft:moving_piston"), (short) 124, (short) 1456, (short) 1467, (short) 1456, BlockProperties.MOVING_PISTON.getProperties()); + Block MOVING_PISTON = Block.fromNamespaceId("minecraft:moving_piston"); - Block DANDELION = BlockImpl.create(NamespaceID.from("minecraft:dandelion"), (short) 125, (short) 1468, (short) 1468, (short) 1468, Collections.emptyList()); + Block DANDELION = Block.fromNamespaceId("minecraft:dandelion"); - Block POPPY = BlockImpl.create(NamespaceID.from("minecraft:poppy"), (short) 126, (short) 1469, (short) 1469, (short) 1469, Collections.emptyList()); + Block POPPY = Block.fromNamespaceId("minecraft:poppy"); - Block BLUE_ORCHID = BlockImpl.create(NamespaceID.from("minecraft:blue_orchid"), (short) 127, (short) 1470, (short) 1470, (short) 1470, Collections.emptyList()); + Block BLUE_ORCHID = Block.fromNamespaceId("minecraft:blue_orchid"); - Block ALLIUM = BlockImpl.create(NamespaceID.from("minecraft:allium"), (short) 128, (short) 1471, (short) 1471, (short) 1471, Collections.emptyList()); + Block ALLIUM = Block.fromNamespaceId("minecraft:allium"); - Block AZURE_BLUET = BlockImpl.create(NamespaceID.from("minecraft:azure_bluet"), (short) 129, (short) 1472, (short) 1472, (short) 1472, Collections.emptyList()); + Block AZURE_BLUET = Block.fromNamespaceId("minecraft:azure_bluet"); - Block RED_TULIP = BlockImpl.create(NamespaceID.from("minecraft:red_tulip"), (short) 130, (short) 1473, (short) 1473, (short) 1473, Collections.emptyList()); + Block RED_TULIP = Block.fromNamespaceId("minecraft:red_tulip"); - Block ORANGE_TULIP = BlockImpl.create(NamespaceID.from("minecraft:orange_tulip"), (short) 131, (short) 1474, (short) 1474, (short) 1474, Collections.emptyList()); + Block ORANGE_TULIP = Block.fromNamespaceId("minecraft:orange_tulip"); - Block WHITE_TULIP = BlockImpl.create(NamespaceID.from("minecraft:white_tulip"), (short) 132, (short) 1475, (short) 1475, (short) 1475, Collections.emptyList()); + Block WHITE_TULIP = Block.fromNamespaceId("minecraft:white_tulip"); - Block PINK_TULIP = BlockImpl.create(NamespaceID.from("minecraft:pink_tulip"), (short) 133, (short) 1476, (short) 1476, (short) 1476, Collections.emptyList()); + Block PINK_TULIP = Block.fromNamespaceId("minecraft:pink_tulip"); - Block OXEYE_DAISY = BlockImpl.create(NamespaceID.from("minecraft:oxeye_daisy"), (short) 134, (short) 1477, (short) 1477, (short) 1477, Collections.emptyList()); + Block OXEYE_DAISY = Block.fromNamespaceId("minecraft:oxeye_daisy"); - Block CORNFLOWER = BlockImpl.create(NamespaceID.from("minecraft:cornflower"), (short) 135, (short) 1478, (short) 1478, (short) 1478, Collections.emptyList()); + Block CORNFLOWER = Block.fromNamespaceId("minecraft:cornflower"); - Block WITHER_ROSE = BlockImpl.create(NamespaceID.from("minecraft:wither_rose"), (short) 136, (short) 1479, (short) 1479, (short) 1479, Collections.emptyList()); + Block WITHER_ROSE = Block.fromNamespaceId("minecraft:wither_rose"); - Block LILY_OF_THE_VALLEY = BlockImpl.create(NamespaceID.from("minecraft:lily_of_the_valley"), (short) 137, (short) 1480, (short) 1480, (short) 1480, Collections.emptyList()); + Block LILY_OF_THE_VALLEY = Block.fromNamespaceId("minecraft:lily_of_the_valley"); - Block BROWN_MUSHROOM = BlockImpl.create(NamespaceID.from("minecraft:brown_mushroom"), (short) 138, (short) 1481, (short) 1481, (short) 1481, Collections.emptyList()); + Block BROWN_MUSHROOM = Block.fromNamespaceId("minecraft:brown_mushroom"); - Block RED_MUSHROOM = BlockImpl.create(NamespaceID.from("minecraft:red_mushroom"), (short) 139, (short) 1482, (short) 1482, (short) 1482, Collections.emptyList()); + Block RED_MUSHROOM = Block.fromNamespaceId("minecraft:red_mushroom"); - Block GOLD_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:gold_block"), (short) 140, (short) 1483, (short) 1483, (short) 1483, Collections.emptyList()); + Block GOLD_BLOCK = Block.fromNamespaceId("minecraft:gold_block"); - Block IRON_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:iron_block"), (short) 141, (short) 1484, (short) 1484, (short) 1484, Collections.emptyList()); + Block IRON_BLOCK = Block.fromNamespaceId("minecraft:iron_block"); - Block BRICKS = BlockImpl.create(NamespaceID.from("minecraft:bricks"), (short) 142, (short) 1485, (short) 1485, (short) 1485, Collections.emptyList()); + Block BRICKS = Block.fromNamespaceId("minecraft:bricks"); - Block TNT = BlockImpl.create(NamespaceID.from("minecraft:tnt"), (short) 143, (short) 1486, (short) 1487, (short) 1487, BlockProperties.TNT.getProperties()); + Block TNT = Block.fromNamespaceId("minecraft:tnt"); - Block BOOKSHELF = BlockImpl.create(NamespaceID.from("minecraft:bookshelf"), (short) 144, (short) 1488, (short) 1488, (short) 1488, Collections.emptyList()); + Block BOOKSHELF = Block.fromNamespaceId("minecraft:bookshelf"); - Block MOSSY_COBBLESTONE = BlockImpl.create(NamespaceID.from("minecraft:mossy_cobblestone"), (short) 145, (short) 1489, (short) 1489, (short) 1489, Collections.emptyList()); + Block MOSSY_COBBLESTONE = Block.fromNamespaceId("minecraft:mossy_cobblestone"); - Block OBSIDIAN = BlockImpl.create(NamespaceID.from("minecraft:obsidian"), (short) 146, (short) 1490, (short) 1490, (short) 1490, Collections.emptyList()); + Block OBSIDIAN = Block.fromNamespaceId("minecraft:obsidian"); - Block TORCH = BlockImpl.create(NamespaceID.from("minecraft:torch"), (short) 147, (short) 1491, (short) 1491, (short) 1491, Collections.emptyList()); + Block TORCH = Block.fromNamespaceId("minecraft:torch"); - Block WALL_TORCH = BlockImpl.create(NamespaceID.from("minecraft:wall_torch"), (short) 148, (short) 1492, (short) 1495, (short) 1492, BlockProperties.WALL_TORCH.getProperties()); + Block WALL_TORCH = Block.fromNamespaceId("minecraft:wall_torch"); - Block FIRE = BlockImpl.create(NamespaceID.from("minecraft:fire"), (short) 149, (short) 1496, (short) 2007, (short) 1527, BlockProperties.FIRE.getProperties()); + Block FIRE = Block.fromNamespaceId("minecraft:fire"); - Block SOUL_FIRE = BlockImpl.create(NamespaceID.from("minecraft:soul_fire"), (short) 150, (short) 2008, (short) 2008, (short) 2008, Collections.emptyList()); + Block SOUL_FIRE = Block.fromNamespaceId("minecraft:soul_fire"); - Block SPAWNER = BlockImpl.create(NamespaceID.from("minecraft:spawner"), (short) 151, (short) 2009, (short) 2009, (short) 2009, Collections.emptyList()); + Block SPAWNER = Block.fromNamespaceId("minecraft:spawner"); - Block OAK_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:oak_stairs"), (short) 152, (short) 2010, (short) 2089, (short) 2021, BlockProperties.OAK_STAIRS.getProperties()); + Block OAK_STAIRS = Block.fromNamespaceId("minecraft:oak_stairs"); - Block CHEST = BlockImpl.create(NamespaceID.from("minecraft:chest"), (short) 153, (short) 2090, (short) 2113, (short) 2091, BlockProperties.CHEST.getProperties()); + Block CHEST = Block.fromNamespaceId("minecraft:chest"); - Block REDSTONE_WIRE = BlockImpl.create(NamespaceID.from("minecraft:redstone_wire"), (short) 154, (short) 2114, (short) 3409, (short) 3274, BlockProperties.REDSTONE_WIRE.getProperties()); + Block REDSTONE_WIRE = Block.fromNamespaceId("minecraft:redstone_wire"); - Block DIAMOND_ORE = BlockImpl.create(NamespaceID.from("minecraft:diamond_ore"), (short) 155, (short) 3410, (short) 3410, (short) 3410, Collections.emptyList()); + Block DIAMOND_ORE = Block.fromNamespaceId("minecraft:diamond_ore"); - Block DEEPSLATE_DIAMOND_ORE = BlockImpl.create(NamespaceID.from("minecraft:deepslate_diamond_ore"), (short) 156, (short) 3411, (short) 3411, (short) 3411, Collections.emptyList()); + Block DEEPSLATE_DIAMOND_ORE = Block.fromNamespaceId("minecraft:deepslate_diamond_ore"); - Block DIAMOND_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:diamond_block"), (short) 157, (short) 3412, (short) 3412, (short) 3412, Collections.emptyList()); + Block DIAMOND_BLOCK = Block.fromNamespaceId("minecraft:diamond_block"); - Block CRAFTING_TABLE = BlockImpl.create(NamespaceID.from("minecraft:crafting_table"), (short) 158, (short) 3413, (short) 3413, (short) 3413, Collections.emptyList()); + Block CRAFTING_TABLE = Block.fromNamespaceId("minecraft:crafting_table"); - Block WHEAT = BlockImpl.create(NamespaceID.from("minecraft:wheat"), (short) 159, (short) 3414, (short) 3421, (short) 3414, BlockProperties.WHEAT.getProperties()); + Block WHEAT = Block.fromNamespaceId("minecraft:wheat"); - Block FARMLAND = BlockImpl.create(NamespaceID.from("minecraft:farmland"), (short) 160, (short) 3422, (short) 3429, (short) 3422, BlockProperties.FARMLAND.getProperties()); + Block FARMLAND = Block.fromNamespaceId("minecraft:farmland"); - Block FURNACE = BlockImpl.create(NamespaceID.from("minecraft:furnace"), (short) 161, (short) 3430, (short) 3437, (short) 3431, BlockProperties.FURNACE.getProperties()); + Block FURNACE = Block.fromNamespaceId("minecraft:furnace"); - Block OAK_SIGN = BlockImpl.create(NamespaceID.from("minecraft:oak_sign"), (short) 162, (short) 3438, (short) 3469, (short) 3439, BlockProperties.OAK_SIGN.getProperties()); + Block OAK_SIGN = Block.fromNamespaceId("minecraft:oak_sign"); - Block SPRUCE_SIGN = BlockImpl.create(NamespaceID.from("minecraft:spruce_sign"), (short) 163, (short) 3470, (short) 3501, (short) 3471, BlockProperties.SPRUCE_SIGN.getProperties()); + Block SPRUCE_SIGN = Block.fromNamespaceId("minecraft:spruce_sign"); - Block BIRCH_SIGN = BlockImpl.create(NamespaceID.from("minecraft:birch_sign"), (short) 164, (short) 3502, (short) 3533, (short) 3503, BlockProperties.BIRCH_SIGN.getProperties()); + Block BIRCH_SIGN = Block.fromNamespaceId("minecraft:birch_sign"); - Block ACACIA_SIGN = BlockImpl.create(NamespaceID.from("minecraft:acacia_sign"), (short) 165, (short) 3534, (short) 3565, (short) 3535, BlockProperties.ACACIA_SIGN.getProperties()); + Block ACACIA_SIGN = Block.fromNamespaceId("minecraft:acacia_sign"); - Block JUNGLE_SIGN = BlockImpl.create(NamespaceID.from("minecraft:jungle_sign"), (short) 166, (short) 3566, (short) 3597, (short) 3567, BlockProperties.JUNGLE_SIGN.getProperties()); + Block JUNGLE_SIGN = Block.fromNamespaceId("minecraft:jungle_sign"); - Block DARK_OAK_SIGN = BlockImpl.create(NamespaceID.from("minecraft:dark_oak_sign"), (short) 167, (short) 3598, (short) 3629, (short) 3599, BlockProperties.DARK_OAK_SIGN.getProperties()); + Block DARK_OAK_SIGN = Block.fromNamespaceId("minecraft:dark_oak_sign"); - Block OAK_DOOR = BlockImpl.create(NamespaceID.from("minecraft:oak_door"), (short) 168, (short) 3630, (short) 3693, (short) 3641, BlockProperties.OAK_DOOR.getProperties()); + Block OAK_DOOR = Block.fromNamespaceId("minecraft:oak_door"); - Block LADDER = BlockImpl.create(NamespaceID.from("minecraft:ladder"), (short) 169, (short) 3694, (short) 3701, (short) 3695, BlockProperties.LADDER.getProperties()); + Block LADDER = Block.fromNamespaceId("minecraft:ladder"); - Block RAIL = BlockImpl.create(NamespaceID.from("minecraft:rail"), (short) 170, (short) 3702, (short) 3721, (short) 3703, BlockProperties.RAIL.getProperties()); + Block RAIL = Block.fromNamespaceId("minecraft:rail"); - Block COBBLESTONE_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:cobblestone_stairs"), (short) 171, (short) 3722, (short) 3801, (short) 3733, BlockProperties.COBBLESTONE_STAIRS.getProperties()); + Block COBBLESTONE_STAIRS = Block.fromNamespaceId("minecraft:cobblestone_stairs"); - Block OAK_WALL_SIGN = BlockImpl.create(NamespaceID.from("minecraft:oak_wall_sign"), (short) 172, (short) 3802, (short) 3809, (short) 3803, BlockProperties.OAK_WALL_SIGN.getProperties()); + Block OAK_WALL_SIGN = Block.fromNamespaceId("minecraft:oak_wall_sign"); - Block SPRUCE_WALL_SIGN = BlockImpl.create(NamespaceID.from("minecraft:spruce_wall_sign"), (short) 173, (short) 3810, (short) 3817, (short) 3811, BlockProperties.SPRUCE_WALL_SIGN.getProperties()); + Block SPRUCE_WALL_SIGN = Block.fromNamespaceId("minecraft:spruce_wall_sign"); - Block BIRCH_WALL_SIGN = BlockImpl.create(NamespaceID.from("minecraft:birch_wall_sign"), (short) 174, (short) 3818, (short) 3825, (short) 3819, BlockProperties.BIRCH_WALL_SIGN.getProperties()); + Block BIRCH_WALL_SIGN = Block.fromNamespaceId("minecraft:birch_wall_sign"); - Block ACACIA_WALL_SIGN = BlockImpl.create(NamespaceID.from("minecraft:acacia_wall_sign"), (short) 175, (short) 3826, (short) 3833, (short) 3827, BlockProperties.ACACIA_WALL_SIGN.getProperties()); + Block ACACIA_WALL_SIGN = Block.fromNamespaceId("minecraft:acacia_wall_sign"); - Block JUNGLE_WALL_SIGN = BlockImpl.create(NamespaceID.from("minecraft:jungle_wall_sign"), (short) 176, (short) 3834, (short) 3841, (short) 3835, BlockProperties.JUNGLE_WALL_SIGN.getProperties()); + Block JUNGLE_WALL_SIGN = Block.fromNamespaceId("minecraft:jungle_wall_sign"); - Block DARK_OAK_WALL_SIGN = BlockImpl.create(NamespaceID.from("minecraft:dark_oak_wall_sign"), (short) 177, (short) 3842, (short) 3849, (short) 3843, BlockProperties.DARK_OAK_WALL_SIGN.getProperties()); + Block DARK_OAK_WALL_SIGN = Block.fromNamespaceId("minecraft:dark_oak_wall_sign"); - Block LEVER = BlockImpl.create(NamespaceID.from("minecraft:lever"), (short) 178, (short) 3850, (short) 3873, (short) 3859, BlockProperties.LEVER.getProperties()); + Block LEVER = Block.fromNamespaceId("minecraft:lever"); - Block STONE_PRESSURE_PLATE = BlockImpl.create(NamespaceID.from("minecraft:stone_pressure_plate"), (short) 179, (short) 3874, (short) 3875, (short) 3875, BlockProperties.STONE_PRESSURE_PLATE.getProperties()); + Block STONE_PRESSURE_PLATE = Block.fromNamespaceId("minecraft:stone_pressure_plate"); - Block IRON_DOOR = BlockImpl.create(NamespaceID.from("minecraft:iron_door"), (short) 180, (short) 3876, (short) 3939, (short) 3887, BlockProperties.IRON_DOOR.getProperties()); + Block IRON_DOOR = Block.fromNamespaceId("minecraft:iron_door"); - Block OAK_PRESSURE_PLATE = BlockImpl.create(NamespaceID.from("minecraft:oak_pressure_plate"), (short) 181, (short) 3940, (short) 3941, (short) 3941, BlockProperties.OAK_PRESSURE_PLATE.getProperties()); + Block OAK_PRESSURE_PLATE = Block.fromNamespaceId("minecraft:oak_pressure_plate"); - Block SPRUCE_PRESSURE_PLATE = BlockImpl.create(NamespaceID.from("minecraft:spruce_pressure_plate"), (short) 182, (short) 3942, (short) 3943, (short) 3943, BlockProperties.SPRUCE_PRESSURE_PLATE.getProperties()); + Block SPRUCE_PRESSURE_PLATE = Block.fromNamespaceId("minecraft:spruce_pressure_plate"); - Block BIRCH_PRESSURE_PLATE = BlockImpl.create(NamespaceID.from("minecraft:birch_pressure_plate"), (short) 183, (short) 3944, (short) 3945, (short) 3945, BlockProperties.BIRCH_PRESSURE_PLATE.getProperties()); + Block BIRCH_PRESSURE_PLATE = Block.fromNamespaceId("minecraft:birch_pressure_plate"); - Block JUNGLE_PRESSURE_PLATE = BlockImpl.create(NamespaceID.from("minecraft:jungle_pressure_plate"), (short) 184, (short) 3946, (short) 3947, (short) 3947, BlockProperties.JUNGLE_PRESSURE_PLATE.getProperties()); + Block JUNGLE_PRESSURE_PLATE = Block.fromNamespaceId("minecraft:jungle_pressure_plate"); - Block ACACIA_PRESSURE_PLATE = BlockImpl.create(NamespaceID.from("minecraft:acacia_pressure_plate"), (short) 185, (short) 3948, (short) 3949, (short) 3949, BlockProperties.ACACIA_PRESSURE_PLATE.getProperties()); + Block ACACIA_PRESSURE_PLATE = Block.fromNamespaceId("minecraft:acacia_pressure_plate"); - Block DARK_OAK_PRESSURE_PLATE = BlockImpl.create(NamespaceID.from("minecraft:dark_oak_pressure_plate"), (short) 186, (short) 3950, (short) 3951, (short) 3951, BlockProperties.DARK_OAK_PRESSURE_PLATE.getProperties()); + Block DARK_OAK_PRESSURE_PLATE = Block.fromNamespaceId("minecraft:dark_oak_pressure_plate"); - Block REDSTONE_ORE = BlockImpl.create(NamespaceID.from("minecraft:redstone_ore"), (short) 187, (short) 3952, (short) 3953, (short) 3953, BlockProperties.REDSTONE_ORE.getProperties()); + Block REDSTONE_ORE = Block.fromNamespaceId("minecraft:redstone_ore"); - Block DEEPSLATE_REDSTONE_ORE = BlockImpl.create(NamespaceID.from("minecraft:deepslate_redstone_ore"), (short) 188, (short) 3954, (short) 3955, (short) 3955, BlockProperties.DEEPSLATE_REDSTONE_ORE.getProperties()); + Block DEEPSLATE_REDSTONE_ORE = Block.fromNamespaceId("minecraft:deepslate_redstone_ore"); - Block REDSTONE_TORCH = BlockImpl.create(NamespaceID.from("minecraft:redstone_torch"), (short) 189, (short) 3956, (short) 3957, (short) 3956, BlockProperties.REDSTONE_TORCH.getProperties()); + Block REDSTONE_TORCH = Block.fromNamespaceId("minecraft:redstone_torch"); - Block REDSTONE_WALL_TORCH = BlockImpl.create(NamespaceID.from("minecraft:redstone_wall_torch"), (short) 190, (short) 3958, (short) 3965, (short) 3958, BlockProperties.REDSTONE_WALL_TORCH.getProperties()); + Block REDSTONE_WALL_TORCH = Block.fromNamespaceId("minecraft:redstone_wall_torch"); - Block STONE_BUTTON = BlockImpl.create(NamespaceID.from("minecraft:stone_button"), (short) 191, (short) 3966, (short) 3989, (short) 3975, BlockProperties.STONE_BUTTON.getProperties()); + Block STONE_BUTTON = Block.fromNamespaceId("minecraft:stone_button"); - Block SNOW = BlockImpl.create(NamespaceID.from("minecraft:snow"), (short) 192, (short) 3990, (short) 3997, (short) 3990, BlockProperties.SNOW.getProperties()); + Block SNOW = Block.fromNamespaceId("minecraft:snow"); - Block ICE = BlockImpl.create(NamespaceID.from("minecraft:ice"), (short) 193, (short) 3998, (short) 3998, (short) 3998, Collections.emptyList()); + Block ICE = Block.fromNamespaceId("minecraft:ice"); - Block SNOW_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:snow_block"), (short) 194, (short) 3999, (short) 3999, (short) 3999, Collections.emptyList()); + Block SNOW_BLOCK = Block.fromNamespaceId("minecraft:snow_block"); - Block CACTUS = BlockImpl.create(NamespaceID.from("minecraft:cactus"), (short) 195, (short) 4000, (short) 4015, (short) 4000, BlockProperties.CACTUS.getProperties()); + Block CACTUS = Block.fromNamespaceId("minecraft:cactus"); - Block CLAY = BlockImpl.create(NamespaceID.from("minecraft:clay"), (short) 196, (short) 4016, (short) 4016, (short) 4016, Collections.emptyList()); + Block CLAY = Block.fromNamespaceId("minecraft:clay"); - Block SUGAR_CANE = BlockImpl.create(NamespaceID.from("minecraft:sugar_cane"), (short) 197, (short) 4017, (short) 4032, (short) 4017, BlockProperties.SUGAR_CANE.getProperties()); + Block SUGAR_CANE = Block.fromNamespaceId("minecraft:sugar_cane"); - Block JUKEBOX = BlockImpl.create(NamespaceID.from("minecraft:jukebox"), (short) 198, (short) 4033, (short) 4034, (short) 4034, BlockProperties.JUKEBOX.getProperties()); + Block JUKEBOX = Block.fromNamespaceId("minecraft:jukebox"); - Block OAK_FENCE = BlockImpl.create(NamespaceID.from("minecraft:oak_fence"), (short) 199, (short) 4035, (short) 4066, (short) 4066, BlockProperties.OAK_FENCE.getProperties()); + Block OAK_FENCE = Block.fromNamespaceId("minecraft:oak_fence"); - Block PUMPKIN = BlockImpl.create(NamespaceID.from("minecraft:pumpkin"), (short) 200, (short) 4067, (short) 4067, (short) 4067, Collections.emptyList()); + Block PUMPKIN = Block.fromNamespaceId("minecraft:pumpkin"); - Block NETHERRACK = BlockImpl.create(NamespaceID.from("minecraft:netherrack"), (short) 201, (short) 4068, (short) 4068, (short) 4068, Collections.emptyList()); + Block NETHERRACK = Block.fromNamespaceId("minecraft:netherrack"); - Block SOUL_SAND = BlockImpl.create(NamespaceID.from("minecraft:soul_sand"), (short) 202, (short) 4069, (short) 4069, (short) 4069, Collections.emptyList()); + Block SOUL_SAND = Block.fromNamespaceId("minecraft:soul_sand"); - Block SOUL_SOIL = BlockImpl.create(NamespaceID.from("minecraft:soul_soil"), (short) 203, (short) 4070, (short) 4070, (short) 4070, Collections.emptyList()); + Block SOUL_SOIL = Block.fromNamespaceId("minecraft:soul_soil"); - Block BASALT = BlockImpl.create(NamespaceID.from("minecraft:basalt"), (short) 204, (short) 4071, (short) 4073, (short) 4072, BlockProperties.BASALT.getProperties()); + Block BASALT = Block.fromNamespaceId("minecraft:basalt"); - Block POLISHED_BASALT = BlockImpl.create(NamespaceID.from("minecraft:polished_basalt"), (short) 205, (short) 4074, (short) 4076, (short) 4075, BlockProperties.POLISHED_BASALT.getProperties()); + Block POLISHED_BASALT = Block.fromNamespaceId("minecraft:polished_basalt"); - Block SOUL_TORCH = BlockImpl.create(NamespaceID.from("minecraft:soul_torch"), (short) 206, (short) 4077, (short) 4077, (short) 4077, Collections.emptyList()); + Block SOUL_TORCH = Block.fromNamespaceId("minecraft:soul_torch"); - Block SOUL_WALL_TORCH = BlockImpl.create(NamespaceID.from("minecraft:soul_wall_torch"), (short) 207, (short) 4078, (short) 4081, (short) 4078, BlockProperties.SOUL_WALL_TORCH.getProperties()); + Block SOUL_WALL_TORCH = Block.fromNamespaceId("minecraft:soul_wall_torch"); - Block GLOWSTONE = BlockImpl.create(NamespaceID.from("minecraft:glowstone"), (short) 208, (short) 4082, (short) 4082, (short) 4082, Collections.emptyList()); + Block GLOWSTONE = Block.fromNamespaceId("minecraft:glowstone"); - Block NETHER_PORTAL = BlockImpl.create(NamespaceID.from("minecraft:nether_portal"), (short) 209, (short) 4083, (short) 4084, (short) 4083, BlockProperties.NETHER_PORTAL.getProperties()); + Block NETHER_PORTAL = Block.fromNamespaceId("minecraft:nether_portal"); - Block CARVED_PUMPKIN = BlockImpl.create(NamespaceID.from("minecraft:carved_pumpkin"), (short) 210, (short) 4085, (short) 4088, (short) 4085, BlockProperties.CARVED_PUMPKIN.getProperties()); + Block CARVED_PUMPKIN = Block.fromNamespaceId("minecraft:carved_pumpkin"); - Block JACK_O_LANTERN = BlockImpl.create(NamespaceID.from("minecraft:jack_o_lantern"), (short) 211, (short) 4089, (short) 4092, (short) 4089, BlockProperties.JACK_O_LANTERN.getProperties()); + Block JACK_O_LANTERN = Block.fromNamespaceId("minecraft:jack_o_lantern"); - Block CAKE = BlockImpl.create(NamespaceID.from("minecraft:cake"), (short) 212, (short) 4093, (short) 4099, (short) 4093, BlockProperties.CAKE.getProperties()); + Block CAKE = Block.fromNamespaceId("minecraft:cake"); - Block REPEATER = BlockImpl.create(NamespaceID.from("minecraft:repeater"), (short) 213, (short) 4100, (short) 4163, (short) 4103, BlockProperties.REPEATER.getProperties()); + Block REPEATER = Block.fromNamespaceId("minecraft:repeater"); - Block WHITE_STAINED_GLASS = BlockImpl.create(NamespaceID.from("minecraft:white_stained_glass"), (short) 214, (short) 4164, (short) 4164, (short) 4164, Collections.emptyList()); + Block WHITE_STAINED_GLASS = Block.fromNamespaceId("minecraft:white_stained_glass"); - Block ORANGE_STAINED_GLASS = BlockImpl.create(NamespaceID.from("minecraft:orange_stained_glass"), (short) 215, (short) 4165, (short) 4165, (short) 4165, Collections.emptyList()); + Block ORANGE_STAINED_GLASS = Block.fromNamespaceId("minecraft:orange_stained_glass"); - Block MAGENTA_STAINED_GLASS = BlockImpl.create(NamespaceID.from("minecraft:magenta_stained_glass"), (short) 216, (short) 4166, (short) 4166, (short) 4166, Collections.emptyList()); + Block MAGENTA_STAINED_GLASS = Block.fromNamespaceId("minecraft:magenta_stained_glass"); - Block LIGHT_BLUE_STAINED_GLASS = BlockImpl.create(NamespaceID.from("minecraft:light_blue_stained_glass"), (short) 217, (short) 4167, (short) 4167, (short) 4167, Collections.emptyList()); + Block LIGHT_BLUE_STAINED_GLASS = Block.fromNamespaceId("minecraft:light_blue_stained_glass"); - Block YELLOW_STAINED_GLASS = BlockImpl.create(NamespaceID.from("minecraft:yellow_stained_glass"), (short) 218, (short) 4168, (short) 4168, (short) 4168, Collections.emptyList()); + Block YELLOW_STAINED_GLASS = Block.fromNamespaceId("minecraft:yellow_stained_glass"); - Block LIME_STAINED_GLASS = BlockImpl.create(NamespaceID.from("minecraft:lime_stained_glass"), (short) 219, (short) 4169, (short) 4169, (short) 4169, Collections.emptyList()); + Block LIME_STAINED_GLASS = Block.fromNamespaceId("minecraft:lime_stained_glass"); - Block PINK_STAINED_GLASS = BlockImpl.create(NamespaceID.from("minecraft:pink_stained_glass"), (short) 220, (short) 4170, (short) 4170, (short) 4170, Collections.emptyList()); + Block PINK_STAINED_GLASS = Block.fromNamespaceId("minecraft:pink_stained_glass"); - Block GRAY_STAINED_GLASS = BlockImpl.create(NamespaceID.from("minecraft:gray_stained_glass"), (short) 221, (short) 4171, (short) 4171, (short) 4171, Collections.emptyList()); + Block GRAY_STAINED_GLASS = Block.fromNamespaceId("minecraft:gray_stained_glass"); - Block LIGHT_GRAY_STAINED_GLASS = BlockImpl.create(NamespaceID.from("minecraft:light_gray_stained_glass"), (short) 222, (short) 4172, (short) 4172, (short) 4172, Collections.emptyList()); + Block LIGHT_GRAY_STAINED_GLASS = Block.fromNamespaceId("minecraft:light_gray_stained_glass"); - Block CYAN_STAINED_GLASS = BlockImpl.create(NamespaceID.from("minecraft:cyan_stained_glass"), (short) 223, (short) 4173, (short) 4173, (short) 4173, Collections.emptyList()); + Block CYAN_STAINED_GLASS = Block.fromNamespaceId("minecraft:cyan_stained_glass"); - Block PURPLE_STAINED_GLASS = BlockImpl.create(NamespaceID.from("minecraft:purple_stained_glass"), (short) 224, (short) 4174, (short) 4174, (short) 4174, Collections.emptyList()); + Block PURPLE_STAINED_GLASS = Block.fromNamespaceId("minecraft:purple_stained_glass"); - Block BLUE_STAINED_GLASS = BlockImpl.create(NamespaceID.from("minecraft:blue_stained_glass"), (short) 225, (short) 4175, (short) 4175, (short) 4175, Collections.emptyList()); + Block BLUE_STAINED_GLASS = Block.fromNamespaceId("minecraft:blue_stained_glass"); - Block BROWN_STAINED_GLASS = BlockImpl.create(NamespaceID.from("minecraft:brown_stained_glass"), (short) 226, (short) 4176, (short) 4176, (short) 4176, Collections.emptyList()); + Block BROWN_STAINED_GLASS = Block.fromNamespaceId("minecraft:brown_stained_glass"); - Block GREEN_STAINED_GLASS = BlockImpl.create(NamespaceID.from("minecraft:green_stained_glass"), (short) 227, (short) 4177, (short) 4177, (short) 4177, Collections.emptyList()); + Block GREEN_STAINED_GLASS = Block.fromNamespaceId("minecraft:green_stained_glass"); - Block RED_STAINED_GLASS = BlockImpl.create(NamespaceID.from("minecraft:red_stained_glass"), (short) 228, (short) 4178, (short) 4178, (short) 4178, Collections.emptyList()); + Block RED_STAINED_GLASS = Block.fromNamespaceId("minecraft:red_stained_glass"); - Block BLACK_STAINED_GLASS = BlockImpl.create(NamespaceID.from("minecraft:black_stained_glass"), (short) 229, (short) 4179, (short) 4179, (short) 4179, Collections.emptyList()); + Block BLACK_STAINED_GLASS = Block.fromNamespaceId("minecraft:black_stained_glass"); - Block OAK_TRAPDOOR = BlockImpl.create(NamespaceID.from("minecraft:oak_trapdoor"), (short) 230, (short) 4180, (short) 4243, (short) 4195, BlockProperties.OAK_TRAPDOOR.getProperties()); + Block OAK_TRAPDOOR = Block.fromNamespaceId("minecraft:oak_trapdoor"); - Block SPRUCE_TRAPDOOR = BlockImpl.create(NamespaceID.from("minecraft:spruce_trapdoor"), (short) 231, (short) 4244, (short) 4307, (short) 4259, BlockProperties.SPRUCE_TRAPDOOR.getProperties()); + Block SPRUCE_TRAPDOOR = Block.fromNamespaceId("minecraft:spruce_trapdoor"); - Block BIRCH_TRAPDOOR = BlockImpl.create(NamespaceID.from("minecraft:birch_trapdoor"), (short) 232, (short) 4308, (short) 4371, (short) 4323, BlockProperties.BIRCH_TRAPDOOR.getProperties()); + Block BIRCH_TRAPDOOR = Block.fromNamespaceId("minecraft:birch_trapdoor"); - Block JUNGLE_TRAPDOOR = BlockImpl.create(NamespaceID.from("minecraft:jungle_trapdoor"), (short) 233, (short) 4372, (short) 4435, (short) 4387, BlockProperties.JUNGLE_TRAPDOOR.getProperties()); + Block JUNGLE_TRAPDOOR = Block.fromNamespaceId("minecraft:jungle_trapdoor"); - Block ACACIA_TRAPDOOR = BlockImpl.create(NamespaceID.from("minecraft:acacia_trapdoor"), (short) 234, (short) 4436, (short) 4499, (short) 4451, BlockProperties.ACACIA_TRAPDOOR.getProperties()); + Block ACACIA_TRAPDOOR = Block.fromNamespaceId("minecraft:acacia_trapdoor"); - Block DARK_OAK_TRAPDOOR = BlockImpl.create(NamespaceID.from("minecraft:dark_oak_trapdoor"), (short) 235, (short) 4500, (short) 4563, (short) 4515, BlockProperties.DARK_OAK_TRAPDOOR.getProperties()); + Block DARK_OAK_TRAPDOOR = Block.fromNamespaceId("minecraft:dark_oak_trapdoor"); - Block STONE_BRICKS = BlockImpl.create(NamespaceID.from("minecraft:stone_bricks"), (short) 236, (short) 4564, (short) 4564, (short) 4564, Collections.emptyList()); + Block STONE_BRICKS = Block.fromNamespaceId("minecraft:stone_bricks"); - Block MOSSY_STONE_BRICKS = BlockImpl.create(NamespaceID.from("minecraft:mossy_stone_bricks"), (short) 237, (short) 4565, (short) 4565, (short) 4565, Collections.emptyList()); + Block MOSSY_STONE_BRICKS = Block.fromNamespaceId("minecraft:mossy_stone_bricks"); - Block CRACKED_STONE_BRICKS = BlockImpl.create(NamespaceID.from("minecraft:cracked_stone_bricks"), (short) 238, (short) 4566, (short) 4566, (short) 4566, Collections.emptyList()); + Block CRACKED_STONE_BRICKS = Block.fromNamespaceId("minecraft:cracked_stone_bricks"); - Block CHISELED_STONE_BRICKS = BlockImpl.create(NamespaceID.from("minecraft:chiseled_stone_bricks"), (short) 239, (short) 4567, (short) 4567, (short) 4567, Collections.emptyList()); + Block CHISELED_STONE_BRICKS = Block.fromNamespaceId("minecraft:chiseled_stone_bricks"); - Block INFESTED_STONE = BlockImpl.create(NamespaceID.from("minecraft:infested_stone"), (short) 240, (short) 4568, (short) 4568, (short) 4568, Collections.emptyList()); + Block INFESTED_STONE = Block.fromNamespaceId("minecraft:infested_stone"); - Block INFESTED_COBBLESTONE = BlockImpl.create(NamespaceID.from("minecraft:infested_cobblestone"), (short) 241, (short) 4569, (short) 4569, (short) 4569, Collections.emptyList()); + Block INFESTED_COBBLESTONE = Block.fromNamespaceId("minecraft:infested_cobblestone"); - Block INFESTED_STONE_BRICKS = BlockImpl.create(NamespaceID.from("minecraft:infested_stone_bricks"), (short) 242, (short) 4570, (short) 4570, (short) 4570, Collections.emptyList()); + Block INFESTED_STONE_BRICKS = Block.fromNamespaceId("minecraft:infested_stone_bricks"); - Block INFESTED_MOSSY_STONE_BRICKS = BlockImpl.create(NamespaceID.from("minecraft:infested_mossy_stone_bricks"), (short) 243, (short) 4571, (short) 4571, (short) 4571, Collections.emptyList()); + Block INFESTED_MOSSY_STONE_BRICKS = Block.fromNamespaceId("minecraft:infested_mossy_stone_bricks"); - Block INFESTED_CRACKED_STONE_BRICKS = BlockImpl.create(NamespaceID.from("minecraft:infested_cracked_stone_bricks"), (short) 244, (short) 4572, (short) 4572, (short) 4572, Collections.emptyList()); + Block INFESTED_CRACKED_STONE_BRICKS = Block.fromNamespaceId("minecraft:infested_cracked_stone_bricks"); - Block INFESTED_CHISELED_STONE_BRICKS = BlockImpl.create(NamespaceID.from("minecraft:infested_chiseled_stone_bricks"), (short) 245, (short) 4573, (short) 4573, (short) 4573, Collections.emptyList()); + Block INFESTED_CHISELED_STONE_BRICKS = Block.fromNamespaceId("minecraft:infested_chiseled_stone_bricks"); - Block BROWN_MUSHROOM_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:brown_mushroom_block"), (short) 246, (short) 4574, (short) 4637, (short) 4574, BlockProperties.BROWN_MUSHROOM_BLOCK.getProperties()); + Block BROWN_MUSHROOM_BLOCK = Block.fromNamespaceId("minecraft:brown_mushroom_block"); - Block RED_MUSHROOM_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:red_mushroom_block"), (short) 247, (short) 4638, (short) 4701, (short) 4638, BlockProperties.RED_MUSHROOM_BLOCK.getProperties()); + Block RED_MUSHROOM_BLOCK = Block.fromNamespaceId("minecraft:red_mushroom_block"); - Block MUSHROOM_STEM = BlockImpl.create(NamespaceID.from("minecraft:mushroom_stem"), (short) 248, (short) 4702, (short) 4765, (short) 4702, BlockProperties.MUSHROOM_STEM.getProperties()); + Block MUSHROOM_STEM = Block.fromNamespaceId("minecraft:mushroom_stem"); - Block IRON_BARS = BlockImpl.create(NamespaceID.from("minecraft:iron_bars"), (short) 249, (short) 4766, (short) 4797, (short) 4797, BlockProperties.IRON_BARS.getProperties()); + Block IRON_BARS = Block.fromNamespaceId("minecraft:iron_bars"); - Block CHAIN = BlockImpl.create(NamespaceID.from("minecraft:chain"), (short) 250, (short) 4798, (short) 4803, (short) 4801, BlockProperties.CHAIN.getProperties()); + Block CHAIN = Block.fromNamespaceId("minecraft:chain"); - Block GLASS_PANE = BlockImpl.create(NamespaceID.from("minecraft:glass_pane"), (short) 251, (short) 4804, (short) 4835, (short) 4835, BlockProperties.GLASS_PANE.getProperties()); + Block GLASS_PANE = Block.fromNamespaceId("minecraft:glass_pane"); - Block MELON = BlockImpl.create(NamespaceID.from("minecraft:melon"), (short) 252, (short) 4836, (short) 4836, (short) 4836, Collections.emptyList()); + Block MELON = Block.fromNamespaceId("minecraft:melon"); - Block ATTACHED_PUMPKIN_STEM = BlockImpl.create(NamespaceID.from("minecraft:attached_pumpkin_stem"), (short) 253, (short) 4837, (short) 4840, (short) 4837, BlockProperties.ATTACHED_PUMPKIN_STEM.getProperties()); + Block ATTACHED_PUMPKIN_STEM = Block.fromNamespaceId("minecraft:attached_pumpkin_stem"); - Block ATTACHED_MELON_STEM = BlockImpl.create(NamespaceID.from("minecraft:attached_melon_stem"), (short) 254, (short) 4841, (short) 4844, (short) 4841, BlockProperties.ATTACHED_MELON_STEM.getProperties()); + Block ATTACHED_MELON_STEM = Block.fromNamespaceId("minecraft:attached_melon_stem"); - Block PUMPKIN_STEM = BlockImpl.create(NamespaceID.from("minecraft:pumpkin_stem"), (short) 255, (short) 4845, (short) 4852, (short) 4845, BlockProperties.PUMPKIN_STEM.getProperties()); + Block PUMPKIN_STEM = Block.fromNamespaceId("minecraft:pumpkin_stem"); - Block MELON_STEM = BlockImpl.create(NamespaceID.from("minecraft:melon_stem"), (short) 256, (short) 4853, (short) 4860, (short) 4853, BlockProperties.MELON_STEM.getProperties()); + Block MELON_STEM = Block.fromNamespaceId("minecraft:melon_stem"); - Block VINE = BlockImpl.create(NamespaceID.from("minecraft:vine"), (short) 257, (short) 4861, (short) 4892, (short) 4892, BlockProperties.VINE.getProperties()); + Block VINE = Block.fromNamespaceId("minecraft:vine"); - Block GLOW_LICHEN = BlockImpl.create(NamespaceID.from("minecraft:glow_lichen"), (short) 258, (short) 4893, (short) 5020, (short) 5020, BlockProperties.GLOW_LICHEN.getProperties()); + Block GLOW_LICHEN = Block.fromNamespaceId("minecraft:glow_lichen"); - Block OAK_FENCE_GATE = BlockImpl.create(NamespaceID.from("minecraft:oak_fence_gate"), (short) 259, (short) 5021, (short) 5052, (short) 5028, BlockProperties.OAK_FENCE_GATE.getProperties()); + Block OAK_FENCE_GATE = Block.fromNamespaceId("minecraft:oak_fence_gate"); - Block BRICK_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:brick_stairs"), (short) 260, (short) 5053, (short) 5132, (short) 5064, BlockProperties.BRICK_STAIRS.getProperties()); + Block BRICK_STAIRS = Block.fromNamespaceId("minecraft:brick_stairs"); - Block STONE_BRICK_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:stone_brick_stairs"), (short) 261, (short) 5133, (short) 5212, (short) 5144, BlockProperties.STONE_BRICK_STAIRS.getProperties()); + Block STONE_BRICK_STAIRS = Block.fromNamespaceId("minecraft:stone_brick_stairs"); - Block MYCELIUM = BlockImpl.create(NamespaceID.from("minecraft:mycelium"), (short) 262, (short) 5213, (short) 5214, (short) 5214, BlockProperties.MYCELIUM.getProperties()); + Block MYCELIUM = Block.fromNamespaceId("minecraft:mycelium"); - Block LILY_PAD = BlockImpl.create(NamespaceID.from("minecraft:lily_pad"), (short) 263, (short) 5215, (short) 5215, (short) 5215, Collections.emptyList()); + Block LILY_PAD = Block.fromNamespaceId("minecraft:lily_pad"); - Block NETHER_BRICKS = BlockImpl.create(NamespaceID.from("minecraft:nether_bricks"), (short) 264, (short) 5216, (short) 5216, (short) 5216, Collections.emptyList()); + Block NETHER_BRICKS = Block.fromNamespaceId("minecraft:nether_bricks"); - Block NETHER_BRICK_FENCE = BlockImpl.create(NamespaceID.from("minecraft:nether_brick_fence"), (short) 265, (short) 5217, (short) 5248, (short) 5248, BlockProperties.NETHER_BRICK_FENCE.getProperties()); + Block NETHER_BRICK_FENCE = Block.fromNamespaceId("minecraft:nether_brick_fence"); - Block NETHER_BRICK_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:nether_brick_stairs"), (short) 266, (short) 5249, (short) 5328, (short) 5260, BlockProperties.NETHER_BRICK_STAIRS.getProperties()); + Block NETHER_BRICK_STAIRS = Block.fromNamespaceId("minecraft:nether_brick_stairs"); - Block NETHER_WART = BlockImpl.create(NamespaceID.from("minecraft:nether_wart"), (short) 267, (short) 5329, (short) 5332, (short) 5329, BlockProperties.NETHER_WART.getProperties()); + Block NETHER_WART = Block.fromNamespaceId("minecraft:nether_wart"); - Block ENCHANTING_TABLE = BlockImpl.create(NamespaceID.from("minecraft:enchanting_table"), (short) 268, (short) 5333, (short) 5333, (short) 5333, Collections.emptyList()); + Block ENCHANTING_TABLE = Block.fromNamespaceId("minecraft:enchanting_table"); - Block BREWING_STAND = BlockImpl.create(NamespaceID.from("minecraft:brewing_stand"), (short) 269, (short) 5334, (short) 5341, (short) 5341, BlockProperties.BREWING_STAND.getProperties()); + Block BREWING_STAND = Block.fromNamespaceId("minecraft:brewing_stand"); - Block CAULDRON = BlockImpl.create(NamespaceID.from("minecraft:cauldron"), (short) 270, (short) 5342, (short) 5342, (short) 5342, Collections.emptyList()); + Block CAULDRON = Block.fromNamespaceId("minecraft:cauldron"); - Block WATER_CAULDRON = BlockImpl.create(NamespaceID.from("minecraft:water_cauldron"), (short) 271, (short) 5343, (short) 5345, (short) 5343, BlockProperties.WATER_CAULDRON.getProperties()); + Block WATER_CAULDRON = Block.fromNamespaceId("minecraft:water_cauldron"); - Block LAVA_CAULDRON = BlockImpl.create(NamespaceID.from("minecraft:lava_cauldron"), (short) 272, (short) 5346, (short) 5346, (short) 5346, Collections.emptyList()); + Block LAVA_CAULDRON = Block.fromNamespaceId("minecraft:lava_cauldron"); - Block POWDER_SNOW_CAULDRON = BlockImpl.create(NamespaceID.from("minecraft:powder_snow_cauldron"), (short) 273, (short) 5347, (short) 5349, (short) 5347, BlockProperties.POWDER_SNOW_CAULDRON.getProperties()); + Block POWDER_SNOW_CAULDRON = Block.fromNamespaceId("minecraft:powder_snow_cauldron"); - Block END_PORTAL = BlockImpl.create(NamespaceID.from("minecraft:end_portal"), (short) 274, (short) 5350, (short) 5350, (short) 5350, Collections.emptyList()); + Block END_PORTAL = Block.fromNamespaceId("minecraft:end_portal"); - Block END_PORTAL_FRAME = BlockImpl.create(NamespaceID.from("minecraft:end_portal_frame"), (short) 275, (short) 5351, (short) 5358, (short) 5355, BlockProperties.END_PORTAL_FRAME.getProperties()); + Block END_PORTAL_FRAME = Block.fromNamespaceId("minecraft:end_portal_frame"); - Block END_STONE = BlockImpl.create(NamespaceID.from("minecraft:end_stone"), (short) 276, (short) 5359, (short) 5359, (short) 5359, Collections.emptyList()); + Block END_STONE = Block.fromNamespaceId("minecraft:end_stone"); - Block DRAGON_EGG = BlockImpl.create(NamespaceID.from("minecraft:dragon_egg"), (short) 277, (short) 5360, (short) 5360, (short) 5360, Collections.emptyList()); + Block DRAGON_EGG = Block.fromNamespaceId("minecraft:dragon_egg"); - Block REDSTONE_LAMP = BlockImpl.create(NamespaceID.from("minecraft:redstone_lamp"), (short) 278, (short) 5361, (short) 5362, (short) 5362, BlockProperties.REDSTONE_LAMP.getProperties()); + Block REDSTONE_LAMP = Block.fromNamespaceId("minecraft:redstone_lamp"); - Block COCOA = BlockImpl.create(NamespaceID.from("minecraft:cocoa"), (short) 279, (short) 5363, (short) 5374, (short) 5363, BlockProperties.COCOA.getProperties()); + Block COCOA = Block.fromNamespaceId("minecraft:cocoa"); - Block SANDSTONE_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:sandstone_stairs"), (short) 280, (short) 5375, (short) 5454, (short) 5386, BlockProperties.SANDSTONE_STAIRS.getProperties()); + Block SANDSTONE_STAIRS = Block.fromNamespaceId("minecraft:sandstone_stairs"); - Block EMERALD_ORE = BlockImpl.create(NamespaceID.from("minecraft:emerald_ore"), (short) 281, (short) 5455, (short) 5455, (short) 5455, Collections.emptyList()); + Block EMERALD_ORE = Block.fromNamespaceId("minecraft:emerald_ore"); - Block DEEPSLATE_EMERALD_ORE = BlockImpl.create(NamespaceID.from("minecraft:deepslate_emerald_ore"), (short) 282, (short) 5456, (short) 5456, (short) 5456, Collections.emptyList()); + Block DEEPSLATE_EMERALD_ORE = Block.fromNamespaceId("minecraft:deepslate_emerald_ore"); - Block ENDER_CHEST = BlockImpl.create(NamespaceID.from("minecraft:ender_chest"), (short) 283, (short) 5457, (short) 5464, (short) 5458, BlockProperties.ENDER_CHEST.getProperties()); + Block ENDER_CHEST = Block.fromNamespaceId("minecraft:ender_chest"); - Block TRIPWIRE_HOOK = BlockImpl.create(NamespaceID.from("minecraft:tripwire_hook"), (short) 284, (short) 5465, (short) 5480, (short) 5474, BlockProperties.TRIPWIRE_HOOK.getProperties()); + Block TRIPWIRE_HOOK = Block.fromNamespaceId("minecraft:tripwire_hook"); - Block TRIPWIRE = BlockImpl.create(NamespaceID.from("minecraft:tripwire"), (short) 285, (short) 5481, (short) 5608, (short) 5608, BlockProperties.TRIPWIRE.getProperties()); + Block TRIPWIRE = Block.fromNamespaceId("minecraft:tripwire"); - Block EMERALD_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:emerald_block"), (short) 286, (short) 5609, (short) 5609, (short) 5609, Collections.emptyList()); + Block EMERALD_BLOCK = Block.fromNamespaceId("minecraft:emerald_block"); - Block SPRUCE_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:spruce_stairs"), (short) 287, (short) 5610, (short) 5689, (short) 5621, BlockProperties.SPRUCE_STAIRS.getProperties()); + Block SPRUCE_STAIRS = Block.fromNamespaceId("minecraft:spruce_stairs"); - Block BIRCH_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:birch_stairs"), (short) 288, (short) 5690, (short) 5769, (short) 5701, BlockProperties.BIRCH_STAIRS.getProperties()); + Block BIRCH_STAIRS = Block.fromNamespaceId("minecraft:birch_stairs"); - Block JUNGLE_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:jungle_stairs"), (short) 289, (short) 5770, (short) 5849, (short) 5781, BlockProperties.JUNGLE_STAIRS.getProperties()); + Block JUNGLE_STAIRS = Block.fromNamespaceId("minecraft:jungle_stairs"); - Block COMMAND_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:command_block"), (short) 290, (short) 5850, (short) 5861, (short) 5856, BlockProperties.COMMAND_BLOCK.getProperties()); + Block COMMAND_BLOCK = Block.fromNamespaceId("minecraft:command_block"); - Block BEACON = BlockImpl.create(NamespaceID.from("minecraft:beacon"), (short) 291, (short) 5862, (short) 5862, (short) 5862, Collections.emptyList()); + Block BEACON = Block.fromNamespaceId("minecraft:beacon"); - Block COBBLESTONE_WALL = BlockImpl.create(NamespaceID.from("minecraft:cobblestone_wall"), (short) 292, (short) 5863, (short) 6186, (short) 5866, BlockProperties.COBBLESTONE_WALL.getProperties()); + Block COBBLESTONE_WALL = Block.fromNamespaceId("minecraft:cobblestone_wall"); - Block MOSSY_COBBLESTONE_WALL = BlockImpl.create(NamespaceID.from("minecraft:mossy_cobblestone_wall"), (short) 293, (short) 6187, (short) 6510, (short) 6190, BlockProperties.MOSSY_COBBLESTONE_WALL.getProperties()); + Block MOSSY_COBBLESTONE_WALL = Block.fromNamespaceId("minecraft:mossy_cobblestone_wall"); - Block FLOWER_POT = BlockImpl.create(NamespaceID.from("minecraft:flower_pot"), (short) 294, (short) 6511, (short) 6511, (short) 6511, Collections.emptyList()); + Block FLOWER_POT = Block.fromNamespaceId("minecraft:flower_pot"); - Block POTTED_OAK_SAPLING = BlockImpl.create(NamespaceID.from("minecraft:potted_oak_sapling"), (short) 295, (short) 6512, (short) 6512, (short) 6512, Collections.emptyList()); + Block POTTED_OAK_SAPLING = Block.fromNamespaceId("minecraft:potted_oak_sapling"); - Block POTTED_SPRUCE_SAPLING = BlockImpl.create(NamespaceID.from("minecraft:potted_spruce_sapling"), (short) 296, (short) 6513, (short) 6513, (short) 6513, Collections.emptyList()); + Block POTTED_SPRUCE_SAPLING = Block.fromNamespaceId("minecraft:potted_spruce_sapling"); - Block POTTED_BIRCH_SAPLING = BlockImpl.create(NamespaceID.from("minecraft:potted_birch_sapling"), (short) 297, (short) 6514, (short) 6514, (short) 6514, Collections.emptyList()); + Block POTTED_BIRCH_SAPLING = Block.fromNamespaceId("minecraft:potted_birch_sapling"); - Block POTTED_JUNGLE_SAPLING = BlockImpl.create(NamespaceID.from("minecraft:potted_jungle_sapling"), (short) 298, (short) 6515, (short) 6515, (short) 6515, Collections.emptyList()); + Block POTTED_JUNGLE_SAPLING = Block.fromNamespaceId("minecraft:potted_jungle_sapling"); - Block POTTED_ACACIA_SAPLING = BlockImpl.create(NamespaceID.from("minecraft:potted_acacia_sapling"), (short) 299, (short) 6516, (short) 6516, (short) 6516, Collections.emptyList()); + Block POTTED_ACACIA_SAPLING = Block.fromNamespaceId("minecraft:potted_acacia_sapling"); - Block POTTED_DARK_OAK_SAPLING = BlockImpl.create(NamespaceID.from("minecraft:potted_dark_oak_sapling"), (short) 300, (short) 6517, (short) 6517, (short) 6517, Collections.emptyList()); + Block POTTED_DARK_OAK_SAPLING = Block.fromNamespaceId("minecraft:potted_dark_oak_sapling"); - Block POTTED_FERN = BlockImpl.create(NamespaceID.from("minecraft:potted_fern"), (short) 301, (short) 6518, (short) 6518, (short) 6518, Collections.emptyList()); + Block POTTED_FERN = Block.fromNamespaceId("minecraft:potted_fern"); - Block POTTED_DANDELION = BlockImpl.create(NamespaceID.from("minecraft:potted_dandelion"), (short) 302, (short) 6519, (short) 6519, (short) 6519, Collections.emptyList()); + Block POTTED_DANDELION = Block.fromNamespaceId("minecraft:potted_dandelion"); - Block POTTED_POPPY = BlockImpl.create(NamespaceID.from("minecraft:potted_poppy"), (short) 303, (short) 6520, (short) 6520, (short) 6520, Collections.emptyList()); + Block POTTED_POPPY = Block.fromNamespaceId("minecraft:potted_poppy"); - Block POTTED_BLUE_ORCHID = BlockImpl.create(NamespaceID.from("minecraft:potted_blue_orchid"), (short) 304, (short) 6521, (short) 6521, (short) 6521, Collections.emptyList()); + Block POTTED_BLUE_ORCHID = Block.fromNamespaceId("minecraft:potted_blue_orchid"); - Block POTTED_ALLIUM = BlockImpl.create(NamespaceID.from("minecraft:potted_allium"), (short) 305, (short) 6522, (short) 6522, (short) 6522, Collections.emptyList()); + Block POTTED_ALLIUM = Block.fromNamespaceId("minecraft:potted_allium"); - Block POTTED_AZURE_BLUET = BlockImpl.create(NamespaceID.from("minecraft:potted_azure_bluet"), (short) 306, (short) 6523, (short) 6523, (short) 6523, Collections.emptyList()); + Block POTTED_AZURE_BLUET = Block.fromNamespaceId("minecraft:potted_azure_bluet"); - Block POTTED_RED_TULIP = BlockImpl.create(NamespaceID.from("minecraft:potted_red_tulip"), (short) 307, (short) 6524, (short) 6524, (short) 6524, Collections.emptyList()); + Block POTTED_RED_TULIP = Block.fromNamespaceId("minecraft:potted_red_tulip"); - Block POTTED_ORANGE_TULIP = BlockImpl.create(NamespaceID.from("minecraft:potted_orange_tulip"), (short) 308, (short) 6525, (short) 6525, (short) 6525, Collections.emptyList()); + Block POTTED_ORANGE_TULIP = Block.fromNamespaceId("minecraft:potted_orange_tulip"); - Block POTTED_WHITE_TULIP = BlockImpl.create(NamespaceID.from("minecraft:potted_white_tulip"), (short) 309, (short) 6526, (short) 6526, (short) 6526, Collections.emptyList()); + Block POTTED_WHITE_TULIP = Block.fromNamespaceId("minecraft:potted_white_tulip"); - Block POTTED_PINK_TULIP = BlockImpl.create(NamespaceID.from("minecraft:potted_pink_tulip"), (short) 310, (short) 6527, (short) 6527, (short) 6527, Collections.emptyList()); + Block POTTED_PINK_TULIP = Block.fromNamespaceId("minecraft:potted_pink_tulip"); - Block POTTED_OXEYE_DAISY = BlockImpl.create(NamespaceID.from("minecraft:potted_oxeye_daisy"), (short) 311, (short) 6528, (short) 6528, (short) 6528, Collections.emptyList()); + Block POTTED_OXEYE_DAISY = Block.fromNamespaceId("minecraft:potted_oxeye_daisy"); - Block POTTED_CORNFLOWER = BlockImpl.create(NamespaceID.from("minecraft:potted_cornflower"), (short) 312, (short) 6529, (short) 6529, (short) 6529, Collections.emptyList()); + Block POTTED_CORNFLOWER = Block.fromNamespaceId("minecraft:potted_cornflower"); - Block POTTED_LILY_OF_THE_VALLEY = BlockImpl.create(NamespaceID.from("minecraft:potted_lily_of_the_valley"), (short) 313, (short) 6530, (short) 6530, (short) 6530, Collections.emptyList()); + Block POTTED_LILY_OF_THE_VALLEY = Block.fromNamespaceId("minecraft:potted_lily_of_the_valley"); - Block POTTED_WITHER_ROSE = BlockImpl.create(NamespaceID.from("minecraft:potted_wither_rose"), (short) 314, (short) 6531, (short) 6531, (short) 6531, Collections.emptyList()); + Block POTTED_WITHER_ROSE = Block.fromNamespaceId("minecraft:potted_wither_rose"); - Block POTTED_RED_MUSHROOM = BlockImpl.create(NamespaceID.from("minecraft:potted_red_mushroom"), (short) 315, (short) 6532, (short) 6532, (short) 6532, Collections.emptyList()); + Block POTTED_RED_MUSHROOM = Block.fromNamespaceId("minecraft:potted_red_mushroom"); - Block POTTED_BROWN_MUSHROOM = BlockImpl.create(NamespaceID.from("minecraft:potted_brown_mushroom"), (short) 316, (short) 6533, (short) 6533, (short) 6533, Collections.emptyList()); + Block POTTED_BROWN_MUSHROOM = Block.fromNamespaceId("minecraft:potted_brown_mushroom"); - Block POTTED_DEAD_BUSH = BlockImpl.create(NamespaceID.from("minecraft:potted_dead_bush"), (short) 317, (short) 6534, (short) 6534, (short) 6534, Collections.emptyList()); + Block POTTED_DEAD_BUSH = Block.fromNamespaceId("minecraft:potted_dead_bush"); - Block POTTED_CACTUS = BlockImpl.create(NamespaceID.from("minecraft:potted_cactus"), (short) 318, (short) 6535, (short) 6535, (short) 6535, Collections.emptyList()); + Block POTTED_CACTUS = Block.fromNamespaceId("minecraft:potted_cactus"); - Block CARROTS = BlockImpl.create(NamespaceID.from("minecraft:carrots"), (short) 319, (short) 6536, (short) 6543, (short) 6536, BlockProperties.CARROTS.getProperties()); + Block CARROTS = Block.fromNamespaceId("minecraft:carrots"); - Block POTATOES = BlockImpl.create(NamespaceID.from("minecraft:potatoes"), (short) 320, (short) 6544, (short) 6551, (short) 6544, BlockProperties.POTATOES.getProperties()); + Block POTATOES = Block.fromNamespaceId("minecraft:potatoes"); - Block OAK_BUTTON = BlockImpl.create(NamespaceID.from("minecraft:oak_button"), (short) 321, (short) 6552, (short) 6575, (short) 6561, BlockProperties.OAK_BUTTON.getProperties()); + Block OAK_BUTTON = Block.fromNamespaceId("minecraft:oak_button"); - Block SPRUCE_BUTTON = BlockImpl.create(NamespaceID.from("minecraft:spruce_button"), (short) 322, (short) 6576, (short) 6599, (short) 6585, BlockProperties.SPRUCE_BUTTON.getProperties()); + Block SPRUCE_BUTTON = Block.fromNamespaceId("minecraft:spruce_button"); - Block BIRCH_BUTTON = BlockImpl.create(NamespaceID.from("minecraft:birch_button"), (short) 323, (short) 6600, (short) 6623, (short) 6609, BlockProperties.BIRCH_BUTTON.getProperties()); + Block BIRCH_BUTTON = Block.fromNamespaceId("minecraft:birch_button"); - Block JUNGLE_BUTTON = BlockImpl.create(NamespaceID.from("minecraft:jungle_button"), (short) 324, (short) 6624, (short) 6647, (short) 6633, BlockProperties.JUNGLE_BUTTON.getProperties()); + Block JUNGLE_BUTTON = Block.fromNamespaceId("minecraft:jungle_button"); - Block ACACIA_BUTTON = BlockImpl.create(NamespaceID.from("minecraft:acacia_button"), (short) 325, (short) 6648, (short) 6671, (short) 6657, BlockProperties.ACACIA_BUTTON.getProperties()); + Block ACACIA_BUTTON = Block.fromNamespaceId("minecraft:acacia_button"); - Block DARK_OAK_BUTTON = BlockImpl.create(NamespaceID.from("minecraft:dark_oak_button"), (short) 326, (short) 6672, (short) 6695, (short) 6681, BlockProperties.DARK_OAK_BUTTON.getProperties()); + Block DARK_OAK_BUTTON = Block.fromNamespaceId("minecraft:dark_oak_button"); - Block SKELETON_SKULL = BlockImpl.create(NamespaceID.from("minecraft:skeleton_skull"), (short) 327, (short) 6696, (short) 6711, (short) 6696, BlockProperties.SKELETON_SKULL.getProperties()); + Block SKELETON_SKULL = Block.fromNamespaceId("minecraft:skeleton_skull"); - Block SKELETON_WALL_SKULL = BlockImpl.create(NamespaceID.from("minecraft:skeleton_wall_skull"), (short) 328, (short) 6712, (short) 6715, (short) 6712, BlockProperties.SKELETON_WALL_SKULL.getProperties()); + Block SKELETON_WALL_SKULL = Block.fromNamespaceId("minecraft:skeleton_wall_skull"); - Block WITHER_SKELETON_SKULL = BlockImpl.create(NamespaceID.from("minecraft:wither_skeleton_skull"), (short) 329, (short) 6716, (short) 6731, (short) 6716, BlockProperties.WITHER_SKELETON_SKULL.getProperties()); + Block WITHER_SKELETON_SKULL = Block.fromNamespaceId("minecraft:wither_skeleton_skull"); - Block WITHER_SKELETON_WALL_SKULL = BlockImpl.create(NamespaceID.from("minecraft:wither_skeleton_wall_skull"), (short) 330, (short) 6732, (short) 6735, (short) 6732, BlockProperties.WITHER_SKELETON_WALL_SKULL.getProperties()); + Block WITHER_SKELETON_WALL_SKULL = Block.fromNamespaceId("minecraft:wither_skeleton_wall_skull"); - Block ZOMBIE_HEAD = BlockImpl.create(NamespaceID.from("minecraft:zombie_head"), (short) 331, (short) 6736, (short) 6751, (short) 6736, BlockProperties.ZOMBIE_HEAD.getProperties()); + Block ZOMBIE_HEAD = Block.fromNamespaceId("minecraft:zombie_head"); - Block ZOMBIE_WALL_HEAD = BlockImpl.create(NamespaceID.from("minecraft:zombie_wall_head"), (short) 332, (short) 6752, (short) 6755, (short) 6752, BlockProperties.ZOMBIE_WALL_HEAD.getProperties()); + Block ZOMBIE_WALL_HEAD = Block.fromNamespaceId("minecraft:zombie_wall_head"); - Block PLAYER_HEAD = BlockImpl.create(NamespaceID.from("minecraft:player_head"), (short) 333, (short) 6756, (short) 6771, (short) 6756, BlockProperties.PLAYER_HEAD.getProperties()); + Block PLAYER_HEAD = Block.fromNamespaceId("minecraft:player_head"); - Block PLAYER_WALL_HEAD = BlockImpl.create(NamespaceID.from("minecraft:player_wall_head"), (short) 334, (short) 6772, (short) 6775, (short) 6772, BlockProperties.PLAYER_WALL_HEAD.getProperties()); + Block PLAYER_WALL_HEAD = Block.fromNamespaceId("minecraft:player_wall_head"); - Block CREEPER_HEAD = BlockImpl.create(NamespaceID.from("minecraft:creeper_head"), (short) 335, (short) 6776, (short) 6791, (short) 6776, BlockProperties.CREEPER_HEAD.getProperties()); + Block CREEPER_HEAD = Block.fromNamespaceId("minecraft:creeper_head"); - Block CREEPER_WALL_HEAD = BlockImpl.create(NamespaceID.from("minecraft:creeper_wall_head"), (short) 336, (short) 6792, (short) 6795, (short) 6792, BlockProperties.CREEPER_WALL_HEAD.getProperties()); + Block CREEPER_WALL_HEAD = Block.fromNamespaceId("minecraft:creeper_wall_head"); - Block DRAGON_HEAD = BlockImpl.create(NamespaceID.from("minecraft:dragon_head"), (short) 337, (short) 6796, (short) 6811, (short) 6796, BlockProperties.DRAGON_HEAD.getProperties()); + Block DRAGON_HEAD = Block.fromNamespaceId("minecraft:dragon_head"); - Block DRAGON_WALL_HEAD = BlockImpl.create(NamespaceID.from("minecraft:dragon_wall_head"), (short) 338, (short) 6812, (short) 6815, (short) 6812, BlockProperties.DRAGON_WALL_HEAD.getProperties()); + Block DRAGON_WALL_HEAD = Block.fromNamespaceId("minecraft:dragon_wall_head"); - Block ANVIL = BlockImpl.create(NamespaceID.from("minecraft:anvil"), (short) 339, (short) 6816, (short) 6819, (short) 6816, BlockProperties.ANVIL.getProperties()); + Block ANVIL = Block.fromNamespaceId("minecraft:anvil"); - Block CHIPPED_ANVIL = BlockImpl.create(NamespaceID.from("minecraft:chipped_anvil"), (short) 340, (short) 6820, (short) 6823, (short) 6820, BlockProperties.CHIPPED_ANVIL.getProperties()); + Block CHIPPED_ANVIL = Block.fromNamespaceId("minecraft:chipped_anvil"); - Block DAMAGED_ANVIL = BlockImpl.create(NamespaceID.from("minecraft:damaged_anvil"), (short) 341, (short) 6824, (short) 6827, (short) 6824, BlockProperties.DAMAGED_ANVIL.getProperties()); + Block DAMAGED_ANVIL = Block.fromNamespaceId("minecraft:damaged_anvil"); - Block TRAPPED_CHEST = BlockImpl.create(NamespaceID.from("minecraft:trapped_chest"), (short) 342, (short) 6828, (short) 6851, (short) 6829, BlockProperties.TRAPPED_CHEST.getProperties()); + Block TRAPPED_CHEST = Block.fromNamespaceId("minecraft:trapped_chest"); - Block LIGHT_WEIGHTED_PRESSURE_PLATE = BlockImpl.create(NamespaceID.from("minecraft:light_weighted_pressure_plate"), (short) 343, (short) 6852, (short) 6867, (short) 6852, BlockProperties.LIGHT_WEIGHTED_PRESSURE_PLATE.getProperties()); + Block LIGHT_WEIGHTED_PRESSURE_PLATE = Block.fromNamespaceId("minecraft:light_weighted_pressure_plate"); - Block HEAVY_WEIGHTED_PRESSURE_PLATE = BlockImpl.create(NamespaceID.from("minecraft:heavy_weighted_pressure_plate"), (short) 344, (short) 6868, (short) 6883, (short) 6868, BlockProperties.HEAVY_WEIGHTED_PRESSURE_PLATE.getProperties()); + Block HEAVY_WEIGHTED_PRESSURE_PLATE = Block.fromNamespaceId("minecraft:heavy_weighted_pressure_plate"); - Block COMPARATOR = BlockImpl.create(NamespaceID.from("minecraft:comparator"), (short) 345, (short) 6884, (short) 6899, (short) 6885, BlockProperties.COMPARATOR.getProperties()); + Block COMPARATOR = Block.fromNamespaceId("minecraft:comparator"); - Block DAYLIGHT_DETECTOR = BlockImpl.create(NamespaceID.from("minecraft:daylight_detector"), (short) 346, (short) 6900, (short) 6931, (short) 6916, BlockProperties.DAYLIGHT_DETECTOR.getProperties()); + Block DAYLIGHT_DETECTOR = Block.fromNamespaceId("minecraft:daylight_detector"); - Block REDSTONE_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:redstone_block"), (short) 347, (short) 6932, (short) 6932, (short) 6932, Collections.emptyList()); + Block REDSTONE_BLOCK = Block.fromNamespaceId("minecraft:redstone_block"); - Block NETHER_QUARTZ_ORE = BlockImpl.create(NamespaceID.from("minecraft:nether_quartz_ore"), (short) 348, (short) 6933, (short) 6933, (short) 6933, Collections.emptyList()); + Block NETHER_QUARTZ_ORE = Block.fromNamespaceId("minecraft:nether_quartz_ore"); - Block HOPPER = BlockImpl.create(NamespaceID.from("minecraft:hopper"), (short) 349, (short) 6934, (short) 6943, (short) 6934, BlockProperties.HOPPER.getProperties()); + Block HOPPER = Block.fromNamespaceId("minecraft:hopper"); - Block QUARTZ_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:quartz_block"), (short) 350, (short) 6944, (short) 6944, (short) 6944, Collections.emptyList()); + Block QUARTZ_BLOCK = Block.fromNamespaceId("minecraft:quartz_block"); - Block CHISELED_QUARTZ_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:chiseled_quartz_block"), (short) 351, (short) 6945, (short) 6945, (short) 6945, Collections.emptyList()); + Block CHISELED_QUARTZ_BLOCK = Block.fromNamespaceId("minecraft:chiseled_quartz_block"); - Block QUARTZ_PILLAR = BlockImpl.create(NamespaceID.from("minecraft:quartz_pillar"), (short) 352, (short) 6946, (short) 6948, (short) 6947, BlockProperties.QUARTZ_PILLAR.getProperties()); + Block QUARTZ_PILLAR = Block.fromNamespaceId("minecraft:quartz_pillar"); - Block QUARTZ_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:quartz_stairs"), (short) 353, (short) 6949, (short) 7028, (short) 6960, BlockProperties.QUARTZ_STAIRS.getProperties()); + Block QUARTZ_STAIRS = Block.fromNamespaceId("minecraft:quartz_stairs"); - Block ACTIVATOR_RAIL = BlockImpl.create(NamespaceID.from("minecraft:activator_rail"), (short) 354, (short) 7029, (short) 7052, (short) 7042, BlockProperties.ACTIVATOR_RAIL.getProperties()); + Block ACTIVATOR_RAIL = Block.fromNamespaceId("minecraft:activator_rail"); - Block DROPPER = BlockImpl.create(NamespaceID.from("minecraft:dropper"), (short) 355, (short) 7053, (short) 7064, (short) 7054, BlockProperties.DROPPER.getProperties()); + Block DROPPER = Block.fromNamespaceId("minecraft:dropper"); - Block WHITE_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:white_terracotta"), (short) 356, (short) 7065, (short) 7065, (short) 7065, Collections.emptyList()); + Block WHITE_TERRACOTTA = Block.fromNamespaceId("minecraft:white_terracotta"); - Block ORANGE_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:orange_terracotta"), (short) 357, (short) 7066, (short) 7066, (short) 7066, Collections.emptyList()); + Block ORANGE_TERRACOTTA = Block.fromNamespaceId("minecraft:orange_terracotta"); - Block MAGENTA_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:magenta_terracotta"), (short) 358, (short) 7067, (short) 7067, (short) 7067, Collections.emptyList()); + Block MAGENTA_TERRACOTTA = Block.fromNamespaceId("minecraft:magenta_terracotta"); - Block LIGHT_BLUE_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:light_blue_terracotta"), (short) 359, (short) 7068, (short) 7068, (short) 7068, Collections.emptyList()); + Block LIGHT_BLUE_TERRACOTTA = Block.fromNamespaceId("minecraft:light_blue_terracotta"); - Block YELLOW_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:yellow_terracotta"), (short) 360, (short) 7069, (short) 7069, (short) 7069, Collections.emptyList()); + Block YELLOW_TERRACOTTA = Block.fromNamespaceId("minecraft:yellow_terracotta"); - Block LIME_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:lime_terracotta"), (short) 361, (short) 7070, (short) 7070, (short) 7070, Collections.emptyList()); + Block LIME_TERRACOTTA = Block.fromNamespaceId("minecraft:lime_terracotta"); - Block PINK_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:pink_terracotta"), (short) 362, (short) 7071, (short) 7071, (short) 7071, Collections.emptyList()); + Block PINK_TERRACOTTA = Block.fromNamespaceId("minecraft:pink_terracotta"); - Block GRAY_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:gray_terracotta"), (short) 363, (short) 7072, (short) 7072, (short) 7072, Collections.emptyList()); + Block GRAY_TERRACOTTA = Block.fromNamespaceId("minecraft:gray_terracotta"); - Block LIGHT_GRAY_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:light_gray_terracotta"), (short) 364, (short) 7073, (short) 7073, (short) 7073, Collections.emptyList()); + Block LIGHT_GRAY_TERRACOTTA = Block.fromNamespaceId("minecraft:light_gray_terracotta"); - Block CYAN_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:cyan_terracotta"), (short) 365, (short) 7074, (short) 7074, (short) 7074, Collections.emptyList()); + Block CYAN_TERRACOTTA = Block.fromNamespaceId("minecraft:cyan_terracotta"); - Block PURPLE_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:purple_terracotta"), (short) 366, (short) 7075, (short) 7075, (short) 7075, Collections.emptyList()); + Block PURPLE_TERRACOTTA = Block.fromNamespaceId("minecraft:purple_terracotta"); - Block BLUE_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:blue_terracotta"), (short) 367, (short) 7076, (short) 7076, (short) 7076, Collections.emptyList()); + Block BLUE_TERRACOTTA = Block.fromNamespaceId("minecraft:blue_terracotta"); - Block BROWN_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:brown_terracotta"), (short) 368, (short) 7077, (short) 7077, (short) 7077, Collections.emptyList()); + Block BROWN_TERRACOTTA = Block.fromNamespaceId("minecraft:brown_terracotta"); - Block GREEN_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:green_terracotta"), (short) 369, (short) 7078, (short) 7078, (short) 7078, Collections.emptyList()); + Block GREEN_TERRACOTTA = Block.fromNamespaceId("minecraft:green_terracotta"); - Block RED_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:red_terracotta"), (short) 370, (short) 7079, (short) 7079, (short) 7079, Collections.emptyList()); + Block RED_TERRACOTTA = Block.fromNamespaceId("minecraft:red_terracotta"); - Block BLACK_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:black_terracotta"), (short) 371, (short) 7080, (short) 7080, (short) 7080, Collections.emptyList()); + Block BLACK_TERRACOTTA = Block.fromNamespaceId("minecraft:black_terracotta"); - Block WHITE_STAINED_GLASS_PANE = BlockImpl.create(NamespaceID.from("minecraft:white_stained_glass_pane"), (short) 372, (short) 7081, (short) 7112, (short) 7112, BlockProperties.WHITE_STAINED_GLASS_PANE.getProperties()); + Block WHITE_STAINED_GLASS_PANE = Block.fromNamespaceId("minecraft:white_stained_glass_pane"); - Block ORANGE_STAINED_GLASS_PANE = BlockImpl.create(NamespaceID.from("minecraft:orange_stained_glass_pane"), (short) 373, (short) 7113, (short) 7144, (short) 7144, BlockProperties.ORANGE_STAINED_GLASS_PANE.getProperties()); + Block ORANGE_STAINED_GLASS_PANE = Block.fromNamespaceId("minecraft:orange_stained_glass_pane"); - Block MAGENTA_STAINED_GLASS_PANE = BlockImpl.create(NamespaceID.from("minecraft:magenta_stained_glass_pane"), (short) 374, (short) 7145, (short) 7176, (short) 7176, BlockProperties.MAGENTA_STAINED_GLASS_PANE.getProperties()); + Block MAGENTA_STAINED_GLASS_PANE = Block.fromNamespaceId("minecraft:magenta_stained_glass_pane"); - Block LIGHT_BLUE_STAINED_GLASS_PANE = BlockImpl.create(NamespaceID.from("minecraft:light_blue_stained_glass_pane"), (short) 375, (short) 7177, (short) 7208, (short) 7208, BlockProperties.LIGHT_BLUE_STAINED_GLASS_PANE.getProperties()); + Block LIGHT_BLUE_STAINED_GLASS_PANE = Block.fromNamespaceId("minecraft:light_blue_stained_glass_pane"); - Block YELLOW_STAINED_GLASS_PANE = BlockImpl.create(NamespaceID.from("minecraft:yellow_stained_glass_pane"), (short) 376, (short) 7209, (short) 7240, (short) 7240, BlockProperties.YELLOW_STAINED_GLASS_PANE.getProperties()); + Block YELLOW_STAINED_GLASS_PANE = Block.fromNamespaceId("minecraft:yellow_stained_glass_pane"); - Block LIME_STAINED_GLASS_PANE = BlockImpl.create(NamespaceID.from("minecraft:lime_stained_glass_pane"), (short) 377, (short) 7241, (short) 7272, (short) 7272, BlockProperties.LIME_STAINED_GLASS_PANE.getProperties()); + Block LIME_STAINED_GLASS_PANE = Block.fromNamespaceId("minecraft:lime_stained_glass_pane"); - Block PINK_STAINED_GLASS_PANE = BlockImpl.create(NamespaceID.from("minecraft:pink_stained_glass_pane"), (short) 378, (short) 7273, (short) 7304, (short) 7304, BlockProperties.PINK_STAINED_GLASS_PANE.getProperties()); + Block PINK_STAINED_GLASS_PANE = Block.fromNamespaceId("minecraft:pink_stained_glass_pane"); - Block GRAY_STAINED_GLASS_PANE = BlockImpl.create(NamespaceID.from("minecraft:gray_stained_glass_pane"), (short) 379, (short) 7305, (short) 7336, (short) 7336, BlockProperties.GRAY_STAINED_GLASS_PANE.getProperties()); + Block GRAY_STAINED_GLASS_PANE = Block.fromNamespaceId("minecraft:gray_stained_glass_pane"); - Block LIGHT_GRAY_STAINED_GLASS_PANE = BlockImpl.create(NamespaceID.from("minecraft:light_gray_stained_glass_pane"), (short) 380, (short) 7337, (short) 7368, (short) 7368, BlockProperties.LIGHT_GRAY_STAINED_GLASS_PANE.getProperties()); + Block LIGHT_GRAY_STAINED_GLASS_PANE = Block.fromNamespaceId("minecraft:light_gray_stained_glass_pane"); - Block CYAN_STAINED_GLASS_PANE = BlockImpl.create(NamespaceID.from("minecraft:cyan_stained_glass_pane"), (short) 381, (short) 7369, (short) 7400, (short) 7400, BlockProperties.CYAN_STAINED_GLASS_PANE.getProperties()); + Block CYAN_STAINED_GLASS_PANE = Block.fromNamespaceId("minecraft:cyan_stained_glass_pane"); - Block PURPLE_STAINED_GLASS_PANE = BlockImpl.create(NamespaceID.from("minecraft:purple_stained_glass_pane"), (short) 382, (short) 7401, (short) 7432, (short) 7432, BlockProperties.PURPLE_STAINED_GLASS_PANE.getProperties()); + Block PURPLE_STAINED_GLASS_PANE = Block.fromNamespaceId("minecraft:purple_stained_glass_pane"); - Block BLUE_STAINED_GLASS_PANE = BlockImpl.create(NamespaceID.from("minecraft:blue_stained_glass_pane"), (short) 383, (short) 7433, (short) 7464, (short) 7464, BlockProperties.BLUE_STAINED_GLASS_PANE.getProperties()); + Block BLUE_STAINED_GLASS_PANE = Block.fromNamespaceId("minecraft:blue_stained_glass_pane"); - Block BROWN_STAINED_GLASS_PANE = BlockImpl.create(NamespaceID.from("minecraft:brown_stained_glass_pane"), (short) 384, (short) 7465, (short) 7496, (short) 7496, BlockProperties.BROWN_STAINED_GLASS_PANE.getProperties()); + Block BROWN_STAINED_GLASS_PANE = Block.fromNamespaceId("minecraft:brown_stained_glass_pane"); - Block GREEN_STAINED_GLASS_PANE = BlockImpl.create(NamespaceID.from("minecraft:green_stained_glass_pane"), (short) 385, (short) 7497, (short) 7528, (short) 7528, BlockProperties.GREEN_STAINED_GLASS_PANE.getProperties()); + Block GREEN_STAINED_GLASS_PANE = Block.fromNamespaceId("minecraft:green_stained_glass_pane"); - Block RED_STAINED_GLASS_PANE = BlockImpl.create(NamespaceID.from("minecraft:red_stained_glass_pane"), (short) 386, (short) 7529, (short) 7560, (short) 7560, BlockProperties.RED_STAINED_GLASS_PANE.getProperties()); + Block RED_STAINED_GLASS_PANE = Block.fromNamespaceId("minecraft:red_stained_glass_pane"); - Block BLACK_STAINED_GLASS_PANE = BlockImpl.create(NamespaceID.from("minecraft:black_stained_glass_pane"), (short) 387, (short) 7561, (short) 7592, (short) 7592, BlockProperties.BLACK_STAINED_GLASS_PANE.getProperties()); + Block BLACK_STAINED_GLASS_PANE = Block.fromNamespaceId("minecraft:black_stained_glass_pane"); - Block ACACIA_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:acacia_stairs"), (short) 388, (short) 7593, (short) 7672, (short) 7604, BlockProperties.ACACIA_STAIRS.getProperties()); + Block ACACIA_STAIRS = Block.fromNamespaceId("minecraft:acacia_stairs"); - Block DARK_OAK_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:dark_oak_stairs"), (short) 389, (short) 7673, (short) 7752, (short) 7684, BlockProperties.DARK_OAK_STAIRS.getProperties()); + Block DARK_OAK_STAIRS = Block.fromNamespaceId("minecraft:dark_oak_stairs"); - Block SLIME_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:slime_block"), (short) 390, (short) 7753, (short) 7753, (short) 7753, Collections.emptyList()); + Block SLIME_BLOCK = Block.fromNamespaceId("minecraft:slime_block"); - Block BARRIER = BlockImpl.create(NamespaceID.from("minecraft:barrier"), (short) 391, (short) 7754, (short) 7754, (short) 7754, Collections.emptyList()); + Block BARRIER = Block.fromNamespaceId("minecraft:barrier"); - Block LIGHT = BlockImpl.create(NamespaceID.from("minecraft:light"), (short) 392, (short) 7755, (short) 7786, (short) 7786, BlockProperties.LIGHT.getProperties()); + Block LIGHT = Block.fromNamespaceId("minecraft:light"); - Block IRON_TRAPDOOR = BlockImpl.create(NamespaceID.from("minecraft:iron_trapdoor"), (short) 393, (short) 7787, (short) 7850, (short) 7802, BlockProperties.IRON_TRAPDOOR.getProperties()); + Block IRON_TRAPDOOR = Block.fromNamespaceId("minecraft:iron_trapdoor"); - Block PRISMARINE = BlockImpl.create(NamespaceID.from("minecraft:prismarine"), (short) 394, (short) 7851, (short) 7851, (short) 7851, Collections.emptyList()); + Block PRISMARINE = Block.fromNamespaceId("minecraft:prismarine"); - Block PRISMARINE_BRICKS = BlockImpl.create(NamespaceID.from("minecraft:prismarine_bricks"), (short) 395, (short) 7852, (short) 7852, (short) 7852, Collections.emptyList()); + Block PRISMARINE_BRICKS = Block.fromNamespaceId("minecraft:prismarine_bricks"); - Block DARK_PRISMARINE = BlockImpl.create(NamespaceID.from("minecraft:dark_prismarine"), (short) 396, (short) 7853, (short) 7853, (short) 7853, Collections.emptyList()); + Block DARK_PRISMARINE = Block.fromNamespaceId("minecraft:dark_prismarine"); - Block PRISMARINE_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:prismarine_stairs"), (short) 397, (short) 7854, (short) 7933, (short) 7865, BlockProperties.PRISMARINE_STAIRS.getProperties()); + Block PRISMARINE_STAIRS = Block.fromNamespaceId("minecraft:prismarine_stairs"); - Block PRISMARINE_BRICK_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:prismarine_brick_stairs"), (short) 398, (short) 7934, (short) 8013, (short) 7945, BlockProperties.PRISMARINE_BRICK_STAIRS.getProperties()); + Block PRISMARINE_BRICK_STAIRS = Block.fromNamespaceId("minecraft:prismarine_brick_stairs"); - Block DARK_PRISMARINE_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:dark_prismarine_stairs"), (short) 399, (short) 8014, (short) 8093, (short) 8025, BlockProperties.DARK_PRISMARINE_STAIRS.getProperties()); + Block DARK_PRISMARINE_STAIRS = Block.fromNamespaceId("minecraft:dark_prismarine_stairs"); - Block PRISMARINE_SLAB = BlockImpl.create(NamespaceID.from("minecraft:prismarine_slab"), (short) 400, (short) 8094, (short) 8099, (short) 8097, BlockProperties.PRISMARINE_SLAB.getProperties()); + Block PRISMARINE_SLAB = Block.fromNamespaceId("minecraft:prismarine_slab"); - Block PRISMARINE_BRICK_SLAB = BlockImpl.create(NamespaceID.from("minecraft:prismarine_brick_slab"), (short) 401, (short) 8100, (short) 8105, (short) 8103, BlockProperties.PRISMARINE_BRICK_SLAB.getProperties()); + Block PRISMARINE_BRICK_SLAB = Block.fromNamespaceId("minecraft:prismarine_brick_slab"); - Block DARK_PRISMARINE_SLAB = BlockImpl.create(NamespaceID.from("minecraft:dark_prismarine_slab"), (short) 402, (short) 8106, (short) 8111, (short) 8109, BlockProperties.DARK_PRISMARINE_SLAB.getProperties()); + Block DARK_PRISMARINE_SLAB = Block.fromNamespaceId("minecraft:dark_prismarine_slab"); - Block SEA_LANTERN = BlockImpl.create(NamespaceID.from("minecraft:sea_lantern"), (short) 403, (short) 8112, (short) 8112, (short) 8112, Collections.emptyList()); + Block SEA_LANTERN = Block.fromNamespaceId("minecraft:sea_lantern"); - Block HAY_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:hay_block"), (short) 404, (short) 8113, (short) 8115, (short) 8114, BlockProperties.HAY_BLOCK.getProperties()); + Block HAY_BLOCK = Block.fromNamespaceId("minecraft:hay_block"); - Block WHITE_CARPET = BlockImpl.create(NamespaceID.from("minecraft:white_carpet"), (short) 405, (short) 8116, (short) 8116, (short) 8116, Collections.emptyList()); + Block WHITE_CARPET = Block.fromNamespaceId("minecraft:white_carpet"); - Block ORANGE_CARPET = BlockImpl.create(NamespaceID.from("minecraft:orange_carpet"), (short) 406, (short) 8117, (short) 8117, (short) 8117, Collections.emptyList()); + Block ORANGE_CARPET = Block.fromNamespaceId("minecraft:orange_carpet"); - Block MAGENTA_CARPET = BlockImpl.create(NamespaceID.from("minecraft:magenta_carpet"), (short) 407, (short) 8118, (short) 8118, (short) 8118, Collections.emptyList()); + Block MAGENTA_CARPET = Block.fromNamespaceId("minecraft:magenta_carpet"); - Block LIGHT_BLUE_CARPET = BlockImpl.create(NamespaceID.from("minecraft:light_blue_carpet"), (short) 408, (short) 8119, (short) 8119, (short) 8119, Collections.emptyList()); + Block LIGHT_BLUE_CARPET = Block.fromNamespaceId("minecraft:light_blue_carpet"); - Block YELLOW_CARPET = BlockImpl.create(NamespaceID.from("minecraft:yellow_carpet"), (short) 409, (short) 8120, (short) 8120, (short) 8120, Collections.emptyList()); + Block YELLOW_CARPET = Block.fromNamespaceId("minecraft:yellow_carpet"); - Block LIME_CARPET = BlockImpl.create(NamespaceID.from("minecraft:lime_carpet"), (short) 410, (short) 8121, (short) 8121, (short) 8121, Collections.emptyList()); + Block LIME_CARPET = Block.fromNamespaceId("minecraft:lime_carpet"); - Block PINK_CARPET = BlockImpl.create(NamespaceID.from("minecraft:pink_carpet"), (short) 411, (short) 8122, (short) 8122, (short) 8122, Collections.emptyList()); + Block PINK_CARPET = Block.fromNamespaceId("minecraft:pink_carpet"); - Block GRAY_CARPET = BlockImpl.create(NamespaceID.from("minecraft:gray_carpet"), (short) 412, (short) 8123, (short) 8123, (short) 8123, Collections.emptyList()); + Block GRAY_CARPET = Block.fromNamespaceId("minecraft:gray_carpet"); - Block LIGHT_GRAY_CARPET = BlockImpl.create(NamespaceID.from("minecraft:light_gray_carpet"), (short) 413, (short) 8124, (short) 8124, (short) 8124, Collections.emptyList()); + Block LIGHT_GRAY_CARPET = Block.fromNamespaceId("minecraft:light_gray_carpet"); - Block CYAN_CARPET = BlockImpl.create(NamespaceID.from("minecraft:cyan_carpet"), (short) 414, (short) 8125, (short) 8125, (short) 8125, Collections.emptyList()); + Block CYAN_CARPET = Block.fromNamespaceId("minecraft:cyan_carpet"); - Block PURPLE_CARPET = BlockImpl.create(NamespaceID.from("minecraft:purple_carpet"), (short) 415, (short) 8126, (short) 8126, (short) 8126, Collections.emptyList()); + Block PURPLE_CARPET = Block.fromNamespaceId("minecraft:purple_carpet"); - Block BLUE_CARPET = BlockImpl.create(NamespaceID.from("minecraft:blue_carpet"), (short) 416, (short) 8127, (short) 8127, (short) 8127, Collections.emptyList()); + Block BLUE_CARPET = Block.fromNamespaceId("minecraft:blue_carpet"); - Block BROWN_CARPET = BlockImpl.create(NamespaceID.from("minecraft:brown_carpet"), (short) 417, (short) 8128, (short) 8128, (short) 8128, Collections.emptyList()); + Block BROWN_CARPET = Block.fromNamespaceId("minecraft:brown_carpet"); - Block GREEN_CARPET = BlockImpl.create(NamespaceID.from("minecraft:green_carpet"), (short) 418, (short) 8129, (short) 8129, (short) 8129, Collections.emptyList()); + Block GREEN_CARPET = Block.fromNamespaceId("minecraft:green_carpet"); - Block RED_CARPET = BlockImpl.create(NamespaceID.from("minecraft:red_carpet"), (short) 419, (short) 8130, (short) 8130, (short) 8130, Collections.emptyList()); + Block RED_CARPET = Block.fromNamespaceId("minecraft:red_carpet"); - Block BLACK_CARPET = BlockImpl.create(NamespaceID.from("minecraft:black_carpet"), (short) 420, (short) 8131, (short) 8131, (short) 8131, Collections.emptyList()); + Block BLACK_CARPET = Block.fromNamespaceId("minecraft:black_carpet"); - Block TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:terracotta"), (short) 421, (short) 8132, (short) 8132, (short) 8132, Collections.emptyList()); + Block TERRACOTTA = Block.fromNamespaceId("minecraft:terracotta"); - Block COAL_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:coal_block"), (short) 422, (short) 8133, (short) 8133, (short) 8133, Collections.emptyList()); + Block COAL_BLOCK = Block.fromNamespaceId("minecraft:coal_block"); - Block PACKED_ICE = BlockImpl.create(NamespaceID.from("minecraft:packed_ice"), (short) 423, (short) 8134, (short) 8134, (short) 8134, Collections.emptyList()); + Block PACKED_ICE = Block.fromNamespaceId("minecraft:packed_ice"); - Block SUNFLOWER = BlockImpl.create(NamespaceID.from("minecraft:sunflower"), (short) 424, (short) 8135, (short) 8136, (short) 8136, BlockProperties.SUNFLOWER.getProperties()); + Block SUNFLOWER = Block.fromNamespaceId("minecraft:sunflower"); - Block LILAC = BlockImpl.create(NamespaceID.from("minecraft:lilac"), (short) 425, (short) 8137, (short) 8138, (short) 8138, BlockProperties.LILAC.getProperties()); + Block LILAC = Block.fromNamespaceId("minecraft:lilac"); - Block ROSE_BUSH = BlockImpl.create(NamespaceID.from("minecraft:rose_bush"), (short) 426, (short) 8139, (short) 8140, (short) 8140, BlockProperties.ROSE_BUSH.getProperties()); + Block ROSE_BUSH = Block.fromNamespaceId("minecraft:rose_bush"); - Block PEONY = BlockImpl.create(NamespaceID.from("minecraft:peony"), (short) 427, (short) 8141, (short) 8142, (short) 8142, BlockProperties.PEONY.getProperties()); + Block PEONY = Block.fromNamespaceId("minecraft:peony"); - Block TALL_GRASS = BlockImpl.create(NamespaceID.from("minecraft:tall_grass"), (short) 428, (short) 8143, (short) 8144, (short) 8144, BlockProperties.TALL_GRASS.getProperties()); + Block TALL_GRASS = Block.fromNamespaceId("minecraft:tall_grass"); - Block LARGE_FERN = BlockImpl.create(NamespaceID.from("minecraft:large_fern"), (short) 429, (short) 8145, (short) 8146, (short) 8146, BlockProperties.LARGE_FERN.getProperties()); + Block LARGE_FERN = Block.fromNamespaceId("minecraft:large_fern"); - Block WHITE_BANNER = BlockImpl.create(NamespaceID.from("minecraft:white_banner"), (short) 430, (short) 8147, (short) 8162, (short) 8147, BlockProperties.WHITE_BANNER.getProperties()); + Block WHITE_BANNER = Block.fromNamespaceId("minecraft:white_banner"); - Block ORANGE_BANNER = BlockImpl.create(NamespaceID.from("minecraft:orange_banner"), (short) 431, (short) 8163, (short) 8178, (short) 8163, BlockProperties.ORANGE_BANNER.getProperties()); + Block ORANGE_BANNER = Block.fromNamespaceId("minecraft:orange_banner"); - Block MAGENTA_BANNER = BlockImpl.create(NamespaceID.from("minecraft:magenta_banner"), (short) 432, (short) 8179, (short) 8194, (short) 8179, BlockProperties.MAGENTA_BANNER.getProperties()); + Block MAGENTA_BANNER = Block.fromNamespaceId("minecraft:magenta_banner"); - Block LIGHT_BLUE_BANNER = BlockImpl.create(NamespaceID.from("minecraft:light_blue_banner"), (short) 433, (short) 8195, (short) 8210, (short) 8195, BlockProperties.LIGHT_BLUE_BANNER.getProperties()); + Block LIGHT_BLUE_BANNER = Block.fromNamespaceId("minecraft:light_blue_banner"); - Block YELLOW_BANNER = BlockImpl.create(NamespaceID.from("minecraft:yellow_banner"), (short) 434, (short) 8211, (short) 8226, (short) 8211, BlockProperties.YELLOW_BANNER.getProperties()); + Block YELLOW_BANNER = Block.fromNamespaceId("minecraft:yellow_banner"); - Block LIME_BANNER = BlockImpl.create(NamespaceID.from("minecraft:lime_banner"), (short) 435, (short) 8227, (short) 8242, (short) 8227, BlockProperties.LIME_BANNER.getProperties()); + Block LIME_BANNER = Block.fromNamespaceId("minecraft:lime_banner"); - Block PINK_BANNER = BlockImpl.create(NamespaceID.from("minecraft:pink_banner"), (short) 436, (short) 8243, (short) 8258, (short) 8243, BlockProperties.PINK_BANNER.getProperties()); + Block PINK_BANNER = Block.fromNamespaceId("minecraft:pink_banner"); - Block GRAY_BANNER = BlockImpl.create(NamespaceID.from("minecraft:gray_banner"), (short) 437, (short) 8259, (short) 8274, (short) 8259, BlockProperties.GRAY_BANNER.getProperties()); + Block GRAY_BANNER = Block.fromNamespaceId("minecraft:gray_banner"); - Block LIGHT_GRAY_BANNER = BlockImpl.create(NamespaceID.from("minecraft:light_gray_banner"), (short) 438, (short) 8275, (short) 8290, (short) 8275, BlockProperties.LIGHT_GRAY_BANNER.getProperties()); + Block LIGHT_GRAY_BANNER = Block.fromNamespaceId("minecraft:light_gray_banner"); - Block CYAN_BANNER = BlockImpl.create(NamespaceID.from("minecraft:cyan_banner"), (short) 439, (short) 8291, (short) 8306, (short) 8291, BlockProperties.CYAN_BANNER.getProperties()); + Block CYAN_BANNER = Block.fromNamespaceId("minecraft:cyan_banner"); - Block PURPLE_BANNER = BlockImpl.create(NamespaceID.from("minecraft:purple_banner"), (short) 440, (short) 8307, (short) 8322, (short) 8307, BlockProperties.PURPLE_BANNER.getProperties()); + Block PURPLE_BANNER = Block.fromNamespaceId("minecraft:purple_banner"); - Block BLUE_BANNER = BlockImpl.create(NamespaceID.from("minecraft:blue_banner"), (short) 441, (short) 8323, (short) 8338, (short) 8323, BlockProperties.BLUE_BANNER.getProperties()); + Block BLUE_BANNER = Block.fromNamespaceId("minecraft:blue_banner"); - Block BROWN_BANNER = BlockImpl.create(NamespaceID.from("minecraft:brown_banner"), (short) 442, (short) 8339, (short) 8354, (short) 8339, BlockProperties.BROWN_BANNER.getProperties()); + Block BROWN_BANNER = Block.fromNamespaceId("minecraft:brown_banner"); - Block GREEN_BANNER = BlockImpl.create(NamespaceID.from("minecraft:green_banner"), (short) 443, (short) 8355, (short) 8370, (short) 8355, BlockProperties.GREEN_BANNER.getProperties()); + Block GREEN_BANNER = Block.fromNamespaceId("minecraft:green_banner"); - Block RED_BANNER = BlockImpl.create(NamespaceID.from("minecraft:red_banner"), (short) 444, (short) 8371, (short) 8386, (short) 8371, BlockProperties.RED_BANNER.getProperties()); + Block RED_BANNER = Block.fromNamespaceId("minecraft:red_banner"); - Block BLACK_BANNER = BlockImpl.create(NamespaceID.from("minecraft:black_banner"), (short) 445, (short) 8387, (short) 8402, (short) 8387, BlockProperties.BLACK_BANNER.getProperties()); + Block BLACK_BANNER = Block.fromNamespaceId("minecraft:black_banner"); - Block WHITE_WALL_BANNER = BlockImpl.create(NamespaceID.from("minecraft:white_wall_banner"), (short) 446, (short) 8403, (short) 8406, (short) 8403, BlockProperties.WHITE_WALL_BANNER.getProperties()); + Block WHITE_WALL_BANNER = Block.fromNamespaceId("minecraft:white_wall_banner"); - Block ORANGE_WALL_BANNER = BlockImpl.create(NamespaceID.from("minecraft:orange_wall_banner"), (short) 447, (short) 8407, (short) 8410, (short) 8407, BlockProperties.ORANGE_WALL_BANNER.getProperties()); + Block ORANGE_WALL_BANNER = Block.fromNamespaceId("minecraft:orange_wall_banner"); - Block MAGENTA_WALL_BANNER = BlockImpl.create(NamespaceID.from("minecraft:magenta_wall_banner"), (short) 448, (short) 8411, (short) 8414, (short) 8411, BlockProperties.MAGENTA_WALL_BANNER.getProperties()); + Block MAGENTA_WALL_BANNER = Block.fromNamespaceId("minecraft:magenta_wall_banner"); - Block LIGHT_BLUE_WALL_BANNER = BlockImpl.create(NamespaceID.from("minecraft:light_blue_wall_banner"), (short) 449, (short) 8415, (short) 8418, (short) 8415, BlockProperties.LIGHT_BLUE_WALL_BANNER.getProperties()); + Block LIGHT_BLUE_WALL_BANNER = Block.fromNamespaceId("minecraft:light_blue_wall_banner"); - Block YELLOW_WALL_BANNER = BlockImpl.create(NamespaceID.from("minecraft:yellow_wall_banner"), (short) 450, (short) 8419, (short) 8422, (short) 8419, BlockProperties.YELLOW_WALL_BANNER.getProperties()); + Block YELLOW_WALL_BANNER = Block.fromNamespaceId("minecraft:yellow_wall_banner"); - Block LIME_WALL_BANNER = BlockImpl.create(NamespaceID.from("minecraft:lime_wall_banner"), (short) 451, (short) 8423, (short) 8426, (short) 8423, BlockProperties.LIME_WALL_BANNER.getProperties()); + Block LIME_WALL_BANNER = Block.fromNamespaceId("minecraft:lime_wall_banner"); - Block PINK_WALL_BANNER = BlockImpl.create(NamespaceID.from("minecraft:pink_wall_banner"), (short) 452, (short) 8427, (short) 8430, (short) 8427, BlockProperties.PINK_WALL_BANNER.getProperties()); + Block PINK_WALL_BANNER = Block.fromNamespaceId("minecraft:pink_wall_banner"); - Block GRAY_WALL_BANNER = BlockImpl.create(NamespaceID.from("minecraft:gray_wall_banner"), (short) 453, (short) 8431, (short) 8434, (short) 8431, BlockProperties.GRAY_WALL_BANNER.getProperties()); + Block GRAY_WALL_BANNER = Block.fromNamespaceId("minecraft:gray_wall_banner"); - Block LIGHT_GRAY_WALL_BANNER = BlockImpl.create(NamespaceID.from("minecraft:light_gray_wall_banner"), (short) 454, (short) 8435, (short) 8438, (short) 8435, BlockProperties.LIGHT_GRAY_WALL_BANNER.getProperties()); + Block LIGHT_GRAY_WALL_BANNER = Block.fromNamespaceId("minecraft:light_gray_wall_banner"); - Block CYAN_WALL_BANNER = BlockImpl.create(NamespaceID.from("minecraft:cyan_wall_banner"), (short) 455, (short) 8439, (short) 8442, (short) 8439, BlockProperties.CYAN_WALL_BANNER.getProperties()); + Block CYAN_WALL_BANNER = Block.fromNamespaceId("minecraft:cyan_wall_banner"); - Block PURPLE_WALL_BANNER = BlockImpl.create(NamespaceID.from("minecraft:purple_wall_banner"), (short) 456, (short) 8443, (short) 8446, (short) 8443, BlockProperties.PURPLE_WALL_BANNER.getProperties()); + Block PURPLE_WALL_BANNER = Block.fromNamespaceId("minecraft:purple_wall_banner"); - Block BLUE_WALL_BANNER = BlockImpl.create(NamespaceID.from("minecraft:blue_wall_banner"), (short) 457, (short) 8447, (short) 8450, (short) 8447, BlockProperties.BLUE_WALL_BANNER.getProperties()); + Block BLUE_WALL_BANNER = Block.fromNamespaceId("minecraft:blue_wall_banner"); - Block BROWN_WALL_BANNER = BlockImpl.create(NamespaceID.from("minecraft:brown_wall_banner"), (short) 458, (short) 8451, (short) 8454, (short) 8451, BlockProperties.BROWN_WALL_BANNER.getProperties()); + Block BROWN_WALL_BANNER = Block.fromNamespaceId("minecraft:brown_wall_banner"); - Block GREEN_WALL_BANNER = BlockImpl.create(NamespaceID.from("minecraft:green_wall_banner"), (short) 459, (short) 8455, (short) 8458, (short) 8455, BlockProperties.GREEN_WALL_BANNER.getProperties()); + Block GREEN_WALL_BANNER = Block.fromNamespaceId("minecraft:green_wall_banner"); - Block RED_WALL_BANNER = BlockImpl.create(NamespaceID.from("minecraft:red_wall_banner"), (short) 460, (short) 8459, (short) 8462, (short) 8459, BlockProperties.RED_WALL_BANNER.getProperties()); + Block RED_WALL_BANNER = Block.fromNamespaceId("minecraft:red_wall_banner"); - Block BLACK_WALL_BANNER = BlockImpl.create(NamespaceID.from("minecraft:black_wall_banner"), (short) 461, (short) 8463, (short) 8466, (short) 8463, BlockProperties.BLACK_WALL_BANNER.getProperties()); + Block BLACK_WALL_BANNER = Block.fromNamespaceId("minecraft:black_wall_banner"); - Block RED_SANDSTONE = BlockImpl.create(NamespaceID.from("minecraft:red_sandstone"), (short) 462, (short) 8467, (short) 8467, (short) 8467, Collections.emptyList()); + Block RED_SANDSTONE = Block.fromNamespaceId("minecraft:red_sandstone"); - Block CHISELED_RED_SANDSTONE = BlockImpl.create(NamespaceID.from("minecraft:chiseled_red_sandstone"), (short) 463, (short) 8468, (short) 8468, (short) 8468, Collections.emptyList()); + Block CHISELED_RED_SANDSTONE = Block.fromNamespaceId("minecraft:chiseled_red_sandstone"); - Block CUT_RED_SANDSTONE = BlockImpl.create(NamespaceID.from("minecraft:cut_red_sandstone"), (short) 464, (short) 8469, (short) 8469, (short) 8469, Collections.emptyList()); + Block CUT_RED_SANDSTONE = Block.fromNamespaceId("minecraft:cut_red_sandstone"); - Block RED_SANDSTONE_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:red_sandstone_stairs"), (short) 465, (short) 8470, (short) 8549, (short) 8481, BlockProperties.RED_SANDSTONE_STAIRS.getProperties()); + Block RED_SANDSTONE_STAIRS = Block.fromNamespaceId("minecraft:red_sandstone_stairs"); - Block OAK_SLAB = BlockImpl.create(NamespaceID.from("minecraft:oak_slab"), (short) 466, (short) 8550, (short) 8555, (short) 8553, BlockProperties.OAK_SLAB.getProperties()); + Block OAK_SLAB = Block.fromNamespaceId("minecraft:oak_slab"); - Block SPRUCE_SLAB = BlockImpl.create(NamespaceID.from("minecraft:spruce_slab"), (short) 467, (short) 8556, (short) 8561, (short) 8559, BlockProperties.SPRUCE_SLAB.getProperties()); + Block SPRUCE_SLAB = Block.fromNamespaceId("minecraft:spruce_slab"); - Block BIRCH_SLAB = BlockImpl.create(NamespaceID.from("minecraft:birch_slab"), (short) 468, (short) 8562, (short) 8567, (short) 8565, BlockProperties.BIRCH_SLAB.getProperties()); + Block BIRCH_SLAB = Block.fromNamespaceId("minecraft:birch_slab"); - Block JUNGLE_SLAB = BlockImpl.create(NamespaceID.from("minecraft:jungle_slab"), (short) 469, (short) 8568, (short) 8573, (short) 8571, BlockProperties.JUNGLE_SLAB.getProperties()); + Block JUNGLE_SLAB = Block.fromNamespaceId("minecraft:jungle_slab"); - Block ACACIA_SLAB = BlockImpl.create(NamespaceID.from("minecraft:acacia_slab"), (short) 470, (short) 8574, (short) 8579, (short) 8577, BlockProperties.ACACIA_SLAB.getProperties()); + Block ACACIA_SLAB = Block.fromNamespaceId("minecraft:acacia_slab"); - Block DARK_OAK_SLAB = BlockImpl.create(NamespaceID.from("minecraft:dark_oak_slab"), (short) 471, (short) 8580, (short) 8585, (short) 8583, BlockProperties.DARK_OAK_SLAB.getProperties()); + Block DARK_OAK_SLAB = Block.fromNamespaceId("minecraft:dark_oak_slab"); - Block STONE_SLAB = BlockImpl.create(NamespaceID.from("minecraft:stone_slab"), (short) 472, (short) 8586, (short) 8591, (short) 8589, BlockProperties.STONE_SLAB.getProperties()); + Block STONE_SLAB = Block.fromNamespaceId("minecraft:stone_slab"); - Block SMOOTH_STONE_SLAB = BlockImpl.create(NamespaceID.from("minecraft:smooth_stone_slab"), (short) 473, (short) 8592, (short) 8597, (short) 8595, BlockProperties.SMOOTH_STONE_SLAB.getProperties()); + Block SMOOTH_STONE_SLAB = Block.fromNamespaceId("minecraft:smooth_stone_slab"); - Block SANDSTONE_SLAB = BlockImpl.create(NamespaceID.from("minecraft:sandstone_slab"), (short) 474, (short) 8598, (short) 8603, (short) 8601, BlockProperties.SANDSTONE_SLAB.getProperties()); + Block SANDSTONE_SLAB = Block.fromNamespaceId("minecraft:sandstone_slab"); - Block CUT_SANDSTONE_SLAB = BlockImpl.create(NamespaceID.from("minecraft:cut_sandstone_slab"), (short) 475, (short) 8604, (short) 8609, (short) 8607, BlockProperties.CUT_SANDSTONE_SLAB.getProperties()); + Block CUT_SANDSTONE_SLAB = Block.fromNamespaceId("minecraft:cut_sandstone_slab"); - Block PETRIFIED_OAK_SLAB = BlockImpl.create(NamespaceID.from("minecraft:petrified_oak_slab"), (short) 476, (short) 8610, (short) 8615, (short) 8613, BlockProperties.PETRIFIED_OAK_SLAB.getProperties()); + Block PETRIFIED_OAK_SLAB = Block.fromNamespaceId("minecraft:petrified_oak_slab"); - Block COBBLESTONE_SLAB = BlockImpl.create(NamespaceID.from("minecraft:cobblestone_slab"), (short) 477, (short) 8616, (short) 8621, (short) 8619, BlockProperties.COBBLESTONE_SLAB.getProperties()); + Block COBBLESTONE_SLAB = Block.fromNamespaceId("minecraft:cobblestone_slab"); - Block BRICK_SLAB = BlockImpl.create(NamespaceID.from("minecraft:brick_slab"), (short) 478, (short) 8622, (short) 8627, (short) 8625, BlockProperties.BRICK_SLAB.getProperties()); + Block BRICK_SLAB = Block.fromNamespaceId("minecraft:brick_slab"); - Block STONE_BRICK_SLAB = BlockImpl.create(NamespaceID.from("minecraft:stone_brick_slab"), (short) 479, (short) 8628, (short) 8633, (short) 8631, BlockProperties.STONE_BRICK_SLAB.getProperties()); + Block STONE_BRICK_SLAB = Block.fromNamespaceId("minecraft:stone_brick_slab"); - Block NETHER_BRICK_SLAB = BlockImpl.create(NamespaceID.from("minecraft:nether_brick_slab"), (short) 480, (short) 8634, (short) 8639, (short) 8637, BlockProperties.NETHER_BRICK_SLAB.getProperties()); + Block NETHER_BRICK_SLAB = Block.fromNamespaceId("minecraft:nether_brick_slab"); - Block QUARTZ_SLAB = BlockImpl.create(NamespaceID.from("minecraft:quartz_slab"), (short) 481, (short) 8640, (short) 8645, (short) 8643, BlockProperties.QUARTZ_SLAB.getProperties()); + Block QUARTZ_SLAB = Block.fromNamespaceId("minecraft:quartz_slab"); - Block RED_SANDSTONE_SLAB = BlockImpl.create(NamespaceID.from("minecraft:red_sandstone_slab"), (short) 482, (short) 8646, (short) 8651, (short) 8649, BlockProperties.RED_SANDSTONE_SLAB.getProperties()); + Block RED_SANDSTONE_SLAB = Block.fromNamespaceId("minecraft:red_sandstone_slab"); - Block CUT_RED_SANDSTONE_SLAB = BlockImpl.create(NamespaceID.from("minecraft:cut_red_sandstone_slab"), (short) 483, (short) 8652, (short) 8657, (short) 8655, BlockProperties.CUT_RED_SANDSTONE_SLAB.getProperties()); + Block CUT_RED_SANDSTONE_SLAB = Block.fromNamespaceId("minecraft:cut_red_sandstone_slab"); - Block PURPUR_SLAB = BlockImpl.create(NamespaceID.from("minecraft:purpur_slab"), (short) 484, (short) 8658, (short) 8663, (short) 8661, BlockProperties.PURPUR_SLAB.getProperties()); + Block PURPUR_SLAB = Block.fromNamespaceId("minecraft:purpur_slab"); - Block SMOOTH_STONE = BlockImpl.create(NamespaceID.from("minecraft:smooth_stone"), (short) 485, (short) 8664, (short) 8664, (short) 8664, Collections.emptyList()); + Block SMOOTH_STONE = Block.fromNamespaceId("minecraft:smooth_stone"); - Block SMOOTH_SANDSTONE = BlockImpl.create(NamespaceID.from("minecraft:smooth_sandstone"), (short) 486, (short) 8665, (short) 8665, (short) 8665, Collections.emptyList()); + Block SMOOTH_SANDSTONE = Block.fromNamespaceId("minecraft:smooth_sandstone"); - Block SMOOTH_QUARTZ = BlockImpl.create(NamespaceID.from("minecraft:smooth_quartz"), (short) 487, (short) 8666, (short) 8666, (short) 8666, Collections.emptyList()); + Block SMOOTH_QUARTZ = Block.fromNamespaceId("minecraft:smooth_quartz"); - Block SMOOTH_RED_SANDSTONE = BlockImpl.create(NamespaceID.from("minecraft:smooth_red_sandstone"), (short) 488, (short) 8667, (short) 8667, (short) 8667, Collections.emptyList()); + Block SMOOTH_RED_SANDSTONE = Block.fromNamespaceId("minecraft:smooth_red_sandstone"); - Block SPRUCE_FENCE_GATE = BlockImpl.create(NamespaceID.from("minecraft:spruce_fence_gate"), (short) 489, (short) 8668, (short) 8699, (short) 8675, BlockProperties.SPRUCE_FENCE_GATE.getProperties()); + Block SPRUCE_FENCE_GATE = Block.fromNamespaceId("minecraft:spruce_fence_gate"); - Block BIRCH_FENCE_GATE = BlockImpl.create(NamespaceID.from("minecraft:birch_fence_gate"), (short) 490, (short) 8700, (short) 8731, (short) 8707, BlockProperties.BIRCH_FENCE_GATE.getProperties()); + Block BIRCH_FENCE_GATE = Block.fromNamespaceId("minecraft:birch_fence_gate"); - Block JUNGLE_FENCE_GATE = BlockImpl.create(NamespaceID.from("minecraft:jungle_fence_gate"), (short) 491, (short) 8732, (short) 8763, (short) 8739, BlockProperties.JUNGLE_FENCE_GATE.getProperties()); + Block JUNGLE_FENCE_GATE = Block.fromNamespaceId("minecraft:jungle_fence_gate"); - Block ACACIA_FENCE_GATE = BlockImpl.create(NamespaceID.from("minecraft:acacia_fence_gate"), (short) 492, (short) 8764, (short) 8795, (short) 8771, BlockProperties.ACACIA_FENCE_GATE.getProperties()); + Block ACACIA_FENCE_GATE = Block.fromNamespaceId("minecraft:acacia_fence_gate"); - Block DARK_OAK_FENCE_GATE = BlockImpl.create(NamespaceID.from("minecraft:dark_oak_fence_gate"), (short) 493, (short) 8796, (short) 8827, (short) 8803, BlockProperties.DARK_OAK_FENCE_GATE.getProperties()); + Block DARK_OAK_FENCE_GATE = Block.fromNamespaceId("minecraft:dark_oak_fence_gate"); - Block SPRUCE_FENCE = BlockImpl.create(NamespaceID.from("minecraft:spruce_fence"), (short) 494, (short) 8828, (short) 8859, (short) 8859, BlockProperties.SPRUCE_FENCE.getProperties()); + Block SPRUCE_FENCE = Block.fromNamespaceId("minecraft:spruce_fence"); - Block BIRCH_FENCE = BlockImpl.create(NamespaceID.from("minecraft:birch_fence"), (short) 495, (short) 8860, (short) 8891, (short) 8891, BlockProperties.BIRCH_FENCE.getProperties()); + Block BIRCH_FENCE = Block.fromNamespaceId("minecraft:birch_fence"); - Block JUNGLE_FENCE = BlockImpl.create(NamespaceID.from("minecraft:jungle_fence"), (short) 496, (short) 8892, (short) 8923, (short) 8923, BlockProperties.JUNGLE_FENCE.getProperties()); + Block JUNGLE_FENCE = Block.fromNamespaceId("minecraft:jungle_fence"); - Block ACACIA_FENCE = BlockImpl.create(NamespaceID.from("minecraft:acacia_fence"), (short) 497, (short) 8924, (short) 8955, (short) 8955, BlockProperties.ACACIA_FENCE.getProperties()); + Block ACACIA_FENCE = Block.fromNamespaceId("minecraft:acacia_fence"); - Block DARK_OAK_FENCE = BlockImpl.create(NamespaceID.from("minecraft:dark_oak_fence"), (short) 498, (short) 8956, (short) 8987, (short) 8987, BlockProperties.DARK_OAK_FENCE.getProperties()); + Block DARK_OAK_FENCE = Block.fromNamespaceId("minecraft:dark_oak_fence"); - Block SPRUCE_DOOR = BlockImpl.create(NamespaceID.from("minecraft:spruce_door"), (short) 499, (short) 8988, (short) 9051, (short) 8999, BlockProperties.SPRUCE_DOOR.getProperties()); + Block SPRUCE_DOOR = Block.fromNamespaceId("minecraft:spruce_door"); - Block BIRCH_DOOR = BlockImpl.create(NamespaceID.from("minecraft:birch_door"), (short) 500, (short) 9052, (short) 9115, (short) 9063, BlockProperties.BIRCH_DOOR.getProperties()); + Block BIRCH_DOOR = Block.fromNamespaceId("minecraft:birch_door"); - Block JUNGLE_DOOR = BlockImpl.create(NamespaceID.from("minecraft:jungle_door"), (short) 501, (short) 9116, (short) 9179, (short) 9127, BlockProperties.JUNGLE_DOOR.getProperties()); + Block JUNGLE_DOOR = Block.fromNamespaceId("minecraft:jungle_door"); - Block ACACIA_DOOR = BlockImpl.create(NamespaceID.from("minecraft:acacia_door"), (short) 502, (short) 9180, (short) 9243, (short) 9191, BlockProperties.ACACIA_DOOR.getProperties()); + Block ACACIA_DOOR = Block.fromNamespaceId("minecraft:acacia_door"); - Block DARK_OAK_DOOR = BlockImpl.create(NamespaceID.from("minecraft:dark_oak_door"), (short) 503, (short) 9244, (short) 9307, (short) 9255, BlockProperties.DARK_OAK_DOOR.getProperties()); + Block DARK_OAK_DOOR = Block.fromNamespaceId("minecraft:dark_oak_door"); - Block END_ROD = BlockImpl.create(NamespaceID.from("minecraft:end_rod"), (short) 504, (short) 9308, (short) 9313, (short) 9312, BlockProperties.END_ROD.getProperties()); + Block END_ROD = Block.fromNamespaceId("minecraft:end_rod"); - Block CHORUS_PLANT = BlockImpl.create(NamespaceID.from("minecraft:chorus_plant"), (short) 505, (short) 9314, (short) 9377, (short) 9377, BlockProperties.CHORUS_PLANT.getProperties()); + Block CHORUS_PLANT = Block.fromNamespaceId("minecraft:chorus_plant"); - Block CHORUS_FLOWER = BlockImpl.create(NamespaceID.from("minecraft:chorus_flower"), (short) 506, (short) 9378, (short) 9383, (short) 9378, BlockProperties.CHORUS_FLOWER.getProperties()); + Block CHORUS_FLOWER = Block.fromNamespaceId("minecraft:chorus_flower"); - Block PURPUR_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:purpur_block"), (short) 507, (short) 9384, (short) 9384, (short) 9384, Collections.emptyList()); + Block PURPUR_BLOCK = Block.fromNamespaceId("minecraft:purpur_block"); - Block PURPUR_PILLAR = BlockImpl.create(NamespaceID.from("minecraft:purpur_pillar"), (short) 508, (short) 9385, (short) 9387, (short) 9386, BlockProperties.PURPUR_PILLAR.getProperties()); + Block PURPUR_PILLAR = Block.fromNamespaceId("minecraft:purpur_pillar"); - Block PURPUR_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:purpur_stairs"), (short) 509, (short) 9388, (short) 9467, (short) 9399, BlockProperties.PURPUR_STAIRS.getProperties()); + Block PURPUR_STAIRS = Block.fromNamespaceId("minecraft:purpur_stairs"); - Block END_STONE_BRICKS = BlockImpl.create(NamespaceID.from("minecraft:end_stone_bricks"), (short) 510, (short) 9468, (short) 9468, (short) 9468, Collections.emptyList()); + Block END_STONE_BRICKS = Block.fromNamespaceId("minecraft:end_stone_bricks"); - Block BEETROOTS = BlockImpl.create(NamespaceID.from("minecraft:beetroots"), (short) 511, (short) 9469, (short) 9472, (short) 9469, BlockProperties.BEETROOTS.getProperties()); + Block BEETROOTS = Block.fromNamespaceId("minecraft:beetroots"); - Block DIRT_PATH = BlockImpl.create(NamespaceID.from("minecraft:dirt_path"), (short) 512, (short) 9473, (short) 9473, (short) 9473, Collections.emptyList()); + Block DIRT_PATH = Block.fromNamespaceId("minecraft:dirt_path"); - Block END_GATEWAY = BlockImpl.create(NamespaceID.from("minecraft:end_gateway"), (short) 513, (short) 9474, (short) 9474, (short) 9474, Collections.emptyList()); + Block END_GATEWAY = Block.fromNamespaceId("minecraft:end_gateway"); - Block REPEATING_COMMAND_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:repeating_command_block"), (short) 514, (short) 9475, (short) 9486, (short) 9481, BlockProperties.REPEATING_COMMAND_BLOCK.getProperties()); + Block REPEATING_COMMAND_BLOCK = Block.fromNamespaceId("minecraft:repeating_command_block"); - Block CHAIN_COMMAND_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:chain_command_block"), (short) 515, (short) 9487, (short) 9498, (short) 9493, BlockProperties.CHAIN_COMMAND_BLOCK.getProperties()); + Block CHAIN_COMMAND_BLOCK = Block.fromNamespaceId("minecraft:chain_command_block"); - Block FROSTED_ICE = BlockImpl.create(NamespaceID.from("minecraft:frosted_ice"), (short) 516, (short) 9499, (short) 9502, (short) 9499, BlockProperties.FROSTED_ICE.getProperties()); + Block FROSTED_ICE = Block.fromNamespaceId("minecraft:frosted_ice"); - Block MAGMA_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:magma_block"), (short) 517, (short) 9503, (short) 9503, (short) 9503, Collections.emptyList()); + Block MAGMA_BLOCK = Block.fromNamespaceId("minecraft:magma_block"); - Block NETHER_WART_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:nether_wart_block"), (short) 518, (short) 9504, (short) 9504, (short) 9504, Collections.emptyList()); + Block NETHER_WART_BLOCK = Block.fromNamespaceId("minecraft:nether_wart_block"); - Block RED_NETHER_BRICKS = BlockImpl.create(NamespaceID.from("minecraft:red_nether_bricks"), (short) 519, (short) 9505, (short) 9505, (short) 9505, Collections.emptyList()); + Block RED_NETHER_BRICKS = Block.fromNamespaceId("minecraft:red_nether_bricks"); - Block BONE_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:bone_block"), (short) 520, (short) 9506, (short) 9508, (short) 9507, BlockProperties.BONE_BLOCK.getProperties()); + Block BONE_BLOCK = Block.fromNamespaceId("minecraft:bone_block"); - Block STRUCTURE_VOID = BlockImpl.create(NamespaceID.from("minecraft:structure_void"), (short) 521, (short) 9509, (short) 9509, (short) 9509, Collections.emptyList()); + Block STRUCTURE_VOID = Block.fromNamespaceId("minecraft:structure_void"); - Block OBSERVER = BlockImpl.create(NamespaceID.from("minecraft:observer"), (short) 522, (short) 9510, (short) 9521, (short) 9515, BlockProperties.OBSERVER.getProperties()); + Block OBSERVER = Block.fromNamespaceId("minecraft:observer"); - Block SHULKER_BOX = BlockImpl.create(NamespaceID.from("minecraft:shulker_box"), (short) 523, (short) 9522, (short) 9527, (short) 9526, BlockProperties.SHULKER_BOX.getProperties()); + Block SHULKER_BOX = Block.fromNamespaceId("minecraft:shulker_box"); - Block WHITE_SHULKER_BOX = BlockImpl.create(NamespaceID.from("minecraft:white_shulker_box"), (short) 524, (short) 9528, (short) 9533, (short) 9532, BlockProperties.WHITE_SHULKER_BOX.getProperties()); + Block WHITE_SHULKER_BOX = Block.fromNamespaceId("minecraft:white_shulker_box"); - Block ORANGE_SHULKER_BOX = BlockImpl.create(NamespaceID.from("minecraft:orange_shulker_box"), (short) 525, (short) 9534, (short) 9539, (short) 9538, BlockProperties.ORANGE_SHULKER_BOX.getProperties()); + Block ORANGE_SHULKER_BOX = Block.fromNamespaceId("minecraft:orange_shulker_box"); - Block MAGENTA_SHULKER_BOX = BlockImpl.create(NamespaceID.from("minecraft:magenta_shulker_box"), (short) 526, (short) 9540, (short) 9545, (short) 9544, BlockProperties.MAGENTA_SHULKER_BOX.getProperties()); + Block MAGENTA_SHULKER_BOX = Block.fromNamespaceId("minecraft:magenta_shulker_box"); - Block LIGHT_BLUE_SHULKER_BOX = BlockImpl.create(NamespaceID.from("minecraft:light_blue_shulker_box"), (short) 527, (short) 9546, (short) 9551, (short) 9550, BlockProperties.LIGHT_BLUE_SHULKER_BOX.getProperties()); + Block LIGHT_BLUE_SHULKER_BOX = Block.fromNamespaceId("minecraft:light_blue_shulker_box"); - Block YELLOW_SHULKER_BOX = BlockImpl.create(NamespaceID.from("minecraft:yellow_shulker_box"), (short) 528, (short) 9552, (short) 9557, (short) 9556, BlockProperties.YELLOW_SHULKER_BOX.getProperties()); + Block YELLOW_SHULKER_BOX = Block.fromNamespaceId("minecraft:yellow_shulker_box"); - Block LIME_SHULKER_BOX = BlockImpl.create(NamespaceID.from("minecraft:lime_shulker_box"), (short) 529, (short) 9558, (short) 9563, (short) 9562, BlockProperties.LIME_SHULKER_BOX.getProperties()); + Block LIME_SHULKER_BOX = Block.fromNamespaceId("minecraft:lime_shulker_box"); - Block PINK_SHULKER_BOX = BlockImpl.create(NamespaceID.from("minecraft:pink_shulker_box"), (short) 530, (short) 9564, (short) 9569, (short) 9568, BlockProperties.PINK_SHULKER_BOX.getProperties()); + Block PINK_SHULKER_BOX = Block.fromNamespaceId("minecraft:pink_shulker_box"); - Block GRAY_SHULKER_BOX = BlockImpl.create(NamespaceID.from("minecraft:gray_shulker_box"), (short) 531, (short) 9570, (short) 9575, (short) 9574, BlockProperties.GRAY_SHULKER_BOX.getProperties()); + Block GRAY_SHULKER_BOX = Block.fromNamespaceId("minecraft:gray_shulker_box"); - Block LIGHT_GRAY_SHULKER_BOX = BlockImpl.create(NamespaceID.from("minecraft:light_gray_shulker_box"), (short) 532, (short) 9576, (short) 9581, (short) 9580, BlockProperties.LIGHT_GRAY_SHULKER_BOX.getProperties()); + Block LIGHT_GRAY_SHULKER_BOX = Block.fromNamespaceId("minecraft:light_gray_shulker_box"); - Block CYAN_SHULKER_BOX = BlockImpl.create(NamespaceID.from("minecraft:cyan_shulker_box"), (short) 533, (short) 9582, (short) 9587, (short) 9586, BlockProperties.CYAN_SHULKER_BOX.getProperties()); + Block CYAN_SHULKER_BOX = Block.fromNamespaceId("minecraft:cyan_shulker_box"); - Block PURPLE_SHULKER_BOX = BlockImpl.create(NamespaceID.from("minecraft:purple_shulker_box"), (short) 534, (short) 9588, (short) 9593, (short) 9592, BlockProperties.PURPLE_SHULKER_BOX.getProperties()); + Block PURPLE_SHULKER_BOX = Block.fromNamespaceId("minecraft:purple_shulker_box"); - Block BLUE_SHULKER_BOX = BlockImpl.create(NamespaceID.from("minecraft:blue_shulker_box"), (short) 535, (short) 9594, (short) 9599, (short) 9598, BlockProperties.BLUE_SHULKER_BOX.getProperties()); + Block BLUE_SHULKER_BOX = Block.fromNamespaceId("minecraft:blue_shulker_box"); - Block BROWN_SHULKER_BOX = BlockImpl.create(NamespaceID.from("minecraft:brown_shulker_box"), (short) 536, (short) 9600, (short) 9605, (short) 9604, BlockProperties.BROWN_SHULKER_BOX.getProperties()); + Block BROWN_SHULKER_BOX = Block.fromNamespaceId("minecraft:brown_shulker_box"); - Block GREEN_SHULKER_BOX = BlockImpl.create(NamespaceID.from("minecraft:green_shulker_box"), (short) 537, (short) 9606, (short) 9611, (short) 9610, BlockProperties.GREEN_SHULKER_BOX.getProperties()); + Block GREEN_SHULKER_BOX = Block.fromNamespaceId("minecraft:green_shulker_box"); - Block RED_SHULKER_BOX = BlockImpl.create(NamespaceID.from("minecraft:red_shulker_box"), (short) 538, (short) 9612, (short) 9617, (short) 9616, BlockProperties.RED_SHULKER_BOX.getProperties()); + Block RED_SHULKER_BOX = Block.fromNamespaceId("minecraft:red_shulker_box"); - Block BLACK_SHULKER_BOX = BlockImpl.create(NamespaceID.from("minecraft:black_shulker_box"), (short) 539, (short) 9618, (short) 9623, (short) 9622, BlockProperties.BLACK_SHULKER_BOX.getProperties()); + Block BLACK_SHULKER_BOX = Block.fromNamespaceId("minecraft:black_shulker_box"); - Block WHITE_GLAZED_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:white_glazed_terracotta"), (short) 540, (short) 9624, (short) 9627, (short) 9624, BlockProperties.WHITE_GLAZED_TERRACOTTA.getProperties()); + Block WHITE_GLAZED_TERRACOTTA = Block.fromNamespaceId("minecraft:white_glazed_terracotta"); - Block ORANGE_GLAZED_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:orange_glazed_terracotta"), (short) 541, (short) 9628, (short) 9631, (short) 9628, BlockProperties.ORANGE_GLAZED_TERRACOTTA.getProperties()); + Block ORANGE_GLAZED_TERRACOTTA = Block.fromNamespaceId("minecraft:orange_glazed_terracotta"); - Block MAGENTA_GLAZED_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:magenta_glazed_terracotta"), (short) 542, (short) 9632, (short) 9635, (short) 9632, BlockProperties.MAGENTA_GLAZED_TERRACOTTA.getProperties()); + Block MAGENTA_GLAZED_TERRACOTTA = Block.fromNamespaceId("minecraft:magenta_glazed_terracotta"); - Block LIGHT_BLUE_GLAZED_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:light_blue_glazed_terracotta"), (short) 543, (short) 9636, (short) 9639, (short) 9636, BlockProperties.LIGHT_BLUE_GLAZED_TERRACOTTA.getProperties()); + Block LIGHT_BLUE_GLAZED_TERRACOTTA = Block.fromNamespaceId("minecraft:light_blue_glazed_terracotta"); - Block YELLOW_GLAZED_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:yellow_glazed_terracotta"), (short) 544, (short) 9640, (short) 9643, (short) 9640, BlockProperties.YELLOW_GLAZED_TERRACOTTA.getProperties()); + Block YELLOW_GLAZED_TERRACOTTA = Block.fromNamespaceId("minecraft:yellow_glazed_terracotta"); - Block LIME_GLAZED_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:lime_glazed_terracotta"), (short) 545, (short) 9644, (short) 9647, (short) 9644, BlockProperties.LIME_GLAZED_TERRACOTTA.getProperties()); + Block LIME_GLAZED_TERRACOTTA = Block.fromNamespaceId("minecraft:lime_glazed_terracotta"); - Block PINK_GLAZED_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:pink_glazed_terracotta"), (short) 546, (short) 9648, (short) 9651, (short) 9648, BlockProperties.PINK_GLAZED_TERRACOTTA.getProperties()); + Block PINK_GLAZED_TERRACOTTA = Block.fromNamespaceId("minecraft:pink_glazed_terracotta"); - Block GRAY_GLAZED_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:gray_glazed_terracotta"), (short) 547, (short) 9652, (short) 9655, (short) 9652, BlockProperties.GRAY_GLAZED_TERRACOTTA.getProperties()); + Block GRAY_GLAZED_TERRACOTTA = Block.fromNamespaceId("minecraft:gray_glazed_terracotta"); - Block LIGHT_GRAY_GLAZED_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:light_gray_glazed_terracotta"), (short) 548, (short) 9656, (short) 9659, (short) 9656, BlockProperties.LIGHT_GRAY_GLAZED_TERRACOTTA.getProperties()); + Block LIGHT_GRAY_GLAZED_TERRACOTTA = Block.fromNamespaceId("minecraft:light_gray_glazed_terracotta"); - Block CYAN_GLAZED_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:cyan_glazed_terracotta"), (short) 549, (short) 9660, (short) 9663, (short) 9660, BlockProperties.CYAN_GLAZED_TERRACOTTA.getProperties()); + Block CYAN_GLAZED_TERRACOTTA = Block.fromNamespaceId("minecraft:cyan_glazed_terracotta"); - Block PURPLE_GLAZED_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:purple_glazed_terracotta"), (short) 550, (short) 9664, (short) 9667, (short) 9664, BlockProperties.PURPLE_GLAZED_TERRACOTTA.getProperties()); + Block PURPLE_GLAZED_TERRACOTTA = Block.fromNamespaceId("minecraft:purple_glazed_terracotta"); - Block BLUE_GLAZED_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:blue_glazed_terracotta"), (short) 551, (short) 9668, (short) 9671, (short) 9668, BlockProperties.BLUE_GLAZED_TERRACOTTA.getProperties()); + Block BLUE_GLAZED_TERRACOTTA = Block.fromNamespaceId("minecraft:blue_glazed_terracotta"); - Block BROWN_GLAZED_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:brown_glazed_terracotta"), (short) 552, (short) 9672, (short) 9675, (short) 9672, BlockProperties.BROWN_GLAZED_TERRACOTTA.getProperties()); + Block BROWN_GLAZED_TERRACOTTA = Block.fromNamespaceId("minecraft:brown_glazed_terracotta"); - Block GREEN_GLAZED_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:green_glazed_terracotta"), (short) 553, (short) 9676, (short) 9679, (short) 9676, BlockProperties.GREEN_GLAZED_TERRACOTTA.getProperties()); + Block GREEN_GLAZED_TERRACOTTA = Block.fromNamespaceId("minecraft:green_glazed_terracotta"); - Block RED_GLAZED_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:red_glazed_terracotta"), (short) 554, (short) 9680, (short) 9683, (short) 9680, BlockProperties.RED_GLAZED_TERRACOTTA.getProperties()); + Block RED_GLAZED_TERRACOTTA = Block.fromNamespaceId("minecraft:red_glazed_terracotta"); - Block BLACK_GLAZED_TERRACOTTA = BlockImpl.create(NamespaceID.from("minecraft:black_glazed_terracotta"), (short) 555, (short) 9684, (short) 9687, (short) 9684, BlockProperties.BLACK_GLAZED_TERRACOTTA.getProperties()); + Block BLACK_GLAZED_TERRACOTTA = Block.fromNamespaceId("minecraft:black_glazed_terracotta"); - Block WHITE_CONCRETE = BlockImpl.create(NamespaceID.from("minecraft:white_concrete"), (short) 556, (short) 9688, (short) 9688, (short) 9688, Collections.emptyList()); + Block WHITE_CONCRETE = Block.fromNamespaceId("minecraft:white_concrete"); - Block ORANGE_CONCRETE = BlockImpl.create(NamespaceID.from("minecraft:orange_concrete"), (short) 557, (short) 9689, (short) 9689, (short) 9689, Collections.emptyList()); + Block ORANGE_CONCRETE = Block.fromNamespaceId("minecraft:orange_concrete"); - Block MAGENTA_CONCRETE = BlockImpl.create(NamespaceID.from("minecraft:magenta_concrete"), (short) 558, (short) 9690, (short) 9690, (short) 9690, Collections.emptyList()); + Block MAGENTA_CONCRETE = Block.fromNamespaceId("minecraft:magenta_concrete"); - Block LIGHT_BLUE_CONCRETE = BlockImpl.create(NamespaceID.from("minecraft:light_blue_concrete"), (short) 559, (short) 9691, (short) 9691, (short) 9691, Collections.emptyList()); + Block LIGHT_BLUE_CONCRETE = Block.fromNamespaceId("minecraft:light_blue_concrete"); - Block YELLOW_CONCRETE = BlockImpl.create(NamespaceID.from("minecraft:yellow_concrete"), (short) 560, (short) 9692, (short) 9692, (short) 9692, Collections.emptyList()); + Block YELLOW_CONCRETE = Block.fromNamespaceId("minecraft:yellow_concrete"); - Block LIME_CONCRETE = BlockImpl.create(NamespaceID.from("minecraft:lime_concrete"), (short) 561, (short) 9693, (short) 9693, (short) 9693, Collections.emptyList()); + Block LIME_CONCRETE = Block.fromNamespaceId("minecraft:lime_concrete"); - Block PINK_CONCRETE = BlockImpl.create(NamespaceID.from("minecraft:pink_concrete"), (short) 562, (short) 9694, (short) 9694, (short) 9694, Collections.emptyList()); + Block PINK_CONCRETE = Block.fromNamespaceId("minecraft:pink_concrete"); - Block GRAY_CONCRETE = BlockImpl.create(NamespaceID.from("minecraft:gray_concrete"), (short) 563, (short) 9695, (short) 9695, (short) 9695, Collections.emptyList()); + Block GRAY_CONCRETE = Block.fromNamespaceId("minecraft:gray_concrete"); - Block LIGHT_GRAY_CONCRETE = BlockImpl.create(NamespaceID.from("minecraft:light_gray_concrete"), (short) 564, (short) 9696, (short) 9696, (short) 9696, Collections.emptyList()); + Block LIGHT_GRAY_CONCRETE = Block.fromNamespaceId("minecraft:light_gray_concrete"); - Block CYAN_CONCRETE = BlockImpl.create(NamespaceID.from("minecraft:cyan_concrete"), (short) 565, (short) 9697, (short) 9697, (short) 9697, Collections.emptyList()); + Block CYAN_CONCRETE = Block.fromNamespaceId("minecraft:cyan_concrete"); - Block PURPLE_CONCRETE = BlockImpl.create(NamespaceID.from("minecraft:purple_concrete"), (short) 566, (short) 9698, (short) 9698, (short) 9698, Collections.emptyList()); + Block PURPLE_CONCRETE = Block.fromNamespaceId("minecraft:purple_concrete"); - Block BLUE_CONCRETE = BlockImpl.create(NamespaceID.from("minecraft:blue_concrete"), (short) 567, (short) 9699, (short) 9699, (short) 9699, Collections.emptyList()); + Block BLUE_CONCRETE = Block.fromNamespaceId("minecraft:blue_concrete"); - Block BROWN_CONCRETE = BlockImpl.create(NamespaceID.from("minecraft:brown_concrete"), (short) 568, (short) 9700, (short) 9700, (short) 9700, Collections.emptyList()); + Block BROWN_CONCRETE = Block.fromNamespaceId("minecraft:brown_concrete"); - Block GREEN_CONCRETE = BlockImpl.create(NamespaceID.from("minecraft:green_concrete"), (short) 569, (short) 9701, (short) 9701, (short) 9701, Collections.emptyList()); + Block GREEN_CONCRETE = Block.fromNamespaceId("minecraft:green_concrete"); - Block RED_CONCRETE = BlockImpl.create(NamespaceID.from("minecraft:red_concrete"), (short) 570, (short) 9702, (short) 9702, (short) 9702, Collections.emptyList()); + Block RED_CONCRETE = Block.fromNamespaceId("minecraft:red_concrete"); - Block BLACK_CONCRETE = BlockImpl.create(NamespaceID.from("minecraft:black_concrete"), (short) 571, (short) 9703, (short) 9703, (short) 9703, Collections.emptyList()); + Block BLACK_CONCRETE = Block.fromNamespaceId("minecraft:black_concrete"); - Block WHITE_CONCRETE_POWDER = BlockImpl.create(NamespaceID.from("minecraft:white_concrete_powder"), (short) 572, (short) 9704, (short) 9704, (short) 9704, Collections.emptyList()); + Block WHITE_CONCRETE_POWDER = Block.fromNamespaceId("minecraft:white_concrete_powder"); - Block ORANGE_CONCRETE_POWDER = BlockImpl.create(NamespaceID.from("minecraft:orange_concrete_powder"), (short) 573, (short) 9705, (short) 9705, (short) 9705, Collections.emptyList()); + Block ORANGE_CONCRETE_POWDER = Block.fromNamespaceId("minecraft:orange_concrete_powder"); - Block MAGENTA_CONCRETE_POWDER = BlockImpl.create(NamespaceID.from("minecraft:magenta_concrete_powder"), (short) 574, (short) 9706, (short) 9706, (short) 9706, Collections.emptyList()); + Block MAGENTA_CONCRETE_POWDER = Block.fromNamespaceId("minecraft:magenta_concrete_powder"); - Block LIGHT_BLUE_CONCRETE_POWDER = BlockImpl.create(NamespaceID.from("minecraft:light_blue_concrete_powder"), (short) 575, (short) 9707, (short) 9707, (short) 9707, Collections.emptyList()); + Block LIGHT_BLUE_CONCRETE_POWDER = Block.fromNamespaceId("minecraft:light_blue_concrete_powder"); - Block YELLOW_CONCRETE_POWDER = BlockImpl.create(NamespaceID.from("minecraft:yellow_concrete_powder"), (short) 576, (short) 9708, (short) 9708, (short) 9708, Collections.emptyList()); + Block YELLOW_CONCRETE_POWDER = Block.fromNamespaceId("minecraft:yellow_concrete_powder"); - Block LIME_CONCRETE_POWDER = BlockImpl.create(NamespaceID.from("minecraft:lime_concrete_powder"), (short) 577, (short) 9709, (short) 9709, (short) 9709, Collections.emptyList()); + Block LIME_CONCRETE_POWDER = Block.fromNamespaceId("minecraft:lime_concrete_powder"); - Block PINK_CONCRETE_POWDER = BlockImpl.create(NamespaceID.from("minecraft:pink_concrete_powder"), (short) 578, (short) 9710, (short) 9710, (short) 9710, Collections.emptyList()); + Block PINK_CONCRETE_POWDER = Block.fromNamespaceId("minecraft:pink_concrete_powder"); - Block GRAY_CONCRETE_POWDER = BlockImpl.create(NamespaceID.from("minecraft:gray_concrete_powder"), (short) 579, (short) 9711, (short) 9711, (short) 9711, Collections.emptyList()); + Block GRAY_CONCRETE_POWDER = Block.fromNamespaceId("minecraft:gray_concrete_powder"); - Block LIGHT_GRAY_CONCRETE_POWDER = BlockImpl.create(NamespaceID.from("minecraft:light_gray_concrete_powder"), (short) 580, (short) 9712, (short) 9712, (short) 9712, Collections.emptyList()); + Block LIGHT_GRAY_CONCRETE_POWDER = Block.fromNamespaceId("minecraft:light_gray_concrete_powder"); - Block CYAN_CONCRETE_POWDER = BlockImpl.create(NamespaceID.from("minecraft:cyan_concrete_powder"), (short) 581, (short) 9713, (short) 9713, (short) 9713, Collections.emptyList()); + Block CYAN_CONCRETE_POWDER = Block.fromNamespaceId("minecraft:cyan_concrete_powder"); - Block PURPLE_CONCRETE_POWDER = BlockImpl.create(NamespaceID.from("minecraft:purple_concrete_powder"), (short) 582, (short) 9714, (short) 9714, (short) 9714, Collections.emptyList()); + Block PURPLE_CONCRETE_POWDER = Block.fromNamespaceId("minecraft:purple_concrete_powder"); - Block BLUE_CONCRETE_POWDER = BlockImpl.create(NamespaceID.from("minecraft:blue_concrete_powder"), (short) 583, (short) 9715, (short) 9715, (short) 9715, Collections.emptyList()); + Block BLUE_CONCRETE_POWDER = Block.fromNamespaceId("minecraft:blue_concrete_powder"); - Block BROWN_CONCRETE_POWDER = BlockImpl.create(NamespaceID.from("minecraft:brown_concrete_powder"), (short) 584, (short) 9716, (short) 9716, (short) 9716, Collections.emptyList()); + Block BROWN_CONCRETE_POWDER = Block.fromNamespaceId("minecraft:brown_concrete_powder"); - Block GREEN_CONCRETE_POWDER = BlockImpl.create(NamespaceID.from("minecraft:green_concrete_powder"), (short) 585, (short) 9717, (short) 9717, (short) 9717, Collections.emptyList()); + Block GREEN_CONCRETE_POWDER = Block.fromNamespaceId("minecraft:green_concrete_powder"); - Block RED_CONCRETE_POWDER = BlockImpl.create(NamespaceID.from("minecraft:red_concrete_powder"), (short) 586, (short) 9718, (short) 9718, (short) 9718, Collections.emptyList()); + Block RED_CONCRETE_POWDER = Block.fromNamespaceId("minecraft:red_concrete_powder"); - Block BLACK_CONCRETE_POWDER = BlockImpl.create(NamespaceID.from("minecraft:black_concrete_powder"), (short) 587, (short) 9719, (short) 9719, (short) 9719, Collections.emptyList()); + Block BLACK_CONCRETE_POWDER = Block.fromNamespaceId("minecraft:black_concrete_powder"); - Block KELP = BlockImpl.create(NamespaceID.from("minecraft:kelp"), (short) 588, (short) 9720, (short) 9745, (short) 9720, BlockProperties.KELP.getProperties()); + Block KELP = Block.fromNamespaceId("minecraft:kelp"); - Block KELP_PLANT = BlockImpl.create(NamespaceID.from("minecraft:kelp_plant"), (short) 589, (short) 9746, (short) 9746, (short) 9746, Collections.emptyList()); + Block KELP_PLANT = Block.fromNamespaceId("minecraft:kelp_plant"); - Block DRIED_KELP_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:dried_kelp_block"), (short) 590, (short) 9747, (short) 9747, (short) 9747, Collections.emptyList()); + Block DRIED_KELP_BLOCK = Block.fromNamespaceId("minecraft:dried_kelp_block"); - Block TURTLE_EGG = BlockImpl.create(NamespaceID.from("minecraft:turtle_egg"), (short) 591, (short) 9748, (short) 9759, (short) 9748, BlockProperties.TURTLE_EGG.getProperties()); + Block TURTLE_EGG = Block.fromNamespaceId("minecraft:turtle_egg"); - Block DEAD_TUBE_CORAL_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:dead_tube_coral_block"), (short) 592, (short) 9760, (short) 9760, (short) 9760, Collections.emptyList()); + Block DEAD_TUBE_CORAL_BLOCK = Block.fromNamespaceId("minecraft:dead_tube_coral_block"); - Block DEAD_BRAIN_CORAL_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:dead_brain_coral_block"), (short) 593, (short) 9761, (short) 9761, (short) 9761, Collections.emptyList()); + Block DEAD_BRAIN_CORAL_BLOCK = Block.fromNamespaceId("minecraft:dead_brain_coral_block"); - Block DEAD_BUBBLE_CORAL_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:dead_bubble_coral_block"), (short) 594, (short) 9762, (short) 9762, (short) 9762, Collections.emptyList()); + Block DEAD_BUBBLE_CORAL_BLOCK = Block.fromNamespaceId("minecraft:dead_bubble_coral_block"); - Block DEAD_FIRE_CORAL_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:dead_fire_coral_block"), (short) 595, (short) 9763, (short) 9763, (short) 9763, Collections.emptyList()); + Block DEAD_FIRE_CORAL_BLOCK = Block.fromNamespaceId("minecraft:dead_fire_coral_block"); - Block DEAD_HORN_CORAL_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:dead_horn_coral_block"), (short) 596, (short) 9764, (short) 9764, (short) 9764, Collections.emptyList()); + Block DEAD_HORN_CORAL_BLOCK = Block.fromNamespaceId("minecraft:dead_horn_coral_block"); - Block TUBE_CORAL_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:tube_coral_block"), (short) 597, (short) 9765, (short) 9765, (short) 9765, Collections.emptyList()); + Block TUBE_CORAL_BLOCK = Block.fromNamespaceId("minecraft:tube_coral_block"); - Block BRAIN_CORAL_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:brain_coral_block"), (short) 598, (short) 9766, (short) 9766, (short) 9766, Collections.emptyList()); + Block BRAIN_CORAL_BLOCK = Block.fromNamespaceId("minecraft:brain_coral_block"); - Block BUBBLE_CORAL_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:bubble_coral_block"), (short) 599, (short) 9767, (short) 9767, (short) 9767, Collections.emptyList()); + Block BUBBLE_CORAL_BLOCK = Block.fromNamespaceId("minecraft:bubble_coral_block"); - Block FIRE_CORAL_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:fire_coral_block"), (short) 600, (short) 9768, (short) 9768, (short) 9768, Collections.emptyList()); + Block FIRE_CORAL_BLOCK = Block.fromNamespaceId("minecraft:fire_coral_block"); - Block HORN_CORAL_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:horn_coral_block"), (short) 601, (short) 9769, (short) 9769, (short) 9769, Collections.emptyList()); + Block HORN_CORAL_BLOCK = Block.fromNamespaceId("minecraft:horn_coral_block"); - Block DEAD_TUBE_CORAL = BlockImpl.create(NamespaceID.from("minecraft:dead_tube_coral"), (short) 602, (short) 9770, (short) 9771, (short) 9770, BlockProperties.DEAD_TUBE_CORAL.getProperties()); + Block DEAD_TUBE_CORAL = Block.fromNamespaceId("minecraft:dead_tube_coral"); - Block DEAD_BRAIN_CORAL = BlockImpl.create(NamespaceID.from("minecraft:dead_brain_coral"), (short) 603, (short) 9772, (short) 9773, (short) 9772, BlockProperties.DEAD_BRAIN_CORAL.getProperties()); + Block DEAD_BRAIN_CORAL = Block.fromNamespaceId("minecraft:dead_brain_coral"); - Block DEAD_BUBBLE_CORAL = BlockImpl.create(NamespaceID.from("minecraft:dead_bubble_coral"), (short) 604, (short) 9774, (short) 9775, (short) 9774, BlockProperties.DEAD_BUBBLE_CORAL.getProperties()); + Block DEAD_BUBBLE_CORAL = Block.fromNamespaceId("minecraft:dead_bubble_coral"); - Block DEAD_FIRE_CORAL = BlockImpl.create(NamespaceID.from("minecraft:dead_fire_coral"), (short) 605, (short) 9776, (short) 9777, (short) 9776, BlockProperties.DEAD_FIRE_CORAL.getProperties()); + Block DEAD_FIRE_CORAL = Block.fromNamespaceId("minecraft:dead_fire_coral"); - Block DEAD_HORN_CORAL = BlockImpl.create(NamespaceID.from("minecraft:dead_horn_coral"), (short) 606, (short) 9778, (short) 9779, (short) 9778, BlockProperties.DEAD_HORN_CORAL.getProperties()); + Block DEAD_HORN_CORAL = Block.fromNamespaceId("minecraft:dead_horn_coral"); - Block TUBE_CORAL = BlockImpl.create(NamespaceID.from("minecraft:tube_coral"), (short) 607, (short) 9780, (short) 9781, (short) 9780, BlockProperties.TUBE_CORAL.getProperties()); + Block TUBE_CORAL = Block.fromNamespaceId("minecraft:tube_coral"); - Block BRAIN_CORAL = BlockImpl.create(NamespaceID.from("minecraft:brain_coral"), (short) 608, (short) 9782, (short) 9783, (short) 9782, BlockProperties.BRAIN_CORAL.getProperties()); + Block BRAIN_CORAL = Block.fromNamespaceId("minecraft:brain_coral"); - Block BUBBLE_CORAL = BlockImpl.create(NamespaceID.from("minecraft:bubble_coral"), (short) 609, (short) 9784, (short) 9785, (short) 9784, BlockProperties.BUBBLE_CORAL.getProperties()); + Block BUBBLE_CORAL = Block.fromNamespaceId("minecraft:bubble_coral"); - Block FIRE_CORAL = BlockImpl.create(NamespaceID.from("minecraft:fire_coral"), (short) 610, (short) 9786, (short) 9787, (short) 9786, BlockProperties.FIRE_CORAL.getProperties()); + Block FIRE_CORAL = Block.fromNamespaceId("minecraft:fire_coral"); - Block HORN_CORAL = BlockImpl.create(NamespaceID.from("minecraft:horn_coral"), (short) 611, (short) 9788, (short) 9789, (short) 9788, BlockProperties.HORN_CORAL.getProperties()); + Block HORN_CORAL = Block.fromNamespaceId("minecraft:horn_coral"); - Block DEAD_TUBE_CORAL_FAN = BlockImpl.create(NamespaceID.from("minecraft:dead_tube_coral_fan"), (short) 612, (short) 9790, (short) 9791, (short) 9790, BlockProperties.DEAD_TUBE_CORAL_FAN.getProperties()); + Block DEAD_TUBE_CORAL_FAN = Block.fromNamespaceId("minecraft:dead_tube_coral_fan"); - Block DEAD_BRAIN_CORAL_FAN = BlockImpl.create(NamespaceID.from("minecraft:dead_brain_coral_fan"), (short) 613, (short) 9792, (short) 9793, (short) 9792, BlockProperties.DEAD_BRAIN_CORAL_FAN.getProperties()); + Block DEAD_BRAIN_CORAL_FAN = Block.fromNamespaceId("minecraft:dead_brain_coral_fan"); - Block DEAD_BUBBLE_CORAL_FAN = BlockImpl.create(NamespaceID.from("minecraft:dead_bubble_coral_fan"), (short) 614, (short) 9794, (short) 9795, (short) 9794, BlockProperties.DEAD_BUBBLE_CORAL_FAN.getProperties()); + Block DEAD_BUBBLE_CORAL_FAN = Block.fromNamespaceId("minecraft:dead_bubble_coral_fan"); - Block DEAD_FIRE_CORAL_FAN = BlockImpl.create(NamespaceID.from("minecraft:dead_fire_coral_fan"), (short) 615, (short) 9796, (short) 9797, (short) 9796, BlockProperties.DEAD_FIRE_CORAL_FAN.getProperties()); + Block DEAD_FIRE_CORAL_FAN = Block.fromNamespaceId("minecraft:dead_fire_coral_fan"); - Block DEAD_HORN_CORAL_FAN = BlockImpl.create(NamespaceID.from("minecraft:dead_horn_coral_fan"), (short) 616, (short) 9798, (short) 9799, (short) 9798, BlockProperties.DEAD_HORN_CORAL_FAN.getProperties()); + Block DEAD_HORN_CORAL_FAN = Block.fromNamespaceId("minecraft:dead_horn_coral_fan"); - Block TUBE_CORAL_FAN = BlockImpl.create(NamespaceID.from("minecraft:tube_coral_fan"), (short) 617, (short) 9800, (short) 9801, (short) 9800, BlockProperties.TUBE_CORAL_FAN.getProperties()); + Block TUBE_CORAL_FAN = Block.fromNamespaceId("minecraft:tube_coral_fan"); - Block BRAIN_CORAL_FAN = BlockImpl.create(NamespaceID.from("minecraft:brain_coral_fan"), (short) 618, (short) 9802, (short) 9803, (short) 9802, BlockProperties.BRAIN_CORAL_FAN.getProperties()); + Block BRAIN_CORAL_FAN = Block.fromNamespaceId("minecraft:brain_coral_fan"); - Block BUBBLE_CORAL_FAN = BlockImpl.create(NamespaceID.from("minecraft:bubble_coral_fan"), (short) 619, (short) 9804, (short) 9805, (short) 9804, BlockProperties.BUBBLE_CORAL_FAN.getProperties()); + Block BUBBLE_CORAL_FAN = Block.fromNamespaceId("minecraft:bubble_coral_fan"); - Block FIRE_CORAL_FAN = BlockImpl.create(NamespaceID.from("minecraft:fire_coral_fan"), (short) 620, (short) 9806, (short) 9807, (short) 9806, BlockProperties.FIRE_CORAL_FAN.getProperties()); + Block FIRE_CORAL_FAN = Block.fromNamespaceId("minecraft:fire_coral_fan"); - Block HORN_CORAL_FAN = BlockImpl.create(NamespaceID.from("minecraft:horn_coral_fan"), (short) 621, (short) 9808, (short) 9809, (short) 9808, BlockProperties.HORN_CORAL_FAN.getProperties()); + Block HORN_CORAL_FAN = Block.fromNamespaceId("minecraft:horn_coral_fan"); - Block DEAD_TUBE_CORAL_WALL_FAN = BlockImpl.create(NamespaceID.from("minecraft:dead_tube_coral_wall_fan"), (short) 622, (short) 9810, (short) 9817, (short) 9810, BlockProperties.DEAD_TUBE_CORAL_WALL_FAN.getProperties()); + Block DEAD_TUBE_CORAL_WALL_FAN = Block.fromNamespaceId("minecraft:dead_tube_coral_wall_fan"); - Block DEAD_BRAIN_CORAL_WALL_FAN = BlockImpl.create(NamespaceID.from("minecraft:dead_brain_coral_wall_fan"), (short) 623, (short) 9818, (short) 9825, (short) 9818, BlockProperties.DEAD_BRAIN_CORAL_WALL_FAN.getProperties()); + Block DEAD_BRAIN_CORAL_WALL_FAN = Block.fromNamespaceId("minecraft:dead_brain_coral_wall_fan"); - Block DEAD_BUBBLE_CORAL_WALL_FAN = BlockImpl.create(NamespaceID.from("minecraft:dead_bubble_coral_wall_fan"), (short) 624, (short) 9826, (short) 9833, (short) 9826, BlockProperties.DEAD_BUBBLE_CORAL_WALL_FAN.getProperties()); + Block DEAD_BUBBLE_CORAL_WALL_FAN = Block.fromNamespaceId("minecraft:dead_bubble_coral_wall_fan"); - Block DEAD_FIRE_CORAL_WALL_FAN = BlockImpl.create(NamespaceID.from("minecraft:dead_fire_coral_wall_fan"), (short) 625, (short) 9834, (short) 9841, (short) 9834, BlockProperties.DEAD_FIRE_CORAL_WALL_FAN.getProperties()); + Block DEAD_FIRE_CORAL_WALL_FAN = Block.fromNamespaceId("minecraft:dead_fire_coral_wall_fan"); - Block DEAD_HORN_CORAL_WALL_FAN = BlockImpl.create(NamespaceID.from("minecraft:dead_horn_coral_wall_fan"), (short) 626, (short) 9842, (short) 9849, (short) 9842, BlockProperties.DEAD_HORN_CORAL_WALL_FAN.getProperties()); + Block DEAD_HORN_CORAL_WALL_FAN = Block.fromNamespaceId("minecraft:dead_horn_coral_wall_fan"); - Block TUBE_CORAL_WALL_FAN = BlockImpl.create(NamespaceID.from("minecraft:tube_coral_wall_fan"), (short) 627, (short) 9850, (short) 9857, (short) 9850, BlockProperties.TUBE_CORAL_WALL_FAN.getProperties()); + Block TUBE_CORAL_WALL_FAN = Block.fromNamespaceId("minecraft:tube_coral_wall_fan"); - Block BRAIN_CORAL_WALL_FAN = BlockImpl.create(NamespaceID.from("minecraft:brain_coral_wall_fan"), (short) 628, (short) 9858, (short) 9865, (short) 9858, BlockProperties.BRAIN_CORAL_WALL_FAN.getProperties()); + Block BRAIN_CORAL_WALL_FAN = Block.fromNamespaceId("minecraft:brain_coral_wall_fan"); - Block BUBBLE_CORAL_WALL_FAN = BlockImpl.create(NamespaceID.from("minecraft:bubble_coral_wall_fan"), (short) 629, (short) 9866, (short) 9873, (short) 9866, BlockProperties.BUBBLE_CORAL_WALL_FAN.getProperties()); + Block BUBBLE_CORAL_WALL_FAN = Block.fromNamespaceId("minecraft:bubble_coral_wall_fan"); - Block FIRE_CORAL_WALL_FAN = BlockImpl.create(NamespaceID.from("minecraft:fire_coral_wall_fan"), (short) 630, (short) 9874, (short) 9881, (short) 9874, BlockProperties.FIRE_CORAL_WALL_FAN.getProperties()); + Block FIRE_CORAL_WALL_FAN = Block.fromNamespaceId("minecraft:fire_coral_wall_fan"); - Block HORN_CORAL_WALL_FAN = BlockImpl.create(NamespaceID.from("minecraft:horn_coral_wall_fan"), (short) 631, (short) 9882, (short) 9889, (short) 9882, BlockProperties.HORN_CORAL_WALL_FAN.getProperties()); + Block HORN_CORAL_WALL_FAN = Block.fromNamespaceId("minecraft:horn_coral_wall_fan"); - Block SEA_PICKLE = BlockImpl.create(NamespaceID.from("minecraft:sea_pickle"), (short) 632, (short) 9890, (short) 9897, (short) 9890, BlockProperties.SEA_PICKLE.getProperties()); + Block SEA_PICKLE = Block.fromNamespaceId("minecraft:sea_pickle"); - Block BLUE_ICE = BlockImpl.create(NamespaceID.from("minecraft:blue_ice"), (short) 633, (short) 9898, (short) 9898, (short) 9898, Collections.emptyList()); + Block BLUE_ICE = Block.fromNamespaceId("minecraft:blue_ice"); - Block CONDUIT = BlockImpl.create(NamespaceID.from("minecraft:conduit"), (short) 634, (short) 9899, (short) 9900, (short) 9899, BlockProperties.CONDUIT.getProperties()); + Block CONDUIT = Block.fromNamespaceId("minecraft:conduit"); - Block BAMBOO_SAPLING = BlockImpl.create(NamespaceID.from("minecraft:bamboo_sapling"), (short) 635, (short) 9901, (short) 9901, (short) 9901, Collections.emptyList()); + Block BAMBOO_SAPLING = Block.fromNamespaceId("minecraft:bamboo_sapling"); - Block BAMBOO = BlockImpl.create(NamespaceID.from("minecraft:bamboo"), (short) 636, (short) 9902, (short) 9913, (short) 9902, BlockProperties.BAMBOO.getProperties()); + Block BAMBOO = Block.fromNamespaceId("minecraft:bamboo"); - Block POTTED_BAMBOO = BlockImpl.create(NamespaceID.from("minecraft:potted_bamboo"), (short) 637, (short) 9914, (short) 9914, (short) 9914, Collections.emptyList()); + Block POTTED_BAMBOO = Block.fromNamespaceId("minecraft:potted_bamboo"); - Block VOID_AIR = BlockImpl.create(NamespaceID.from("minecraft:void_air"), (short) 638, (short) 9915, (short) 9915, (short) 9915, Collections.emptyList()); + Block VOID_AIR = Block.fromNamespaceId("minecraft:void_air"); - Block CAVE_AIR = BlockImpl.create(NamespaceID.from("minecraft:cave_air"), (short) 639, (short) 9916, (short) 9916, (short) 9916, Collections.emptyList()); + Block CAVE_AIR = Block.fromNamespaceId("minecraft:cave_air"); - Block BUBBLE_COLUMN = BlockImpl.create(NamespaceID.from("minecraft:bubble_column"), (short) 640, (short) 9917, (short) 9918, (short) 9917, BlockProperties.BUBBLE_COLUMN.getProperties()); + Block BUBBLE_COLUMN = Block.fromNamespaceId("minecraft:bubble_column"); - Block POLISHED_GRANITE_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:polished_granite_stairs"), (short) 641, (short) 9919, (short) 9998, (short) 9930, BlockProperties.POLISHED_GRANITE_STAIRS.getProperties()); + Block POLISHED_GRANITE_STAIRS = Block.fromNamespaceId("minecraft:polished_granite_stairs"); - Block SMOOTH_RED_SANDSTONE_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:smooth_red_sandstone_stairs"), (short) 642, (short) 9999, (short) 10078, (short) 10010, BlockProperties.SMOOTH_RED_SANDSTONE_STAIRS.getProperties()); + Block SMOOTH_RED_SANDSTONE_STAIRS = Block.fromNamespaceId("minecraft:smooth_red_sandstone_stairs"); - Block MOSSY_STONE_BRICK_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:mossy_stone_brick_stairs"), (short) 643, (short) 10079, (short) 10158, (short) 10090, BlockProperties.MOSSY_STONE_BRICK_STAIRS.getProperties()); + Block MOSSY_STONE_BRICK_STAIRS = Block.fromNamespaceId("minecraft:mossy_stone_brick_stairs"); - Block POLISHED_DIORITE_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:polished_diorite_stairs"), (short) 644, (short) 10159, (short) 10238, (short) 10170, BlockProperties.POLISHED_DIORITE_STAIRS.getProperties()); + Block POLISHED_DIORITE_STAIRS = Block.fromNamespaceId("minecraft:polished_diorite_stairs"); - Block MOSSY_COBBLESTONE_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:mossy_cobblestone_stairs"), (short) 645, (short) 10239, (short) 10318, (short) 10250, BlockProperties.MOSSY_COBBLESTONE_STAIRS.getProperties()); + Block MOSSY_COBBLESTONE_STAIRS = Block.fromNamespaceId("minecraft:mossy_cobblestone_stairs"); - Block END_STONE_BRICK_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:end_stone_brick_stairs"), (short) 646, (short) 10319, (short) 10398, (short) 10330, BlockProperties.END_STONE_BRICK_STAIRS.getProperties()); + Block END_STONE_BRICK_STAIRS = Block.fromNamespaceId("minecraft:end_stone_brick_stairs"); - Block STONE_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:stone_stairs"), (short) 647, (short) 10399, (short) 10478, (short) 10410, BlockProperties.STONE_STAIRS.getProperties()); + Block STONE_STAIRS = Block.fromNamespaceId("minecraft:stone_stairs"); - Block SMOOTH_SANDSTONE_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:smooth_sandstone_stairs"), (short) 648, (short) 10479, (short) 10558, (short) 10490, BlockProperties.SMOOTH_SANDSTONE_STAIRS.getProperties()); + Block SMOOTH_SANDSTONE_STAIRS = Block.fromNamespaceId("minecraft:smooth_sandstone_stairs"); - Block SMOOTH_QUARTZ_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:smooth_quartz_stairs"), (short) 649, (short) 10559, (short) 10638, (short) 10570, BlockProperties.SMOOTH_QUARTZ_STAIRS.getProperties()); + Block SMOOTH_QUARTZ_STAIRS = Block.fromNamespaceId("minecraft:smooth_quartz_stairs"); - Block GRANITE_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:granite_stairs"), (short) 650, (short) 10639, (short) 10718, (short) 10650, BlockProperties.GRANITE_STAIRS.getProperties()); + Block GRANITE_STAIRS = Block.fromNamespaceId("minecraft:granite_stairs"); - Block ANDESITE_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:andesite_stairs"), (short) 651, (short) 10719, (short) 10798, (short) 10730, BlockProperties.ANDESITE_STAIRS.getProperties()); + Block ANDESITE_STAIRS = Block.fromNamespaceId("minecraft:andesite_stairs"); - Block RED_NETHER_BRICK_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:red_nether_brick_stairs"), (short) 652, (short) 10799, (short) 10878, (short) 10810, BlockProperties.RED_NETHER_BRICK_STAIRS.getProperties()); + Block RED_NETHER_BRICK_STAIRS = Block.fromNamespaceId("minecraft:red_nether_brick_stairs"); - Block POLISHED_ANDESITE_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:polished_andesite_stairs"), (short) 653, (short) 10879, (short) 10958, (short) 10890, BlockProperties.POLISHED_ANDESITE_STAIRS.getProperties()); + Block POLISHED_ANDESITE_STAIRS = Block.fromNamespaceId("minecraft:polished_andesite_stairs"); - Block DIORITE_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:diorite_stairs"), (short) 654, (short) 10959, (short) 11038, (short) 10970, BlockProperties.DIORITE_STAIRS.getProperties()); + Block DIORITE_STAIRS = Block.fromNamespaceId("minecraft:diorite_stairs"); - Block POLISHED_GRANITE_SLAB = BlockImpl.create(NamespaceID.from("minecraft:polished_granite_slab"), (short) 655, (short) 11039, (short) 11044, (short) 11042, BlockProperties.POLISHED_GRANITE_SLAB.getProperties()); + Block POLISHED_GRANITE_SLAB = Block.fromNamespaceId("minecraft:polished_granite_slab"); - Block SMOOTH_RED_SANDSTONE_SLAB = BlockImpl.create(NamespaceID.from("minecraft:smooth_red_sandstone_slab"), (short) 656, (short) 11045, (short) 11050, (short) 11048, BlockProperties.SMOOTH_RED_SANDSTONE_SLAB.getProperties()); + Block SMOOTH_RED_SANDSTONE_SLAB = Block.fromNamespaceId("minecraft:smooth_red_sandstone_slab"); - Block MOSSY_STONE_BRICK_SLAB = BlockImpl.create(NamespaceID.from("minecraft:mossy_stone_brick_slab"), (short) 657, (short) 11051, (short) 11056, (short) 11054, BlockProperties.MOSSY_STONE_BRICK_SLAB.getProperties()); + Block MOSSY_STONE_BRICK_SLAB = Block.fromNamespaceId("minecraft:mossy_stone_brick_slab"); - Block POLISHED_DIORITE_SLAB = BlockImpl.create(NamespaceID.from("minecraft:polished_diorite_slab"), (short) 658, (short) 11057, (short) 11062, (short) 11060, BlockProperties.POLISHED_DIORITE_SLAB.getProperties()); + Block POLISHED_DIORITE_SLAB = Block.fromNamespaceId("minecraft:polished_diorite_slab"); - Block MOSSY_COBBLESTONE_SLAB = BlockImpl.create(NamespaceID.from("minecraft:mossy_cobblestone_slab"), (short) 659, (short) 11063, (short) 11068, (short) 11066, BlockProperties.MOSSY_COBBLESTONE_SLAB.getProperties()); + Block MOSSY_COBBLESTONE_SLAB = Block.fromNamespaceId("minecraft:mossy_cobblestone_slab"); - Block END_STONE_BRICK_SLAB = BlockImpl.create(NamespaceID.from("minecraft:end_stone_brick_slab"), (short) 660, (short) 11069, (short) 11074, (short) 11072, BlockProperties.END_STONE_BRICK_SLAB.getProperties()); + Block END_STONE_BRICK_SLAB = Block.fromNamespaceId("minecraft:end_stone_brick_slab"); - Block SMOOTH_SANDSTONE_SLAB = BlockImpl.create(NamespaceID.from("minecraft:smooth_sandstone_slab"), (short) 661, (short) 11075, (short) 11080, (short) 11078, BlockProperties.SMOOTH_SANDSTONE_SLAB.getProperties()); + Block SMOOTH_SANDSTONE_SLAB = Block.fromNamespaceId("minecraft:smooth_sandstone_slab"); - Block SMOOTH_QUARTZ_SLAB = BlockImpl.create(NamespaceID.from("minecraft:smooth_quartz_slab"), (short) 662, (short) 11081, (short) 11086, (short) 11084, BlockProperties.SMOOTH_QUARTZ_SLAB.getProperties()); + Block SMOOTH_QUARTZ_SLAB = Block.fromNamespaceId("minecraft:smooth_quartz_slab"); - Block GRANITE_SLAB = BlockImpl.create(NamespaceID.from("minecraft:granite_slab"), (short) 663, (short) 11087, (short) 11092, (short) 11090, BlockProperties.GRANITE_SLAB.getProperties()); + Block GRANITE_SLAB = Block.fromNamespaceId("minecraft:granite_slab"); - Block ANDESITE_SLAB = BlockImpl.create(NamespaceID.from("minecraft:andesite_slab"), (short) 664, (short) 11093, (short) 11098, (short) 11096, BlockProperties.ANDESITE_SLAB.getProperties()); + Block ANDESITE_SLAB = Block.fromNamespaceId("minecraft:andesite_slab"); - Block RED_NETHER_BRICK_SLAB = BlockImpl.create(NamespaceID.from("minecraft:red_nether_brick_slab"), (short) 665, (short) 11099, (short) 11104, (short) 11102, BlockProperties.RED_NETHER_BRICK_SLAB.getProperties()); + Block RED_NETHER_BRICK_SLAB = Block.fromNamespaceId("minecraft:red_nether_brick_slab"); - Block POLISHED_ANDESITE_SLAB = BlockImpl.create(NamespaceID.from("minecraft:polished_andesite_slab"), (short) 666, (short) 11105, (short) 11110, (short) 11108, BlockProperties.POLISHED_ANDESITE_SLAB.getProperties()); + Block POLISHED_ANDESITE_SLAB = Block.fromNamespaceId("minecraft:polished_andesite_slab"); - Block DIORITE_SLAB = BlockImpl.create(NamespaceID.from("minecraft:diorite_slab"), (short) 667, (short) 11111, (short) 11116, (short) 11114, BlockProperties.DIORITE_SLAB.getProperties()); + Block DIORITE_SLAB = Block.fromNamespaceId("minecraft:diorite_slab"); - Block BRICK_WALL = BlockImpl.create(NamespaceID.from("minecraft:brick_wall"), (short) 668, (short) 11117, (short) 11440, (short) 11120, BlockProperties.BRICK_WALL.getProperties()); + Block BRICK_WALL = Block.fromNamespaceId("minecraft:brick_wall"); - Block PRISMARINE_WALL = BlockImpl.create(NamespaceID.from("minecraft:prismarine_wall"), (short) 669, (short) 11441, (short) 11764, (short) 11444, BlockProperties.PRISMARINE_WALL.getProperties()); + Block PRISMARINE_WALL = Block.fromNamespaceId("minecraft:prismarine_wall"); - Block RED_SANDSTONE_WALL = BlockImpl.create(NamespaceID.from("minecraft:red_sandstone_wall"), (short) 670, (short) 11765, (short) 12088, (short) 11768, BlockProperties.RED_SANDSTONE_WALL.getProperties()); + Block RED_SANDSTONE_WALL = Block.fromNamespaceId("minecraft:red_sandstone_wall"); - Block MOSSY_STONE_BRICK_WALL = BlockImpl.create(NamespaceID.from("minecraft:mossy_stone_brick_wall"), (short) 671, (short) 12089, (short) 12412, (short) 12092, BlockProperties.MOSSY_STONE_BRICK_WALL.getProperties()); + Block MOSSY_STONE_BRICK_WALL = Block.fromNamespaceId("minecraft:mossy_stone_brick_wall"); - Block GRANITE_WALL = BlockImpl.create(NamespaceID.from("minecraft:granite_wall"), (short) 672, (short) 12413, (short) 12736, (short) 12416, BlockProperties.GRANITE_WALL.getProperties()); + Block GRANITE_WALL = Block.fromNamespaceId("minecraft:granite_wall"); - Block STONE_BRICK_WALL = BlockImpl.create(NamespaceID.from("minecraft:stone_brick_wall"), (short) 673, (short) 12737, (short) 13060, (short) 12740, BlockProperties.STONE_BRICK_WALL.getProperties()); + Block STONE_BRICK_WALL = Block.fromNamespaceId("minecraft:stone_brick_wall"); - Block NETHER_BRICK_WALL = BlockImpl.create(NamespaceID.from("minecraft:nether_brick_wall"), (short) 674, (short) 13061, (short) 13384, (short) 13064, BlockProperties.NETHER_BRICK_WALL.getProperties()); + Block NETHER_BRICK_WALL = Block.fromNamespaceId("minecraft:nether_brick_wall"); - Block ANDESITE_WALL = BlockImpl.create(NamespaceID.from("minecraft:andesite_wall"), (short) 675, (short) 13385, (short) 13708, (short) 13388, BlockProperties.ANDESITE_WALL.getProperties()); + Block ANDESITE_WALL = Block.fromNamespaceId("minecraft:andesite_wall"); - Block RED_NETHER_BRICK_WALL = BlockImpl.create(NamespaceID.from("minecraft:red_nether_brick_wall"), (short) 676, (short) 13709, (short) 14032, (short) 13712, BlockProperties.RED_NETHER_BRICK_WALL.getProperties()); + Block RED_NETHER_BRICK_WALL = Block.fromNamespaceId("minecraft:red_nether_brick_wall"); - Block SANDSTONE_WALL = BlockImpl.create(NamespaceID.from("minecraft:sandstone_wall"), (short) 677, (short) 14033, (short) 14356, (short) 14036, BlockProperties.SANDSTONE_WALL.getProperties()); + Block SANDSTONE_WALL = Block.fromNamespaceId("minecraft:sandstone_wall"); - Block END_STONE_BRICK_WALL = BlockImpl.create(NamespaceID.from("minecraft:end_stone_brick_wall"), (short) 678, (short) 14357, (short) 14680, (short) 14360, BlockProperties.END_STONE_BRICK_WALL.getProperties()); + Block END_STONE_BRICK_WALL = Block.fromNamespaceId("minecraft:end_stone_brick_wall"); - Block DIORITE_WALL = BlockImpl.create(NamespaceID.from("minecraft:diorite_wall"), (short) 679, (short) 14681, (short) 15004, (short) 14684, BlockProperties.DIORITE_WALL.getProperties()); + Block DIORITE_WALL = Block.fromNamespaceId("minecraft:diorite_wall"); - Block SCAFFOLDING = BlockImpl.create(NamespaceID.from("minecraft:scaffolding"), (short) 680, (short) 15005, (short) 15036, (short) 15036, BlockProperties.SCAFFOLDING.getProperties()); + Block SCAFFOLDING = Block.fromNamespaceId("minecraft:scaffolding"); - Block LOOM = BlockImpl.create(NamespaceID.from("minecraft:loom"), (short) 681, (short) 15037, (short) 15040, (short) 15037, BlockProperties.LOOM.getProperties()); + Block LOOM = Block.fromNamespaceId("minecraft:loom"); - Block BARREL = BlockImpl.create(NamespaceID.from("minecraft:barrel"), (short) 682, (short) 15041, (short) 15052, (short) 15042, BlockProperties.BARREL.getProperties()); + Block BARREL = Block.fromNamespaceId("minecraft:barrel"); - Block SMOKER = BlockImpl.create(NamespaceID.from("minecraft:smoker"), (short) 683, (short) 15053, (short) 15060, (short) 15054, BlockProperties.SMOKER.getProperties()); + Block SMOKER = Block.fromNamespaceId("minecraft:smoker"); - Block BLAST_FURNACE = BlockImpl.create(NamespaceID.from("minecraft:blast_furnace"), (short) 684, (short) 15061, (short) 15068, (short) 15062, BlockProperties.BLAST_FURNACE.getProperties()); + Block BLAST_FURNACE = Block.fromNamespaceId("minecraft:blast_furnace"); - Block CARTOGRAPHY_TABLE = BlockImpl.create(NamespaceID.from("minecraft:cartography_table"), (short) 685, (short) 15069, (short) 15069, (short) 15069, Collections.emptyList()); + Block CARTOGRAPHY_TABLE = Block.fromNamespaceId("minecraft:cartography_table"); - Block FLETCHING_TABLE = BlockImpl.create(NamespaceID.from("minecraft:fletching_table"), (short) 686, (short) 15070, (short) 15070, (short) 15070, Collections.emptyList()); + Block FLETCHING_TABLE = Block.fromNamespaceId("minecraft:fletching_table"); - Block GRINDSTONE = BlockImpl.create(NamespaceID.from("minecraft:grindstone"), (short) 687, (short) 15071, (short) 15082, (short) 15075, BlockProperties.GRINDSTONE.getProperties()); + Block GRINDSTONE = Block.fromNamespaceId("minecraft:grindstone"); - Block LECTERN = BlockImpl.create(NamespaceID.from("minecraft:lectern"), (short) 688, (short) 15083, (short) 15098, (short) 15086, BlockProperties.LECTERN.getProperties()); + Block LECTERN = Block.fromNamespaceId("minecraft:lectern"); - Block SMITHING_TABLE = BlockImpl.create(NamespaceID.from("minecraft:smithing_table"), (short) 689, (short) 15099, (short) 15099, (short) 15099, Collections.emptyList()); + Block SMITHING_TABLE = Block.fromNamespaceId("minecraft:smithing_table"); - Block STONECUTTER = BlockImpl.create(NamespaceID.from("minecraft:stonecutter"), (short) 690, (short) 15100, (short) 15103, (short) 15100, BlockProperties.STONECUTTER.getProperties()); + Block STONECUTTER = Block.fromNamespaceId("minecraft:stonecutter"); - Block BELL = BlockImpl.create(NamespaceID.from("minecraft:bell"), (short) 691, (short) 15104, (short) 15135, (short) 15105, BlockProperties.BELL.getProperties()); + Block BELL = Block.fromNamespaceId("minecraft:bell"); - Block LANTERN = BlockImpl.create(NamespaceID.from("minecraft:lantern"), (short) 692, (short) 15136, (short) 15139, (short) 15139, BlockProperties.LANTERN.getProperties()); + Block LANTERN = Block.fromNamespaceId("minecraft:lantern"); - Block SOUL_LANTERN = BlockImpl.create(NamespaceID.from("minecraft:soul_lantern"), (short) 693, (short) 15140, (short) 15143, (short) 15143, BlockProperties.SOUL_LANTERN.getProperties()); + Block SOUL_LANTERN = Block.fromNamespaceId("minecraft:soul_lantern"); - Block CAMPFIRE = BlockImpl.create(NamespaceID.from("minecraft:campfire"), (short) 694, (short) 15144, (short) 15175, (short) 15147, BlockProperties.CAMPFIRE.getProperties()); + Block CAMPFIRE = Block.fromNamespaceId("minecraft:campfire"); - Block SOUL_CAMPFIRE = BlockImpl.create(NamespaceID.from("minecraft:soul_campfire"), (short) 695, (short) 15176, (short) 15207, (short) 15179, BlockProperties.SOUL_CAMPFIRE.getProperties()); + Block SOUL_CAMPFIRE = Block.fromNamespaceId("minecraft:soul_campfire"); - Block SWEET_BERRY_BUSH = BlockImpl.create(NamespaceID.from("minecraft:sweet_berry_bush"), (short) 696, (short) 15208, (short) 15211, (short) 15208, BlockProperties.SWEET_BERRY_BUSH.getProperties()); + Block SWEET_BERRY_BUSH = Block.fromNamespaceId("minecraft:sweet_berry_bush"); - Block WARPED_STEM = BlockImpl.create(NamespaceID.from("minecraft:warped_stem"), (short) 697, (short) 15212, (short) 15214, (short) 15213, BlockProperties.WARPED_STEM.getProperties()); + Block WARPED_STEM = Block.fromNamespaceId("minecraft:warped_stem"); - Block STRIPPED_WARPED_STEM = BlockImpl.create(NamespaceID.from("minecraft:stripped_warped_stem"), (short) 698, (short) 15215, (short) 15217, (short) 15216, BlockProperties.STRIPPED_WARPED_STEM.getProperties()); + Block STRIPPED_WARPED_STEM = Block.fromNamespaceId("minecraft:stripped_warped_stem"); - Block WARPED_HYPHAE = BlockImpl.create(NamespaceID.from("minecraft:warped_hyphae"), (short) 699, (short) 15218, (short) 15220, (short) 15219, BlockProperties.WARPED_HYPHAE.getProperties()); + Block WARPED_HYPHAE = Block.fromNamespaceId("minecraft:warped_hyphae"); - Block STRIPPED_WARPED_HYPHAE = BlockImpl.create(NamespaceID.from("minecraft:stripped_warped_hyphae"), (short) 700, (short) 15221, (short) 15223, (short) 15222, BlockProperties.STRIPPED_WARPED_HYPHAE.getProperties()); + Block STRIPPED_WARPED_HYPHAE = Block.fromNamespaceId("minecraft:stripped_warped_hyphae"); - Block WARPED_NYLIUM = BlockImpl.create(NamespaceID.from("minecraft:warped_nylium"), (short) 701, (short) 15224, (short) 15224, (short) 15224, Collections.emptyList()); + Block WARPED_NYLIUM = Block.fromNamespaceId("minecraft:warped_nylium"); - Block WARPED_FUNGUS = BlockImpl.create(NamespaceID.from("minecraft:warped_fungus"), (short) 702, (short) 15225, (short) 15225, (short) 15225, Collections.emptyList()); + Block WARPED_FUNGUS = Block.fromNamespaceId("minecraft:warped_fungus"); - Block WARPED_WART_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:warped_wart_block"), (short) 703, (short) 15226, (short) 15226, (short) 15226, Collections.emptyList()); + Block WARPED_WART_BLOCK = Block.fromNamespaceId("minecraft:warped_wart_block"); - Block WARPED_ROOTS = BlockImpl.create(NamespaceID.from("minecraft:warped_roots"), (short) 704, (short) 15227, (short) 15227, (short) 15227, Collections.emptyList()); + Block WARPED_ROOTS = Block.fromNamespaceId("minecraft:warped_roots"); - Block NETHER_SPROUTS = BlockImpl.create(NamespaceID.from("minecraft:nether_sprouts"), (short) 705, (short) 15228, (short) 15228, (short) 15228, Collections.emptyList()); + Block NETHER_SPROUTS = Block.fromNamespaceId("minecraft:nether_sprouts"); - Block CRIMSON_STEM = BlockImpl.create(NamespaceID.from("minecraft:crimson_stem"), (short) 706, (short) 15229, (short) 15231, (short) 15230, BlockProperties.CRIMSON_STEM.getProperties()); + Block CRIMSON_STEM = Block.fromNamespaceId("minecraft:crimson_stem"); - Block STRIPPED_CRIMSON_STEM = BlockImpl.create(NamespaceID.from("minecraft:stripped_crimson_stem"), (short) 707, (short) 15232, (short) 15234, (short) 15233, BlockProperties.STRIPPED_CRIMSON_STEM.getProperties()); + Block STRIPPED_CRIMSON_STEM = Block.fromNamespaceId("minecraft:stripped_crimson_stem"); - Block CRIMSON_HYPHAE = BlockImpl.create(NamespaceID.from("minecraft:crimson_hyphae"), (short) 708, (short) 15235, (short) 15237, (short) 15236, BlockProperties.CRIMSON_HYPHAE.getProperties()); + Block CRIMSON_HYPHAE = Block.fromNamespaceId("minecraft:crimson_hyphae"); - Block STRIPPED_CRIMSON_HYPHAE = BlockImpl.create(NamespaceID.from("minecraft:stripped_crimson_hyphae"), (short) 709, (short) 15238, (short) 15240, (short) 15239, BlockProperties.STRIPPED_CRIMSON_HYPHAE.getProperties()); + Block STRIPPED_CRIMSON_HYPHAE = Block.fromNamespaceId("minecraft:stripped_crimson_hyphae"); - Block CRIMSON_NYLIUM = BlockImpl.create(NamespaceID.from("minecraft:crimson_nylium"), (short) 710, (short) 15241, (short) 15241, (short) 15241, Collections.emptyList()); + Block CRIMSON_NYLIUM = Block.fromNamespaceId("minecraft:crimson_nylium"); - Block CRIMSON_FUNGUS = BlockImpl.create(NamespaceID.from("minecraft:crimson_fungus"), (short) 711, (short) 15242, (short) 15242, (short) 15242, Collections.emptyList()); + Block CRIMSON_FUNGUS = Block.fromNamespaceId("minecraft:crimson_fungus"); - Block SHROOMLIGHT = BlockImpl.create(NamespaceID.from("minecraft:shroomlight"), (short) 712, (short) 15243, (short) 15243, (short) 15243, Collections.emptyList()); + Block SHROOMLIGHT = Block.fromNamespaceId("minecraft:shroomlight"); - Block WEEPING_VINES = BlockImpl.create(NamespaceID.from("minecraft:weeping_vines"), (short) 713, (short) 15244, (short) 15269, (short) 15244, BlockProperties.WEEPING_VINES.getProperties()); + Block WEEPING_VINES = Block.fromNamespaceId("minecraft:weeping_vines"); - Block WEEPING_VINES_PLANT = BlockImpl.create(NamespaceID.from("minecraft:weeping_vines_plant"), (short) 714, (short) 15270, (short) 15270, (short) 15270, Collections.emptyList()); + Block WEEPING_VINES_PLANT = Block.fromNamespaceId("minecraft:weeping_vines_plant"); - Block TWISTING_VINES = BlockImpl.create(NamespaceID.from("minecraft:twisting_vines"), (short) 715, (short) 15271, (short) 15296, (short) 15271, BlockProperties.TWISTING_VINES.getProperties()); + Block TWISTING_VINES = Block.fromNamespaceId("minecraft:twisting_vines"); - Block TWISTING_VINES_PLANT = BlockImpl.create(NamespaceID.from("minecraft:twisting_vines_plant"), (short) 716, (short) 15297, (short) 15297, (short) 15297, Collections.emptyList()); + Block TWISTING_VINES_PLANT = Block.fromNamespaceId("minecraft:twisting_vines_plant"); - Block CRIMSON_ROOTS = BlockImpl.create(NamespaceID.from("minecraft:crimson_roots"), (short) 717, (short) 15298, (short) 15298, (short) 15298, Collections.emptyList()); + Block CRIMSON_ROOTS = Block.fromNamespaceId("minecraft:crimson_roots"); - Block CRIMSON_PLANKS = BlockImpl.create(NamespaceID.from("minecraft:crimson_planks"), (short) 718, (short) 15299, (short) 15299, (short) 15299, Collections.emptyList()); + Block CRIMSON_PLANKS = Block.fromNamespaceId("minecraft:crimson_planks"); - Block WARPED_PLANKS = BlockImpl.create(NamespaceID.from("minecraft:warped_planks"), (short) 719, (short) 15300, (short) 15300, (short) 15300, Collections.emptyList()); + Block WARPED_PLANKS = Block.fromNamespaceId("minecraft:warped_planks"); - Block CRIMSON_SLAB = BlockImpl.create(NamespaceID.from("minecraft:crimson_slab"), (short) 720, (short) 15301, (short) 15306, (short) 15304, BlockProperties.CRIMSON_SLAB.getProperties()); + Block CRIMSON_SLAB = Block.fromNamespaceId("minecraft:crimson_slab"); - Block WARPED_SLAB = BlockImpl.create(NamespaceID.from("minecraft:warped_slab"), (short) 721, (short) 15307, (short) 15312, (short) 15310, BlockProperties.WARPED_SLAB.getProperties()); + Block WARPED_SLAB = Block.fromNamespaceId("minecraft:warped_slab"); - Block CRIMSON_PRESSURE_PLATE = BlockImpl.create(NamespaceID.from("minecraft:crimson_pressure_plate"), (short) 722, (short) 15313, (short) 15314, (short) 15314, BlockProperties.CRIMSON_PRESSURE_PLATE.getProperties()); + Block CRIMSON_PRESSURE_PLATE = Block.fromNamespaceId("minecraft:crimson_pressure_plate"); - Block WARPED_PRESSURE_PLATE = BlockImpl.create(NamespaceID.from("minecraft:warped_pressure_plate"), (short) 723, (short) 15315, (short) 15316, (short) 15316, BlockProperties.WARPED_PRESSURE_PLATE.getProperties()); + Block WARPED_PRESSURE_PLATE = Block.fromNamespaceId("minecraft:warped_pressure_plate"); - Block CRIMSON_FENCE = BlockImpl.create(NamespaceID.from("minecraft:crimson_fence"), (short) 724, (short) 15317, (short) 15348, (short) 15348, BlockProperties.CRIMSON_FENCE.getProperties()); + Block CRIMSON_FENCE = Block.fromNamespaceId("minecraft:crimson_fence"); - Block WARPED_FENCE = BlockImpl.create(NamespaceID.from("minecraft:warped_fence"), (short) 725, (short) 15349, (short) 15380, (short) 15380, BlockProperties.WARPED_FENCE.getProperties()); + Block WARPED_FENCE = Block.fromNamespaceId("minecraft:warped_fence"); - Block CRIMSON_TRAPDOOR = BlockImpl.create(NamespaceID.from("minecraft:crimson_trapdoor"), (short) 726, (short) 15381, (short) 15444, (short) 15396, BlockProperties.CRIMSON_TRAPDOOR.getProperties()); + Block CRIMSON_TRAPDOOR = Block.fromNamespaceId("minecraft:crimson_trapdoor"); - Block WARPED_TRAPDOOR = BlockImpl.create(NamespaceID.from("minecraft:warped_trapdoor"), (short) 727, (short) 15445, (short) 15508, (short) 15460, BlockProperties.WARPED_TRAPDOOR.getProperties()); + Block WARPED_TRAPDOOR = Block.fromNamespaceId("minecraft:warped_trapdoor"); - Block CRIMSON_FENCE_GATE = BlockImpl.create(NamespaceID.from("minecraft:crimson_fence_gate"), (short) 728, (short) 15509, (short) 15540, (short) 15516, BlockProperties.CRIMSON_FENCE_GATE.getProperties()); + Block CRIMSON_FENCE_GATE = Block.fromNamespaceId("minecraft:crimson_fence_gate"); - Block WARPED_FENCE_GATE = BlockImpl.create(NamespaceID.from("minecraft:warped_fence_gate"), (short) 729, (short) 15541, (short) 15572, (short) 15548, BlockProperties.WARPED_FENCE_GATE.getProperties()); + Block WARPED_FENCE_GATE = Block.fromNamespaceId("minecraft:warped_fence_gate"); - Block CRIMSON_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:crimson_stairs"), (short) 730, (short) 15573, (short) 15652, (short) 15584, BlockProperties.CRIMSON_STAIRS.getProperties()); + Block CRIMSON_STAIRS = Block.fromNamespaceId("minecraft:crimson_stairs"); - Block WARPED_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:warped_stairs"), (short) 731, (short) 15653, (short) 15732, (short) 15664, BlockProperties.WARPED_STAIRS.getProperties()); + Block WARPED_STAIRS = Block.fromNamespaceId("minecraft:warped_stairs"); - Block CRIMSON_BUTTON = BlockImpl.create(NamespaceID.from("minecraft:crimson_button"), (short) 732, (short) 15733, (short) 15756, (short) 15742, BlockProperties.CRIMSON_BUTTON.getProperties()); + Block CRIMSON_BUTTON = Block.fromNamespaceId("minecraft:crimson_button"); - Block WARPED_BUTTON = BlockImpl.create(NamespaceID.from("minecraft:warped_button"), (short) 733, (short) 15757, (short) 15780, (short) 15766, BlockProperties.WARPED_BUTTON.getProperties()); + Block WARPED_BUTTON = Block.fromNamespaceId("minecraft:warped_button"); - Block CRIMSON_DOOR = BlockImpl.create(NamespaceID.from("minecraft:crimson_door"), (short) 734, (short) 15781, (short) 15844, (short) 15792, BlockProperties.CRIMSON_DOOR.getProperties()); + Block CRIMSON_DOOR = Block.fromNamespaceId("minecraft:crimson_door"); - Block WARPED_DOOR = BlockImpl.create(NamespaceID.from("minecraft:warped_door"), (short) 735, (short) 15845, (short) 15908, (short) 15856, BlockProperties.WARPED_DOOR.getProperties()); + Block WARPED_DOOR = Block.fromNamespaceId("minecraft:warped_door"); - Block CRIMSON_SIGN = BlockImpl.create(NamespaceID.from("minecraft:crimson_sign"), (short) 736, (short) 15909, (short) 15940, (short) 15910, BlockProperties.CRIMSON_SIGN.getProperties()); + Block CRIMSON_SIGN = Block.fromNamespaceId("minecraft:crimson_sign"); - Block WARPED_SIGN = BlockImpl.create(NamespaceID.from("minecraft:warped_sign"), (short) 737, (short) 15941, (short) 15972, (short) 15942, BlockProperties.WARPED_SIGN.getProperties()); + Block WARPED_SIGN = Block.fromNamespaceId("minecraft:warped_sign"); - Block CRIMSON_WALL_SIGN = BlockImpl.create(NamespaceID.from("minecraft:crimson_wall_sign"), (short) 738, (short) 15973, (short) 15980, (short) 15974, BlockProperties.CRIMSON_WALL_SIGN.getProperties()); + Block CRIMSON_WALL_SIGN = Block.fromNamespaceId("minecraft:crimson_wall_sign"); - Block WARPED_WALL_SIGN = BlockImpl.create(NamespaceID.from("minecraft:warped_wall_sign"), (short) 739, (short) 15981, (short) 15988, (short) 15982, BlockProperties.WARPED_WALL_SIGN.getProperties()); + Block WARPED_WALL_SIGN = Block.fromNamespaceId("minecraft:warped_wall_sign"); - Block STRUCTURE_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:structure_block"), (short) 740, (short) 15989, (short) 15992, (short) 15990, BlockProperties.STRUCTURE_BLOCK.getProperties()); + Block STRUCTURE_BLOCK = Block.fromNamespaceId("minecraft:structure_block"); - Block JIGSAW = BlockImpl.create(NamespaceID.from("minecraft:jigsaw"), (short) 741, (short) 15993, (short) 16004, (short) 16003, BlockProperties.JIGSAW.getProperties()); + Block JIGSAW = Block.fromNamespaceId("minecraft:jigsaw"); - Block COMPOSTER = BlockImpl.create(NamespaceID.from("minecraft:composter"), (short) 742, (short) 16005, (short) 16013, (short) 16005, BlockProperties.COMPOSTER.getProperties()); + Block COMPOSTER = Block.fromNamespaceId("minecraft:composter"); - Block TARGET = BlockImpl.create(NamespaceID.from("minecraft:target"), (short) 743, (short) 16014, (short) 16029, (short) 16014, BlockProperties.TARGET.getProperties()); + Block TARGET = Block.fromNamespaceId("minecraft:target"); - Block BEE_NEST = BlockImpl.create(NamespaceID.from("minecraft:bee_nest"), (short) 744, (short) 16030, (short) 16053, (short) 16030, BlockProperties.BEE_NEST.getProperties()); + Block BEE_NEST = Block.fromNamespaceId("minecraft:bee_nest"); - Block BEEHIVE = BlockImpl.create(NamespaceID.from("minecraft:beehive"), (short) 745, (short) 16054, (short) 16077, (short) 16054, BlockProperties.BEEHIVE.getProperties()); + Block BEEHIVE = Block.fromNamespaceId("minecraft:beehive"); - Block HONEY_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:honey_block"), (short) 746, (short) 16078, (short) 16078, (short) 16078, Collections.emptyList()); + Block HONEY_BLOCK = Block.fromNamespaceId("minecraft:honey_block"); - Block HONEYCOMB_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:honeycomb_block"), (short) 747, (short) 16079, (short) 16079, (short) 16079, Collections.emptyList()); + Block HONEYCOMB_BLOCK = Block.fromNamespaceId("minecraft:honeycomb_block"); - Block NETHERITE_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:netherite_block"), (short) 748, (short) 16080, (short) 16080, (short) 16080, Collections.emptyList()); + Block NETHERITE_BLOCK = Block.fromNamespaceId("minecraft:netherite_block"); - Block ANCIENT_DEBRIS = BlockImpl.create(NamespaceID.from("minecraft:ancient_debris"), (short) 749, (short) 16081, (short) 16081, (short) 16081, Collections.emptyList()); + Block ANCIENT_DEBRIS = Block.fromNamespaceId("minecraft:ancient_debris"); - Block CRYING_OBSIDIAN = BlockImpl.create(NamespaceID.from("minecraft:crying_obsidian"), (short) 750, (short) 16082, (short) 16082, (short) 16082, Collections.emptyList()); + Block CRYING_OBSIDIAN = Block.fromNamespaceId("minecraft:crying_obsidian"); - Block RESPAWN_ANCHOR = BlockImpl.create(NamespaceID.from("minecraft:respawn_anchor"), (short) 751, (short) 16083, (short) 16087, (short) 16083, BlockProperties.RESPAWN_ANCHOR.getProperties()); + Block RESPAWN_ANCHOR = Block.fromNamespaceId("minecraft:respawn_anchor"); - Block POTTED_CRIMSON_FUNGUS = BlockImpl.create(NamespaceID.from("minecraft:potted_crimson_fungus"), (short) 752, (short) 16088, (short) 16088, (short) 16088, Collections.emptyList()); + Block POTTED_CRIMSON_FUNGUS = Block.fromNamespaceId("minecraft:potted_crimson_fungus"); - Block POTTED_WARPED_FUNGUS = BlockImpl.create(NamespaceID.from("minecraft:potted_warped_fungus"), (short) 753, (short) 16089, (short) 16089, (short) 16089, Collections.emptyList()); + Block POTTED_WARPED_FUNGUS = Block.fromNamespaceId("minecraft:potted_warped_fungus"); - Block POTTED_CRIMSON_ROOTS = BlockImpl.create(NamespaceID.from("minecraft:potted_crimson_roots"), (short) 754, (short) 16090, (short) 16090, (short) 16090, Collections.emptyList()); + Block POTTED_CRIMSON_ROOTS = Block.fromNamespaceId("minecraft:potted_crimson_roots"); - Block POTTED_WARPED_ROOTS = BlockImpl.create(NamespaceID.from("minecraft:potted_warped_roots"), (short) 755, (short) 16091, (short) 16091, (short) 16091, Collections.emptyList()); + Block POTTED_WARPED_ROOTS = Block.fromNamespaceId("minecraft:potted_warped_roots"); - Block LODESTONE = BlockImpl.create(NamespaceID.from("minecraft:lodestone"), (short) 756, (short) 16092, (short) 16092, (short) 16092, Collections.emptyList()); + Block LODESTONE = Block.fromNamespaceId("minecraft:lodestone"); - Block BLACKSTONE = BlockImpl.create(NamespaceID.from("minecraft:blackstone"), (short) 757, (short) 16093, (short) 16093, (short) 16093, Collections.emptyList()); + Block BLACKSTONE = Block.fromNamespaceId("minecraft:blackstone"); - Block BLACKSTONE_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:blackstone_stairs"), (short) 758, (short) 16094, (short) 16173, (short) 16105, BlockProperties.BLACKSTONE_STAIRS.getProperties()); + Block BLACKSTONE_STAIRS = Block.fromNamespaceId("minecraft:blackstone_stairs"); - Block BLACKSTONE_WALL = BlockImpl.create(NamespaceID.from("minecraft:blackstone_wall"), (short) 759, (short) 16174, (short) 16497, (short) 16177, BlockProperties.BLACKSTONE_WALL.getProperties()); + Block BLACKSTONE_WALL = Block.fromNamespaceId("minecraft:blackstone_wall"); - Block BLACKSTONE_SLAB = BlockImpl.create(NamespaceID.from("minecraft:blackstone_slab"), (short) 760, (short) 16498, (short) 16503, (short) 16501, BlockProperties.BLACKSTONE_SLAB.getProperties()); + Block BLACKSTONE_SLAB = Block.fromNamespaceId("minecraft:blackstone_slab"); - Block POLISHED_BLACKSTONE = BlockImpl.create(NamespaceID.from("minecraft:polished_blackstone"), (short) 761, (short) 16504, (short) 16504, (short) 16504, Collections.emptyList()); + Block POLISHED_BLACKSTONE = Block.fromNamespaceId("minecraft:polished_blackstone"); - Block POLISHED_BLACKSTONE_BRICKS = BlockImpl.create(NamespaceID.from("minecraft:polished_blackstone_bricks"), (short) 762, (short) 16505, (short) 16505, (short) 16505, Collections.emptyList()); + Block POLISHED_BLACKSTONE_BRICKS = Block.fromNamespaceId("minecraft:polished_blackstone_bricks"); - Block CRACKED_POLISHED_BLACKSTONE_BRICKS = BlockImpl.create(NamespaceID.from("minecraft:cracked_polished_blackstone_bricks"), (short) 763, (short) 16506, (short) 16506, (short) 16506, Collections.emptyList()); + Block CRACKED_POLISHED_BLACKSTONE_BRICKS = Block.fromNamespaceId("minecraft:cracked_polished_blackstone_bricks"); - Block CHISELED_POLISHED_BLACKSTONE = BlockImpl.create(NamespaceID.from("minecraft:chiseled_polished_blackstone"), (short) 764, (short) 16507, (short) 16507, (short) 16507, Collections.emptyList()); + Block CHISELED_POLISHED_BLACKSTONE = Block.fromNamespaceId("minecraft:chiseled_polished_blackstone"); - Block POLISHED_BLACKSTONE_BRICK_SLAB = BlockImpl.create(NamespaceID.from("minecraft:polished_blackstone_brick_slab"), (short) 765, (short) 16508, (short) 16513, (short) 16511, BlockProperties.POLISHED_BLACKSTONE_BRICK_SLAB.getProperties()); + Block POLISHED_BLACKSTONE_BRICK_SLAB = Block.fromNamespaceId("minecraft:polished_blackstone_brick_slab"); - Block POLISHED_BLACKSTONE_BRICK_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:polished_blackstone_brick_stairs"), (short) 766, (short) 16514, (short) 16593, (short) 16525, BlockProperties.POLISHED_BLACKSTONE_BRICK_STAIRS.getProperties()); + Block POLISHED_BLACKSTONE_BRICK_STAIRS = Block.fromNamespaceId("minecraft:polished_blackstone_brick_stairs"); - Block POLISHED_BLACKSTONE_BRICK_WALL = BlockImpl.create(NamespaceID.from("minecraft:polished_blackstone_brick_wall"), (short) 767, (short) 16594, (short) 16917, (short) 16597, BlockProperties.POLISHED_BLACKSTONE_BRICK_WALL.getProperties()); + Block POLISHED_BLACKSTONE_BRICK_WALL = Block.fromNamespaceId("minecraft:polished_blackstone_brick_wall"); - Block GILDED_BLACKSTONE = BlockImpl.create(NamespaceID.from("minecraft:gilded_blackstone"), (short) 768, (short) 16918, (short) 16918, (short) 16918, Collections.emptyList()); + Block GILDED_BLACKSTONE = Block.fromNamespaceId("minecraft:gilded_blackstone"); - Block POLISHED_BLACKSTONE_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:polished_blackstone_stairs"), (short) 769, (short) 16919, (short) 16998, (short) 16930, BlockProperties.POLISHED_BLACKSTONE_STAIRS.getProperties()); + Block POLISHED_BLACKSTONE_STAIRS = Block.fromNamespaceId("minecraft:polished_blackstone_stairs"); - Block POLISHED_BLACKSTONE_SLAB = BlockImpl.create(NamespaceID.from("minecraft:polished_blackstone_slab"), (short) 770, (short) 16999, (short) 17004, (short) 17002, BlockProperties.POLISHED_BLACKSTONE_SLAB.getProperties()); + Block POLISHED_BLACKSTONE_SLAB = Block.fromNamespaceId("minecraft:polished_blackstone_slab"); - Block POLISHED_BLACKSTONE_PRESSURE_PLATE = BlockImpl.create(NamespaceID.from("minecraft:polished_blackstone_pressure_plate"), (short) 771, (short) 17005, (short) 17006, (short) 17006, BlockProperties.POLISHED_BLACKSTONE_PRESSURE_PLATE.getProperties()); + Block POLISHED_BLACKSTONE_PRESSURE_PLATE = Block.fromNamespaceId("minecraft:polished_blackstone_pressure_plate"); - Block POLISHED_BLACKSTONE_BUTTON = BlockImpl.create(NamespaceID.from("minecraft:polished_blackstone_button"), (short) 772, (short) 17007, (short) 17030, (short) 17016, BlockProperties.POLISHED_BLACKSTONE_BUTTON.getProperties()); + Block POLISHED_BLACKSTONE_BUTTON = Block.fromNamespaceId("minecraft:polished_blackstone_button"); - Block POLISHED_BLACKSTONE_WALL = BlockImpl.create(NamespaceID.from("minecraft:polished_blackstone_wall"), (short) 773, (short) 17031, (short) 17354, (short) 17034, BlockProperties.POLISHED_BLACKSTONE_WALL.getProperties()); + Block POLISHED_BLACKSTONE_WALL = Block.fromNamespaceId("minecraft:polished_blackstone_wall"); - Block CHISELED_NETHER_BRICKS = BlockImpl.create(NamespaceID.from("minecraft:chiseled_nether_bricks"), (short) 774, (short) 17355, (short) 17355, (short) 17355, Collections.emptyList()); + Block CHISELED_NETHER_BRICKS = Block.fromNamespaceId("minecraft:chiseled_nether_bricks"); - Block CRACKED_NETHER_BRICKS = BlockImpl.create(NamespaceID.from("minecraft:cracked_nether_bricks"), (short) 775, (short) 17356, (short) 17356, (short) 17356, Collections.emptyList()); + Block CRACKED_NETHER_BRICKS = Block.fromNamespaceId("minecraft:cracked_nether_bricks"); - Block QUARTZ_BRICKS = BlockImpl.create(NamespaceID.from("minecraft:quartz_bricks"), (short) 776, (short) 17357, (short) 17357, (short) 17357, Collections.emptyList()); + Block QUARTZ_BRICKS = Block.fromNamespaceId("minecraft:quartz_bricks"); - Block CANDLE = BlockImpl.create(NamespaceID.from("minecraft:candle"), (short) 777, (short) 17358, (short) 17373, (short) 17361, BlockProperties.CANDLE.getProperties()); + Block CANDLE = Block.fromNamespaceId("minecraft:candle"); - Block WHITE_CANDLE = BlockImpl.create(NamespaceID.from("minecraft:white_candle"), (short) 778, (short) 17374, (short) 17389, (short) 17377, BlockProperties.WHITE_CANDLE.getProperties()); + Block WHITE_CANDLE = Block.fromNamespaceId("minecraft:white_candle"); - Block ORANGE_CANDLE = BlockImpl.create(NamespaceID.from("minecraft:orange_candle"), (short) 779, (short) 17390, (short) 17405, (short) 17393, BlockProperties.ORANGE_CANDLE.getProperties()); + Block ORANGE_CANDLE = Block.fromNamespaceId("minecraft:orange_candle"); - Block MAGENTA_CANDLE = BlockImpl.create(NamespaceID.from("minecraft:magenta_candle"), (short) 780, (short) 17406, (short) 17421, (short) 17409, BlockProperties.MAGENTA_CANDLE.getProperties()); + Block MAGENTA_CANDLE = Block.fromNamespaceId("minecraft:magenta_candle"); - Block LIGHT_BLUE_CANDLE = BlockImpl.create(NamespaceID.from("minecraft:light_blue_candle"), (short) 781, (short) 17422, (short) 17437, (short) 17425, BlockProperties.LIGHT_BLUE_CANDLE.getProperties()); + Block LIGHT_BLUE_CANDLE = Block.fromNamespaceId("minecraft:light_blue_candle"); - Block YELLOW_CANDLE = BlockImpl.create(NamespaceID.from("minecraft:yellow_candle"), (short) 782, (short) 17438, (short) 17453, (short) 17441, BlockProperties.YELLOW_CANDLE.getProperties()); + Block YELLOW_CANDLE = Block.fromNamespaceId("minecraft:yellow_candle"); - Block LIME_CANDLE = BlockImpl.create(NamespaceID.from("minecraft:lime_candle"), (short) 783, (short) 17454, (short) 17469, (short) 17457, BlockProperties.LIME_CANDLE.getProperties()); + Block LIME_CANDLE = Block.fromNamespaceId("minecraft:lime_candle"); - Block PINK_CANDLE = BlockImpl.create(NamespaceID.from("minecraft:pink_candle"), (short) 784, (short) 17470, (short) 17485, (short) 17473, BlockProperties.PINK_CANDLE.getProperties()); + Block PINK_CANDLE = Block.fromNamespaceId("minecraft:pink_candle"); - Block GRAY_CANDLE = BlockImpl.create(NamespaceID.from("minecraft:gray_candle"), (short) 785, (short) 17486, (short) 17501, (short) 17489, BlockProperties.GRAY_CANDLE.getProperties()); + Block GRAY_CANDLE = Block.fromNamespaceId("minecraft:gray_candle"); - Block LIGHT_GRAY_CANDLE = BlockImpl.create(NamespaceID.from("minecraft:light_gray_candle"), (short) 786, (short) 17502, (short) 17517, (short) 17505, BlockProperties.LIGHT_GRAY_CANDLE.getProperties()); + Block LIGHT_GRAY_CANDLE = Block.fromNamespaceId("minecraft:light_gray_candle"); - Block CYAN_CANDLE = BlockImpl.create(NamespaceID.from("minecraft:cyan_candle"), (short) 787, (short) 17518, (short) 17533, (short) 17521, BlockProperties.CYAN_CANDLE.getProperties()); + Block CYAN_CANDLE = Block.fromNamespaceId("minecraft:cyan_candle"); - Block PURPLE_CANDLE = BlockImpl.create(NamespaceID.from("minecraft:purple_candle"), (short) 788, (short) 17534, (short) 17549, (short) 17537, BlockProperties.PURPLE_CANDLE.getProperties()); + Block PURPLE_CANDLE = Block.fromNamespaceId("minecraft:purple_candle"); - Block BLUE_CANDLE = BlockImpl.create(NamespaceID.from("minecraft:blue_candle"), (short) 789, (short) 17550, (short) 17565, (short) 17553, BlockProperties.BLUE_CANDLE.getProperties()); + Block BLUE_CANDLE = Block.fromNamespaceId("minecraft:blue_candle"); - Block BROWN_CANDLE = BlockImpl.create(NamespaceID.from("minecraft:brown_candle"), (short) 790, (short) 17566, (short) 17581, (short) 17569, BlockProperties.BROWN_CANDLE.getProperties()); + Block BROWN_CANDLE = Block.fromNamespaceId("minecraft:brown_candle"); - Block GREEN_CANDLE = BlockImpl.create(NamespaceID.from("minecraft:green_candle"), (short) 791, (short) 17582, (short) 17597, (short) 17585, BlockProperties.GREEN_CANDLE.getProperties()); + Block GREEN_CANDLE = Block.fromNamespaceId("minecraft:green_candle"); - Block RED_CANDLE = BlockImpl.create(NamespaceID.from("minecraft:red_candle"), (short) 792, (short) 17598, (short) 17613, (short) 17601, BlockProperties.RED_CANDLE.getProperties()); + Block RED_CANDLE = Block.fromNamespaceId("minecraft:red_candle"); - Block BLACK_CANDLE = BlockImpl.create(NamespaceID.from("minecraft:black_candle"), (short) 793, (short) 17614, (short) 17629, (short) 17617, BlockProperties.BLACK_CANDLE.getProperties()); + Block BLACK_CANDLE = Block.fromNamespaceId("minecraft:black_candle"); - Block CANDLE_CAKE = BlockImpl.create(NamespaceID.from("minecraft:candle_cake"), (short) 794, (short) 17630, (short) 17631, (short) 17631, BlockProperties.CANDLE_CAKE.getProperties()); + Block CANDLE_CAKE = Block.fromNamespaceId("minecraft:candle_cake"); - Block WHITE_CANDLE_CAKE = BlockImpl.create(NamespaceID.from("minecraft:white_candle_cake"), (short) 795, (short) 17632, (short) 17633, (short) 17633, BlockProperties.WHITE_CANDLE_CAKE.getProperties()); + Block WHITE_CANDLE_CAKE = Block.fromNamespaceId("minecraft:white_candle_cake"); - Block ORANGE_CANDLE_CAKE = BlockImpl.create(NamespaceID.from("minecraft:orange_candle_cake"), (short) 796, (short) 17634, (short) 17635, (short) 17635, BlockProperties.ORANGE_CANDLE_CAKE.getProperties()); + Block ORANGE_CANDLE_CAKE = Block.fromNamespaceId("minecraft:orange_candle_cake"); - Block MAGENTA_CANDLE_CAKE = BlockImpl.create(NamespaceID.from("minecraft:magenta_candle_cake"), (short) 797, (short) 17636, (short) 17637, (short) 17637, BlockProperties.MAGENTA_CANDLE_CAKE.getProperties()); + Block MAGENTA_CANDLE_CAKE = Block.fromNamespaceId("minecraft:magenta_candle_cake"); - Block LIGHT_BLUE_CANDLE_CAKE = BlockImpl.create(NamespaceID.from("minecraft:light_blue_candle_cake"), (short) 798, (short) 17638, (short) 17639, (short) 17639, BlockProperties.LIGHT_BLUE_CANDLE_CAKE.getProperties()); + Block LIGHT_BLUE_CANDLE_CAKE = Block.fromNamespaceId("minecraft:light_blue_candle_cake"); - Block YELLOW_CANDLE_CAKE = BlockImpl.create(NamespaceID.from("minecraft:yellow_candle_cake"), (short) 799, (short) 17640, (short) 17641, (short) 17641, BlockProperties.YELLOW_CANDLE_CAKE.getProperties()); + Block YELLOW_CANDLE_CAKE = Block.fromNamespaceId("minecraft:yellow_candle_cake"); - Block LIME_CANDLE_CAKE = BlockImpl.create(NamespaceID.from("minecraft:lime_candle_cake"), (short) 800, (short) 17642, (short) 17643, (short) 17643, BlockProperties.LIME_CANDLE_CAKE.getProperties()); + Block LIME_CANDLE_CAKE = Block.fromNamespaceId("minecraft:lime_candle_cake"); - Block PINK_CANDLE_CAKE = BlockImpl.create(NamespaceID.from("minecraft:pink_candle_cake"), (short) 801, (short) 17644, (short) 17645, (short) 17645, BlockProperties.PINK_CANDLE_CAKE.getProperties()); + Block PINK_CANDLE_CAKE = Block.fromNamespaceId("minecraft:pink_candle_cake"); - Block GRAY_CANDLE_CAKE = BlockImpl.create(NamespaceID.from("minecraft:gray_candle_cake"), (short) 802, (short) 17646, (short) 17647, (short) 17647, BlockProperties.GRAY_CANDLE_CAKE.getProperties()); + Block GRAY_CANDLE_CAKE = Block.fromNamespaceId("minecraft:gray_candle_cake"); - Block LIGHT_GRAY_CANDLE_CAKE = BlockImpl.create(NamespaceID.from("minecraft:light_gray_candle_cake"), (short) 803, (short) 17648, (short) 17649, (short) 17649, BlockProperties.LIGHT_GRAY_CANDLE_CAKE.getProperties()); + Block LIGHT_GRAY_CANDLE_CAKE = Block.fromNamespaceId("minecraft:light_gray_candle_cake"); - Block CYAN_CANDLE_CAKE = BlockImpl.create(NamespaceID.from("minecraft:cyan_candle_cake"), (short) 804, (short) 17650, (short) 17651, (short) 17651, BlockProperties.CYAN_CANDLE_CAKE.getProperties()); + Block CYAN_CANDLE_CAKE = Block.fromNamespaceId("minecraft:cyan_candle_cake"); - Block PURPLE_CANDLE_CAKE = BlockImpl.create(NamespaceID.from("minecraft:purple_candle_cake"), (short) 805, (short) 17652, (short) 17653, (short) 17653, BlockProperties.PURPLE_CANDLE_CAKE.getProperties()); + Block PURPLE_CANDLE_CAKE = Block.fromNamespaceId("minecraft:purple_candle_cake"); - Block BLUE_CANDLE_CAKE = BlockImpl.create(NamespaceID.from("minecraft:blue_candle_cake"), (short) 806, (short) 17654, (short) 17655, (short) 17655, BlockProperties.BLUE_CANDLE_CAKE.getProperties()); + Block BLUE_CANDLE_CAKE = Block.fromNamespaceId("minecraft:blue_candle_cake"); - Block BROWN_CANDLE_CAKE = BlockImpl.create(NamespaceID.from("minecraft:brown_candle_cake"), (short) 807, (short) 17656, (short) 17657, (short) 17657, BlockProperties.BROWN_CANDLE_CAKE.getProperties()); + Block BROWN_CANDLE_CAKE = Block.fromNamespaceId("minecraft:brown_candle_cake"); - Block GREEN_CANDLE_CAKE = BlockImpl.create(NamespaceID.from("minecraft:green_candle_cake"), (short) 808, (short) 17658, (short) 17659, (short) 17659, BlockProperties.GREEN_CANDLE_CAKE.getProperties()); + Block GREEN_CANDLE_CAKE = Block.fromNamespaceId("minecraft:green_candle_cake"); - Block RED_CANDLE_CAKE = BlockImpl.create(NamespaceID.from("minecraft:red_candle_cake"), (short) 809, (short) 17660, (short) 17661, (short) 17661, BlockProperties.RED_CANDLE_CAKE.getProperties()); + Block RED_CANDLE_CAKE = Block.fromNamespaceId("minecraft:red_candle_cake"); - Block BLACK_CANDLE_CAKE = BlockImpl.create(NamespaceID.from("minecraft:black_candle_cake"), (short) 810, (short) 17662, (short) 17663, (short) 17663, BlockProperties.BLACK_CANDLE_CAKE.getProperties()); + Block BLACK_CANDLE_CAKE = Block.fromNamespaceId("minecraft:black_candle_cake"); - Block AMETHYST_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:amethyst_block"), (short) 811, (short) 17664, (short) 17664, (short) 17664, Collections.emptyList()); + Block AMETHYST_BLOCK = Block.fromNamespaceId("minecraft:amethyst_block"); - Block BUDDING_AMETHYST = BlockImpl.create(NamespaceID.from("minecraft:budding_amethyst"), (short) 812, (short) 17665, (short) 17665, (short) 17665, Collections.emptyList()); + Block BUDDING_AMETHYST = Block.fromNamespaceId("minecraft:budding_amethyst"); - Block AMETHYST_CLUSTER = BlockImpl.create(NamespaceID.from("minecraft:amethyst_cluster"), (short) 813, (short) 17666, (short) 17677, (short) 17675, BlockProperties.AMETHYST_CLUSTER.getProperties()); + Block AMETHYST_CLUSTER = Block.fromNamespaceId("minecraft:amethyst_cluster"); - Block LARGE_AMETHYST_BUD = BlockImpl.create(NamespaceID.from("minecraft:large_amethyst_bud"), (short) 814, (short) 17678, (short) 17689, (short) 17687, BlockProperties.LARGE_AMETHYST_BUD.getProperties()); + Block LARGE_AMETHYST_BUD = Block.fromNamespaceId("minecraft:large_amethyst_bud"); - Block MEDIUM_AMETHYST_BUD = BlockImpl.create(NamespaceID.from("minecraft:medium_amethyst_bud"), (short) 815, (short) 17690, (short) 17701, (short) 17699, BlockProperties.MEDIUM_AMETHYST_BUD.getProperties()); + Block MEDIUM_AMETHYST_BUD = Block.fromNamespaceId("minecraft:medium_amethyst_bud"); - Block SMALL_AMETHYST_BUD = BlockImpl.create(NamespaceID.from("minecraft:small_amethyst_bud"), (short) 816, (short) 17702, (short) 17713, (short) 17711, BlockProperties.SMALL_AMETHYST_BUD.getProperties()); + Block SMALL_AMETHYST_BUD = Block.fromNamespaceId("minecraft:small_amethyst_bud"); - Block TUFF = BlockImpl.create(NamespaceID.from("minecraft:tuff"), (short) 817, (short) 17714, (short) 17714, (short) 17714, Collections.emptyList()); + Block TUFF = Block.fromNamespaceId("minecraft:tuff"); - Block CALCITE = BlockImpl.create(NamespaceID.from("minecraft:calcite"), (short) 818, (short) 17715, (short) 17715, (short) 17715, Collections.emptyList()); + Block CALCITE = Block.fromNamespaceId("minecraft:calcite"); - Block TINTED_GLASS = BlockImpl.create(NamespaceID.from("minecraft:tinted_glass"), (short) 819, (short) 17716, (short) 17716, (short) 17716, Collections.emptyList()); + Block TINTED_GLASS = Block.fromNamespaceId("minecraft:tinted_glass"); - Block POWDER_SNOW = BlockImpl.create(NamespaceID.from("minecraft:powder_snow"), (short) 820, (short) 17717, (short) 17717, (short) 17717, Collections.emptyList()); + Block POWDER_SNOW = Block.fromNamespaceId("minecraft:powder_snow"); - Block SCULK_SENSOR = BlockImpl.create(NamespaceID.from("minecraft:sculk_sensor"), (short) 821, (short) 17718, (short) 17813, (short) 17719, BlockProperties.SCULK_SENSOR.getProperties()); + Block SCULK_SENSOR = Block.fromNamespaceId("minecraft:sculk_sensor"); - Block OXIDIZED_COPPER = BlockImpl.create(NamespaceID.from("minecraft:oxidized_copper"), (short) 822, (short) 17814, (short) 17814, (short) 17814, Collections.emptyList()); + Block OXIDIZED_COPPER = Block.fromNamespaceId("minecraft:oxidized_copper"); - Block WEATHERED_COPPER = BlockImpl.create(NamespaceID.from("minecraft:weathered_copper"), (short) 823, (short) 17815, (short) 17815, (short) 17815, Collections.emptyList()); + Block WEATHERED_COPPER = Block.fromNamespaceId("minecraft:weathered_copper"); - Block EXPOSED_COPPER = BlockImpl.create(NamespaceID.from("minecraft:exposed_copper"), (short) 824, (short) 17816, (short) 17816, (short) 17816, Collections.emptyList()); + Block EXPOSED_COPPER = Block.fromNamespaceId("minecraft:exposed_copper"); - Block COPPER_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:copper_block"), (short) 825, (short) 17817, (short) 17817, (short) 17817, Collections.emptyList()); + Block COPPER_BLOCK = Block.fromNamespaceId("minecraft:copper_block"); - Block COPPER_ORE = BlockImpl.create(NamespaceID.from("minecraft:copper_ore"), (short) 826, (short) 17818, (short) 17818, (short) 17818, Collections.emptyList()); + Block COPPER_ORE = Block.fromNamespaceId("minecraft:copper_ore"); - Block DEEPSLATE_COPPER_ORE = BlockImpl.create(NamespaceID.from("minecraft:deepslate_copper_ore"), (short) 827, (short) 17819, (short) 17819, (short) 17819, Collections.emptyList()); + Block DEEPSLATE_COPPER_ORE = Block.fromNamespaceId("minecraft:deepslate_copper_ore"); - Block OXIDIZED_CUT_COPPER = BlockImpl.create(NamespaceID.from("minecraft:oxidized_cut_copper"), (short) 828, (short) 17820, (short) 17820, (short) 17820, Collections.emptyList()); + Block OXIDIZED_CUT_COPPER = Block.fromNamespaceId("minecraft:oxidized_cut_copper"); - Block WEATHERED_CUT_COPPER = BlockImpl.create(NamespaceID.from("minecraft:weathered_cut_copper"), (short) 829, (short) 17821, (short) 17821, (short) 17821, Collections.emptyList()); + Block WEATHERED_CUT_COPPER = Block.fromNamespaceId("minecraft:weathered_cut_copper"); - Block EXPOSED_CUT_COPPER = BlockImpl.create(NamespaceID.from("minecraft:exposed_cut_copper"), (short) 830, (short) 17822, (short) 17822, (short) 17822, Collections.emptyList()); + Block EXPOSED_CUT_COPPER = Block.fromNamespaceId("minecraft:exposed_cut_copper"); - Block CUT_COPPER = BlockImpl.create(NamespaceID.from("minecraft:cut_copper"), (short) 831, (short) 17823, (short) 17823, (short) 17823, Collections.emptyList()); + Block CUT_COPPER = Block.fromNamespaceId("minecraft:cut_copper"); - Block OXIDIZED_CUT_COPPER_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:oxidized_cut_copper_stairs"), (short) 832, (short) 17824, (short) 17903, (short) 17835, BlockProperties.OXIDIZED_CUT_COPPER_STAIRS.getProperties()); + Block OXIDIZED_CUT_COPPER_STAIRS = Block.fromNamespaceId("minecraft:oxidized_cut_copper_stairs"); - Block WEATHERED_CUT_COPPER_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:weathered_cut_copper_stairs"), (short) 833, (short) 17904, (short) 17983, (short) 17915, BlockProperties.WEATHERED_CUT_COPPER_STAIRS.getProperties()); + Block WEATHERED_CUT_COPPER_STAIRS = Block.fromNamespaceId("minecraft:weathered_cut_copper_stairs"); - Block EXPOSED_CUT_COPPER_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:exposed_cut_copper_stairs"), (short) 834, (short) 17984, (short) 18063, (short) 17995, BlockProperties.EXPOSED_CUT_COPPER_STAIRS.getProperties()); + Block EXPOSED_CUT_COPPER_STAIRS = Block.fromNamespaceId("minecraft:exposed_cut_copper_stairs"); - Block CUT_COPPER_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:cut_copper_stairs"), (short) 835, (short) 18064, (short) 18143, (short) 18075, BlockProperties.CUT_COPPER_STAIRS.getProperties()); + Block CUT_COPPER_STAIRS = Block.fromNamespaceId("minecraft:cut_copper_stairs"); - Block OXIDIZED_CUT_COPPER_SLAB = BlockImpl.create(NamespaceID.from("minecraft:oxidized_cut_copper_slab"), (short) 836, (short) 18144, (short) 18149, (short) 18147, BlockProperties.OXIDIZED_CUT_COPPER_SLAB.getProperties()); + Block OXIDIZED_CUT_COPPER_SLAB = Block.fromNamespaceId("minecraft:oxidized_cut_copper_slab"); - Block WEATHERED_CUT_COPPER_SLAB = BlockImpl.create(NamespaceID.from("minecraft:weathered_cut_copper_slab"), (short) 837, (short) 18150, (short) 18155, (short) 18153, BlockProperties.WEATHERED_CUT_COPPER_SLAB.getProperties()); + Block WEATHERED_CUT_COPPER_SLAB = Block.fromNamespaceId("minecraft:weathered_cut_copper_slab"); - Block EXPOSED_CUT_COPPER_SLAB = BlockImpl.create(NamespaceID.from("minecraft:exposed_cut_copper_slab"), (short) 838, (short) 18156, (short) 18161, (short) 18159, BlockProperties.EXPOSED_CUT_COPPER_SLAB.getProperties()); + Block EXPOSED_CUT_COPPER_SLAB = Block.fromNamespaceId("minecraft:exposed_cut_copper_slab"); - Block CUT_COPPER_SLAB = BlockImpl.create(NamespaceID.from("minecraft:cut_copper_slab"), (short) 839, (short) 18162, (short) 18167, (short) 18165, BlockProperties.CUT_COPPER_SLAB.getProperties()); + Block CUT_COPPER_SLAB = Block.fromNamespaceId("minecraft:cut_copper_slab"); - Block WAXED_COPPER_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:waxed_copper_block"), (short) 840, (short) 18168, (short) 18168, (short) 18168, Collections.emptyList()); + Block WAXED_COPPER_BLOCK = Block.fromNamespaceId("minecraft:waxed_copper_block"); - Block WAXED_WEATHERED_COPPER = BlockImpl.create(NamespaceID.from("minecraft:waxed_weathered_copper"), (short) 841, (short) 18169, (short) 18169, (short) 18169, Collections.emptyList()); + Block WAXED_WEATHERED_COPPER = Block.fromNamespaceId("minecraft:waxed_weathered_copper"); - Block WAXED_EXPOSED_COPPER = BlockImpl.create(NamespaceID.from("minecraft:waxed_exposed_copper"), (short) 842, (short) 18170, (short) 18170, (short) 18170, Collections.emptyList()); + Block WAXED_EXPOSED_COPPER = Block.fromNamespaceId("minecraft:waxed_exposed_copper"); - Block WAXED_OXIDIZED_COPPER = BlockImpl.create(NamespaceID.from("minecraft:waxed_oxidized_copper"), (short) 843, (short) 18171, (short) 18171, (short) 18171, Collections.emptyList()); + Block WAXED_OXIDIZED_COPPER = Block.fromNamespaceId("minecraft:waxed_oxidized_copper"); - Block WAXED_OXIDIZED_CUT_COPPER = BlockImpl.create(NamespaceID.from("minecraft:waxed_oxidized_cut_copper"), (short) 844, (short) 18172, (short) 18172, (short) 18172, Collections.emptyList()); + Block WAXED_OXIDIZED_CUT_COPPER = Block.fromNamespaceId("minecraft:waxed_oxidized_cut_copper"); - Block WAXED_WEATHERED_CUT_COPPER = BlockImpl.create(NamespaceID.from("minecraft:waxed_weathered_cut_copper"), (short) 845, (short) 18173, (short) 18173, (short) 18173, Collections.emptyList()); + Block WAXED_WEATHERED_CUT_COPPER = Block.fromNamespaceId("minecraft:waxed_weathered_cut_copper"); - Block WAXED_EXPOSED_CUT_COPPER = BlockImpl.create(NamespaceID.from("minecraft:waxed_exposed_cut_copper"), (short) 846, (short) 18174, (short) 18174, (short) 18174, Collections.emptyList()); + Block WAXED_EXPOSED_CUT_COPPER = Block.fromNamespaceId("minecraft:waxed_exposed_cut_copper"); - Block WAXED_CUT_COPPER = BlockImpl.create(NamespaceID.from("minecraft:waxed_cut_copper"), (short) 847, (short) 18175, (short) 18175, (short) 18175, Collections.emptyList()); + Block WAXED_CUT_COPPER = Block.fromNamespaceId("minecraft:waxed_cut_copper"); - Block WAXED_OXIDIZED_CUT_COPPER_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:waxed_oxidized_cut_copper_stairs"), (short) 848, (short) 18176, (short) 18255, (short) 18187, BlockProperties.WAXED_OXIDIZED_CUT_COPPER_STAIRS.getProperties()); + Block WAXED_OXIDIZED_CUT_COPPER_STAIRS = Block.fromNamespaceId("minecraft:waxed_oxidized_cut_copper_stairs"); - Block WAXED_WEATHERED_CUT_COPPER_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:waxed_weathered_cut_copper_stairs"), (short) 849, (short) 18256, (short) 18335, (short) 18267, BlockProperties.WAXED_WEATHERED_CUT_COPPER_STAIRS.getProperties()); + Block WAXED_WEATHERED_CUT_COPPER_STAIRS = Block.fromNamespaceId("minecraft:waxed_weathered_cut_copper_stairs"); - Block WAXED_EXPOSED_CUT_COPPER_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:waxed_exposed_cut_copper_stairs"), (short) 850, (short) 18336, (short) 18415, (short) 18347, BlockProperties.WAXED_EXPOSED_CUT_COPPER_STAIRS.getProperties()); + Block WAXED_EXPOSED_CUT_COPPER_STAIRS = Block.fromNamespaceId("minecraft:waxed_exposed_cut_copper_stairs"); - Block WAXED_CUT_COPPER_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:waxed_cut_copper_stairs"), (short) 851, (short) 18416, (short) 18495, (short) 18427, BlockProperties.WAXED_CUT_COPPER_STAIRS.getProperties()); + Block WAXED_CUT_COPPER_STAIRS = Block.fromNamespaceId("minecraft:waxed_cut_copper_stairs"); - Block WAXED_OXIDIZED_CUT_COPPER_SLAB = BlockImpl.create(NamespaceID.from("minecraft:waxed_oxidized_cut_copper_slab"), (short) 852, (short) 18496, (short) 18501, (short) 18499, BlockProperties.WAXED_OXIDIZED_CUT_COPPER_SLAB.getProperties()); + Block WAXED_OXIDIZED_CUT_COPPER_SLAB = Block.fromNamespaceId("minecraft:waxed_oxidized_cut_copper_slab"); - Block WAXED_WEATHERED_CUT_COPPER_SLAB = BlockImpl.create(NamespaceID.from("minecraft:waxed_weathered_cut_copper_slab"), (short) 853, (short) 18502, (short) 18507, (short) 18505, BlockProperties.WAXED_WEATHERED_CUT_COPPER_SLAB.getProperties()); + Block WAXED_WEATHERED_CUT_COPPER_SLAB = Block.fromNamespaceId("minecraft:waxed_weathered_cut_copper_slab"); - Block WAXED_EXPOSED_CUT_COPPER_SLAB = BlockImpl.create(NamespaceID.from("minecraft:waxed_exposed_cut_copper_slab"), (short) 854, (short) 18508, (short) 18513, (short) 18511, BlockProperties.WAXED_EXPOSED_CUT_COPPER_SLAB.getProperties()); + Block WAXED_EXPOSED_CUT_COPPER_SLAB = Block.fromNamespaceId("minecraft:waxed_exposed_cut_copper_slab"); - Block WAXED_CUT_COPPER_SLAB = BlockImpl.create(NamespaceID.from("minecraft:waxed_cut_copper_slab"), (short) 855, (short) 18514, (short) 18519, (short) 18517, BlockProperties.WAXED_CUT_COPPER_SLAB.getProperties()); + Block WAXED_CUT_COPPER_SLAB = Block.fromNamespaceId("minecraft:waxed_cut_copper_slab"); - Block LIGHTNING_ROD = BlockImpl.create(NamespaceID.from("minecraft:lightning_rod"), (short) 856, (short) 18520, (short) 18543, (short) 18539, BlockProperties.LIGHTNING_ROD.getProperties()); + Block LIGHTNING_ROD = Block.fromNamespaceId("minecraft:lightning_rod"); - Block POINTED_DRIPSTONE = BlockImpl.create(NamespaceID.from("minecraft:pointed_dripstone"), (short) 857, (short) 18544, (short) 18563, (short) 18549, BlockProperties.POINTED_DRIPSTONE.getProperties()); + Block POINTED_DRIPSTONE = Block.fromNamespaceId("minecraft:pointed_dripstone"); - Block DRIPSTONE_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:dripstone_block"), (short) 858, (short) 18564, (short) 18564, (short) 18564, Collections.emptyList()); + Block DRIPSTONE_BLOCK = Block.fromNamespaceId("minecraft:dripstone_block"); - Block CAVE_VINES = BlockImpl.create(NamespaceID.from("minecraft:cave_vines"), (short) 859, (short) 18565, (short) 18616, (short) 18566, BlockProperties.CAVE_VINES.getProperties()); + Block CAVE_VINES = Block.fromNamespaceId("minecraft:cave_vines"); - Block CAVE_VINES_PLANT = BlockImpl.create(NamespaceID.from("minecraft:cave_vines_plant"), (short) 860, (short) 18617, (short) 18618, (short) 18618, BlockProperties.CAVE_VINES_PLANT.getProperties()); + Block CAVE_VINES_PLANT = Block.fromNamespaceId("minecraft:cave_vines_plant"); - Block SPORE_BLOSSOM = BlockImpl.create(NamespaceID.from("minecraft:spore_blossom"), (short) 861, (short) 18619, (short) 18619, (short) 18619, Collections.emptyList()); + Block SPORE_BLOSSOM = Block.fromNamespaceId("minecraft:spore_blossom"); - Block AZALEA = BlockImpl.create(NamespaceID.from("minecraft:azalea"), (short) 862, (short) 18620, (short) 18620, (short) 18620, Collections.emptyList()); + Block AZALEA = Block.fromNamespaceId("minecraft:azalea"); - Block FLOWERING_AZALEA = BlockImpl.create(NamespaceID.from("minecraft:flowering_azalea"), (short) 863, (short) 18621, (short) 18621, (short) 18621, Collections.emptyList()); + Block FLOWERING_AZALEA = Block.fromNamespaceId("minecraft:flowering_azalea"); - Block MOSS_CARPET = BlockImpl.create(NamespaceID.from("minecraft:moss_carpet"), (short) 864, (short) 18622, (short) 18622, (short) 18622, Collections.emptyList()); + Block MOSS_CARPET = Block.fromNamespaceId("minecraft:moss_carpet"); - Block MOSS_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:moss_block"), (short) 865, (short) 18623, (short) 18623, (short) 18623, Collections.emptyList()); + Block MOSS_BLOCK = Block.fromNamespaceId("minecraft:moss_block"); - Block BIG_DRIPLEAF = BlockImpl.create(NamespaceID.from("minecraft:big_dripleaf"), (short) 866, (short) 18624, (short) 18655, (short) 18625, BlockProperties.BIG_DRIPLEAF.getProperties()); + Block BIG_DRIPLEAF = Block.fromNamespaceId("minecraft:big_dripleaf"); - Block BIG_DRIPLEAF_STEM = BlockImpl.create(NamespaceID.from("minecraft:big_dripleaf_stem"), (short) 867, (short) 18656, (short) 18663, (short) 18657, BlockProperties.BIG_DRIPLEAF_STEM.getProperties()); + Block BIG_DRIPLEAF_STEM = Block.fromNamespaceId("minecraft:big_dripleaf_stem"); - Block SMALL_DRIPLEAF = BlockImpl.create(NamespaceID.from("minecraft:small_dripleaf"), (short) 868, (short) 18664, (short) 18679, (short) 18667, BlockProperties.SMALL_DRIPLEAF.getProperties()); + Block SMALL_DRIPLEAF = Block.fromNamespaceId("minecraft:small_dripleaf"); - Block HANGING_ROOTS = BlockImpl.create(NamespaceID.from("minecraft:hanging_roots"), (short) 869, (short) 18680, (short) 18681, (short) 18681, BlockProperties.HANGING_ROOTS.getProperties()); + Block HANGING_ROOTS = Block.fromNamespaceId("minecraft:hanging_roots"); - Block ROOTED_DIRT = BlockImpl.create(NamespaceID.from("minecraft:rooted_dirt"), (short) 870, (short) 18682, (short) 18682, (short) 18682, Collections.emptyList()); + Block ROOTED_DIRT = Block.fromNamespaceId("minecraft:rooted_dirt"); - Block DEEPSLATE = BlockImpl.create(NamespaceID.from("minecraft:deepslate"), (short) 871, (short) 18683, (short) 18685, (short) 18684, BlockProperties.DEEPSLATE.getProperties()); + Block DEEPSLATE = Block.fromNamespaceId("minecraft:deepslate"); - Block COBBLED_DEEPSLATE = BlockImpl.create(NamespaceID.from("minecraft:cobbled_deepslate"), (short) 872, (short) 18686, (short) 18686, (short) 18686, Collections.emptyList()); + Block COBBLED_DEEPSLATE = Block.fromNamespaceId("minecraft:cobbled_deepslate"); - Block COBBLED_DEEPSLATE_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:cobbled_deepslate_stairs"), (short) 873, (short) 18687, (short) 18766, (short) 18698, BlockProperties.COBBLED_DEEPSLATE_STAIRS.getProperties()); + Block COBBLED_DEEPSLATE_STAIRS = Block.fromNamespaceId("minecraft:cobbled_deepslate_stairs"); - Block COBBLED_DEEPSLATE_SLAB = BlockImpl.create(NamespaceID.from("minecraft:cobbled_deepslate_slab"), (short) 874, (short) 18767, (short) 18772, (short) 18770, BlockProperties.COBBLED_DEEPSLATE_SLAB.getProperties()); + Block COBBLED_DEEPSLATE_SLAB = Block.fromNamespaceId("minecraft:cobbled_deepslate_slab"); - Block COBBLED_DEEPSLATE_WALL = BlockImpl.create(NamespaceID.from("minecraft:cobbled_deepslate_wall"), (short) 875, (short) 18773, (short) 19096, (short) 18776, BlockProperties.COBBLED_DEEPSLATE_WALL.getProperties()); + Block COBBLED_DEEPSLATE_WALL = Block.fromNamespaceId("minecraft:cobbled_deepslate_wall"); - Block POLISHED_DEEPSLATE = BlockImpl.create(NamespaceID.from("minecraft:polished_deepslate"), (short) 876, (short) 19097, (short) 19097, (short) 19097, Collections.emptyList()); + Block POLISHED_DEEPSLATE = Block.fromNamespaceId("minecraft:polished_deepslate"); - Block POLISHED_DEEPSLATE_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:polished_deepslate_stairs"), (short) 877, (short) 19098, (short) 19177, (short) 19109, BlockProperties.POLISHED_DEEPSLATE_STAIRS.getProperties()); + Block POLISHED_DEEPSLATE_STAIRS = Block.fromNamespaceId("minecraft:polished_deepslate_stairs"); - Block POLISHED_DEEPSLATE_SLAB = BlockImpl.create(NamespaceID.from("minecraft:polished_deepslate_slab"), (short) 878, (short) 19178, (short) 19183, (short) 19181, BlockProperties.POLISHED_DEEPSLATE_SLAB.getProperties()); + Block POLISHED_DEEPSLATE_SLAB = Block.fromNamespaceId("minecraft:polished_deepslate_slab"); - Block POLISHED_DEEPSLATE_WALL = BlockImpl.create(NamespaceID.from("minecraft:polished_deepslate_wall"), (short) 879, (short) 19184, (short) 19507, (short) 19187, BlockProperties.POLISHED_DEEPSLATE_WALL.getProperties()); + Block POLISHED_DEEPSLATE_WALL = Block.fromNamespaceId("minecraft:polished_deepslate_wall"); - Block DEEPSLATE_TILES = BlockImpl.create(NamespaceID.from("minecraft:deepslate_tiles"), (short) 880, (short) 19508, (short) 19508, (short) 19508, Collections.emptyList()); + Block DEEPSLATE_TILES = Block.fromNamespaceId("minecraft:deepslate_tiles"); - Block DEEPSLATE_TILE_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:deepslate_tile_stairs"), (short) 881, (short) 19509, (short) 19588, (short) 19520, BlockProperties.DEEPSLATE_TILE_STAIRS.getProperties()); + Block DEEPSLATE_TILE_STAIRS = Block.fromNamespaceId("minecraft:deepslate_tile_stairs"); - Block DEEPSLATE_TILE_SLAB = BlockImpl.create(NamespaceID.from("minecraft:deepslate_tile_slab"), (short) 882, (short) 19589, (short) 19594, (short) 19592, BlockProperties.DEEPSLATE_TILE_SLAB.getProperties()); + Block DEEPSLATE_TILE_SLAB = Block.fromNamespaceId("minecraft:deepslate_tile_slab"); - Block DEEPSLATE_TILE_WALL = BlockImpl.create(NamespaceID.from("minecraft:deepslate_tile_wall"), (short) 883, (short) 19595, (short) 19918, (short) 19598, BlockProperties.DEEPSLATE_TILE_WALL.getProperties()); + Block DEEPSLATE_TILE_WALL = Block.fromNamespaceId("minecraft:deepslate_tile_wall"); - Block DEEPSLATE_BRICKS = BlockImpl.create(NamespaceID.from("minecraft:deepslate_bricks"), (short) 884, (short) 19919, (short) 19919, (short) 19919, Collections.emptyList()); + Block DEEPSLATE_BRICKS = Block.fromNamespaceId("minecraft:deepslate_bricks"); - Block DEEPSLATE_BRICK_STAIRS = BlockImpl.create(NamespaceID.from("minecraft:deepslate_brick_stairs"), (short) 885, (short) 19920, (short) 19999, (short) 19931, BlockProperties.DEEPSLATE_BRICK_STAIRS.getProperties()); + Block DEEPSLATE_BRICK_STAIRS = Block.fromNamespaceId("minecraft:deepslate_brick_stairs"); - Block DEEPSLATE_BRICK_SLAB = BlockImpl.create(NamespaceID.from("minecraft:deepslate_brick_slab"), (short) 886, (short) 20000, (short) 20005, (short) 20003, BlockProperties.DEEPSLATE_BRICK_SLAB.getProperties()); + Block DEEPSLATE_BRICK_SLAB = Block.fromNamespaceId("minecraft:deepslate_brick_slab"); - Block DEEPSLATE_BRICK_WALL = BlockImpl.create(NamespaceID.from("minecraft:deepslate_brick_wall"), (short) 887, (short) 20006, (short) 20329, (short) 20009, BlockProperties.DEEPSLATE_BRICK_WALL.getProperties()); + Block DEEPSLATE_BRICK_WALL = Block.fromNamespaceId("minecraft:deepslate_brick_wall"); - Block CHISELED_DEEPSLATE = BlockImpl.create(NamespaceID.from("minecraft:chiseled_deepslate"), (short) 888, (short) 20330, (short) 20330, (short) 20330, Collections.emptyList()); + Block CHISELED_DEEPSLATE = Block.fromNamespaceId("minecraft:chiseled_deepslate"); - Block CRACKED_DEEPSLATE_BRICKS = BlockImpl.create(NamespaceID.from("minecraft:cracked_deepslate_bricks"), (short) 889, (short) 20331, (short) 20331, (short) 20331, Collections.emptyList()); + Block CRACKED_DEEPSLATE_BRICKS = Block.fromNamespaceId("minecraft:cracked_deepslate_bricks"); - Block CRACKED_DEEPSLATE_TILES = BlockImpl.create(NamespaceID.from("minecraft:cracked_deepslate_tiles"), (short) 890, (short) 20332, (short) 20332, (short) 20332, Collections.emptyList()); + Block CRACKED_DEEPSLATE_TILES = Block.fromNamespaceId("minecraft:cracked_deepslate_tiles"); - Block INFESTED_DEEPSLATE = BlockImpl.create(NamespaceID.from("minecraft:infested_deepslate"), (short) 891, (short) 20333, (short) 20335, (short) 20334, BlockProperties.INFESTED_DEEPSLATE.getProperties()); + Block INFESTED_DEEPSLATE = Block.fromNamespaceId("minecraft:infested_deepslate"); - Block SMOOTH_BASALT = BlockImpl.create(NamespaceID.from("minecraft:smooth_basalt"), (short) 892, (short) 20336, (short) 20336, (short) 20336, Collections.emptyList()); + Block SMOOTH_BASALT = Block.fromNamespaceId("minecraft:smooth_basalt"); - Block RAW_IRON_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:raw_iron_block"), (short) 893, (short) 20337, (short) 20337, (short) 20337, Collections.emptyList()); + Block RAW_IRON_BLOCK = Block.fromNamespaceId("minecraft:raw_iron_block"); - Block RAW_COPPER_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:raw_copper_block"), (short) 894, (short) 20338, (short) 20338, (short) 20338, Collections.emptyList()); + Block RAW_COPPER_BLOCK = Block.fromNamespaceId("minecraft:raw_copper_block"); - Block RAW_GOLD_BLOCK = BlockImpl.create(NamespaceID.from("minecraft:raw_gold_block"), (short) 895, (short) 20339, (short) 20339, (short) 20339, Collections.emptyList()); + Block RAW_GOLD_BLOCK = Block.fromNamespaceId("minecraft:raw_gold_block"); - Block POTTED_AZALEA = BlockImpl.create(NamespaceID.from("minecraft:potted_azalea_bush"), (short) 896, (short) 20340, (short) 20340, (short) 20340, Collections.emptyList()); + Block POTTED_AZALEA_BUSH = Block.fromNamespaceId("minecraft:potted_azalea_bush"); - Block POTTED_FLOWERING_AZALEA = BlockImpl.create(NamespaceID.from("minecraft:potted_flowering_azalea_bush"), (short) 897, (short) 20341, (short) 20341, (short) 20341, Collections.emptyList()); + Block POTTED_FLOWERING_AZALEA_BUSH = Block.fromNamespaceId("minecraft:potted_flowering_azalea_bush"); }