diff --git a/src/autogenerated/java/net/minestom/server/entity/EntityType.java b/src/autogenerated/java/net/minestom/server/entity/EntityType.java index 79c2262c5..88447e82d 100644 --- a/src/autogenerated/java/net/minestom/server/entity/EntityType.java +++ b/src/autogenerated/java/net/minestom/server/entity/EntityType.java @@ -17,8 +17,8 @@ public enum EntityType { COD("minecraft:cod"), COW("minecraft:cow"), CREEPER("minecraft:creeper"), - DOLPHIN("minecraft:dolphin"), DONKEY("minecraft:donkey"), + DOLPHIN("minecraft:dolphin"), DRAGON_FIREBALL("minecraft:dragon_fireball"), DROWNED("minecraft:drowned"), ELDER_GUARDIAN("minecraft:elder_guardian"), @@ -26,8 +26,8 @@ public enum EntityType { ENDER_DRAGON("minecraft:ender_dragon"), ENDERMAN("minecraft:enderman"), ENDERMITE("minecraft:endermite"), - EVOKER("minecraft:evoker"), EVOKER_FANGS("minecraft:evoker_fangs"), + EVOKER("minecraft:evoker"), EXPERIENCE_ORB("minecraft:experience_orb"), EYE_OF_ENDER("minecraft:eye_of_ender"), FALLING_BLOCK("minecraft:falling_block"), @@ -36,16 +36,13 @@ public enum EntityType { GHAST("minecraft:ghast"), GIANT("minecraft:giant"), GUARDIAN("minecraft:guardian"), - HOGLIN("minecraft:hoglin"), HORSE("minecraft:horse"), HUSK("minecraft:husk"), ILLUSIONER("minecraft:illusioner"), - IRON_GOLEM("minecraft:iron_golem"), ITEM("minecraft:item"), ITEM_FRAME("minecraft:item_frame"), FIREBALL("minecraft:fireball"), LEASH_KNOT("minecraft:leash_knot"), - LIGHTNING_BOLT("minecraft:lightning_bolt"), LLAMA("minecraft:llama"), LLAMA_SPIT("minecraft:llama_spit"), MAGMA_CUBE("minecraft:magma_cube"), @@ -62,15 +59,12 @@ public enum EntityType { PAINTING("minecraft:painting"), PANDA("minecraft:panda"), PARROT("minecraft:parrot"), - PHANTOM("minecraft:phantom"), PIG("minecraft:pig"), - PIGLIN("minecraft:piglin"), - PILLAGER("minecraft:pillager"), + PUFFERFISH("minecraft:pufferfish"), + ZOMBIE_PIGMAN("minecraft:zombie_pigman"), POLAR_BEAR("minecraft:polar_bear"), TNT("minecraft:tnt"), - PUFFERFISH("minecraft:pufferfish"), RABBIT("minecraft:rabbit"), - RAVAGER("minecraft:ravager"), SALMON("minecraft:salmon"), SHEEP("minecraft:sheep"), SHULKER("minecraft:shulker"), @@ -86,29 +80,31 @@ public enum EntityType { SPIDER("minecraft:spider"), SQUID("minecraft:squid"), STRAY("minecraft:stray"), - STRIDER("minecraft:strider"), + TRADER_LLAMA("minecraft:trader_llama"), + TROPICAL_FISH("minecraft:tropical_fish"), + TURTLE("minecraft:turtle"), EGG("minecraft:egg"), ENDER_PEARL("minecraft:ender_pearl"), EXPERIENCE_BOTTLE("minecraft:experience_bottle"), POTION("minecraft:potion"), TRIDENT("minecraft:trident"), - TRADER_LLAMA("minecraft:trader_llama"), - TROPICAL_FISH("minecraft:tropical_fish"), - TURTLE("minecraft:turtle"), VEX("minecraft:vex"), VILLAGER("minecraft:villager"), + IRON_GOLEM("minecraft:iron_golem"), VINDICATOR("minecraft:vindicator"), + PILLAGER("minecraft:pillager"), WANDERING_TRADER("minecraft:wandering_trader"), WITCH("minecraft:witch"), WITHER("minecraft:wither"), WITHER_SKELETON("minecraft:wither_skeleton"), WITHER_SKULL("minecraft:wither_skull"), WOLF("minecraft:wolf"), - ZOGLIN("minecraft:zoglin"), ZOMBIE("minecraft:zombie"), ZOMBIE_HORSE("minecraft:zombie_horse"), ZOMBIE_VILLAGER("minecraft:zombie_villager"), - ZOMBIFIED_PIGLIN("minecraft:zombified_piglin"), + PHANTOM("minecraft:phantom"), + RAVAGER("minecraft:ravager"), + LIGHTNING_BOLT("minecraft:lightning_bolt"), PLAYER("minecraft:player"), FISHING_BOBBER("minecraft:fishing_bobber"), ; diff --git a/src/autogenerated/java/net/minestom/server/instance/Biome.java b/src/autogenerated/java/net/minestom/server/instance/Biome.java index d3f85af89..8be877299 100644 --- a/src/autogenerated/java/net/minestom/server/instance/Biome.java +++ b/src/autogenerated/java/net/minestom/server/instance/Biome.java @@ -12,7 +12,7 @@ public enum Biome { TAIGA("minecraft:taiga"), SWAMP("minecraft:swamp"), RIVER("minecraft:river"), - NETHER_WASTES("minecraft:nether_wastes"), + NETHER("minecraft:nether"), THE_END("minecraft:the_end"), FROZEN_OCEAN("minecraft:frozen_ocean"), FROZEN_RIVER("minecraft:frozen_river"), @@ -79,10 +79,6 @@ public enum Biome { MODIFIED_BADLANDS_PLATEAU("minecraft:modified_badlands_plateau"), BAMBOO_JUNGLE("minecraft:bamboo_jungle"), BAMBOO_JUNGLE_HILLS("minecraft:bamboo_jungle_hills"), - SOUL_SAND_VALLEY("minecraft:soul_sand_valley"), - CRIMSON_FOREST("minecraft:crimson_forest"), - WARPED_FOREST("minecraft:warped_forest"), - BASALT_DELTAS("minecraft:basalt_deltas"), ; private String namespaceID; diff --git a/src/autogenerated/java/net/minestom/server/instance/block/Block.java b/src/autogenerated/java/net/minestom/server/instance/block/Block.java index d1e704823..f22800d17 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/Block.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/Block.java @@ -44,735 +44,652 @@ public enum Block { GOLD_ORE("minecraft:gold_ore", (short) 69, 3.0, 3.0, false, true, null, true), IRON_ORE("minecraft:iron_ore", (short) 70, 3.0, 3.0, false, true, null, true), COAL_ORE("minecraft:coal_ore", (short) 71, 3.0, 3.0, false, true, null, true), - NETHER_GOLD_ORE("minecraft:nether_gold_ore", (short) 72, 3.0, 3.0, false, true, null, true), - OAK_LOG("minecraft:oak_log", (short) 74, 2.0, 2.0, false, true, null, false), - SPRUCE_LOG("minecraft:spruce_log", (short) 77, 2.0, 2.0, false, true, null, false), - BIRCH_LOG("minecraft:birch_log", (short) 80, 2.0, 2.0, false, true, null, false), - JUNGLE_LOG("minecraft:jungle_log", (short) 83, 2.0, 2.0, false, true, null, false), - ACACIA_LOG("minecraft:acacia_log", (short) 86, 2.0, 2.0, false, true, null, false), - DARK_OAK_LOG("minecraft:dark_oak_log", (short) 89, 2.0, 2.0, false, true, null, false), - STRIPPED_SPRUCE_LOG("minecraft:stripped_spruce_log", (short) 92, 2.0, 2.0, false, true, null, false), - STRIPPED_BIRCH_LOG("minecraft:stripped_birch_log", (short) 95, 2.0, 2.0, false, true, null, false), - STRIPPED_JUNGLE_LOG("minecraft:stripped_jungle_log", (short) 98, 2.0, 2.0, false, true, null, false), - STRIPPED_ACACIA_LOG("minecraft:stripped_acacia_log", (short) 101, 2.0, 2.0, false, true, null, false), - STRIPPED_DARK_OAK_LOG("minecraft:stripped_dark_oak_log", (short) 104, 2.0, 2.0, false, true, null, false), - STRIPPED_OAK_LOG("minecraft:stripped_oak_log", (short) 107, 2.0, 2.0, false, true, null, false), - OAK_WOOD("minecraft:oak_wood", (short) 110, 2.0, 2.0, false, true, null, false), - SPRUCE_WOOD("minecraft:spruce_wood", (short) 113, 2.0, 2.0, false, true, null, false), - BIRCH_WOOD("minecraft:birch_wood", (short) 116, 2.0, 2.0, false, true, null, false), - JUNGLE_WOOD("minecraft:jungle_wood", (short) 119, 2.0, 2.0, false, true, null, false), - ACACIA_WOOD("minecraft:acacia_wood", (short) 122, 2.0, 2.0, false, true, null, false), - DARK_OAK_WOOD("minecraft:dark_oak_wood", (short) 125, 2.0, 2.0, false, true, null, false), - STRIPPED_OAK_WOOD("minecraft:stripped_oak_wood", (short) 128, 2.0, 2.0, false, true, null, false), - STRIPPED_SPRUCE_WOOD("minecraft:stripped_spruce_wood", (short) 131, 2.0, 2.0, false, true, null, false), - STRIPPED_BIRCH_WOOD("minecraft:stripped_birch_wood", (short) 134, 2.0, 2.0, false, true, null, false), - STRIPPED_JUNGLE_WOOD("minecraft:stripped_jungle_wood", (short) 137, 2.0, 2.0, false, true, null, false), - STRIPPED_ACACIA_WOOD("minecraft:stripped_acacia_wood", (short) 140, 2.0, 2.0, false, true, null, false), - STRIPPED_DARK_OAK_WOOD("minecraft:stripped_dark_oak_wood", (short) 143, 2.0, 2.0, false, true, null, false), - OAK_LEAVES("minecraft:oak_leaves", (short) 158, 0.2, 0.2, false, true, null, false), - SPRUCE_LEAVES("minecraft:spruce_leaves", (short) 172, 0.2, 0.2, false, true, null, false), - BIRCH_LEAVES("minecraft:birch_leaves", (short) 186, 0.2, 0.2, false, true, null, false), - JUNGLE_LEAVES("minecraft:jungle_leaves", (short) 200, 0.2, 0.2, false, true, null, false), - ACACIA_LEAVES("minecraft:acacia_leaves", (short) 214, 0.2, 0.2, false, true, null, false), - DARK_OAK_LEAVES("minecraft:dark_oak_leaves", (short) 228, 0.2, 0.2, false, true, null, false), - SPONGE("minecraft:sponge", (short) 229, 0.6, 0.6, false, true, null, true), - WET_SPONGE("minecraft:wet_sponge", (short) 230, 0.6, 0.6, false, true, null, true), - GLASS("minecraft:glass", (short) 231, 0.3, 0.3, false, true, null, true), - LAPIS_ORE("minecraft:lapis_ore", (short) 232, 3.0, 3.0, false, true, null, true), - LAPIS_BLOCK("minecraft:lapis_block", (short) 233, 3.0, 3.0, false, true, null, true), - DISPENSER("minecraft:dispenser", (short) 235, 3.5, 3.5, false, true, NamespaceID.from("minecraft:dispenser"), false), - SANDSTONE("minecraft:sandstone", (short) 246, 0.8, 0.8, false, true, null, true), - CHISELED_SANDSTONE("minecraft:chiseled_sandstone", (short) 247, 0.8, 0.8, false, true, null, true), - CUT_SANDSTONE("minecraft:cut_sandstone", (short) 248, 0.8, 0.8, false, true, null, true), - NOTE_BLOCK("minecraft:note_block", (short) 250, 0.8, 0.8, false, true, null, false), - WHITE_BED("minecraft:white_bed", (short) 1052, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), - ORANGE_BED("minecraft:orange_bed", (short) 1068, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), - MAGENTA_BED("minecraft:magenta_bed", (short) 1084, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), - LIGHT_BLUE_BED("minecraft:light_blue_bed", (short) 1100, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), - YELLOW_BED("minecraft:yellow_bed", (short) 1116, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), - LIME_BED("minecraft:lime_bed", (short) 1132, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), - PINK_BED("minecraft:pink_bed", (short) 1148, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), - GRAY_BED("minecraft:gray_bed", (short) 1164, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), - LIGHT_GRAY_BED("minecraft:light_gray_bed", (short) 1180, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), - CYAN_BED("minecraft:cyan_bed", (short) 1196, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), - PURPLE_BED("minecraft:purple_bed", (short) 1212, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), - BLUE_BED("minecraft:blue_bed", (short) 1228, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), - BROWN_BED("minecraft:brown_bed", (short) 1244, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), - GREEN_BED("minecraft:green_bed", (short) 1260, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), - RED_BED("minecraft:red_bed", (short) 1276, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), - BLACK_BED("minecraft:black_bed", (short) 1292, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), - POWERED_RAIL("minecraft:powered_rail", (short) 1311, 0.7, 0.7, false, false, null, false), - DETECTOR_RAIL("minecraft:detector_rail", (short) 1323, 0.7, 0.7, false, false, null, false), - STICKY_PISTON("minecraft:sticky_piston", (short) 1335, 1.5, 1.5, false, true, null, false), - COBWEB("minecraft:cobweb", (short) 1341, 4.0, 4.0, false, false, null, true), - GRASS("minecraft:grass", (short) 1342, 0.0, 0.0, false, false, null, true), - FERN("minecraft:fern", (short) 1343, 0.0, 0.0, false, false, null, true), - DEAD_BUSH("minecraft:dead_bush", (short) 1344, 0.0, 0.0, false, false, null, true), - SEAGRASS("minecraft:seagrass", (short) 1345, 0.0, 0.0, false, false, null, true), - TALL_SEAGRASS("minecraft:tall_seagrass", (short) 1347, 0.0, 0.0, false, false, null, false), - PISTON("minecraft:piston", (short) 1354, 1.5, 1.5, false, true, null, false), - PISTON_HEAD("minecraft:piston_head", (short) 1362, 1.5, 1.5, false, true, null, false), - WHITE_WOOL("minecraft:white_wool", (short) 1384, 0.8, 0.8, false, true, null, true), - ORANGE_WOOL("minecraft:orange_wool", (short) 1385, 0.8, 0.8, false, true, null, true), - MAGENTA_WOOL("minecraft:magenta_wool", (short) 1386, 0.8, 0.8, false, true, null, true), - LIGHT_BLUE_WOOL("minecraft:light_blue_wool", (short) 1387, 0.8, 0.8, false, true, null, true), - YELLOW_WOOL("minecraft:yellow_wool", (short) 1388, 0.8, 0.8, false, true, null, true), - LIME_WOOL("minecraft:lime_wool", (short) 1389, 0.8, 0.8, false, true, null, true), - PINK_WOOL("minecraft:pink_wool", (short) 1390, 0.8, 0.8, false, true, null, true), - GRAY_WOOL("minecraft:gray_wool", (short) 1391, 0.8, 0.8, false, true, null, true), - LIGHT_GRAY_WOOL("minecraft:light_gray_wool", (short) 1392, 0.8, 0.8, false, true, null, true), - CYAN_WOOL("minecraft:cyan_wool", (short) 1393, 0.8, 0.8, false, true, null, true), - PURPLE_WOOL("minecraft:purple_wool", (short) 1394, 0.8, 0.8, false, true, null, true), - BLUE_WOOL("minecraft:blue_wool", (short) 1395, 0.8, 0.8, false, true, null, true), - BROWN_WOOL("minecraft:brown_wool", (short) 1396, 0.8, 0.8, false, true, null, true), - GREEN_WOOL("minecraft:green_wool", (short) 1397, 0.8, 0.8, false, true, null, true), - RED_WOOL("minecraft:red_wool", (short) 1398, 0.8, 0.8, false, true, null, true), - BLACK_WOOL("minecraft:black_wool", (short) 1399, 0.8, 0.8, false, true, null, true), - MOVING_PISTON("minecraft:moving_piston", (short) 1400, 0.0, -1.0, false, false, null, false), - DANDELION("minecraft:dandelion", (short) 1412, 0.0, 0.0, false, false, null, true), - POPPY("minecraft:poppy", (short) 1413, 0.0, 0.0, false, false, null, true), - BLUE_ORCHID("minecraft:blue_orchid", (short) 1414, 0.0, 0.0, false, false, null, true), - ALLIUM("minecraft:allium", (short) 1415, 0.0, 0.0, false, false, null, true), - AZURE_BLUET("minecraft:azure_bluet", (short) 1416, 0.0, 0.0, false, false, null, true), - RED_TULIP("minecraft:red_tulip", (short) 1417, 0.0, 0.0, false, false, null, true), - ORANGE_TULIP("minecraft:orange_tulip", (short) 1418, 0.0, 0.0, false, false, null, true), - WHITE_TULIP("minecraft:white_tulip", (short) 1419, 0.0, 0.0, false, false, null, true), - PINK_TULIP("minecraft:pink_tulip", (short) 1420, 0.0, 0.0, false, false, null, true), - OXEYE_DAISY("minecraft:oxeye_daisy", (short) 1421, 0.0, 0.0, false, false, null, true), - CORNFLOWER("minecraft:cornflower", (short) 1422, 0.0, 0.0, false, false, null, true), - WITHER_ROSE("minecraft:wither_rose", (short) 1423, 0.0, 0.0, false, false, null, true), - LILY_OF_THE_VALLEY("minecraft:lily_of_the_valley", (short) 1424, 0.0, 0.0, false, false, null, true), - BROWN_MUSHROOM("minecraft:brown_mushroom", (short) 1425, 0.0, 0.0, false, false, null, true), - RED_MUSHROOM("minecraft:red_mushroom", (short) 1426, 0.0, 0.0, false, false, null, true), - GOLD_BLOCK("minecraft:gold_block", (short) 1427, 3.0, 6.0, false, true, null, true), - IRON_BLOCK("minecraft:iron_block", (short) 1428, 5.0, 6.0, false, true, null, true), - BRICKS("minecraft:bricks", (short) 1429, 2.0, 6.0, false, true, null, true), - TNT("minecraft:tnt", (short) 1431, 0.0, 0.0, false, true, null, false), - BOOKSHELF("minecraft:bookshelf", (short) 1432, 1.5, 1.5, false, true, null, true), - MOSSY_COBBLESTONE("minecraft:mossy_cobblestone", (short) 1433, 2.0, 6.0, false, true, null, true), - OBSIDIAN("minecraft:obsidian", (short) 1434, 50.0, 1200.0, false, true, null, true), - TORCH("minecraft:torch", (short) 1435, 0.0, 0.0, false, false, null, true), - WALL_TORCH("minecraft:wall_torch", (short) 1436, 0.0, 0.0, false, false, null, false), - FIRE("minecraft:fire", (short) 1471, 0.0, 0.0, false, false, null, false), - SOUL_FIRE("minecraft:soul_fire", (short) 1952, 0.0, 0.0, false, true, null, true), - SPAWNER("minecraft:spawner", (short) 1953, 5.0, 5.0, false, true, NamespaceID.from("minecraft:mob_spawner"), true), - OAK_STAIRS("minecraft:oak_stairs", (short) 1965, 0.0, 0.0, false, true, null, false), - CHEST("minecraft:chest", (short) 2035, 2.5, 2.5, false, true, NamespaceID.from("minecraft:chest"), false), - REDSTONE_WIRE("minecraft:redstone_wire", (short) 3218, 0.0, 0.0, false, false, null, false), - DIAMOND_ORE("minecraft:diamond_ore", (short) 3354, 3.0, 3.0, false, true, null, true), - DIAMOND_BLOCK("minecraft:diamond_block", (short) 3355, 5.0, 6.0, false, true, null, true), - CRAFTING_TABLE("minecraft:crafting_table", (short) 3356, 2.5, 2.5, false, true, null, true), - WHEAT("minecraft:wheat", (short) 3357, 0.0, 0.0, false, false, null, false), - FARMLAND("minecraft:farmland", (short) 3365, 0.6, 0.6, false, true, null, false), - FURNACE("minecraft:furnace", (short) 3374, 3.5, 3.5, false, true, NamespaceID.from("minecraft:furnace"), false), - OAK_SIGN("minecraft:oak_sign", (short) 3382, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), - SPRUCE_SIGN("minecraft:spruce_sign", (short) 3414, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), - BIRCH_SIGN("minecraft:birch_sign", (short) 3446, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), - ACACIA_SIGN("minecraft:acacia_sign", (short) 3478, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), - JUNGLE_SIGN("minecraft:jungle_sign", (short) 3510, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), - DARK_OAK_SIGN("minecraft:dark_oak_sign", (short) 3542, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), - OAK_DOOR("minecraft:oak_door", (short) 3584, 3.0, 3.0, false, true, null, false), - LADDER("minecraft:ladder", (short) 3638, 0.4, 0.4, false, true, null, false), - RAIL("minecraft:rail", (short) 3645, 0.7, 0.7, false, false, null, false), - COBBLESTONE_STAIRS("minecraft:cobblestone_stairs", (short) 3666, 0.0, 0.0, false, true, null, false), - OAK_WALL_SIGN("minecraft:oak_wall_sign", (short) 3736, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), - SPRUCE_WALL_SIGN("minecraft:spruce_wall_sign", (short) 3744, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), - BIRCH_WALL_SIGN("minecraft:birch_wall_sign", (short) 3752, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), - ACACIA_WALL_SIGN("minecraft:acacia_wall_sign", (short) 3760, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), - JUNGLE_WALL_SIGN("minecraft:jungle_wall_sign", (short) 3768, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), - DARK_OAK_WALL_SIGN("minecraft:dark_oak_wall_sign", (short) 3776, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), - LEVER("minecraft:lever", (short) 3792, 0.5, 0.5, false, false, null, false), - STONE_PRESSURE_PLATE("minecraft:stone_pressure_plate", (short) 3808, 0.5, 0.5, false, false, null, false), - IRON_DOOR("minecraft:iron_door", (short) 3820, 5.0, 5.0, false, true, null, false), - OAK_PRESSURE_PLATE("minecraft:oak_pressure_plate", (short) 3874, 0.5, 0.5, false, false, null, false), - SPRUCE_PRESSURE_PLATE("minecraft:spruce_pressure_plate", (short) 3876, 0.5, 0.5, false, false, null, false), - BIRCH_PRESSURE_PLATE("minecraft:birch_pressure_plate", (short) 3878, 0.5, 0.5, false, false, null, false), - JUNGLE_PRESSURE_PLATE("minecraft:jungle_pressure_plate", (short) 3880, 0.5, 0.5, false, false, null, false), - ACACIA_PRESSURE_PLATE("minecraft:acacia_pressure_plate", (short) 3882, 0.5, 0.5, false, false, null, false), - DARK_OAK_PRESSURE_PLATE("minecraft:dark_oak_pressure_plate", (short) 3884, 0.5, 0.5, false, false, null, false), - REDSTONE_ORE("minecraft:redstone_ore", (short) 3886, 3.0, 3.0, false, true, null, false), - REDSTONE_TORCH("minecraft:redstone_torch", (short) 3887, 0.0, 0.0, false, false, null, false), - REDSTONE_WALL_TORCH("minecraft:redstone_wall_torch", (short) 3889, 0.0, 0.0, false, false, null, false), - STONE_BUTTON("minecraft:stone_button", (short) 3906, 0.5, 0.5, false, false, null, false), - SNOW("minecraft:snow", (short) 3921, 0.1, 0.1, false, true, null, false), - ICE("minecraft:ice", (short) 3929, 0.5, 0.5, false, true, null, true), - SNOW_BLOCK("minecraft:snow_block", (short) 3930, 0.2, 0.2, false, true, null, true), - CACTUS("minecraft:cactus", (short) 3931, 0.4, 0.4, false, true, null, false), - CLAY("minecraft:clay", (short) 3947, 0.6, 0.6, false, true, null, true), - SUGAR_CANE("minecraft:sugar_cane", (short) 3948, 0.0, 0.0, false, false, null, false), - JUKEBOX("minecraft:jukebox", (short) 3965, 2.0, 6.0, false, true, NamespaceID.from("minecraft:jukebox"), false), - OAK_FENCE("minecraft:oak_fence", (short) 3997, 2.0, 3.0, false, true, null, false), - PUMPKIN("minecraft:pumpkin", (short) 3998, 1.0, 1.0, false, true, null, true), - NETHERRACK("minecraft:netherrack", (short) 3999, 0.4, 0.4, false, true, null, true), - SOUL_SAND("minecraft:soul_sand", (short) 4000, 0.5, 0.5, false, true, null, true), - SOUL_SOIL("minecraft:soul_soil", (short) 4001, 0.5, 0.5, false, true, null, true), - BASALT("minecraft:basalt", (short) 4003, 1.25, 4.2, false, true, null, false), - POLISHED_BASALT("minecraft:polished_basalt", (short) 4006, 1.25, 4.2, false, true, null, false), - SOUL_TORCH("minecraft:soul_torch", (short) 4008, 0.0, 0.0, false, true, null, true), - SOUL_WALL_TORCH("minecraft:soul_wall_torch", (short) 4009, 0.0, 0.0, false, true, null, false), - GLOWSTONE("minecraft:glowstone", (short) 4013, 0.3, 0.3, false, true, null, true), - NETHER_PORTAL("minecraft:nether_portal", (short) 4014, 0.0, -1.0, false, false, null, false), - CARVED_PUMPKIN("minecraft:carved_pumpkin", (short) 4016, 1.0, 1.0, false, true, null, false), - JACK_O_LANTERN("minecraft:jack_o_lantern", (short) 4020, 1.0, 1.0, false, true, null, false), - CAKE("minecraft:cake", (short) 4024, 0.5, 0.5, false, true, null, false), - REPEATER("minecraft:repeater", (short) 4034, 0.0, 0.0, false, true, null, false), - WHITE_STAINED_GLASS("minecraft:white_stained_glass", (short) 4095, 0.3, 0.3, false, true, null, true), - ORANGE_STAINED_GLASS("minecraft:orange_stained_glass", (short) 4096, 0.3, 0.3, false, true, null, true), - MAGENTA_STAINED_GLASS("minecraft:magenta_stained_glass", (short) 4097, 0.3, 0.3, false, true, null, true), - LIGHT_BLUE_STAINED_GLASS("minecraft:light_blue_stained_glass", (short) 4098, 0.3, 0.3, false, true, null, true), - YELLOW_STAINED_GLASS("minecraft:yellow_stained_glass", (short) 4099, 0.3, 0.3, false, true, null, true), - LIME_STAINED_GLASS("minecraft:lime_stained_glass", (short) 4100, 0.3, 0.3, false, true, null, true), - PINK_STAINED_GLASS("minecraft:pink_stained_glass", (short) 4101, 0.3, 0.3, false, true, null, true), - GRAY_STAINED_GLASS("minecraft:gray_stained_glass", (short) 4102, 0.3, 0.3, false, true, null, true), - LIGHT_GRAY_STAINED_GLASS("minecraft:light_gray_stained_glass", (short) 4103, 0.3, 0.3, false, true, null, true), - CYAN_STAINED_GLASS("minecraft:cyan_stained_glass", (short) 4104, 0.3, 0.3, false, true, null, true), - PURPLE_STAINED_GLASS("minecraft:purple_stained_glass", (short) 4105, 0.3, 0.3, false, true, null, true), - BLUE_STAINED_GLASS("minecraft:blue_stained_glass", (short) 4106, 0.3, 0.3, false, true, null, true), - BROWN_STAINED_GLASS("minecraft:brown_stained_glass", (short) 4107, 0.3, 0.3, false, true, null, true), - GREEN_STAINED_GLASS("minecraft:green_stained_glass", (short) 4108, 0.3, 0.3, false, true, null, true), - RED_STAINED_GLASS("minecraft:red_stained_glass", (short) 4109, 0.3, 0.3, false, true, null, true), - BLACK_STAINED_GLASS("minecraft:black_stained_glass", (short) 4110, 0.3, 0.3, false, true, null, true), - OAK_TRAPDOOR("minecraft:oak_trapdoor", (short) 4126, 3.0, 3.0, false, true, null, false), - SPRUCE_TRAPDOOR("minecraft:spruce_trapdoor", (short) 4190, 3.0, 3.0, false, true, null, false), - BIRCH_TRAPDOOR("minecraft:birch_trapdoor", (short) 4254, 3.0, 3.0, false, true, null, false), - JUNGLE_TRAPDOOR("minecraft:jungle_trapdoor", (short) 4318, 3.0, 3.0, false, true, null, false), - ACACIA_TRAPDOOR("minecraft:acacia_trapdoor", (short) 4382, 3.0, 3.0, false, true, null, false), - DARK_OAK_TRAPDOOR("minecraft:dark_oak_trapdoor", (short) 4446, 3.0, 3.0, false, true, null, false), - STONE_BRICKS("minecraft:stone_bricks", (short) 4495, 1.5, 6.0, false, true, null, true), - MOSSY_STONE_BRICKS("minecraft:mossy_stone_bricks", (short) 4496, 1.5, 6.0, false, true, null, true), - CRACKED_STONE_BRICKS("minecraft:cracked_stone_bricks", (short) 4497, 1.5, 6.0, false, true, null, true), - CHISELED_STONE_BRICKS("minecraft:chiseled_stone_bricks", (short) 4498, 1.5, 6.0, false, true, null, true), - INFESTED_STONE("minecraft:infested_stone", (short) 4499, 0.0, 0.75, false, true, null, true), - INFESTED_COBBLESTONE("minecraft:infested_cobblestone", (short) 4500, 0.0, 0.75, false, true, null, true), - INFESTED_STONE_BRICKS("minecraft:infested_stone_bricks", (short) 4501, 0.0, 0.75, false, true, null, true), - INFESTED_MOSSY_STONE_BRICKS("minecraft:infested_mossy_stone_bricks", (short) 4502, 0.0, 0.75, false, true, null, true), - INFESTED_CRACKED_STONE_BRICKS("minecraft:infested_cracked_stone_bricks", (short) 4503, 0.0, 0.75, false, true, null, true), - INFESTED_CHISELED_STONE_BRICKS("minecraft:infested_chiseled_stone_bricks", (short) 4504, 0.0, 0.75, false, true, null, true), - BROWN_MUSHROOM_BLOCK("minecraft:brown_mushroom_block", (short) 4505, 0.2, 0.2, false, true, null, false), - RED_MUSHROOM_BLOCK("minecraft:red_mushroom_block", (short) 4569, 0.2, 0.2, false, true, null, false), - MUSHROOM_STEM("minecraft:mushroom_stem", (short) 4633, 0.2, 0.2, false, true, null, false), - IRON_BARS("minecraft:iron_bars", (short) 4728, 5.0, 6.0, false, true, null, false), - CHAIN("minecraft:chain", (short) 4730, 5.0, 6.0, false, true, null, false), - GLASS_PANE("minecraft:glass_pane", (short) 4762, 0.3, 0.3, false, true, null, false), - MELON("minecraft:melon", (short) 4763, 1.0, 1.0, false, true, null, true), - ATTACHED_PUMPKIN_STEM("minecraft:attached_pumpkin_stem", (short) 4764, 0.0, 0.0, false, false, null, false), - ATTACHED_MELON_STEM("minecraft:attached_melon_stem", (short) 4768, 0.0, 0.0, false, false, null, false), - PUMPKIN_STEM("minecraft:pumpkin_stem", (short) 4772, 0.0, 0.0, false, false, null, false), - MELON_STEM("minecraft:melon_stem", (short) 4780, 0.0, 0.0, false, false, null, false), - VINE("minecraft:vine", (short) 4819, 0.2, 0.2, false, false, null, false), - OAK_FENCE_GATE("minecraft:oak_fence_gate", (short) 4827, 2.0, 3.0, false, true, null, false), - BRICK_STAIRS("minecraft:brick_stairs", (short) 4863, 0.0, 0.0, false, true, null, false), - STONE_BRICK_STAIRS("minecraft:stone_brick_stairs", (short) 4943, 0.0, 0.0, false, true, null, false), - MYCELIUM("minecraft:mycelium", (short) 5013, 0.6, 0.6, false, true, null, false), - LILY_PAD("minecraft:lily_pad", (short) 5014, 0.0, 0.0, false, true, null, true), - NETHER_BRICKS("minecraft:nether_bricks", (short) 5015, 2.0, 6.0, false, true, null, true), - NETHER_BRICK_FENCE("minecraft:nether_brick_fence", (short) 5047, 2.0, 6.0, false, true, null, false), - NETHER_BRICK_STAIRS("minecraft:nether_brick_stairs", (short) 5059, 0.0, 0.0, false, true, null, false), - NETHER_WART("minecraft:nether_wart", (short) 5128, 0.0, 0.0, false, false, null, false), - ENCHANTING_TABLE("minecraft:enchanting_table", (short) 5132, 5.0, 1200.0, false, true, NamespaceID.from("minecraft:enchanting_table"), true), - BREWING_STAND("minecraft:brewing_stand", (short) 5140, 0.5, 0.5, false, true, NamespaceID.from("minecraft:brewing_stand"), false), - CAULDRON("minecraft:cauldron", (short) 5141, 2.0, 2.0, false, true, null, false), - END_PORTAL("minecraft:end_portal", (short) 5145, 0.0, 3600000.0, false, false, NamespaceID.from("minecraft:end_portal"), true), - END_PORTAL_FRAME("minecraft:end_portal_frame", (short) 5150, 0.0, 3600000.0, false, true, null, false), - END_STONE("minecraft:end_stone", (short) 5154, 3.0, 9.0, false, true, null, true), - DRAGON_EGG("minecraft:dragon_egg", (short) 5155, 3.0, 9.0, false, true, null, true), - REDSTONE_LAMP("minecraft:redstone_lamp", (short) 5157, 0.3, 0.3, false, true, null, false), - COCOA("minecraft:cocoa", (short) 5158, 0.2, 3.0, false, true, null, false), - SANDSTONE_STAIRS("minecraft:sandstone_stairs", (short) 5181, 0.0, 0.0, false, true, null, false), - EMERALD_ORE("minecraft:emerald_ore", (short) 5250, 3.0, 3.0, false, true, null, true), - ENDER_CHEST("minecraft:ender_chest", (short) 5252, 22.5, 600.0, false, true, NamespaceID.from("minecraft:ender_chest"), false), - TRIPWIRE_HOOK("minecraft:tripwire_hook", (short) 5268, 0.0, 0.0, false, false, null, false), - TRIPWIRE("minecraft:tripwire", (short) 5402, 0.0, 0.0, false, false, null, false), - EMERALD_BLOCK("minecraft:emerald_block", (short) 5403, 5.0, 6.0, false, true, null, true), - SPRUCE_STAIRS("minecraft:spruce_stairs", (short) 5415, 0.0, 0.0, false, true, null, false), - BIRCH_STAIRS("minecraft:birch_stairs", (short) 5495, 0.0, 0.0, false, true, null, false), - JUNGLE_STAIRS("minecraft:jungle_stairs", (short) 5575, 0.0, 0.0, false, true, null, false), - COMMAND_BLOCK("minecraft:command_block", (short) 5650, 0.0, 3600000.0, false, true, NamespaceID.from("minecraft:command_block"), false), - BEACON("minecraft:beacon", (short) 5656, 3.0, 3.0, false, true, NamespaceID.from("minecraft:beacon"), true), - COBBLESTONE_WALL("minecraft:cobblestone_wall", (short) 5660, 0.0, 0.0, false, true, null, false), - MOSSY_COBBLESTONE_WALL("minecraft:mossy_cobblestone_wall", (short) 5984, 0.0, 0.0, false, true, null, false), - FLOWER_POT("minecraft:flower_pot", (short) 6305, 0.0, 0.0, false, true, null, true), - POTTED_OAK_SAPLING("minecraft:potted_oak_sapling", (short) 6306, 0.0, 0.0, false, true, null, true), - POTTED_SPRUCE_SAPLING("minecraft:potted_spruce_sapling", (short) 6307, 0.0, 0.0, false, true, null, true), - POTTED_BIRCH_SAPLING("minecraft:potted_birch_sapling", (short) 6308, 0.0, 0.0, false, true, null, true), - POTTED_JUNGLE_SAPLING("minecraft:potted_jungle_sapling", (short) 6309, 0.0, 0.0, false, true, null, true), - POTTED_ACACIA_SAPLING("minecraft:potted_acacia_sapling", (short) 6310, 0.0, 0.0, false, true, null, true), - POTTED_DARK_OAK_SAPLING("minecraft:potted_dark_oak_sapling", (short) 6311, 0.0, 0.0, false, true, null, true), - POTTED_FERN("minecraft:potted_fern", (short) 6312, 0.0, 0.0, false, true, null, true), - POTTED_DANDELION("minecraft:potted_dandelion", (short) 6313, 0.0, 0.0, false, true, null, true), - POTTED_POPPY("minecraft:potted_poppy", (short) 6314, 0.0, 0.0, false, true, null, true), - POTTED_BLUE_ORCHID("minecraft:potted_blue_orchid", (short) 6315, 0.0, 0.0, false, true, null, true), - POTTED_ALLIUM("minecraft:potted_allium", (short) 6316, 0.0, 0.0, false, true, null, true), - POTTED_AZURE_BLUET("minecraft:potted_azure_bluet", (short) 6317, 0.0, 0.0, false, true, null, true), - POTTED_RED_TULIP("minecraft:potted_red_tulip", (short) 6318, 0.0, 0.0, false, true, null, true), - POTTED_ORANGE_TULIP("minecraft:potted_orange_tulip", (short) 6319, 0.0, 0.0, false, true, null, true), - POTTED_WHITE_TULIP("minecraft:potted_white_tulip", (short) 6320, 0.0, 0.0, false, true, null, true), - POTTED_PINK_TULIP("minecraft:potted_pink_tulip", (short) 6321, 0.0, 0.0, false, true, null, true), - POTTED_OXEYE_DAISY("minecraft:potted_oxeye_daisy", (short) 6322, 0.0, 0.0, false, true, null, true), - POTTED_CORNFLOWER("minecraft:potted_cornflower", (short) 6323, 0.0, 0.0, false, true, null, true), - POTTED_LILY_OF_THE_VALLEY("minecraft:potted_lily_of_the_valley", (short) 6324, 0.0, 0.0, false, true, null, true), - POTTED_WITHER_ROSE("minecraft:potted_wither_rose", (short) 6325, 0.0, 0.0, false, true, null, true), - POTTED_RED_MUSHROOM("minecraft:potted_red_mushroom", (short) 6326, 0.0, 0.0, false, true, null, true), - POTTED_BROWN_MUSHROOM("minecraft:potted_brown_mushroom", (short) 6327, 0.0, 0.0, false, true, null, true), - POTTED_DEAD_BUSH("minecraft:potted_dead_bush", (short) 6328, 0.0, 0.0, false, true, null, true), - POTTED_CACTUS("minecraft:potted_cactus", (short) 6329, 0.0, 0.0, false, true, null, true), - CARROTS("minecraft:carrots", (short) 6330, 0.0, 0.0, false, false, null, false), - POTATOES("minecraft:potatoes", (short) 6338, 0.0, 0.0, false, false, null, false), - OAK_BUTTON("minecraft:oak_button", (short) 6355, 0.5, 0.5, false, false, null, false), - SPRUCE_BUTTON("minecraft:spruce_button", (short) 6379, 0.5, 0.5, false, false, null, false), - BIRCH_BUTTON("minecraft:birch_button", (short) 6403, 0.5, 0.5, false, false, null, false), - JUNGLE_BUTTON("minecraft:jungle_button", (short) 6427, 0.5, 0.5, false, false, null, false), - ACACIA_BUTTON("minecraft:acacia_button", (short) 6451, 0.5, 0.5, false, false, null, false), - DARK_OAK_BUTTON("minecraft:dark_oak_button", (short) 6475, 0.5, 0.5, false, false, null, false), - SKELETON_SKULL("minecraft:skeleton_skull", (short) 6490, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), - SKELETON_WALL_SKULL("minecraft:skeleton_wall_skull", (short) 6506, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), - WITHER_SKELETON_SKULL("minecraft:wither_skeleton_skull", (short) 6510, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), - WITHER_SKELETON_WALL_SKULL("minecraft:wither_skeleton_wall_skull", (short) 6526, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), - ZOMBIE_HEAD("minecraft:zombie_head", (short) 6530, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), - ZOMBIE_WALL_HEAD("minecraft:zombie_wall_head", (short) 6546, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), - PLAYER_HEAD("minecraft:player_head", (short) 6550, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), - PLAYER_WALL_HEAD("minecraft:player_wall_head", (short) 6566, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), - CREEPER_HEAD("minecraft:creeper_head", (short) 6570, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), - CREEPER_WALL_HEAD("minecraft:creeper_wall_head", (short) 6586, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), - DRAGON_HEAD("minecraft:dragon_head", (short) 6590, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), - DRAGON_WALL_HEAD("minecraft:dragon_wall_head", (short) 6606, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), - ANVIL("minecraft:anvil", (short) 6610, 5.0, 1200.0, false, true, null, false), - CHIPPED_ANVIL("minecraft:chipped_anvil", (short) 6614, 5.0, 1200.0, false, true, null, false), - DAMAGED_ANVIL("minecraft:damaged_anvil", (short) 6618, 5.0, 1200.0, false, true, null, false), - TRAPPED_CHEST("minecraft:trapped_chest", (short) 6623, 2.5, 2.5, false, true, NamespaceID.from("minecraft:trapped_chest"), false), - LIGHT_WEIGHTED_PRESSURE_PLATE("minecraft:light_weighted_pressure_plate", (short) 6646, 0.5, 0.5, false, false, null, false), - HEAVY_WEIGHTED_PRESSURE_PLATE("minecraft:heavy_weighted_pressure_plate", (short) 6662, 0.5, 0.5, false, false, null, false), - COMPARATOR("minecraft:comparator", (short) 6679, 0.0, 0.0, false, true, NamespaceID.from("minecraft:comparator"), false), - DAYLIGHT_DETECTOR("minecraft:daylight_detector", (short) 6710, 0.2, 0.2, false, true, NamespaceID.from("minecraft:daylight_detector"), false), - REDSTONE_BLOCK("minecraft:redstone_block", (short) 6726, 5.0, 6.0, false, true, null, true), - NETHER_QUARTZ_ORE("minecraft:nether_quartz_ore", (short) 6727, 3.0, 3.0, false, true, null, true), - HOPPER("minecraft:hopper", (short) 6728, 3.0, 4.8, false, true, NamespaceID.from("minecraft:hopper"), false), - QUARTZ_BLOCK("minecraft:quartz_block", (short) 6738, 0.8, 0.8, false, true, null, true), - CHISELED_QUARTZ_BLOCK("minecraft:chiseled_quartz_block", (short) 6739, 0.8, 0.8, false, true, null, true), - QUARTZ_PILLAR("minecraft:quartz_pillar", (short) 6741, 0.8, 0.8, false, true, null, false), - QUARTZ_STAIRS("minecraft:quartz_stairs", (short) 6754, 0.0, 0.0, false, true, null, false), - ACTIVATOR_RAIL("minecraft:activator_rail", (short) 6829, 0.7, 0.7, false, false, null, false), - DROPPER("minecraft:dropper", (short) 6836, 3.5, 3.5, false, true, NamespaceID.from("minecraft:dropper"), false), - WHITE_TERRACOTTA("minecraft:white_terracotta", (short) 6847, 1.25, 4.2, false, true, null, true), - ORANGE_TERRACOTTA("minecraft:orange_terracotta", (short) 6848, 1.25, 4.2, false, true, null, true), - MAGENTA_TERRACOTTA("minecraft:magenta_terracotta", (short) 6849, 1.25, 4.2, false, true, null, true), - LIGHT_BLUE_TERRACOTTA("minecraft:light_blue_terracotta", (short) 6850, 1.25, 4.2, false, true, null, true), - YELLOW_TERRACOTTA("minecraft:yellow_terracotta", (short) 6851, 1.25, 4.2, false, true, null, true), - LIME_TERRACOTTA("minecraft:lime_terracotta", (short) 6852, 1.25, 4.2, false, true, null, true), - PINK_TERRACOTTA("minecraft:pink_terracotta", (short) 6853, 1.25, 4.2, false, true, null, true), - GRAY_TERRACOTTA("minecraft:gray_terracotta", (short) 6854, 1.25, 4.2, false, true, null, true), - LIGHT_GRAY_TERRACOTTA("minecraft:light_gray_terracotta", (short) 6855, 1.25, 4.2, false, true, null, true), - CYAN_TERRACOTTA("minecraft:cyan_terracotta", (short) 6856, 1.25, 4.2, false, true, null, true), - PURPLE_TERRACOTTA("minecraft:purple_terracotta", (short) 6857, 1.25, 4.2, false, true, null, true), - BLUE_TERRACOTTA("minecraft:blue_terracotta", (short) 6858, 1.25, 4.2, false, true, null, true), - BROWN_TERRACOTTA("minecraft:brown_terracotta", (short) 6859, 1.25, 4.2, false, true, null, true), - GREEN_TERRACOTTA("minecraft:green_terracotta", (short) 6860, 1.25, 4.2, false, true, null, true), - RED_TERRACOTTA("minecraft:red_terracotta", (short) 6861, 1.25, 4.2, false, true, null, true), - BLACK_TERRACOTTA("minecraft:black_terracotta", (short) 6862, 1.25, 4.2, false, true, null, true), - WHITE_STAINED_GLASS_PANE("minecraft:white_stained_glass_pane", (short) 6894, 0.3, 0.3, false, true, null, false), - ORANGE_STAINED_GLASS_PANE("minecraft:orange_stained_glass_pane", (short) 6926, 0.3, 0.3, false, true, null, false), - MAGENTA_STAINED_GLASS_PANE("minecraft:magenta_stained_glass_pane", (short) 6958, 0.3, 0.3, false, true, null, false), - LIGHT_BLUE_STAINED_GLASS_PANE("minecraft:light_blue_stained_glass_pane", (short) 6990, 0.3, 0.3, false, true, null, false), - YELLOW_STAINED_GLASS_PANE("minecraft:yellow_stained_glass_pane", (short) 7022, 0.3, 0.3, false, true, null, false), - LIME_STAINED_GLASS_PANE("minecraft:lime_stained_glass_pane", (short) 7054, 0.3, 0.3, false, true, null, false), - PINK_STAINED_GLASS_PANE("minecraft:pink_stained_glass_pane", (short) 7086, 0.3, 0.3, false, true, null, false), - GRAY_STAINED_GLASS_PANE("minecraft:gray_stained_glass_pane", (short) 7118, 0.3, 0.3, false, true, null, false), - LIGHT_GRAY_STAINED_GLASS_PANE("minecraft:light_gray_stained_glass_pane", (short) 7150, 0.3, 0.3, false, true, null, false), - CYAN_STAINED_GLASS_PANE("minecraft:cyan_stained_glass_pane", (short) 7182, 0.3, 0.3, false, true, null, false), - PURPLE_STAINED_GLASS_PANE("minecraft:purple_stained_glass_pane", (short) 7214, 0.3, 0.3, false, true, null, false), - BLUE_STAINED_GLASS_PANE("minecraft:blue_stained_glass_pane", (short) 7246, 0.3, 0.3, false, true, null, false), - BROWN_STAINED_GLASS_PANE("minecraft:brown_stained_glass_pane", (short) 7278, 0.3, 0.3, false, true, null, false), - GREEN_STAINED_GLASS_PANE("minecraft:green_stained_glass_pane", (short) 7310, 0.3, 0.3, false, true, null, false), - RED_STAINED_GLASS_PANE("minecraft:red_stained_glass_pane", (short) 7342, 0.3, 0.3, false, true, null, false), - BLACK_STAINED_GLASS_PANE("minecraft:black_stained_glass_pane", (short) 7374, 0.3, 0.3, false, true, null, false), - ACACIA_STAIRS("minecraft:acacia_stairs", (short) 7386, 0.0, 0.0, false, true, null, false), - DARK_OAK_STAIRS("minecraft:dark_oak_stairs", (short) 7466, 0.0, 0.0, false, true, null, false), - SLIME_BLOCK("minecraft:slime_block", (short) 7535, 0.0, 0.0, false, true, null, true), - BARRIER("minecraft:barrier", (short) 7536, 0.0, 3600000.75, false, true, null, true), - IRON_TRAPDOOR("minecraft:iron_trapdoor", (short) 7552, 5.0, 5.0, false, true, null, false), - PRISMARINE("minecraft:prismarine", (short) 7601, 1.5, 6.0, false, true, null, true), - PRISMARINE_BRICKS("minecraft:prismarine_bricks", (short) 7602, 1.5, 6.0, false, true, null, true), - DARK_PRISMARINE("minecraft:dark_prismarine", (short) 7603, 1.5, 6.0, false, true, null, true), - PRISMARINE_STAIRS("minecraft:prismarine_stairs", (short) 7615, 0.0, 0.0, false, true, null, false), - PRISMARINE_BRICK_STAIRS("minecraft:prismarine_brick_stairs", (short) 7695, 0.0, 0.0, false, true, null, false), - DARK_PRISMARINE_STAIRS("minecraft:dark_prismarine_stairs", (short) 7775, 0.0, 0.0, false, true, null, false), - PRISMARINE_SLAB("minecraft:prismarine_slab", (short) 7847, 1.5, 6.0, false, true, null, false), - PRISMARINE_BRICK_SLAB("minecraft:prismarine_brick_slab", (short) 7853, 1.5, 6.0, false, true, null, false), - DARK_PRISMARINE_SLAB("minecraft:dark_prismarine_slab", (short) 7859, 1.5, 6.0, false, true, null, false), - SEA_LANTERN("minecraft:sea_lantern", (short) 7862, 0.3, 0.3, false, true, null, true), - HAY_BLOCK("minecraft:hay_block", (short) 7864, 0.5, 0.5, false, true, null, false), - WHITE_CARPET("minecraft:white_carpet", (short) 7866, 0.1, 0.1, false, true, null, true), - ORANGE_CARPET("minecraft:orange_carpet", (short) 7867, 0.1, 0.1, false, true, null, true), - MAGENTA_CARPET("minecraft:magenta_carpet", (short) 7868, 0.1, 0.1, false, true, null, true), - LIGHT_BLUE_CARPET("minecraft:light_blue_carpet", (short) 7869, 0.1, 0.1, false, true, null, true), - YELLOW_CARPET("minecraft:yellow_carpet", (short) 7870, 0.1, 0.1, false, true, null, true), - LIME_CARPET("minecraft:lime_carpet", (short) 7871, 0.1, 0.1, false, true, null, true), - PINK_CARPET("minecraft:pink_carpet", (short) 7872, 0.1, 0.1, false, true, null, true), - GRAY_CARPET("minecraft:gray_carpet", (short) 7873, 0.1, 0.1, false, true, null, true), - LIGHT_GRAY_CARPET("minecraft:light_gray_carpet", (short) 7874, 0.1, 0.1, false, true, null, true), - CYAN_CARPET("minecraft:cyan_carpet", (short) 7875, 0.1, 0.1, false, true, null, true), - PURPLE_CARPET("minecraft:purple_carpet", (short) 7876, 0.1, 0.1, false, true, null, true), - BLUE_CARPET("minecraft:blue_carpet", (short) 7877, 0.1, 0.1, false, true, null, true), - BROWN_CARPET("minecraft:brown_carpet", (short) 7878, 0.1, 0.1, false, true, null, true), - GREEN_CARPET("minecraft:green_carpet", (short) 7879, 0.1, 0.1, false, true, null, true), - RED_CARPET("minecraft:red_carpet", (short) 7880, 0.1, 0.1, false, true, null, true), - BLACK_CARPET("minecraft:black_carpet", (short) 7881, 0.1, 0.1, false, true, null, true), - TERRACOTTA("minecraft:terracotta", (short) 7882, 1.25, 4.2, false, true, null, true), - COAL_BLOCK("minecraft:coal_block", (short) 7883, 5.0, 6.0, false, true, null, true), - PACKED_ICE("minecraft:packed_ice", (short) 7884, 0.5, 0.5, false, true, null, true), - SUNFLOWER("minecraft:sunflower", (short) 7886, 0.0, 0.0, false, false, null, false), - LILAC("minecraft:lilac", (short) 7888, 0.0, 0.0, false, false, null, false), - ROSE_BUSH("minecraft:rose_bush", (short) 7890, 0.0, 0.0, false, false, null, false), - PEONY("minecraft:peony", (short) 7892, 0.0, 0.0, false, false, null, false), - TALL_GRASS("minecraft:tall_grass", (short) 7894, 0.0, 0.0, false, false, null, false), - LARGE_FERN("minecraft:large_fern", (short) 7896, 0.0, 0.0, false, false, null, false), - WHITE_BANNER("minecraft:white_banner", (short) 7897, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - ORANGE_BANNER("minecraft:orange_banner", (short) 7913, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - MAGENTA_BANNER("minecraft:magenta_banner", (short) 7929, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - LIGHT_BLUE_BANNER("minecraft:light_blue_banner", (short) 7945, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - YELLOW_BANNER("minecraft:yellow_banner", (short) 7961, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - LIME_BANNER("minecraft:lime_banner", (short) 7977, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - PINK_BANNER("minecraft:pink_banner", (short) 7993, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - GRAY_BANNER("minecraft:gray_banner", (short) 8009, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - LIGHT_GRAY_BANNER("minecraft:light_gray_banner", (short) 8025, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - CYAN_BANNER("minecraft:cyan_banner", (short) 8041, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - PURPLE_BANNER("minecraft:purple_banner", (short) 8057, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - BLUE_BANNER("minecraft:blue_banner", (short) 8073, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - BROWN_BANNER("minecraft:brown_banner", (short) 8089, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - GREEN_BANNER("minecraft:green_banner", (short) 8105, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - RED_BANNER("minecraft:red_banner", (short) 8121, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - BLACK_BANNER("minecraft:black_banner", (short) 8137, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - WHITE_WALL_BANNER("minecraft:white_wall_banner", (short) 8153, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - ORANGE_WALL_BANNER("minecraft:orange_wall_banner", (short) 8157, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - MAGENTA_WALL_BANNER("minecraft:magenta_wall_banner", (short) 8161, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - LIGHT_BLUE_WALL_BANNER("minecraft:light_blue_wall_banner", (short) 8165, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - YELLOW_WALL_BANNER("minecraft:yellow_wall_banner", (short) 8169, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - LIME_WALL_BANNER("minecraft:lime_wall_banner", (short) 8173, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - PINK_WALL_BANNER("minecraft:pink_wall_banner", (short) 8177, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - GRAY_WALL_BANNER("minecraft:gray_wall_banner", (short) 8181, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - LIGHT_GRAY_WALL_BANNER("minecraft:light_gray_wall_banner", (short) 8185, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - CYAN_WALL_BANNER("minecraft:cyan_wall_banner", (short) 8189, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - PURPLE_WALL_BANNER("minecraft:purple_wall_banner", (short) 8193, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - BLUE_WALL_BANNER("minecraft:blue_wall_banner", (short) 8197, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - BROWN_WALL_BANNER("minecraft:brown_wall_banner", (short) 8201, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - GREEN_WALL_BANNER("minecraft:green_wall_banner", (short) 8205, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - RED_WALL_BANNER("minecraft:red_wall_banner", (short) 8209, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - BLACK_WALL_BANNER("minecraft:black_wall_banner", (short) 8213, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), - RED_SANDSTONE("minecraft:red_sandstone", (short) 8217, 0.8, 0.8, false, true, null, true), - CHISELED_RED_SANDSTONE("minecraft:chiseled_red_sandstone", (short) 8218, 0.8, 0.8, false, true, null, true), - CUT_RED_SANDSTONE("minecraft:cut_red_sandstone", (short) 8219, 0.8, 0.8, false, true, null, true), - RED_SANDSTONE_STAIRS("minecraft:red_sandstone_stairs", (short) 8231, 0.0, 0.0, false, true, null, false), - OAK_SLAB("minecraft:oak_slab", (short) 8303, 2.0, 3.0, false, true, null, false), - SPRUCE_SLAB("minecraft:spruce_slab", (short) 8309, 2.0, 3.0, false, true, null, false), - BIRCH_SLAB("minecraft:birch_slab", (short) 8315, 2.0, 3.0, false, true, null, false), - JUNGLE_SLAB("minecraft:jungle_slab", (short) 8321, 2.0, 3.0, false, true, null, false), - ACACIA_SLAB("minecraft:acacia_slab", (short) 8327, 2.0, 3.0, false, true, null, false), - DARK_OAK_SLAB("minecraft:dark_oak_slab", (short) 8333, 2.0, 3.0, false, true, null, false), - STONE_SLAB("minecraft:stone_slab", (short) 8339, 2.0, 6.0, false, true, null, false), - SMOOTH_STONE_SLAB("minecraft:smooth_stone_slab", (short) 8345, 2.0, 6.0, false, true, null, false), - SANDSTONE_SLAB("minecraft:sandstone_slab", (short) 8351, 2.0, 6.0, false, true, null, false), - CUT_SANDSTONE_SLAB("minecraft:cut_sandstone_slab", (short) 8357, 2.0, 6.0, false, true, null, false), - PETRIFIED_OAK_SLAB("minecraft:petrified_oak_slab", (short) 8363, 2.0, 6.0, false, true, null, false), - COBBLESTONE_SLAB("minecraft:cobblestone_slab", (short) 8369, 2.0, 6.0, false, true, null, false), - BRICK_SLAB("minecraft:brick_slab", (short) 8375, 2.0, 6.0, false, true, null, false), - STONE_BRICK_SLAB("minecraft:stone_brick_slab", (short) 8381, 2.0, 6.0, false, true, null, false), - NETHER_BRICK_SLAB("minecraft:nether_brick_slab", (short) 8387, 2.0, 6.0, false, true, null, false), - QUARTZ_SLAB("minecraft:quartz_slab", (short) 8393, 2.0, 6.0, false, true, null, false), - RED_SANDSTONE_SLAB("minecraft:red_sandstone_slab", (short) 8399, 2.0, 6.0, false, true, null, false), - CUT_RED_SANDSTONE_SLAB("minecraft:cut_red_sandstone_slab", (short) 8405, 2.0, 6.0, false, true, null, false), - PURPUR_SLAB("minecraft:purpur_slab", (short) 8411, 2.0, 6.0, false, true, null, false), - SMOOTH_STONE("minecraft:smooth_stone", (short) 8414, 2.0, 6.0, false, true, null, true), - SMOOTH_SANDSTONE("minecraft:smooth_sandstone", (short) 8415, 2.0, 6.0, false, true, null, true), - SMOOTH_QUARTZ("minecraft:smooth_quartz", (short) 8416, 2.0, 6.0, false, true, null, true), - SMOOTH_RED_SANDSTONE("minecraft:smooth_red_sandstone", (short) 8417, 2.0, 6.0, false, true, null, true), - SPRUCE_FENCE_GATE("minecraft:spruce_fence_gate", (short) 8425, 2.0, 3.0, false, true, null, false), - BIRCH_FENCE_GATE("minecraft:birch_fence_gate", (short) 8457, 2.0, 3.0, false, true, null, false), - JUNGLE_FENCE_GATE("minecraft:jungle_fence_gate", (short) 8489, 2.0, 3.0, false, true, null, false), - ACACIA_FENCE_GATE("minecraft:acacia_fence_gate", (short) 8521, 2.0, 3.0, false, true, null, false), - DARK_OAK_FENCE_GATE("minecraft:dark_oak_fence_gate", (short) 8553, 2.0, 3.0, false, true, null, false), - SPRUCE_FENCE("minecraft:spruce_fence", (short) 8609, 2.0, 3.0, false, true, null, false), - BIRCH_FENCE("minecraft:birch_fence", (short) 8641, 2.0, 3.0, false, true, null, false), - JUNGLE_FENCE("minecraft:jungle_fence", (short) 8673, 2.0, 3.0, false, true, null, false), - ACACIA_FENCE("minecraft:acacia_fence", (short) 8705, 2.0, 3.0, false, true, null, false), - DARK_OAK_FENCE("minecraft:dark_oak_fence", (short) 8737, 2.0, 3.0, false, true, null, false), - SPRUCE_DOOR("minecraft:spruce_door", (short) 8749, 3.0, 3.0, false, true, null, false), - BIRCH_DOOR("minecraft:birch_door", (short) 8813, 3.0, 3.0, false, true, null, false), - JUNGLE_DOOR("minecraft:jungle_door", (short) 8877, 3.0, 3.0, false, true, null, false), - ACACIA_DOOR("minecraft:acacia_door", (short) 8941, 3.0, 3.0, false, true, null, false), - DARK_OAK_DOOR("minecraft:dark_oak_door", (short) 9005, 3.0, 3.0, false, true, null, false), - END_ROD("minecraft:end_rod", (short) 9062, 0.0, 0.0, false, true, null, false), - CHORUS_PLANT("minecraft:chorus_plant", (short) 9127, 0.4, 0.4, false, true, null, false), - CHORUS_FLOWER("minecraft:chorus_flower", (short) 9128, 0.4, 0.4, false, true, null, false), - PURPUR_BLOCK("minecraft:purpur_block", (short) 9134, 1.5, 6.0, false, true, null, true), - PURPUR_PILLAR("minecraft:purpur_pillar", (short) 9136, 1.5, 6.0, false, true, null, false), - PURPUR_STAIRS("minecraft:purpur_stairs", (short) 9149, 0.0, 0.0, false, true, null, false), - END_STONE_BRICKS("minecraft:end_stone_bricks", (short) 9218, 3.0, 9.0, false, true, null, true), - BEETROOTS("minecraft:beetroots", (short) 9219, 0.0, 0.0, false, false, null, false), - GRASS_PATH("minecraft:grass_path", (short) 9223, 0.65, 0.65, false, true, null, true), - END_GATEWAY("minecraft:end_gateway", (short) 9224, 0.0, 3600000.0, false, false, NamespaceID.from("minecraft:end_gateway"), true), - REPEATING_COMMAND_BLOCK("minecraft:repeating_command_block", (short) 9231, 0.0, 3600000.0, false, true, NamespaceID.from("minecraft:command_block"), false), - CHAIN_COMMAND_BLOCK("minecraft:chain_command_block", (short) 9243, 0.0, 3600000.0, false, true, NamespaceID.from("minecraft:command_block"), false), - FROSTED_ICE("minecraft:frosted_ice", (short) 9249, 0.5, 0.5, false, true, null, false), - MAGMA_BLOCK("minecraft:magma_block", (short) 9253, 0.5, 0.5, false, true, null, true), - NETHER_WART_BLOCK("minecraft:nether_wart_block", (short) 9254, 1.0, 1.0, false, true, null, true), - RED_NETHER_BRICKS("minecraft:red_nether_bricks", (short) 9255, 2.0, 6.0, false, true, null, true), - BONE_BLOCK("minecraft:bone_block", (short) 9257, 2.0, 2.0, false, true, null, false), - STRUCTURE_VOID("minecraft:structure_void", (short) 9259, 0.0, 0.0, false, false, null, true), - OBSERVER("minecraft:observer", (short) 9265, 3.0, 3.0, false, true, null, false), - SHULKER_BOX("minecraft:shulker_box", (short) 9276, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), - WHITE_SHULKER_BOX("minecraft:white_shulker_box", (short) 9282, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), - ORANGE_SHULKER_BOX("minecraft:orange_shulker_box", (short) 9288, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), - MAGENTA_SHULKER_BOX("minecraft:magenta_shulker_box", (short) 9294, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), - LIGHT_BLUE_SHULKER_BOX("minecraft:light_blue_shulker_box", (short) 9300, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), - YELLOW_SHULKER_BOX("minecraft:yellow_shulker_box", (short) 9306, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), - LIME_SHULKER_BOX("minecraft:lime_shulker_box", (short) 9312, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), - PINK_SHULKER_BOX("minecraft:pink_shulker_box", (short) 9318, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), - GRAY_SHULKER_BOX("minecraft:gray_shulker_box", (short) 9324, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), - LIGHT_GRAY_SHULKER_BOX("minecraft:light_gray_shulker_box", (short) 9330, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), - CYAN_SHULKER_BOX("minecraft:cyan_shulker_box", (short) 9336, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), - PURPLE_SHULKER_BOX("minecraft:purple_shulker_box", (short) 9342, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), - BLUE_SHULKER_BOX("minecraft:blue_shulker_box", (short) 9348, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), - BROWN_SHULKER_BOX("minecraft:brown_shulker_box", (short) 9354, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), - GREEN_SHULKER_BOX("minecraft:green_shulker_box", (short) 9360, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), - RED_SHULKER_BOX("minecraft:red_shulker_box", (short) 9366, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), - BLACK_SHULKER_BOX("minecraft:black_shulker_box", (short) 9372, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), - WHITE_GLAZED_TERRACOTTA("minecraft:white_glazed_terracotta", (short) 9374, 1.4, 1.4, false, true, null, false), - ORANGE_GLAZED_TERRACOTTA("minecraft:orange_glazed_terracotta", (short) 9378, 1.4, 1.4, false, true, null, false), - MAGENTA_GLAZED_TERRACOTTA("minecraft:magenta_glazed_terracotta", (short) 9382, 1.4, 1.4, false, true, null, false), - LIGHT_BLUE_GLAZED_TERRACOTTA("minecraft:light_blue_glazed_terracotta", (short) 9386, 1.4, 1.4, false, true, null, false), - YELLOW_GLAZED_TERRACOTTA("minecraft:yellow_glazed_terracotta", (short) 9390, 1.4, 1.4, false, true, null, false), - LIME_GLAZED_TERRACOTTA("minecraft:lime_glazed_terracotta", (short) 9394, 1.4, 1.4, false, true, null, false), - PINK_GLAZED_TERRACOTTA("minecraft:pink_glazed_terracotta", (short) 9398, 1.4, 1.4, false, true, null, false), - GRAY_GLAZED_TERRACOTTA("minecraft:gray_glazed_terracotta", (short) 9402, 1.4, 1.4, false, true, null, false), - LIGHT_GRAY_GLAZED_TERRACOTTA("minecraft:light_gray_glazed_terracotta", (short) 9406, 1.4, 1.4, false, true, null, false), - CYAN_GLAZED_TERRACOTTA("minecraft:cyan_glazed_terracotta", (short) 9410, 1.4, 1.4, false, true, null, false), - PURPLE_GLAZED_TERRACOTTA("minecraft:purple_glazed_terracotta", (short) 9414, 1.4, 1.4, false, true, null, false), - BLUE_GLAZED_TERRACOTTA("minecraft:blue_glazed_terracotta", (short) 9418, 1.4, 1.4, false, true, null, false), - BROWN_GLAZED_TERRACOTTA("minecraft:brown_glazed_terracotta", (short) 9422, 1.4, 1.4, false, true, null, false), - GREEN_GLAZED_TERRACOTTA("minecraft:green_glazed_terracotta", (short) 9426, 1.4, 1.4, false, true, null, false), - RED_GLAZED_TERRACOTTA("minecraft:red_glazed_terracotta", (short) 9430, 1.4, 1.4, false, true, null, false), - BLACK_GLAZED_TERRACOTTA("minecraft:black_glazed_terracotta", (short) 9434, 1.4, 1.4, false, true, null, false), - WHITE_CONCRETE("minecraft:white_concrete", (short) 9438, 1.8, 1.8, false, true, null, true), - ORANGE_CONCRETE("minecraft:orange_concrete", (short) 9439, 1.8, 1.8, false, true, null, true), - MAGENTA_CONCRETE("minecraft:magenta_concrete", (short) 9440, 1.8, 1.8, false, true, null, true), - LIGHT_BLUE_CONCRETE("minecraft:light_blue_concrete", (short) 9441, 1.8, 1.8, false, true, null, true), - YELLOW_CONCRETE("minecraft:yellow_concrete", (short) 9442, 1.8, 1.8, false, true, null, true), - LIME_CONCRETE("minecraft:lime_concrete", (short) 9443, 1.8, 1.8, false, true, null, true), - PINK_CONCRETE("minecraft:pink_concrete", (short) 9444, 1.8, 1.8, false, true, null, true), - GRAY_CONCRETE("minecraft:gray_concrete", (short) 9445, 1.8, 1.8, false, true, null, true), - LIGHT_GRAY_CONCRETE("minecraft:light_gray_concrete", (short) 9446, 1.8, 1.8, false, true, null, true), - CYAN_CONCRETE("minecraft:cyan_concrete", (short) 9447, 1.8, 1.8, false, true, null, true), - PURPLE_CONCRETE("minecraft:purple_concrete", (short) 9448, 1.8, 1.8, false, true, null, true), - BLUE_CONCRETE("minecraft:blue_concrete", (short) 9449, 1.8, 1.8, false, true, null, true), - BROWN_CONCRETE("minecraft:brown_concrete", (short) 9450, 1.8, 1.8, false, true, null, true), - GREEN_CONCRETE("minecraft:green_concrete", (short) 9451, 1.8, 1.8, false, true, null, true), - RED_CONCRETE("minecraft:red_concrete", (short) 9452, 1.8, 1.8, false, true, null, true), - BLACK_CONCRETE("minecraft:black_concrete", (short) 9453, 1.8, 1.8, false, true, null, true), - WHITE_CONCRETE_POWDER("minecraft:white_concrete_powder", (short) 9454, 0.5, 0.5, false, true, null, true), - ORANGE_CONCRETE_POWDER("minecraft:orange_concrete_powder", (short) 9455, 0.5, 0.5, false, true, null, true), - MAGENTA_CONCRETE_POWDER("minecraft:magenta_concrete_powder", (short) 9456, 0.5, 0.5, false, true, null, true), - LIGHT_BLUE_CONCRETE_POWDER("minecraft:light_blue_concrete_powder", (short) 9457, 0.5, 0.5, false, true, null, true), - YELLOW_CONCRETE_POWDER("minecraft:yellow_concrete_powder", (short) 9458, 0.5, 0.5, false, true, null, true), - LIME_CONCRETE_POWDER("minecraft:lime_concrete_powder", (short) 9459, 0.5, 0.5, false, true, null, true), - PINK_CONCRETE_POWDER("minecraft:pink_concrete_powder", (short) 9460, 0.5, 0.5, false, true, null, true), - GRAY_CONCRETE_POWDER("minecraft:gray_concrete_powder", (short) 9461, 0.5, 0.5, false, true, null, true), - LIGHT_GRAY_CONCRETE_POWDER("minecraft:light_gray_concrete_powder", (short) 9462, 0.5, 0.5, false, true, null, true), - CYAN_CONCRETE_POWDER("minecraft:cyan_concrete_powder", (short) 9463, 0.5, 0.5, false, true, null, true), - PURPLE_CONCRETE_POWDER("minecraft:purple_concrete_powder", (short) 9464, 0.5, 0.5, false, true, null, true), - BLUE_CONCRETE_POWDER("minecraft:blue_concrete_powder", (short) 9465, 0.5, 0.5, false, true, null, true), - BROWN_CONCRETE_POWDER("minecraft:brown_concrete_powder", (short) 9466, 0.5, 0.5, false, true, null, true), - GREEN_CONCRETE_POWDER("minecraft:green_concrete_powder", (short) 9467, 0.5, 0.5, false, true, null, true), - RED_CONCRETE_POWDER("minecraft:red_concrete_powder", (short) 9468, 0.5, 0.5, false, true, null, true), - BLACK_CONCRETE_POWDER("minecraft:black_concrete_powder", (short) 9469, 0.5, 0.5, false, true, null, true), - KELP("minecraft:kelp", (short) 9470, 0.0, 0.0, false, false, null, false), - KELP_PLANT("minecraft:kelp_plant", (short) 9496, 0.0, 0.0, false, false, null, true), - DRIED_KELP_BLOCK("minecraft:dried_kelp_block", (short) 9497, 0.5, 2.5, false, true, null, true), - TURTLE_EGG("minecraft:turtle_egg", (short) 9498, 0.5, 0.5, false, true, null, false), - DEAD_TUBE_CORAL_BLOCK("minecraft:dead_tube_coral_block", (short) 9510, 1.5, 6.0, false, true, null, true), - DEAD_BRAIN_CORAL_BLOCK("minecraft:dead_brain_coral_block", (short) 9511, 1.5, 6.0, false, true, null, true), - DEAD_BUBBLE_CORAL_BLOCK("minecraft:dead_bubble_coral_block", (short) 9512, 1.5, 6.0, false, true, null, true), - DEAD_FIRE_CORAL_BLOCK("minecraft:dead_fire_coral_block", (short) 9513, 1.5, 6.0, false, true, null, true), - DEAD_HORN_CORAL_BLOCK("minecraft:dead_horn_coral_block", (short) 9514, 1.5, 6.0, false, true, null, true), - TUBE_CORAL_BLOCK("minecraft:tube_coral_block", (short) 9515, 1.5, 6.0, false, true, null, true), - BRAIN_CORAL_BLOCK("minecraft:brain_coral_block", (short) 9516, 1.5, 6.0, false, true, null, true), - BUBBLE_CORAL_BLOCK("minecraft:bubble_coral_block", (short) 9517, 1.5, 6.0, false, true, null, true), - FIRE_CORAL_BLOCK("minecraft:fire_coral_block", (short) 9518, 1.5, 6.0, false, true, null, true), - HORN_CORAL_BLOCK("minecraft:horn_coral_block", (short) 9519, 1.5, 6.0, false, true, null, true), - DEAD_TUBE_CORAL("minecraft:dead_tube_coral", (short) 9520, 0.0, 0.0, false, false, null, false), - DEAD_BRAIN_CORAL("minecraft:dead_brain_coral", (short) 9522, 0.0, 0.0, false, false, null, false), - DEAD_BUBBLE_CORAL("minecraft:dead_bubble_coral", (short) 9524, 0.0, 0.0, false, false, null, false), - DEAD_FIRE_CORAL("minecraft:dead_fire_coral", (short) 9526, 0.0, 0.0, false, false, null, false), - DEAD_HORN_CORAL("minecraft:dead_horn_coral", (short) 9528, 0.0, 0.0, false, false, null, false), - TUBE_CORAL("minecraft:tube_coral", (short) 9530, 0.0, 0.0, false, false, null, false), - BRAIN_CORAL("minecraft:brain_coral", (short) 9532, 0.0, 0.0, false, false, null, false), - BUBBLE_CORAL("minecraft:bubble_coral", (short) 9534, 0.0, 0.0, false, false, null, false), - FIRE_CORAL("minecraft:fire_coral", (short) 9536, 0.0, 0.0, false, false, null, false), - HORN_CORAL("minecraft:horn_coral", (short) 9538, 0.0, 0.0, false, false, null, false), - DEAD_TUBE_CORAL_FAN("minecraft:dead_tube_coral_fan", (short) 9540, 0.0, 0.0, false, false, null, false), - DEAD_BRAIN_CORAL_FAN("minecraft:dead_brain_coral_fan", (short) 9542, 0.0, 0.0, false, false, null, false), - DEAD_BUBBLE_CORAL_FAN("minecraft:dead_bubble_coral_fan", (short) 9544, 0.0, 0.0, false, false, null, false), - DEAD_FIRE_CORAL_FAN("minecraft:dead_fire_coral_fan", (short) 9546, 0.0, 0.0, false, false, null, false), - DEAD_HORN_CORAL_FAN("minecraft:dead_horn_coral_fan", (short) 9548, 0.0, 0.0, false, false, null, false), - TUBE_CORAL_FAN("minecraft:tube_coral_fan", (short) 9550, 0.0, 0.0, false, false, null, false), - BRAIN_CORAL_FAN("minecraft:brain_coral_fan", (short) 9552, 0.0, 0.0, false, false, null, false), - BUBBLE_CORAL_FAN("minecraft:bubble_coral_fan", (short) 9554, 0.0, 0.0, false, false, null, false), - FIRE_CORAL_FAN("minecraft:fire_coral_fan", (short) 9556, 0.0, 0.0, false, false, null, false), - HORN_CORAL_FAN("minecraft:horn_coral_fan", (short) 9558, 0.0, 0.0, false, false, null, false), - DEAD_TUBE_CORAL_WALL_FAN("minecraft:dead_tube_coral_wall_fan", (short) 9560, 0.0, 0.0, false, false, null, false), - DEAD_BRAIN_CORAL_WALL_FAN("minecraft:dead_brain_coral_wall_fan", (short) 9568, 0.0, 0.0, false, false, null, false), - DEAD_BUBBLE_CORAL_WALL_FAN("minecraft:dead_bubble_coral_wall_fan", (short) 9576, 0.0, 0.0, false, false, null, false), - DEAD_FIRE_CORAL_WALL_FAN("minecraft:dead_fire_coral_wall_fan", (short) 9584, 0.0, 0.0, false, false, null, false), - DEAD_HORN_CORAL_WALL_FAN("minecraft:dead_horn_coral_wall_fan", (short) 9592, 0.0, 0.0, false, false, null, false), - TUBE_CORAL_WALL_FAN("minecraft:tube_coral_wall_fan", (short) 9600, 0.0, 0.0, false, false, null, false), - BRAIN_CORAL_WALL_FAN("minecraft:brain_coral_wall_fan", (short) 9608, 0.0, 0.0, false, false, null, false), - BUBBLE_CORAL_WALL_FAN("minecraft:bubble_coral_wall_fan", (short) 9616, 0.0, 0.0, false, false, null, false), - FIRE_CORAL_WALL_FAN("minecraft:fire_coral_wall_fan", (short) 9624, 0.0, 0.0, false, false, null, false), - HORN_CORAL_WALL_FAN("minecraft:horn_coral_wall_fan", (short) 9632, 0.0, 0.0, false, false, null, false), - SEA_PICKLE("minecraft:sea_pickle", (short) 9640, 0.0, 0.0, false, true, null, false), - BLUE_ICE("minecraft:blue_ice", (short) 9648, 2.8, 2.8, false, true, null, true), - CONDUIT("minecraft:conduit", (short) 9649, 3.0, 3.0, false, true, NamespaceID.from("minecraft:conduit"), false), - BAMBOO_SAPLING("minecraft:bamboo_sapling", (short) 9651, 1.0, 1.0, false, false, null, true), - BAMBOO("minecraft:bamboo", (short) 9652, 1.0, 1.0, false, true, null, false), - POTTED_BAMBOO("minecraft:potted_bamboo", (short) 9664, 0.0, 0.0, false, true, null, true), - VOID_AIR("minecraft:void_air", (short) 9665, 0.0, 0.0, false, false, null, true), - CAVE_AIR("minecraft:cave_air", (short) 9666, 0.0, 0.0, false, false, null, true), - BUBBLE_COLUMN("minecraft:bubble_column", (short) 9667, 0.0, 0.0, false, false, null, false), - POLISHED_GRANITE_STAIRS("minecraft:polished_granite_stairs", (short) 9680, 0.0, 0.0, false, true, null, false), - SMOOTH_RED_SANDSTONE_STAIRS("minecraft:smooth_red_sandstone_stairs", (short) 9760, 0.0, 0.0, false, true, null, false), - MOSSY_STONE_BRICK_STAIRS("minecraft:mossy_stone_brick_stairs", (short) 9840, 0.0, 0.0, false, true, null, false), - POLISHED_DIORITE_STAIRS("minecraft:polished_diorite_stairs", (short) 9920, 0.0, 0.0, false, true, null, false), - MOSSY_COBBLESTONE_STAIRS("minecraft:mossy_cobblestone_stairs", (short) 10000, 0.0, 0.0, false, true, null, false), - END_STONE_BRICK_STAIRS("minecraft:end_stone_brick_stairs", (short) 10080, 0.0, 0.0, false, true, null, false), - STONE_STAIRS("minecraft:stone_stairs", (short) 10160, 0.0, 0.0, false, true, null, false), - SMOOTH_SANDSTONE_STAIRS("minecraft:smooth_sandstone_stairs", (short) 10240, 0.0, 0.0, false, true, null, false), - SMOOTH_QUARTZ_STAIRS("minecraft:smooth_quartz_stairs", (short) 10320, 0.0, 0.0, false, true, null, false), - GRANITE_STAIRS("minecraft:granite_stairs", (short) 10400, 0.0, 0.0, false, true, null, false), - ANDESITE_STAIRS("minecraft:andesite_stairs", (short) 10480, 0.0, 0.0, false, true, null, false), - RED_NETHER_BRICK_STAIRS("minecraft:red_nether_brick_stairs", (short) 10560, 0.0, 0.0, false, true, null, false), - POLISHED_ANDESITE_STAIRS("minecraft:polished_andesite_stairs", (short) 10640, 0.0, 0.0, false, true, null, false), - DIORITE_STAIRS("minecraft:diorite_stairs", (short) 10720, 0.0, 0.0, false, true, null, false), - POLISHED_GRANITE_SLAB("minecraft:polished_granite_slab", (short) 10792, 0.0, 0.0, false, true, null, false), - SMOOTH_RED_SANDSTONE_SLAB("minecraft:smooth_red_sandstone_slab", (short) 10798, 0.0, 0.0, false, true, null, false), - MOSSY_STONE_BRICK_SLAB("minecraft:mossy_stone_brick_slab", (short) 10804, 0.0, 0.0, false, true, null, false), - POLISHED_DIORITE_SLAB("minecraft:polished_diorite_slab", (short) 10810, 0.0, 0.0, false, true, null, false), - MOSSY_COBBLESTONE_SLAB("minecraft:mossy_cobblestone_slab", (short) 10816, 0.0, 0.0, false, true, null, false), - END_STONE_BRICK_SLAB("minecraft:end_stone_brick_slab", (short) 10822, 0.0, 0.0, false, true, null, false), - SMOOTH_SANDSTONE_SLAB("minecraft:smooth_sandstone_slab", (short) 10828, 0.0, 0.0, false, true, null, false), - SMOOTH_QUARTZ_SLAB("minecraft:smooth_quartz_slab", (short) 10834, 0.0, 0.0, false, true, null, false), - GRANITE_SLAB("minecraft:granite_slab", (short) 10840, 0.0, 0.0, false, true, null, false), - ANDESITE_SLAB("minecraft:andesite_slab", (short) 10846, 0.0, 0.0, false, true, null, false), - RED_NETHER_BRICK_SLAB("minecraft:red_nether_brick_slab", (short) 10852, 0.0, 0.0, false, true, null, false), - POLISHED_ANDESITE_SLAB("minecraft:polished_andesite_slab", (short) 10858, 0.0, 0.0, false, true, null, false), - DIORITE_SLAB("minecraft:diorite_slab", (short) 10864, 0.0, 0.0, false, true, null, false), - BRICK_WALL("minecraft:brick_wall", (short) 10870, 0.0, 0.0, false, true, null, false), - PRISMARINE_WALL("minecraft:prismarine_wall", (short) 11194, 0.0, 0.0, false, true, null, false), - RED_SANDSTONE_WALL("minecraft:red_sandstone_wall", (short) 11518, 0.0, 0.0, false, true, null, false), - MOSSY_STONE_BRICK_WALL("minecraft:mossy_stone_brick_wall", (short) 11842, 0.0, 0.0, false, true, null, false), - GRANITE_WALL("minecraft:granite_wall", (short) 12166, 0.0, 0.0, false, true, null, false), - STONE_BRICK_WALL("minecraft:stone_brick_wall", (short) 12490, 0.0, 0.0, false, true, null, false), - NETHER_BRICK_WALL("minecraft:nether_brick_wall", (short) 12814, 0.0, 0.0, false, true, null, false), - ANDESITE_WALL("minecraft:andesite_wall", (short) 13138, 0.0, 0.0, false, true, null, false), - RED_NETHER_BRICK_WALL("minecraft:red_nether_brick_wall", (short) 13462, 0.0, 0.0, false, true, null, false), - SANDSTONE_WALL("minecraft:sandstone_wall", (short) 13786, 0.0, 0.0, false, true, null, false), - END_STONE_BRICK_WALL("minecraft:end_stone_brick_wall", (short) 14110, 0.0, 0.0, false, true, null, false), - DIORITE_WALL("minecraft:diorite_wall", (short) 14434, 0.0, 0.0, false, true, null, false), - SCAFFOLDING("minecraft:scaffolding", (short) 14786, 0.0, 0.0, false, true, null, false), - LOOM("minecraft:loom", (short) 14787, 2.5, 2.5, false, true, null, false), - BARREL("minecraft:barrel", (short) 14792, 2.5, 2.5, false, true, NamespaceID.from("minecraft:barrel"), false), - SMOKER("minecraft:smoker", (short) 14804, 3.5, 3.5, false, true, NamespaceID.from("minecraft:smoker"), false), - BLAST_FURNACE("minecraft:blast_furnace", (short) 14812, 3.5, 3.5, false, true, NamespaceID.from("minecraft:blast_furnace"), false), - CARTOGRAPHY_TABLE("minecraft:cartography_table", (short) 14819, 2.5, 2.5, false, true, null, true), - FLETCHING_TABLE("minecraft:fletching_table", (short) 14820, 2.5, 2.5, false, true, null, true), - GRINDSTONE("minecraft:grindstone", (short) 14825, 2.0, 6.0, false, true, null, false), - LECTERN("minecraft:lectern", (short) 14836, 2.5, 2.5, false, true, NamespaceID.from("minecraft:lectern"), false), - SMITHING_TABLE("minecraft:smithing_table", (short) 14849, 2.5, 2.5, false, true, null, true), - STONECUTTER("minecraft:stonecutter", (short) 14850, 3.5, 3.5, false, true, null, false), - BELL("minecraft:bell", (short) 14855, 5.0, 5.0, false, true, NamespaceID.from("minecraft:bell"), false), - LANTERN("minecraft:lantern", (short) 14887, 3.5, 3.5, false, true, null, false), - SOUL_LANTERN("minecraft:soul_lantern", (short) 14889, 3.5, 3.5, false, true, null, false), - CAMPFIRE("minecraft:campfire", (short) 14893, 2.0, 2.0, false, true, NamespaceID.from("minecraft:campfire"), false), - SOUL_CAMPFIRE("minecraft:soul_campfire", (short) 14925, 2.0, 2.0, false, true, NamespaceID.from("minecraft:campfire"), false), - SWEET_BERRY_BUSH("minecraft:sweet_berry_bush", (short) 14954, 0.0, 0.0, false, false, null, false), - WARPED_STEM("minecraft:warped_stem", (short) 14959, 2.0, 2.0, false, true, null, false), - STRIPPED_WARPED_STEM("minecraft:stripped_warped_stem", (short) 14962, 2.0, 2.0, false, true, null, false), - WARPED_HYPHAE("minecraft:warped_hyphae", (short) 14965, 2.0, 2.0, false, true, null, false), - STRIPPED_WARPED_HYPHAE("minecraft:stripped_warped_hyphae", (short) 14968, 2.0, 2.0, false, true, null, false), - WARPED_NYLIUM("minecraft:warped_nylium", (short) 14970, 0.4, 0.4, false, true, null, true), - WARPED_FUNGUS("minecraft:warped_fungus", (short) 14971, 0.0, 0.0, false, true, null, true), - WARPED_WART_BLOCK("minecraft:warped_wart_block", (short) 14972, 1.0, 1.0, false, true, null, true), - WARPED_ROOTS("minecraft:warped_roots", (short) 14973, 0.0, 0.0, false, true, null, true), - NETHER_SPROUTS("minecraft:nether_sprouts", (short) 14974, 0.0, 0.0, false, true, null, true), - CRIMSON_STEM("minecraft:crimson_stem", (short) 14976, 2.0, 2.0, false, true, null, false), - STRIPPED_CRIMSON_STEM("minecraft:stripped_crimson_stem", (short) 14979, 2.0, 2.0, false, true, null, false), - CRIMSON_HYPHAE("minecraft:crimson_hyphae", (short) 14982, 2.0, 2.0, false, true, null, false), - STRIPPED_CRIMSON_HYPHAE("minecraft:stripped_crimson_hyphae", (short) 14985, 2.0, 2.0, false, true, null, false), - CRIMSON_NYLIUM("minecraft:crimson_nylium", (short) 14987, 0.4, 0.4, false, true, null, true), - CRIMSON_FUNGUS("minecraft:crimson_fungus", (short) 14988, 0.0, 0.0, false, true, null, true), - SHROOMLIGHT("minecraft:shroomlight", (short) 14989, 1.0, 1.0, false, true, null, true), - WEEPING_VINES("minecraft:weeping_vines", (short) 14990, 0.0, 0.0, false, true, null, false), - WEEPING_VINES_PLANT("minecraft:weeping_vines_plant", (short) 15016, 0.0, 0.0, false, true, null, true), - TWISTING_VINES("minecraft:twisting_vines", (short) 15017, 0.0, 0.0, false, true, null, false), - TWISTING_VINES_PLANT("minecraft:twisting_vines_plant", (short) 15043, 0.0, 0.0, false, true, null, true), - CRIMSON_ROOTS("minecraft:crimson_roots", (short) 15044, 0.0, 0.0, false, true, null, true), - CRIMSON_PLANKS("minecraft:crimson_planks", (short) 15045, 2.0, 3.0, false, true, null, true), - WARPED_PLANKS("minecraft:warped_planks", (short) 15046, 2.0, 3.0, false, true, null, true), - CRIMSON_SLAB("minecraft:crimson_slab", (short) 15050, 2.0, 3.0, false, true, null, false), - WARPED_SLAB("minecraft:warped_slab", (short) 15056, 2.0, 3.0, false, true, null, false), - CRIMSON_PRESSURE_PLATE("minecraft:crimson_pressure_plate", (short) 15060, 0.5, 0.5, false, true, null, false), - WARPED_PRESSURE_PLATE("minecraft:warped_pressure_plate", (short) 15062, 0.5, 0.5, false, true, null, false), - CRIMSON_FENCE("minecraft:crimson_fence", (short) 15094, 2.0, 3.0, false, true, null, false), - WARPED_FENCE("minecraft:warped_fence", (short) 15126, 2.0, 3.0, false, true, null, false), - CRIMSON_TRAPDOOR("minecraft:crimson_trapdoor", (short) 15142, 3.0, 3.0, false, true, null, false), - WARPED_TRAPDOOR("minecraft:warped_trapdoor", (short) 15206, 3.0, 3.0, false, true, null, false), - CRIMSON_FENCE_GATE("minecraft:crimson_fence_gate", (short) 15262, 2.0, 3.0, false, true, null, false), - WARPED_FENCE_GATE("minecraft:warped_fence_gate", (short) 15294, 2.0, 3.0, false, true, null, false), - CRIMSON_STAIRS("minecraft:crimson_stairs", (short) 15330, 0.0, 0.0, false, true, null, false), - WARPED_STAIRS("minecraft:warped_stairs", (short) 15410, 0.0, 0.0, false, true, null, false), - CRIMSON_BUTTON("minecraft:crimson_button", (short) 15488, 0.5, 0.5, false, true, null, false), - WARPED_BUTTON("minecraft:warped_button", (short) 15512, 0.5, 0.5, false, true, null, false), - CRIMSON_DOOR("minecraft:crimson_door", (short) 15538, 3.0, 3.0, false, true, null, false), - WARPED_DOOR("minecraft:warped_door", (short) 15602, 3.0, 3.0, false, true, null, false), - CRIMSON_SIGN("minecraft:crimson_sign", (short) 15656, 1.0, 1.0, false, true, NamespaceID.from("minecraft:sign"), false), - WARPED_SIGN("minecraft:warped_sign", (short) 15688, 1.0, 1.0, false, true, NamespaceID.from("minecraft:sign"), false), - CRIMSON_WALL_SIGN("minecraft:crimson_wall_sign", (short) 15720, 1.0, 1.0, false, true, NamespaceID.from("minecraft:sign"), false), - WARPED_WALL_SIGN("minecraft:warped_wall_sign", (short) 15728, 1.0, 1.0, false, true, NamespaceID.from("minecraft:sign"), false), - STRUCTURE_BLOCK("minecraft:structure_block", (short) 15735, 0.0, 3600000.0, false, true, NamespaceID.from("minecraft:structure_block"), false), - JIGSAW("minecraft:jigsaw", (short) 15749, 0.0, 3600000.0, false, true, NamespaceID.from("minecraft:jigsaw"), false), - COMPOSTER("minecraft:composter", (short) 15751, 0.6, 0.6, false, true, null, false), - TARGET("minecraft:target", (short) 15760, 0.5, 0.5, false, true, null, false), - BEE_NEST("minecraft:bee_nest", (short) 15776, 0.3, 0.3, false, true, NamespaceID.from("minecraft:beehive"), false), - BEEHIVE("minecraft:beehive", (short) 15800, 0.6, 0.6, false, true, NamespaceID.from("minecraft:beehive"), false), - HONEY_BLOCK("minecraft:honey_block", (short) 15824, 0.0, 0.0, false, true, null, true), - HONEYCOMB_BLOCK("minecraft:honeycomb_block", (short) 15825, 0.6, 0.6, false, true, null, true), - NETHERITE_BLOCK("minecraft:netherite_block", (short) 15826, 50.0, 1200.0, false, true, null, true), - ANCIENT_DEBRIS("minecraft:ancient_debris", (short) 15827, 30.0, 1200.0, false, true, null, true), - CRYING_OBSIDIAN("minecraft:crying_obsidian", (short) 15828, 50.0, 1200.0, false, true, null, true), - RESPAWN_ANCHOR("minecraft:respawn_anchor", (short) 15829, 50.0, 1200.0, false, true, null, false), - POTTED_CRIMSON_FUNGUS("minecraft:potted_crimson_fungus", (short) 15834, 0.0, 0.0, false, true, null, true), - POTTED_WARPED_FUNGUS("minecraft:potted_warped_fungus", (short) 15835, 0.0, 0.0, false, true, null, true), - POTTED_CRIMSON_ROOTS("minecraft:potted_crimson_roots", (short) 15836, 0.0, 0.0, false, true, null, true), - POTTED_WARPED_ROOTS("minecraft:potted_warped_roots", (short) 15837, 0.0, 0.0, false, true, null, true), - LODESTONE("minecraft:lodestone", (short) 15838, 3.5, 3.5, false, true, null, true), - BLACKSTONE("minecraft:blackstone", (short) 15839, 1.5, 6.0, false, true, null, true), - BLACKSTONE_STAIRS("minecraft:blackstone_stairs", (short) 15851, 0.0, 0.0, false, true, null, false), - BLACKSTONE_WALL("minecraft:blackstone_wall", (short) 15923, 0.0, 0.0, false, true, null, false), - BLACKSTONE_SLAB("minecraft:blackstone_slab", (short) 16247, 2.0, 6.0, false, true, null, false), - POLISHED_BLACKSTONE("minecraft:polished_blackstone", (short) 16250, 2.0, 6.0, false, true, null, true), - POLISHED_BLACKSTONE_BRICKS("minecraft:polished_blackstone_bricks", (short) 16251, 1.5, 6.0, false, true, null, true), - CRACKED_POLISHED_BLACKSTONE_BRICKS("minecraft:cracked_polished_blackstone_bricks", (short) 16252, 0.0, 0.0, false, true, null, true), - CHISELED_POLISHED_BLACKSTONE("minecraft:chiseled_polished_blackstone", (short) 16253, 1.5, 6.0, false, true, null, true), - POLISHED_BLACKSTONE_BRICK_SLAB("minecraft:polished_blackstone_brick_slab", (short) 16257, 2.0, 6.0, false, true, null, false), - POLISHED_BLACKSTONE_BRICK_STAIRS("minecraft:polished_blackstone_brick_stairs", (short) 16271, 0.0, 0.0, false, true, null, false), - POLISHED_BLACKSTONE_BRICK_WALL("minecraft:polished_blackstone_brick_wall", (short) 16343, 0.0, 0.0, false, true, null, false), - GILDED_BLACKSTONE("minecraft:gilded_blackstone", (short) 16664, 0.0, 0.0, false, true, null, true), - POLISHED_BLACKSTONE_STAIRS("minecraft:polished_blackstone_stairs", (short) 16676, 0.0, 0.0, false, true, null, false), - POLISHED_BLACKSTONE_SLAB("minecraft:polished_blackstone_slab", (short) 16748, 0.0, 0.0, false, true, null, false), - POLISHED_BLACKSTONE_PRESSURE_PLATE("minecraft:polished_blackstone_pressure_plate", (short) 16752, 0.5, 0.5, false, true, null, false), - POLISHED_BLACKSTONE_BUTTON("minecraft:polished_blackstone_button", (short) 16762, 0.5, 0.5, false, true, null, false), - POLISHED_BLACKSTONE_WALL("minecraft:polished_blackstone_wall", (short) 16780, 0.0, 0.0, false, true, null, false), - CHISELED_NETHER_BRICKS("minecraft:chiseled_nether_bricks", (short) 17101, 2.0, 6.0, false, true, null, true), - CRACKED_NETHER_BRICKS("minecraft:cracked_nether_bricks", (short) 17102, 2.0, 6.0, false, true, null, true), - QUARTZ_BRICKS("minecraft:quartz_bricks", (short) 17103, 0.0, 0.0, false, true, null, true), + OAK_LOG("minecraft:oak_log", (short) 73, 2.0, 2.0, false, true, null, false), + SPRUCE_LOG("minecraft:spruce_log", (short) 76, 2.0, 2.0, false, true, null, false), + BIRCH_LOG("minecraft:birch_log", (short) 79, 2.0, 2.0, false, true, null, false), + JUNGLE_LOG("minecraft:jungle_log", (short) 82, 2.0, 2.0, false, true, null, false), + ACACIA_LOG("minecraft:acacia_log", (short) 85, 2.0, 2.0, false, true, null, false), + DARK_OAK_LOG("minecraft:dark_oak_log", (short) 88, 2.0, 2.0, false, true, null, false), + STRIPPED_SPRUCE_LOG("minecraft:stripped_spruce_log", (short) 91, 2.0, 2.0, false, true, null, false), + STRIPPED_BIRCH_LOG("minecraft:stripped_birch_log", (short) 94, 2.0, 2.0, false, true, null, false), + STRIPPED_JUNGLE_LOG("minecraft:stripped_jungle_log", (short) 97, 2.0, 2.0, false, true, null, false), + STRIPPED_ACACIA_LOG("minecraft:stripped_acacia_log", (short) 100, 2.0, 2.0, false, true, null, false), + STRIPPED_DARK_OAK_LOG("minecraft:stripped_dark_oak_log", (short) 103, 2.0, 2.0, false, true, null, false), + STRIPPED_OAK_LOG("minecraft:stripped_oak_log", (short) 106, 2.0, 2.0, false, true, null, false), + OAK_WOOD("minecraft:oak_wood", (short) 109, 2.0, 2.0, false, true, null, false), + SPRUCE_WOOD("minecraft:spruce_wood", (short) 112, 2.0, 2.0, false, true, null, false), + BIRCH_WOOD("minecraft:birch_wood", (short) 115, 2.0, 2.0, false, true, null, false), + JUNGLE_WOOD("minecraft:jungle_wood", (short) 118, 2.0, 2.0, false, true, null, false), + ACACIA_WOOD("minecraft:acacia_wood", (short) 121, 2.0, 2.0, false, true, null, false), + DARK_OAK_WOOD("minecraft:dark_oak_wood", (short) 124, 2.0, 2.0, false, true, null, false), + STRIPPED_OAK_WOOD("minecraft:stripped_oak_wood", (short) 127, 2.0, 2.0, false, true, null, false), + STRIPPED_SPRUCE_WOOD("minecraft:stripped_spruce_wood", (short) 130, 2.0, 2.0, false, true, null, false), + STRIPPED_BIRCH_WOOD("minecraft:stripped_birch_wood", (short) 133, 2.0, 2.0, false, true, null, false), + STRIPPED_JUNGLE_WOOD("minecraft:stripped_jungle_wood", (short) 136, 2.0, 2.0, false, true, null, false), + STRIPPED_ACACIA_WOOD("minecraft:stripped_acacia_wood", (short) 139, 2.0, 2.0, false, true, null, false), + STRIPPED_DARK_OAK_WOOD("minecraft:stripped_dark_oak_wood", (short) 142, 2.0, 2.0, false, true, null, false), + OAK_LEAVES("minecraft:oak_leaves", (short) 157, 0.2, 0.2, false, true, null, false), + SPRUCE_LEAVES("minecraft:spruce_leaves", (short) 171, 0.2, 0.2, false, true, null, false), + BIRCH_LEAVES("minecraft:birch_leaves", (short) 185, 0.2, 0.2, false, true, null, false), + JUNGLE_LEAVES("minecraft:jungle_leaves", (short) 199, 0.2, 0.2, false, true, null, false), + ACACIA_LEAVES("minecraft:acacia_leaves", (short) 213, 0.2, 0.2, false, true, null, false), + DARK_OAK_LEAVES("minecraft:dark_oak_leaves", (short) 227, 0.2, 0.2, false, true, null, false), + SPONGE("minecraft:sponge", (short) 228, 0.6, 0.6, false, true, null, true), + WET_SPONGE("minecraft:wet_sponge", (short) 229, 0.6, 0.6, false, true, null, true), + GLASS("minecraft:glass", (short) 230, 0.3, 0.3, false, true, null, true), + LAPIS_ORE("minecraft:lapis_ore", (short) 231, 3.0, 3.0, false, true, null, true), + LAPIS_BLOCK("minecraft:lapis_block", (short) 232, 3.0, 3.0, false, true, null, true), + DISPENSER("minecraft:dispenser", (short) 234, 3.5, 3.5, false, true, NamespaceID.from("minecraft:dispenser"), false), + SANDSTONE("minecraft:sandstone", (short) 245, 0.8, 0.8, false, true, null, true), + CHISELED_SANDSTONE("minecraft:chiseled_sandstone", (short) 246, 0.8, 0.8, false, true, null, true), + CUT_SANDSTONE("minecraft:cut_sandstone", (short) 247, 0.8, 0.8, false, true, null, true), + NOTE_BLOCK("minecraft:note_block", (short) 249, 0.8, 0.8, false, true, null, false), + WHITE_BED("minecraft:white_bed", (short) 1051, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + ORANGE_BED("minecraft:orange_bed", (short) 1067, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + MAGENTA_BED("minecraft:magenta_bed", (short) 1083, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + LIGHT_BLUE_BED("minecraft:light_blue_bed", (short) 1099, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + YELLOW_BED("minecraft:yellow_bed", (short) 1115, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + LIME_BED("minecraft:lime_bed", (short) 1131, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + PINK_BED("minecraft:pink_bed", (short) 1147, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + GRAY_BED("minecraft:gray_bed", (short) 1163, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + LIGHT_GRAY_BED("minecraft:light_gray_bed", (short) 1179, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + CYAN_BED("minecraft:cyan_bed", (short) 1195, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + PURPLE_BED("minecraft:purple_bed", (short) 1211, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + BLUE_BED("minecraft:blue_bed", (short) 1227, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + BROWN_BED("minecraft:brown_bed", (short) 1243, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + GREEN_BED("minecraft:green_bed", (short) 1259, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + RED_BED("minecraft:red_bed", (short) 1275, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + BLACK_BED("minecraft:black_bed", (short) 1291, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + POWERED_RAIL("minecraft:powered_rail", (short) 1310, 0.7, 0.7, false, false, null, false), + DETECTOR_RAIL("minecraft:detector_rail", (short) 1322, 0.7, 0.7, false, false, null, false), + STICKY_PISTON("minecraft:sticky_piston", (short) 1334, 0.5, 0.5, false, true, null, false), + COBWEB("minecraft:cobweb", (short) 1340, 4.0, 4.0, false, false, null, true), + GRASS("minecraft:grass", (short) 1341, 0.0, 0.0, false, false, null, true), + FERN("minecraft:fern", (short) 1342, 0.0, 0.0, false, false, null, true), + DEAD_BUSH("minecraft:dead_bush", (short) 1343, 0.0, 0.0, false, false, null, true), + SEAGRASS("minecraft:seagrass", (short) 1344, 0.0, 0.0, false, false, null, true), + TALL_SEAGRASS("minecraft:tall_seagrass", (short) 1346, 0.0, 0.0, false, false, null, false), + PISTON("minecraft:piston", (short) 1353, 0.5, 0.5, false, true, null, false), + PISTON_HEAD("minecraft:piston_head", (short) 1361, 0.5, 0.5, false, true, null, false), + WHITE_WOOL("minecraft:white_wool", (short) 1383, 0.8, 0.8, false, true, null, true), + ORANGE_WOOL("minecraft:orange_wool", (short) 1384, 0.8, 0.8, false, true, null, true), + MAGENTA_WOOL("minecraft:magenta_wool", (short) 1385, 0.8, 0.8, false, true, null, true), + LIGHT_BLUE_WOOL("minecraft:light_blue_wool", (short) 1386, 0.8, 0.8, false, true, null, true), + YELLOW_WOOL("minecraft:yellow_wool", (short) 1387, 0.8, 0.8, false, true, null, true), + LIME_WOOL("minecraft:lime_wool", (short) 1388, 0.8, 0.8, false, true, null, true), + PINK_WOOL("minecraft:pink_wool", (short) 1389, 0.8, 0.8, false, true, null, true), + GRAY_WOOL("minecraft:gray_wool", (short) 1390, 0.8, 0.8, false, true, null, true), + LIGHT_GRAY_WOOL("minecraft:light_gray_wool", (short) 1391, 0.8, 0.8, false, true, null, true), + CYAN_WOOL("minecraft:cyan_wool", (short) 1392, 0.8, 0.8, false, true, null, true), + PURPLE_WOOL("minecraft:purple_wool", (short) 1393, 0.8, 0.8, false, true, null, true), + BLUE_WOOL("minecraft:blue_wool", (short) 1394, 0.8, 0.8, false, true, null, true), + BROWN_WOOL("minecraft:brown_wool", (short) 1395, 0.8, 0.8, false, true, null, true), + GREEN_WOOL("minecraft:green_wool", (short) 1396, 0.8, 0.8, false, true, null, true), + RED_WOOL("minecraft:red_wool", (short) 1397, 0.8, 0.8, false, true, null, true), + BLACK_WOOL("minecraft:black_wool", (short) 1398, 0.8, 0.8, false, true, null, true), + MOVING_PISTON("minecraft:moving_piston", (short) 1399, 0.0, -1.0, false, false, null, false), + DANDELION("minecraft:dandelion", (short) 1411, 0.0, 0.0, false, false, null, true), + POPPY("minecraft:poppy", (short) 1412, 0.0, 0.0, false, false, null, true), + BLUE_ORCHID("minecraft:blue_orchid", (short) 1413, 0.0, 0.0, false, false, null, true), + ALLIUM("minecraft:allium", (short) 1414, 0.0, 0.0, false, false, null, true), + AZURE_BLUET("minecraft:azure_bluet", (short) 1415, 0.0, 0.0, false, false, null, true), + RED_TULIP("minecraft:red_tulip", (short) 1416, 0.0, 0.0, false, false, null, true), + ORANGE_TULIP("minecraft:orange_tulip", (short) 1417, 0.0, 0.0, false, false, null, true), + WHITE_TULIP("minecraft:white_tulip", (short) 1418, 0.0, 0.0, false, false, null, true), + PINK_TULIP("minecraft:pink_tulip", (short) 1419, 0.0, 0.0, false, false, null, true), + OXEYE_DAISY("minecraft:oxeye_daisy", (short) 1420, 0.0, 0.0, false, false, null, true), + CORNFLOWER("minecraft:cornflower", (short) 1421, 0.0, 0.0, false, false, null, true), + WITHER_ROSE("minecraft:wither_rose", (short) 1422, 0.0, 0.0, false, false, null, true), + LILY_OF_THE_VALLEY("minecraft:lily_of_the_valley", (short) 1423, 0.0, 0.0, false, false, null, true), + BROWN_MUSHROOM("minecraft:brown_mushroom", (short) 1424, 0.0, 0.0, false, false, null, true), + RED_MUSHROOM("minecraft:red_mushroom", (short) 1425, 0.0, 0.0, false, false, null, true), + GOLD_BLOCK("minecraft:gold_block", (short) 1426, 3.0, 6.0, false, true, null, true), + IRON_BLOCK("minecraft:iron_block", (short) 1427, 5.0, 6.0, false, true, null, true), + BRICKS("minecraft:bricks", (short) 1428, 2.0, 6.0, false, true, null, true), + TNT("minecraft:tnt", (short) 1430, 0.0, 0.0, false, true, null, false), + BOOKSHELF("minecraft:bookshelf", (short) 1431, 1.5, 1.5, false, true, null, true), + MOSSY_COBBLESTONE("minecraft:mossy_cobblestone", (short) 1432, 2.0, 6.0, false, true, null, true), + OBSIDIAN("minecraft:obsidian", (short) 1433, 50.0, 1200.0, false, true, null, true), + TORCH("minecraft:torch", (short) 1434, 0.0, 0.0, false, false, null, true), + WALL_TORCH("minecraft:wall_torch", (short) 1435, 0.0, 0.0, false, false, null, false), + FIRE("minecraft:fire", (short) 1470, 0.0, 0.0, false, false, null, false), + SPAWNER("minecraft:spawner", (short) 1951, 5.0, 5.0, false, true, NamespaceID.from("minecraft:mob_spawner"), true), + OAK_STAIRS("minecraft:oak_stairs", (short) 1963, 2.0, 3.0, false, true, null, false), + CHEST("minecraft:chest", (short) 2033, 2.5, 2.5, false, true, NamespaceID.from("minecraft:chest"), false), + REDSTONE_WIRE("minecraft:redstone_wire", (short) 3216, 0.0, 0.0, false, false, null, false), + DIAMOND_ORE("minecraft:diamond_ore", (short) 3352, 3.0, 3.0, false, true, null, true), + DIAMOND_BLOCK("minecraft:diamond_block", (short) 3353, 5.0, 6.0, false, true, null, true), + CRAFTING_TABLE("minecraft:crafting_table", (short) 3354, 2.5, 2.5, false, true, null, true), + WHEAT("minecraft:wheat", (short) 3355, 0.0, 0.0, false, false, null, false), + FARMLAND("minecraft:farmland", (short) 3363, 0.6, 0.6, false, true, null, false), + FURNACE("minecraft:furnace", (short) 3372, 3.5, 3.5, false, true, NamespaceID.from("minecraft:furnace"), false), + OAK_SIGN("minecraft:oak_sign", (short) 3380, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), + SPRUCE_SIGN("minecraft:spruce_sign", (short) 3412, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), + BIRCH_SIGN("minecraft:birch_sign", (short) 3444, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), + ACACIA_SIGN("minecraft:acacia_sign", (short) 3476, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), + JUNGLE_SIGN("minecraft:jungle_sign", (short) 3508, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), + DARK_OAK_SIGN("minecraft:dark_oak_sign", (short) 3540, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), + OAK_DOOR("minecraft:oak_door", (short) 3582, 3.0, 3.0, false, true, null, false), + LADDER("minecraft:ladder", (short) 3636, 0.4, 0.4, false, true, null, false), + RAIL("minecraft:rail", (short) 3643, 0.7, 0.7, false, false, null, false), + COBBLESTONE_STAIRS("minecraft:cobblestone_stairs", (short) 3664, 2.0, 6.0, false, true, null, false), + OAK_WALL_SIGN("minecraft:oak_wall_sign", (short) 3734, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), + SPRUCE_WALL_SIGN("minecraft:spruce_wall_sign", (short) 3742, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), + BIRCH_WALL_SIGN("minecraft:birch_wall_sign", (short) 3750, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), + ACACIA_WALL_SIGN("minecraft:acacia_wall_sign", (short) 3758, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), + JUNGLE_WALL_SIGN("minecraft:jungle_wall_sign", (short) 3766, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), + DARK_OAK_WALL_SIGN("minecraft:dark_oak_wall_sign", (short) 3774, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), + LEVER("minecraft:lever", (short) 3790, 0.5, 0.5, false, false, null, false), + STONE_PRESSURE_PLATE("minecraft:stone_pressure_plate", (short) 3806, 0.5, 0.5, false, false, null, false), + IRON_DOOR("minecraft:iron_door", (short) 3818, 5.0, 5.0, false, true, null, false), + OAK_PRESSURE_PLATE("minecraft:oak_pressure_plate", (short) 3872, 0.5, 0.5, false, false, null, false), + SPRUCE_PRESSURE_PLATE("minecraft:spruce_pressure_plate", (short) 3874, 0.5, 0.5, false, false, null, false), + BIRCH_PRESSURE_PLATE("minecraft:birch_pressure_plate", (short) 3876, 0.5, 0.5, false, false, null, false), + JUNGLE_PRESSURE_PLATE("minecraft:jungle_pressure_plate", (short) 3878, 0.5, 0.5, false, false, null, false), + ACACIA_PRESSURE_PLATE("minecraft:acacia_pressure_plate", (short) 3880, 0.5, 0.5, false, false, null, false), + DARK_OAK_PRESSURE_PLATE("minecraft:dark_oak_pressure_plate", (short) 3882, 0.5, 0.5, false, false, null, false), + REDSTONE_ORE("minecraft:redstone_ore", (short) 3884, 3.0, 3.0, false, true, null, false), + REDSTONE_TORCH("minecraft:redstone_torch", (short) 3885, 0.0, 0.0, false, false, null, false), + REDSTONE_WALL_TORCH("minecraft:redstone_wall_torch", (short) 3887, 0.0, 0.0, false, false, null, false), + STONE_BUTTON("minecraft:stone_button", (short) 3904, 0.5, 0.5, false, false, null, false), + SNOW("minecraft:snow", (short) 3919, 0.1, 0.1, false, true, null, false), + ICE("minecraft:ice", (short) 3927, 0.5, 0.5, false, true, null, true), + SNOW_BLOCK("minecraft:snow_block", (short) 3928, 0.2, 0.2, false, true, null, true), + CACTUS("minecraft:cactus", (short) 3929, 0.4, 0.4, false, true, null, false), + CLAY("minecraft:clay", (short) 3945, 0.6, 0.6, false, true, null, true), + SUGAR_CANE("minecraft:sugar_cane", (short) 3946, 0.0, 0.0, false, false, null, false), + JUKEBOX("minecraft:jukebox", (short) 3963, 2.0, 6.0, false, true, NamespaceID.from("minecraft:jukebox"), false), + OAK_FENCE("minecraft:oak_fence", (short) 3995, 2.0, 3.0, false, true, null, false), + PUMPKIN("minecraft:pumpkin", (short) 3996, 1.0, 1.0, false, true, null, true), + NETHERRACK("minecraft:netherrack", (short) 3997, 0.4, 0.4, false, true, null, true), + SOUL_SAND("minecraft:soul_sand", (short) 3998, 0.5, 0.5, false, true, null, true), + GLOWSTONE("minecraft:glowstone", (short) 3999, 0.3, 0.3, false, true, null, true), + NETHER_PORTAL("minecraft:nether_portal", (short) 4000, 0.0, -1.0, false, false, null, false), + CARVED_PUMPKIN("minecraft:carved_pumpkin", (short) 4002, 1.0, 1.0, false, true, null, false), + JACK_O_LANTERN("minecraft:jack_o_lantern", (short) 4006, 1.0, 1.0, false, true, null, false), + CAKE("minecraft:cake", (short) 4010, 0.5, 0.5, false, true, null, false), + REPEATER("minecraft:repeater", (short) 4020, 0.0, 0.0, false, true, null, false), + WHITE_STAINED_GLASS("minecraft:white_stained_glass", (short) 4081, 0.3, 0.3, false, true, null, true), + ORANGE_STAINED_GLASS("minecraft:orange_stained_glass", (short) 4082, 0.3, 0.3, false, true, null, true), + MAGENTA_STAINED_GLASS("minecraft:magenta_stained_glass", (short) 4083, 0.3, 0.3, false, true, null, true), + LIGHT_BLUE_STAINED_GLASS("minecraft:light_blue_stained_glass", (short) 4084, 0.3, 0.3, false, true, null, true), + YELLOW_STAINED_GLASS("minecraft:yellow_stained_glass", (short) 4085, 0.3, 0.3, false, true, null, true), + LIME_STAINED_GLASS("minecraft:lime_stained_glass", (short) 4086, 0.3, 0.3, false, true, null, true), + PINK_STAINED_GLASS("minecraft:pink_stained_glass", (short) 4087, 0.3, 0.3, false, true, null, true), + GRAY_STAINED_GLASS("minecraft:gray_stained_glass", (short) 4088, 0.3, 0.3, false, true, null, true), + LIGHT_GRAY_STAINED_GLASS("minecraft:light_gray_stained_glass", (short) 4089, 0.3, 0.3, false, true, null, true), + CYAN_STAINED_GLASS("minecraft:cyan_stained_glass", (short) 4090, 0.3, 0.3, false, true, null, true), + PURPLE_STAINED_GLASS("minecraft:purple_stained_glass", (short) 4091, 0.3, 0.3, false, true, null, true), + BLUE_STAINED_GLASS("minecraft:blue_stained_glass", (short) 4092, 0.3, 0.3, false, true, null, true), + BROWN_STAINED_GLASS("minecraft:brown_stained_glass", (short) 4093, 0.3, 0.3, false, true, null, true), + GREEN_STAINED_GLASS("minecraft:green_stained_glass", (short) 4094, 0.3, 0.3, false, true, null, true), + RED_STAINED_GLASS("minecraft:red_stained_glass", (short) 4095, 0.3, 0.3, false, true, null, true), + BLACK_STAINED_GLASS("minecraft:black_stained_glass", (short) 4096, 0.3, 0.3, false, true, null, true), + OAK_TRAPDOOR("minecraft:oak_trapdoor", (short) 4112, 3.0, 3.0, false, true, null, false), + SPRUCE_TRAPDOOR("minecraft:spruce_trapdoor", (short) 4176, 3.0, 3.0, false, true, null, false), + BIRCH_TRAPDOOR("minecraft:birch_trapdoor", (short) 4240, 3.0, 3.0, false, true, null, false), + JUNGLE_TRAPDOOR("minecraft:jungle_trapdoor", (short) 4304, 3.0, 3.0, false, true, null, false), + ACACIA_TRAPDOOR("minecraft:acacia_trapdoor", (short) 4368, 3.0, 3.0, false, true, null, false), + DARK_OAK_TRAPDOOR("minecraft:dark_oak_trapdoor", (short) 4432, 3.0, 3.0, false, true, null, false), + STONE_BRICKS("minecraft:stone_bricks", (short) 4481, 1.5, 6.0, false, true, null, true), + MOSSY_STONE_BRICKS("minecraft:mossy_stone_bricks", (short) 4482, 1.5, 6.0, false, true, null, true), + CRACKED_STONE_BRICKS("minecraft:cracked_stone_bricks", (short) 4483, 1.5, 6.0, false, true, null, true), + CHISELED_STONE_BRICKS("minecraft:chiseled_stone_bricks", (short) 4484, 1.5, 6.0, false, true, null, true), + INFESTED_STONE("minecraft:infested_stone", (short) 4485, 0.0, 0.75, false, true, null, true), + INFESTED_COBBLESTONE("minecraft:infested_cobblestone", (short) 4486, 0.0, 0.75, false, true, null, true), + INFESTED_STONE_BRICKS("minecraft:infested_stone_bricks", (short) 4487, 0.0, 0.75, false, true, null, true), + INFESTED_MOSSY_STONE_BRICKS("minecraft:infested_mossy_stone_bricks", (short) 4488, 0.0, 0.75, false, true, null, true), + INFESTED_CRACKED_STONE_BRICKS("minecraft:infested_cracked_stone_bricks", (short) 4489, 0.0, 0.75, false, true, null, true), + INFESTED_CHISELED_STONE_BRICKS("minecraft:infested_chiseled_stone_bricks", (short) 4490, 0.0, 0.75, false, true, null, true), + BROWN_MUSHROOM_BLOCK("minecraft:brown_mushroom_block", (short) 4491, 0.2, 0.2, false, true, null, false), + RED_MUSHROOM_BLOCK("minecraft:red_mushroom_block", (short) 4555, 0.2, 0.2, false, true, null, false), + MUSHROOM_STEM("minecraft:mushroom_stem", (short) 4619, 0.2, 0.2, false, true, null, false), + IRON_BARS("minecraft:iron_bars", (short) 4714, 5.0, 6.0, false, true, null, false), + GLASS_PANE("minecraft:glass_pane", (short) 4746, 0.3, 0.3, false, true, null, false), + MELON("minecraft:melon", (short) 4747, 1.0, 1.0, false, true, null, true), + ATTACHED_PUMPKIN_STEM("minecraft:attached_pumpkin_stem", (short) 4748, 0.0, 0.0, false, false, null, false), + ATTACHED_MELON_STEM("minecraft:attached_melon_stem", (short) 4752, 0.0, 0.0, false, false, null, false), + PUMPKIN_STEM("minecraft:pumpkin_stem", (short) 4756, 0.0, 0.0, false, false, null, false), + MELON_STEM("minecraft:melon_stem", (short) 4764, 0.0, 0.0, false, false, null, false), + VINE("minecraft:vine", (short) 4803, 0.2, 0.2, false, false, null, false), + OAK_FENCE_GATE("minecraft:oak_fence_gate", (short) 4811, 2.0, 3.0, false, true, null, false), + BRICK_STAIRS("minecraft:brick_stairs", (short) 4847, 2.0, 6.0, false, true, null, false), + STONE_BRICK_STAIRS("minecraft:stone_brick_stairs", (short) 4927, 1.5, 6.0, false, true, null, false), + MYCELIUM("minecraft:mycelium", (short) 4997, 0.6, 0.6, false, true, null, false), + LILY_PAD("minecraft:lily_pad", (short) 4998, 0.0, 0.0, false, true, null, true), + NETHER_BRICKS("minecraft:nether_bricks", (short) 4999, 2.0, 6.0, false, true, null, true), + NETHER_BRICK_FENCE("minecraft:nether_brick_fence", (short) 5031, 2.0, 6.0, false, true, null, false), + NETHER_BRICK_STAIRS("minecraft:nether_brick_stairs", (short) 5043, 2.0, 6.0, false, true, null, false), + NETHER_WART("minecraft:nether_wart", (short) 5112, 0.0, 0.0, false, false, null, false), + ENCHANTING_TABLE("minecraft:enchanting_table", (short) 5116, 5.0, 1200.0, false, true, NamespaceID.from("minecraft:enchanting_table"), true), + BREWING_STAND("minecraft:brewing_stand", (short) 5124, 0.5, 0.5, false, true, NamespaceID.from("minecraft:brewing_stand"), false), + CAULDRON("minecraft:cauldron", (short) 5125, 2.0, 2.0, false, true, null, false), + END_PORTAL("minecraft:end_portal", (short) 5129, 0.0, 3600000.0, false, false, NamespaceID.from("minecraft:end_portal"), true), + END_PORTAL_FRAME("minecraft:end_portal_frame", (short) 5134, 0.0, 3600000.0, false, true, null, false), + END_STONE("minecraft:end_stone", (short) 5138, 3.0, 9.0, false, true, null, true), + DRAGON_EGG("minecraft:dragon_egg", (short) 5139, 3.0, 9.0, false, true, null, true), + REDSTONE_LAMP("minecraft:redstone_lamp", (short) 5141, 0.3, 0.3, false, true, null, false), + COCOA("minecraft:cocoa", (short) 5142, 0.2, 3.0, false, true, null, false), + SANDSTONE_STAIRS("minecraft:sandstone_stairs", (short) 5165, 0.8, 0.8, false, true, null, false), + EMERALD_ORE("minecraft:emerald_ore", (short) 5234, 3.0, 3.0, false, true, null, true), + ENDER_CHEST("minecraft:ender_chest", (short) 5236, 22.5, 600.0, false, true, NamespaceID.from("minecraft:ender_chest"), false), + TRIPWIRE_HOOK("minecraft:tripwire_hook", (short) 5252, 0.0, 0.0, false, false, null, false), + TRIPWIRE("minecraft:tripwire", (short) 5386, 0.0, 0.0, false, false, null, false), + EMERALD_BLOCK("minecraft:emerald_block", (short) 5387, 5.0, 6.0, false, true, null, true), + SPRUCE_STAIRS("minecraft:spruce_stairs", (short) 5399, 2.0, 3.0, false, true, null, false), + BIRCH_STAIRS("minecraft:birch_stairs", (short) 5479, 2.0, 3.0, false, true, null, false), + JUNGLE_STAIRS("minecraft:jungle_stairs", (short) 5559, 2.0, 3.0, false, true, null, false), + COMMAND_BLOCK("minecraft:command_block", (short) 5634, 0.0, 3600000.0, false, true, NamespaceID.from("minecraft:command_block"), false), + BEACON("minecraft:beacon", (short) 5640, 3.0, 3.0, false, true, NamespaceID.from("minecraft:beacon"), true), + COBBLESTONE_WALL("minecraft:cobblestone_wall", (short) 5700, 2.0, 6.0, false, true, null, false), + MOSSY_COBBLESTONE_WALL("minecraft:mossy_cobblestone_wall", (short) 5764, 2.0, 6.0, false, true, null, false), + FLOWER_POT("minecraft:flower_pot", (short) 5769, 0.0, 0.0, false, true, null, true), + POTTED_OAK_SAPLING("minecraft:potted_oak_sapling", (short) 5770, 0.0, 0.0, false, true, null, true), + POTTED_SPRUCE_SAPLING("minecraft:potted_spruce_sapling", (short) 5771, 0.0, 0.0, false, true, null, true), + POTTED_BIRCH_SAPLING("minecraft:potted_birch_sapling", (short) 5772, 0.0, 0.0, false, true, null, true), + POTTED_JUNGLE_SAPLING("minecraft:potted_jungle_sapling", (short) 5773, 0.0, 0.0, false, true, null, true), + POTTED_ACACIA_SAPLING("minecraft:potted_acacia_sapling", (short) 5774, 0.0, 0.0, false, true, null, true), + POTTED_DARK_OAK_SAPLING("minecraft:potted_dark_oak_sapling", (short) 5775, 0.0, 0.0, false, true, null, true), + POTTED_FERN("minecraft:potted_fern", (short) 5776, 0.0, 0.0, false, true, null, true), + POTTED_DANDELION("minecraft:potted_dandelion", (short) 5777, 0.0, 0.0, false, true, null, true), + POTTED_POPPY("minecraft:potted_poppy", (short) 5778, 0.0, 0.0, false, true, null, true), + POTTED_BLUE_ORCHID("minecraft:potted_blue_orchid", (short) 5779, 0.0, 0.0, false, true, null, true), + POTTED_ALLIUM("minecraft:potted_allium", (short) 5780, 0.0, 0.0, false, true, null, true), + POTTED_AZURE_BLUET("minecraft:potted_azure_bluet", (short) 5781, 0.0, 0.0, false, true, null, true), + POTTED_RED_TULIP("minecraft:potted_red_tulip", (short) 5782, 0.0, 0.0, false, true, null, true), + POTTED_ORANGE_TULIP("minecraft:potted_orange_tulip", (short) 5783, 0.0, 0.0, false, true, null, true), + POTTED_WHITE_TULIP("minecraft:potted_white_tulip", (short) 5784, 0.0, 0.0, false, true, null, true), + POTTED_PINK_TULIP("minecraft:potted_pink_tulip", (short) 5785, 0.0, 0.0, false, true, null, true), + POTTED_OXEYE_DAISY("minecraft:potted_oxeye_daisy", (short) 5786, 0.0, 0.0, false, true, null, true), + POTTED_CORNFLOWER("minecraft:potted_cornflower", (short) 5787, 0.0, 0.0, false, true, null, true), + POTTED_LILY_OF_THE_VALLEY("minecraft:potted_lily_of_the_valley", (short) 5788, 0.0, 0.0, false, true, null, true), + POTTED_WITHER_ROSE("minecraft:potted_wither_rose", (short) 5789, 0.0, 0.0, false, true, null, true), + POTTED_RED_MUSHROOM("minecraft:potted_red_mushroom", (short) 5790, 0.0, 0.0, false, true, null, true), + POTTED_BROWN_MUSHROOM("minecraft:potted_brown_mushroom", (short) 5791, 0.0, 0.0, false, true, null, true), + POTTED_DEAD_BUSH("minecraft:potted_dead_bush", (short) 5792, 0.0, 0.0, false, true, null, true), + POTTED_CACTUS("minecraft:potted_cactus", (short) 5793, 0.0, 0.0, false, true, null, true), + CARROTS("minecraft:carrots", (short) 5794, 0.0, 0.0, false, false, null, false), + POTATOES("minecraft:potatoes", (short) 5802, 0.0, 0.0, false, false, null, false), + OAK_BUTTON("minecraft:oak_button", (short) 5819, 0.5, 0.5, false, false, null, false), + SPRUCE_BUTTON("minecraft:spruce_button", (short) 5843, 0.5, 0.5, false, false, null, false), + BIRCH_BUTTON("minecraft:birch_button", (short) 5867, 0.5, 0.5, false, false, null, false), + JUNGLE_BUTTON("minecraft:jungle_button", (short) 5891, 0.5, 0.5, false, false, null, false), + ACACIA_BUTTON("minecraft:acacia_button", (short) 5915, 0.5, 0.5, false, false, null, false), + DARK_OAK_BUTTON("minecraft:dark_oak_button", (short) 5939, 0.5, 0.5, false, false, null, false), + SKELETON_SKULL("minecraft:skeleton_skull", (short) 5954, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), + SKELETON_WALL_SKULL("minecraft:skeleton_wall_skull", (short) 5970, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), + WITHER_SKELETON_SKULL("minecraft:wither_skeleton_skull", (short) 5974, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), + WITHER_SKELETON_WALL_SKULL("minecraft:wither_skeleton_wall_skull", (short) 5990, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), + ZOMBIE_HEAD("minecraft:zombie_head", (short) 5994, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), + ZOMBIE_WALL_HEAD("minecraft:zombie_wall_head", (short) 6010, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), + PLAYER_HEAD("minecraft:player_head", (short) 6014, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), + PLAYER_WALL_HEAD("minecraft:player_wall_head", (short) 6030, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), + CREEPER_HEAD("minecraft:creeper_head", (short) 6034, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), + CREEPER_WALL_HEAD("minecraft:creeper_wall_head", (short) 6050, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), + DRAGON_HEAD("minecraft:dragon_head", (short) 6054, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), + DRAGON_WALL_HEAD("minecraft:dragon_wall_head", (short) 6070, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), + ANVIL("minecraft:anvil", (short) 6074, 5.0, 1200.0, false, true, null, false), + CHIPPED_ANVIL("minecraft:chipped_anvil", (short) 6078, 5.0, 1200.0, false, true, null, false), + DAMAGED_ANVIL("minecraft:damaged_anvil", (short) 6082, 5.0, 1200.0, false, true, null, false), + TRAPPED_CHEST("minecraft:trapped_chest", (short) 6087, 2.5, 2.5, false, true, NamespaceID.from("minecraft:trapped_chest"), false), + LIGHT_WEIGHTED_PRESSURE_PLATE("minecraft:light_weighted_pressure_plate", (short) 6110, 0.5, 0.5, false, false, null, false), + HEAVY_WEIGHTED_PRESSURE_PLATE("minecraft:heavy_weighted_pressure_plate", (short) 6126, 0.5, 0.5, false, false, null, false), + COMPARATOR("minecraft:comparator", (short) 6143, 0.0, 0.0, false, true, NamespaceID.from("minecraft:comparator"), false), + DAYLIGHT_DETECTOR("minecraft:daylight_detector", (short) 6174, 0.2, 0.2, false, true, NamespaceID.from("minecraft:daylight_detector"), false), + REDSTONE_BLOCK("minecraft:redstone_block", (short) 6190, 5.0, 6.0, false, true, null, true), + NETHER_QUARTZ_ORE("minecraft:nether_quartz_ore", (short) 6191, 3.0, 3.0, false, true, null, true), + HOPPER("minecraft:hopper", (short) 6192, 3.0, 4.8, false, true, NamespaceID.from("minecraft:hopper"), false), + QUARTZ_BLOCK("minecraft:quartz_block", (short) 6202, 0.8, 0.8, false, true, null, true), + CHISELED_QUARTZ_BLOCK("minecraft:chiseled_quartz_block", (short) 6203, 0.8, 0.8, false, true, null, true), + QUARTZ_PILLAR("minecraft:quartz_pillar", (short) 6205, 0.8, 0.8, false, true, null, false), + QUARTZ_STAIRS("minecraft:quartz_stairs", (short) 6218, 0.8, 0.8, false, true, null, false), + ACTIVATOR_RAIL("minecraft:activator_rail", (short) 6293, 0.7, 0.7, false, false, null, false), + DROPPER("minecraft:dropper", (short) 6300, 3.5, 3.5, false, true, NamespaceID.from("minecraft:dropper"), false), + WHITE_TERRACOTTA("minecraft:white_terracotta", (short) 6311, 1.25, 4.2, false, true, null, true), + ORANGE_TERRACOTTA("minecraft:orange_terracotta", (short) 6312, 1.25, 4.2, false, true, null, true), + MAGENTA_TERRACOTTA("minecraft:magenta_terracotta", (short) 6313, 1.25, 4.2, false, true, null, true), + LIGHT_BLUE_TERRACOTTA("minecraft:light_blue_terracotta", (short) 6314, 1.25, 4.2, false, true, null, true), + YELLOW_TERRACOTTA("minecraft:yellow_terracotta", (short) 6315, 1.25, 4.2, false, true, null, true), + LIME_TERRACOTTA("minecraft:lime_terracotta", (short) 6316, 1.25, 4.2, false, true, null, true), + PINK_TERRACOTTA("minecraft:pink_terracotta", (short) 6317, 1.25, 4.2, false, true, null, true), + GRAY_TERRACOTTA("minecraft:gray_terracotta", (short) 6318, 1.25, 4.2, false, true, null, true), + LIGHT_GRAY_TERRACOTTA("minecraft:light_gray_terracotta", (short) 6319, 1.25, 4.2, false, true, null, true), + CYAN_TERRACOTTA("minecraft:cyan_terracotta", (short) 6320, 1.25, 4.2, false, true, null, true), + PURPLE_TERRACOTTA("minecraft:purple_terracotta", (short) 6321, 1.25, 4.2, false, true, null, true), + BLUE_TERRACOTTA("minecraft:blue_terracotta", (short) 6322, 1.25, 4.2, false, true, null, true), + BROWN_TERRACOTTA("minecraft:brown_terracotta", (short) 6323, 1.25, 4.2, false, true, null, true), + GREEN_TERRACOTTA("minecraft:green_terracotta", (short) 6324, 1.25, 4.2, false, true, null, true), + RED_TERRACOTTA("minecraft:red_terracotta", (short) 6325, 1.25, 4.2, false, true, null, true), + BLACK_TERRACOTTA("minecraft:black_terracotta", (short) 6326, 1.25, 4.2, false, true, null, true), + WHITE_STAINED_GLASS_PANE("minecraft:white_stained_glass_pane", (short) 6358, 0.3, 0.3, false, true, null, false), + ORANGE_STAINED_GLASS_PANE("minecraft:orange_stained_glass_pane", (short) 6390, 0.3, 0.3, false, true, null, false), + MAGENTA_STAINED_GLASS_PANE("minecraft:magenta_stained_glass_pane", (short) 6422, 0.3, 0.3, false, true, null, false), + LIGHT_BLUE_STAINED_GLASS_PANE("minecraft:light_blue_stained_glass_pane", (short) 6454, 0.3, 0.3, false, true, null, false), + YELLOW_STAINED_GLASS_PANE("minecraft:yellow_stained_glass_pane", (short) 6486, 0.3, 0.3, false, true, null, false), + LIME_STAINED_GLASS_PANE("minecraft:lime_stained_glass_pane", (short) 6518, 0.3, 0.3, false, true, null, false), + PINK_STAINED_GLASS_PANE("minecraft:pink_stained_glass_pane", (short) 6550, 0.3, 0.3, false, true, null, false), + GRAY_STAINED_GLASS_PANE("minecraft:gray_stained_glass_pane", (short) 6582, 0.3, 0.3, false, true, null, false), + LIGHT_GRAY_STAINED_GLASS_PANE("minecraft:light_gray_stained_glass_pane", (short) 6614, 0.3, 0.3, false, true, null, false), + CYAN_STAINED_GLASS_PANE("minecraft:cyan_stained_glass_pane", (short) 6646, 0.3, 0.3, false, true, null, false), + PURPLE_STAINED_GLASS_PANE("minecraft:purple_stained_glass_pane", (short) 6678, 0.3, 0.3, false, true, null, false), + BLUE_STAINED_GLASS_PANE("minecraft:blue_stained_glass_pane", (short) 6710, 0.3, 0.3, false, true, null, false), + BROWN_STAINED_GLASS_PANE("minecraft:brown_stained_glass_pane", (short) 6742, 0.3, 0.3, false, true, null, false), + GREEN_STAINED_GLASS_PANE("minecraft:green_stained_glass_pane", (short) 6774, 0.3, 0.3, false, true, null, false), + RED_STAINED_GLASS_PANE("minecraft:red_stained_glass_pane", (short) 6806, 0.3, 0.3, false, true, null, false), + BLACK_STAINED_GLASS_PANE("minecraft:black_stained_glass_pane", (short) 6838, 0.3, 0.3, false, true, null, false), + ACACIA_STAIRS("minecraft:acacia_stairs", (short) 6850, 2.0, 3.0, false, true, null, false), + DARK_OAK_STAIRS("minecraft:dark_oak_stairs", (short) 6930, 2.0, 3.0, false, true, null, false), + SLIME_BLOCK("minecraft:slime_block", (short) 6999, 0.0, 0.0, false, true, null, true), + BARRIER("minecraft:barrier", (short) 7000, 0.0, 3600000.75, false, true, null, true), + IRON_TRAPDOOR("minecraft:iron_trapdoor", (short) 7016, 5.0, 5.0, false, true, null, false), + PRISMARINE("minecraft:prismarine", (short) 7065, 1.5, 6.0, false, true, null, true), + PRISMARINE_BRICKS("minecraft:prismarine_bricks", (short) 7066, 1.5, 6.0, false, true, null, true), + DARK_PRISMARINE("minecraft:dark_prismarine", (short) 7067, 1.5, 6.0, false, true, null, true), + PRISMARINE_STAIRS("minecraft:prismarine_stairs", (short) 7079, 1.5, 6.0, false, true, null, false), + PRISMARINE_BRICK_STAIRS("minecraft:prismarine_brick_stairs", (short) 7159, 1.5, 6.0, false, true, null, false), + DARK_PRISMARINE_STAIRS("minecraft:dark_prismarine_stairs", (short) 7239, 1.5, 6.0, false, true, null, false), + PRISMARINE_SLAB("minecraft:prismarine_slab", (short) 7311, 1.5, 6.0, false, true, null, false), + PRISMARINE_BRICK_SLAB("minecraft:prismarine_brick_slab", (short) 7317, 1.5, 6.0, false, true, null, false), + DARK_PRISMARINE_SLAB("minecraft:dark_prismarine_slab", (short) 7323, 1.5, 6.0, false, true, null, false), + SEA_LANTERN("minecraft:sea_lantern", (short) 7326, 0.3, 0.3, false, true, null, true), + HAY_BLOCK("minecraft:hay_block", (short) 7328, 0.5, 0.5, false, true, null, false), + WHITE_CARPET("minecraft:white_carpet", (short) 7330, 0.1, 0.1, false, true, null, true), + ORANGE_CARPET("minecraft:orange_carpet", (short) 7331, 0.1, 0.1, false, true, null, true), + MAGENTA_CARPET("minecraft:magenta_carpet", (short) 7332, 0.1, 0.1, false, true, null, true), + LIGHT_BLUE_CARPET("minecraft:light_blue_carpet", (short) 7333, 0.1, 0.1, false, true, null, true), + YELLOW_CARPET("minecraft:yellow_carpet", (short) 7334, 0.1, 0.1, false, true, null, true), + LIME_CARPET("minecraft:lime_carpet", (short) 7335, 0.1, 0.1, false, true, null, true), + PINK_CARPET("minecraft:pink_carpet", (short) 7336, 0.1, 0.1, false, true, null, true), + GRAY_CARPET("minecraft:gray_carpet", (short) 7337, 0.1, 0.1, false, true, null, true), + LIGHT_GRAY_CARPET("minecraft:light_gray_carpet", (short) 7338, 0.1, 0.1, false, true, null, true), + CYAN_CARPET("minecraft:cyan_carpet", (short) 7339, 0.1, 0.1, false, true, null, true), + PURPLE_CARPET("minecraft:purple_carpet", (short) 7340, 0.1, 0.1, false, true, null, true), + BLUE_CARPET("minecraft:blue_carpet", (short) 7341, 0.1, 0.1, false, true, null, true), + BROWN_CARPET("minecraft:brown_carpet", (short) 7342, 0.1, 0.1, false, true, null, true), + GREEN_CARPET("minecraft:green_carpet", (short) 7343, 0.1, 0.1, false, true, null, true), + RED_CARPET("minecraft:red_carpet", (short) 7344, 0.1, 0.1, false, true, null, true), + BLACK_CARPET("minecraft:black_carpet", (short) 7345, 0.1, 0.1, false, true, null, true), + TERRACOTTA("minecraft:terracotta", (short) 7346, 1.25, 4.2, false, true, null, true), + COAL_BLOCK("minecraft:coal_block", (short) 7347, 5.0, 6.0, false, true, null, true), + PACKED_ICE("minecraft:packed_ice", (short) 7348, 0.5, 0.5, false, true, null, true), + SUNFLOWER("minecraft:sunflower", (short) 7350, 0.0, 0.0, false, false, null, false), + LILAC("minecraft:lilac", (short) 7352, 0.0, 0.0, false, false, null, false), + ROSE_BUSH("minecraft:rose_bush", (short) 7354, 0.0, 0.0, false, false, null, false), + PEONY("minecraft:peony", (short) 7356, 0.0, 0.0, false, false, null, false), + TALL_GRASS("minecraft:tall_grass", (short) 7358, 0.0, 0.0, false, false, null, false), + LARGE_FERN("minecraft:large_fern", (short) 7360, 0.0, 0.0, false, false, null, false), + WHITE_BANNER("minecraft:white_banner", (short) 7361, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + ORANGE_BANNER("minecraft:orange_banner", (short) 7377, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + MAGENTA_BANNER("minecraft:magenta_banner", (short) 7393, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + LIGHT_BLUE_BANNER("minecraft:light_blue_banner", (short) 7409, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + YELLOW_BANNER("minecraft:yellow_banner", (short) 7425, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + LIME_BANNER("minecraft:lime_banner", (short) 7441, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + PINK_BANNER("minecraft:pink_banner", (short) 7457, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + GRAY_BANNER("minecraft:gray_banner", (short) 7473, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + LIGHT_GRAY_BANNER("minecraft:light_gray_banner", (short) 7489, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + CYAN_BANNER("minecraft:cyan_banner", (short) 7505, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + PURPLE_BANNER("minecraft:purple_banner", (short) 7521, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + BLUE_BANNER("minecraft:blue_banner", (short) 7537, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + BROWN_BANNER("minecraft:brown_banner", (short) 7553, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + GREEN_BANNER("minecraft:green_banner", (short) 7569, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + RED_BANNER("minecraft:red_banner", (short) 7585, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + BLACK_BANNER("minecraft:black_banner", (short) 7601, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + WHITE_WALL_BANNER("minecraft:white_wall_banner", (short) 7617, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + ORANGE_WALL_BANNER("minecraft:orange_wall_banner", (short) 7621, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + MAGENTA_WALL_BANNER("minecraft:magenta_wall_banner", (short) 7625, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + LIGHT_BLUE_WALL_BANNER("minecraft:light_blue_wall_banner", (short) 7629, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + YELLOW_WALL_BANNER("minecraft:yellow_wall_banner", (short) 7633, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + LIME_WALL_BANNER("minecraft:lime_wall_banner", (short) 7637, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + PINK_WALL_BANNER("minecraft:pink_wall_banner", (short) 7641, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + GRAY_WALL_BANNER("minecraft:gray_wall_banner", (short) 7645, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + LIGHT_GRAY_WALL_BANNER("minecraft:light_gray_wall_banner", (short) 7649, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + CYAN_WALL_BANNER("minecraft:cyan_wall_banner", (short) 7653, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + PURPLE_WALL_BANNER("minecraft:purple_wall_banner", (short) 7657, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + BLUE_WALL_BANNER("minecraft:blue_wall_banner", (short) 7661, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + BROWN_WALL_BANNER("minecraft:brown_wall_banner", (short) 7665, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + GREEN_WALL_BANNER("minecraft:green_wall_banner", (short) 7669, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + RED_WALL_BANNER("minecraft:red_wall_banner", (short) 7673, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + BLACK_WALL_BANNER("minecraft:black_wall_banner", (short) 7677, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + RED_SANDSTONE("minecraft:red_sandstone", (short) 7681, 0.8, 0.8, false, true, null, true), + CHISELED_RED_SANDSTONE("minecraft:chiseled_red_sandstone", (short) 7682, 0.8, 0.8, false, true, null, true), + CUT_RED_SANDSTONE("minecraft:cut_red_sandstone", (short) 7683, 0.8, 0.8, false, true, null, true), + RED_SANDSTONE_STAIRS("minecraft:red_sandstone_stairs", (short) 7695, 0.8, 0.8, false, true, null, false), + OAK_SLAB("minecraft:oak_slab", (short) 7767, 2.0, 3.0, false, true, null, false), + SPRUCE_SLAB("minecraft:spruce_slab", (short) 7773, 2.0, 3.0, false, true, null, false), + BIRCH_SLAB("minecraft:birch_slab", (short) 7779, 2.0, 3.0, false, true, null, false), + JUNGLE_SLAB("minecraft:jungle_slab", (short) 7785, 2.0, 3.0, false, true, null, false), + ACACIA_SLAB("minecraft:acacia_slab", (short) 7791, 2.0, 3.0, false, true, null, false), + DARK_OAK_SLAB("minecraft:dark_oak_slab", (short) 7797, 2.0, 3.0, false, true, null, false), + STONE_SLAB("minecraft:stone_slab", (short) 7803, 2.0, 6.0, false, true, null, false), + SMOOTH_STONE_SLAB("minecraft:smooth_stone_slab", (short) 7809, 2.0, 6.0, false, true, null, false), + SANDSTONE_SLAB("minecraft:sandstone_slab", (short) 7815, 2.0, 6.0, false, true, null, false), + CUT_SANDSTONE_SLAB("minecraft:cut_sandstone_slab", (short) 7821, 2.0, 6.0, false, true, null, false), + PETRIFIED_OAK_SLAB("minecraft:petrified_oak_slab", (short) 7827, 2.0, 6.0, false, true, null, false), + COBBLESTONE_SLAB("minecraft:cobblestone_slab", (short) 7833, 2.0, 6.0, false, true, null, false), + BRICK_SLAB("minecraft:brick_slab", (short) 7839, 2.0, 6.0, false, true, null, false), + STONE_BRICK_SLAB("minecraft:stone_brick_slab", (short) 7845, 2.0, 6.0, false, true, null, false), + NETHER_BRICK_SLAB("minecraft:nether_brick_slab", (short) 7851, 2.0, 6.0, false, true, null, false), + QUARTZ_SLAB("minecraft:quartz_slab", (short) 7857, 2.0, 6.0, false, true, null, false), + RED_SANDSTONE_SLAB("minecraft:red_sandstone_slab", (short) 7863, 2.0, 6.0, false, true, null, false), + CUT_RED_SANDSTONE_SLAB("minecraft:cut_red_sandstone_slab", (short) 7869, 2.0, 6.0, false, true, null, false), + PURPUR_SLAB("minecraft:purpur_slab", (short) 7875, 2.0, 6.0, false, true, null, false), + SMOOTH_STONE("minecraft:smooth_stone", (short) 7878, 2.0, 6.0, false, true, null, true), + SMOOTH_SANDSTONE("minecraft:smooth_sandstone", (short) 7879, 2.0, 6.0, false, true, null, true), + SMOOTH_QUARTZ("minecraft:smooth_quartz", (short) 7880, 2.0, 6.0, false, true, null, true), + SMOOTH_RED_SANDSTONE("minecraft:smooth_red_sandstone", (short) 7881, 2.0, 6.0, false, true, null, true), + SPRUCE_FENCE_GATE("minecraft:spruce_fence_gate", (short) 7889, 2.0, 3.0, false, true, null, false), + BIRCH_FENCE_GATE("minecraft:birch_fence_gate", (short) 7921, 2.0, 3.0, false, true, null, false), + JUNGLE_FENCE_GATE("minecraft:jungle_fence_gate", (short) 7953, 2.0, 3.0, false, true, null, false), + ACACIA_FENCE_GATE("minecraft:acacia_fence_gate", (short) 7985, 2.0, 3.0, false, true, null, false), + DARK_OAK_FENCE_GATE("minecraft:dark_oak_fence_gate", (short) 8017, 2.0, 3.0, false, true, null, false), + SPRUCE_FENCE("minecraft:spruce_fence", (short) 8073, 2.0, 3.0, false, true, null, false), + BIRCH_FENCE("minecraft:birch_fence", (short) 8105, 2.0, 3.0, false, true, null, false), + JUNGLE_FENCE("minecraft:jungle_fence", (short) 8137, 2.0, 3.0, false, true, null, false), + ACACIA_FENCE("minecraft:acacia_fence", (short) 8169, 2.0, 3.0, false, true, null, false), + DARK_OAK_FENCE("minecraft:dark_oak_fence", (short) 8201, 2.0, 3.0, false, true, null, false), + SPRUCE_DOOR("minecraft:spruce_door", (short) 8213, 3.0, 3.0, false, true, null, false), + BIRCH_DOOR("minecraft:birch_door", (short) 8277, 3.0, 3.0, false, true, null, false), + JUNGLE_DOOR("minecraft:jungle_door", (short) 8341, 3.0, 3.0, false, true, null, false), + ACACIA_DOOR("minecraft:acacia_door", (short) 8405, 3.0, 3.0, false, true, null, false), + DARK_OAK_DOOR("minecraft:dark_oak_door", (short) 8469, 3.0, 3.0, false, true, null, false), + END_ROD("minecraft:end_rod", (short) 8526, 0.0, 0.0, false, true, null, false), + CHORUS_PLANT("minecraft:chorus_plant", (short) 8591, 0.4, 0.4, false, true, null, false), + CHORUS_FLOWER("minecraft:chorus_flower", (short) 8592, 0.4, 0.4, false, true, null, false), + PURPUR_BLOCK("minecraft:purpur_block", (short) 8598, 1.5, 6.0, false, true, null, true), + PURPUR_PILLAR("minecraft:purpur_pillar", (short) 8600, 1.5, 6.0, false, true, null, false), + PURPUR_STAIRS("minecraft:purpur_stairs", (short) 8613, 1.5, 6.0, false, true, null, false), + END_STONE_BRICKS("minecraft:end_stone_bricks", (short) 8682, 3.0, 9.0, false, true, null, true), + BEETROOTS("minecraft:beetroots", (short) 8683, 0.0, 0.0, false, false, null, false), + GRASS_PATH("minecraft:grass_path", (short) 8687, 0.65, 0.65, false, true, null, true), + END_GATEWAY("minecraft:end_gateway", (short) 8688, 0.0, 3600000.0, false, false, NamespaceID.from("minecraft:end_gateway"), true), + REPEATING_COMMAND_BLOCK("minecraft:repeating_command_block", (short) 8695, 0.0, 3600000.0, false, true, NamespaceID.from("minecraft:command_block"), false), + CHAIN_COMMAND_BLOCK("minecraft:chain_command_block", (short) 8707, 0.0, 3600000.0, false, true, NamespaceID.from("minecraft:command_block"), false), + FROSTED_ICE("minecraft:frosted_ice", (short) 8713, 0.5, 0.5, false, true, null, false), + MAGMA_BLOCK("minecraft:magma_block", (short) 8717, 0.5, 0.5, false, true, null, true), + NETHER_WART_BLOCK("minecraft:nether_wart_block", (short) 8718, 1.0, 1.0, false, true, null, true), + RED_NETHER_BRICKS("minecraft:red_nether_bricks", (short) 8719, 2.0, 6.0, false, true, null, true), + BONE_BLOCK("minecraft:bone_block", (short) 8721, 2.0, 2.0, false, true, null, false), + STRUCTURE_VOID("minecraft:structure_void", (short) 8723, 0.0, 0.0, false, false, null, true), + OBSERVER("minecraft:observer", (short) 8729, 3.0, 3.0, false, true, null, false), + SHULKER_BOX("minecraft:shulker_box", (short) 8740, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + WHITE_SHULKER_BOX("minecraft:white_shulker_box", (short) 8746, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + ORANGE_SHULKER_BOX("minecraft:orange_shulker_box", (short) 8752, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + MAGENTA_SHULKER_BOX("minecraft:magenta_shulker_box", (short) 8758, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + LIGHT_BLUE_SHULKER_BOX("minecraft:light_blue_shulker_box", (short) 8764, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + YELLOW_SHULKER_BOX("minecraft:yellow_shulker_box", (short) 8770, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + LIME_SHULKER_BOX("minecraft:lime_shulker_box", (short) 8776, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + PINK_SHULKER_BOX("minecraft:pink_shulker_box", (short) 8782, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + GRAY_SHULKER_BOX("minecraft:gray_shulker_box", (short) 8788, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + LIGHT_GRAY_SHULKER_BOX("minecraft:light_gray_shulker_box", (short) 8794, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + CYAN_SHULKER_BOX("minecraft:cyan_shulker_box", (short) 8800, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + PURPLE_SHULKER_BOX("minecraft:purple_shulker_box", (short) 8806, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + BLUE_SHULKER_BOX("minecraft:blue_shulker_box", (short) 8812, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + BROWN_SHULKER_BOX("minecraft:brown_shulker_box", (short) 8818, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + GREEN_SHULKER_BOX("minecraft:green_shulker_box", (short) 8824, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + RED_SHULKER_BOX("minecraft:red_shulker_box", (short) 8830, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + BLACK_SHULKER_BOX("minecraft:black_shulker_box", (short) 8836, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + WHITE_GLAZED_TERRACOTTA("minecraft:white_glazed_terracotta", (short) 8838, 1.4, 1.4, false, true, null, false), + ORANGE_GLAZED_TERRACOTTA("minecraft:orange_glazed_terracotta", (short) 8842, 1.4, 1.4, false, true, null, false), + MAGENTA_GLAZED_TERRACOTTA("minecraft:magenta_glazed_terracotta", (short) 8846, 1.4, 1.4, false, true, null, false), + LIGHT_BLUE_GLAZED_TERRACOTTA("minecraft:light_blue_glazed_terracotta", (short) 8850, 1.4, 1.4, false, true, null, false), + YELLOW_GLAZED_TERRACOTTA("minecraft:yellow_glazed_terracotta", (short) 8854, 1.4, 1.4, false, true, null, false), + LIME_GLAZED_TERRACOTTA("minecraft:lime_glazed_terracotta", (short) 8858, 1.4, 1.4, false, true, null, false), + PINK_GLAZED_TERRACOTTA("minecraft:pink_glazed_terracotta", (short) 8862, 1.4, 1.4, false, true, null, false), + GRAY_GLAZED_TERRACOTTA("minecraft:gray_glazed_terracotta", (short) 8866, 1.4, 1.4, false, true, null, false), + LIGHT_GRAY_GLAZED_TERRACOTTA("minecraft:light_gray_glazed_terracotta", (short) 8870, 1.4, 1.4, false, true, null, false), + CYAN_GLAZED_TERRACOTTA("minecraft:cyan_glazed_terracotta", (short) 8874, 1.4, 1.4, false, true, null, false), + PURPLE_GLAZED_TERRACOTTA("minecraft:purple_glazed_terracotta", (short) 8878, 1.4, 1.4, false, true, null, false), + BLUE_GLAZED_TERRACOTTA("minecraft:blue_glazed_terracotta", (short) 8882, 1.4, 1.4, false, true, null, false), + BROWN_GLAZED_TERRACOTTA("minecraft:brown_glazed_terracotta", (short) 8886, 1.4, 1.4, false, true, null, false), + GREEN_GLAZED_TERRACOTTA("minecraft:green_glazed_terracotta", (short) 8890, 1.4, 1.4, false, true, null, false), + RED_GLAZED_TERRACOTTA("minecraft:red_glazed_terracotta", (short) 8894, 1.4, 1.4, false, true, null, false), + BLACK_GLAZED_TERRACOTTA("minecraft:black_glazed_terracotta", (short) 8898, 1.4, 1.4, false, true, null, false), + WHITE_CONCRETE("minecraft:white_concrete", (short) 8902, 1.8, 1.8, false, true, null, true), + ORANGE_CONCRETE("minecraft:orange_concrete", (short) 8903, 1.8, 1.8, false, true, null, true), + MAGENTA_CONCRETE("minecraft:magenta_concrete", (short) 8904, 1.8, 1.8, false, true, null, true), + LIGHT_BLUE_CONCRETE("minecraft:light_blue_concrete", (short) 8905, 1.8, 1.8, false, true, null, true), + YELLOW_CONCRETE("minecraft:yellow_concrete", (short) 8906, 1.8, 1.8, false, true, null, true), + LIME_CONCRETE("minecraft:lime_concrete", (short) 8907, 1.8, 1.8, false, true, null, true), + PINK_CONCRETE("minecraft:pink_concrete", (short) 8908, 1.8, 1.8, false, true, null, true), + GRAY_CONCRETE("minecraft:gray_concrete", (short) 8909, 1.8, 1.8, false, true, null, true), + LIGHT_GRAY_CONCRETE("minecraft:light_gray_concrete", (short) 8910, 1.8, 1.8, false, true, null, true), + CYAN_CONCRETE("minecraft:cyan_concrete", (short) 8911, 1.8, 1.8, false, true, null, true), + PURPLE_CONCRETE("minecraft:purple_concrete", (short) 8912, 1.8, 1.8, false, true, null, true), + BLUE_CONCRETE("minecraft:blue_concrete", (short) 8913, 1.8, 1.8, false, true, null, true), + BROWN_CONCRETE("minecraft:brown_concrete", (short) 8914, 1.8, 1.8, false, true, null, true), + GREEN_CONCRETE("minecraft:green_concrete", (short) 8915, 1.8, 1.8, false, true, null, true), + RED_CONCRETE("minecraft:red_concrete", (short) 8916, 1.8, 1.8, false, true, null, true), + BLACK_CONCRETE("minecraft:black_concrete", (short) 8917, 1.8, 1.8, false, true, null, true), + WHITE_CONCRETE_POWDER("minecraft:white_concrete_powder", (short) 8918, 0.5, 0.5, false, true, null, true), + ORANGE_CONCRETE_POWDER("minecraft:orange_concrete_powder", (short) 8919, 0.5, 0.5, false, true, null, true), + MAGENTA_CONCRETE_POWDER("minecraft:magenta_concrete_powder", (short) 8920, 0.5, 0.5, false, true, null, true), + LIGHT_BLUE_CONCRETE_POWDER("minecraft:light_blue_concrete_powder", (short) 8921, 0.5, 0.5, false, true, null, true), + YELLOW_CONCRETE_POWDER("minecraft:yellow_concrete_powder", (short) 8922, 0.5, 0.5, false, true, null, true), + LIME_CONCRETE_POWDER("minecraft:lime_concrete_powder", (short) 8923, 0.5, 0.5, false, true, null, true), + PINK_CONCRETE_POWDER("minecraft:pink_concrete_powder", (short) 8924, 0.5, 0.5, false, true, null, true), + GRAY_CONCRETE_POWDER("minecraft:gray_concrete_powder", (short) 8925, 0.5, 0.5, false, true, null, true), + LIGHT_GRAY_CONCRETE_POWDER("minecraft:light_gray_concrete_powder", (short) 8926, 0.5, 0.5, false, true, null, true), + CYAN_CONCRETE_POWDER("minecraft:cyan_concrete_powder", (short) 8927, 0.5, 0.5, false, true, null, true), + PURPLE_CONCRETE_POWDER("minecraft:purple_concrete_powder", (short) 8928, 0.5, 0.5, false, true, null, true), + BLUE_CONCRETE_POWDER("minecraft:blue_concrete_powder", (short) 8929, 0.5, 0.5, false, true, null, true), + BROWN_CONCRETE_POWDER("minecraft:brown_concrete_powder", (short) 8930, 0.5, 0.5, false, true, null, true), + GREEN_CONCRETE_POWDER("minecraft:green_concrete_powder", (short) 8931, 0.5, 0.5, false, true, null, true), + RED_CONCRETE_POWDER("minecraft:red_concrete_powder", (short) 8932, 0.5, 0.5, false, true, null, true), + BLACK_CONCRETE_POWDER("minecraft:black_concrete_powder", (short) 8933, 0.5, 0.5, false, true, null, true), + KELP("minecraft:kelp", (short) 8934, 0.0, 0.0, false, false, null, false), + KELP_PLANT("minecraft:kelp_plant", (short) 8960, 0.0, 0.0, false, false, null, true), + DRIED_KELP_BLOCK("minecraft:dried_kelp_block", (short) 8961, 0.5, 2.5, false, true, null, true), + TURTLE_EGG("minecraft:turtle_egg", (short) 8962, 0.5, 0.5, false, true, null, false), + DEAD_TUBE_CORAL_BLOCK("minecraft:dead_tube_coral_block", (short) 8974, 1.5, 6.0, false, true, null, true), + DEAD_BRAIN_CORAL_BLOCK("minecraft:dead_brain_coral_block", (short) 8975, 1.5, 6.0, false, true, null, true), + DEAD_BUBBLE_CORAL_BLOCK("minecraft:dead_bubble_coral_block", (short) 8976, 1.5, 6.0, false, true, null, true), + DEAD_FIRE_CORAL_BLOCK("minecraft:dead_fire_coral_block", (short) 8977, 1.5, 6.0, false, true, null, true), + DEAD_HORN_CORAL_BLOCK("minecraft:dead_horn_coral_block", (short) 8978, 1.5, 6.0, false, true, null, true), + TUBE_CORAL_BLOCK("minecraft:tube_coral_block", (short) 8979, 1.5, 6.0, false, true, null, true), + BRAIN_CORAL_BLOCK("minecraft:brain_coral_block", (short) 8980, 1.5, 6.0, false, true, null, true), + BUBBLE_CORAL_BLOCK("minecraft:bubble_coral_block", (short) 8981, 1.5, 6.0, false, true, null, true), + FIRE_CORAL_BLOCK("minecraft:fire_coral_block", (short) 8982, 1.5, 6.0, false, true, null, true), + HORN_CORAL_BLOCK("minecraft:horn_coral_block", (short) 8983, 1.5, 6.0, false, true, null, true), + DEAD_TUBE_CORAL("minecraft:dead_tube_coral", (short) 8984, 0.0, 0.0, false, false, null, false), + DEAD_BRAIN_CORAL("minecraft:dead_brain_coral", (short) 8986, 0.0, 0.0, false, false, null, false), + DEAD_BUBBLE_CORAL("minecraft:dead_bubble_coral", (short) 8988, 0.0, 0.0, false, false, null, false), + DEAD_FIRE_CORAL("minecraft:dead_fire_coral", (short) 8990, 0.0, 0.0, false, false, null, false), + DEAD_HORN_CORAL("minecraft:dead_horn_coral", (short) 8992, 0.0, 0.0, false, false, null, false), + TUBE_CORAL("minecraft:tube_coral", (short) 8994, 0.0, 0.0, false, false, null, false), + BRAIN_CORAL("minecraft:brain_coral", (short) 8996, 0.0, 0.0, false, false, null, false), + BUBBLE_CORAL("minecraft:bubble_coral", (short) 8998, 0.0, 0.0, false, false, null, false), + FIRE_CORAL("minecraft:fire_coral", (short) 9000, 0.0, 0.0, false, false, null, false), + HORN_CORAL("minecraft:horn_coral", (short) 9002, 0.0, 0.0, false, false, null, false), + DEAD_TUBE_CORAL_FAN("minecraft:dead_tube_coral_fan", (short) 9004, 0.0, 0.0, false, false, null, false), + DEAD_BRAIN_CORAL_FAN("minecraft:dead_brain_coral_fan", (short) 9006, 0.0, 0.0, false, false, null, false), + DEAD_BUBBLE_CORAL_FAN("minecraft:dead_bubble_coral_fan", (short) 9008, 0.0, 0.0, false, false, null, false), + DEAD_FIRE_CORAL_FAN("minecraft:dead_fire_coral_fan", (short) 9010, 0.0, 0.0, false, false, null, false), + DEAD_HORN_CORAL_FAN("minecraft:dead_horn_coral_fan", (short) 9012, 0.0, 0.0, false, false, null, false), + TUBE_CORAL_FAN("minecraft:tube_coral_fan", (short) 9014, 0.0, 0.0, false, false, null, false), + BRAIN_CORAL_FAN("minecraft:brain_coral_fan", (short) 9016, 0.0, 0.0, false, false, null, false), + BUBBLE_CORAL_FAN("minecraft:bubble_coral_fan", (short) 9018, 0.0, 0.0, false, false, null, false), + FIRE_CORAL_FAN("minecraft:fire_coral_fan", (short) 9020, 0.0, 0.0, false, false, null, false), + HORN_CORAL_FAN("minecraft:horn_coral_fan", (short) 9022, 0.0, 0.0, false, false, null, false), + DEAD_TUBE_CORAL_WALL_FAN("minecraft:dead_tube_coral_wall_fan", (short) 9024, 0.0, 0.0, false, false, null, false), + DEAD_BRAIN_CORAL_WALL_FAN("minecraft:dead_brain_coral_wall_fan", (short) 9032, 0.0, 0.0, false, false, null, false), + DEAD_BUBBLE_CORAL_WALL_FAN("minecraft:dead_bubble_coral_wall_fan", (short) 9040, 0.0, 0.0, false, false, null, false), + DEAD_FIRE_CORAL_WALL_FAN("minecraft:dead_fire_coral_wall_fan", (short) 9048, 0.0, 0.0, false, false, null, false), + DEAD_HORN_CORAL_WALL_FAN("minecraft:dead_horn_coral_wall_fan", (short) 9056, 0.0, 0.0, false, false, null, false), + TUBE_CORAL_WALL_FAN("minecraft:tube_coral_wall_fan", (short) 9064, 0.0, 0.0, false, false, null, false), + BRAIN_CORAL_WALL_FAN("minecraft:brain_coral_wall_fan", (short) 9072, 0.0, 0.0, false, false, null, false), + BUBBLE_CORAL_WALL_FAN("minecraft:bubble_coral_wall_fan", (short) 9080, 0.0, 0.0, false, false, null, false), + FIRE_CORAL_WALL_FAN("minecraft:fire_coral_wall_fan", (short) 9088, 0.0, 0.0, false, false, null, false), + HORN_CORAL_WALL_FAN("minecraft:horn_coral_wall_fan", (short) 9096, 0.0, 0.0, false, false, null, false), + SEA_PICKLE("minecraft:sea_pickle", (short) 9104, 0.0, 0.0, false, true, null, false), + BLUE_ICE("minecraft:blue_ice", (short) 9112, 2.8, 2.8, false, true, null, true), + CONDUIT("minecraft:conduit", (short) 9113, 3.0, 3.0, false, true, NamespaceID.from("minecraft:conduit"), false), + BAMBOO_SAPLING("minecraft:bamboo_sapling", (short) 9115, 1.0, 1.0, false, false, null, true), + BAMBOO("minecraft:bamboo", (short) 9116, 1.0, 1.0, false, true, null, false), + POTTED_BAMBOO("minecraft:potted_bamboo", (short) 9128, 0.0, 0.0, false, true, null, true), + VOID_AIR("minecraft:void_air", (short) 9129, 0.0, 0.0, false, false, null, true), + CAVE_AIR("minecraft:cave_air", (short) 9130, 0.0, 0.0, false, false, null, true), + BUBBLE_COLUMN("minecraft:bubble_column", (short) 9131, 0.0, 0.0, false, false, null, false), + POLISHED_GRANITE_STAIRS("minecraft:polished_granite_stairs", (short) 9144, 1.5, 6.0, false, true, null, false), + SMOOTH_RED_SANDSTONE_STAIRS("minecraft:smooth_red_sandstone_stairs", (short) 9224, 2.0, 6.0, false, true, null, false), + MOSSY_STONE_BRICK_STAIRS("minecraft:mossy_stone_brick_stairs", (short) 9304, 1.5, 6.0, false, true, null, false), + POLISHED_DIORITE_STAIRS("minecraft:polished_diorite_stairs", (short) 9384, 1.5, 6.0, false, true, null, false), + MOSSY_COBBLESTONE_STAIRS("minecraft:mossy_cobblestone_stairs", (short) 9464, 2.0, 6.0, false, true, null, false), + END_STONE_BRICK_STAIRS("minecraft:end_stone_brick_stairs", (short) 9544, 3.0, 9.0, false, true, null, false), + STONE_STAIRS("minecraft:stone_stairs", (short) 9624, 1.5, 6.0, false, true, null, false), + SMOOTH_SANDSTONE_STAIRS("minecraft:smooth_sandstone_stairs", (short) 9704, 2.0, 6.0, false, true, null, false), + SMOOTH_QUARTZ_STAIRS("minecraft:smooth_quartz_stairs", (short) 9784, 2.0, 6.0, false, true, null, false), + GRANITE_STAIRS("minecraft:granite_stairs", (short) 9864, 1.5, 6.0, false, true, null, false), + ANDESITE_STAIRS("minecraft:andesite_stairs", (short) 9944, 1.5, 6.0, false, true, null, false), + RED_NETHER_BRICK_STAIRS("minecraft:red_nether_brick_stairs", (short) 10024, 2.0, 6.0, false, true, null, false), + POLISHED_ANDESITE_STAIRS("minecraft:polished_andesite_stairs", (short) 10104, 1.5, 6.0, false, true, null, false), + DIORITE_STAIRS("minecraft:diorite_stairs", (short) 10184, 1.5, 6.0, false, true, null, false), + POLISHED_GRANITE_SLAB("minecraft:polished_granite_slab", (short) 10256, 1.5, 6.0, false, true, null, false), + SMOOTH_RED_SANDSTONE_SLAB("minecraft:smooth_red_sandstone_slab", (short) 10262, 2.0, 6.0, false, true, null, false), + MOSSY_STONE_BRICK_SLAB("minecraft:mossy_stone_brick_slab", (short) 10268, 1.5, 6.0, false, true, null, false), + POLISHED_DIORITE_SLAB("minecraft:polished_diorite_slab", (short) 10274, 1.5, 6.0, false, true, null, false), + MOSSY_COBBLESTONE_SLAB("minecraft:mossy_cobblestone_slab", (short) 10280, 2.0, 6.0, false, true, null, false), + END_STONE_BRICK_SLAB("minecraft:end_stone_brick_slab", (short) 10286, 3.0, 9.0, false, true, null, false), + SMOOTH_SANDSTONE_SLAB("minecraft:smooth_sandstone_slab", (short) 10292, 2.0, 6.0, false, true, null, false), + SMOOTH_QUARTZ_SLAB("minecraft:smooth_quartz_slab", (short) 10298, 2.0, 6.0, false, true, null, false), + GRANITE_SLAB("minecraft:granite_slab", (short) 10304, 1.5, 6.0, false, true, null, false), + ANDESITE_SLAB("minecraft:andesite_slab", (short) 10310, 1.5, 6.0, false, true, null, false), + RED_NETHER_BRICK_SLAB("minecraft:red_nether_brick_slab", (short) 10316, 2.0, 6.0, false, true, null, false), + POLISHED_ANDESITE_SLAB("minecraft:polished_andesite_slab", (short) 10322, 1.5, 6.0, false, true, null, false), + DIORITE_SLAB("minecraft:diorite_slab", (short) 10328, 1.5, 6.0, false, true, null, false), + BRICK_WALL("minecraft:brick_wall", (short) 10390, 2.0, 6.0, false, true, null, false), + PRISMARINE_WALL("minecraft:prismarine_wall", (short) 10454, 1.5, 6.0, false, true, null, false), + RED_SANDSTONE_WALL("minecraft:red_sandstone_wall", (short) 10518, 0.8, 0.8, false, true, null, false), + MOSSY_STONE_BRICK_WALL("minecraft:mossy_stone_brick_wall", (short) 10582, 1.5, 6.0, false, true, null, false), + GRANITE_WALL("minecraft:granite_wall", (short) 10646, 1.5, 6.0, false, true, null, false), + STONE_BRICK_WALL("minecraft:stone_brick_wall", (short) 10710, 1.5, 6.0, false, true, null, false), + NETHER_BRICK_WALL("minecraft:nether_brick_wall", (short) 10774, 2.0, 6.0, false, true, null, false), + ANDESITE_WALL("minecraft:andesite_wall", (short) 10838, 1.5, 6.0, false, true, null, false), + RED_NETHER_BRICK_WALL("minecraft:red_nether_brick_wall", (short) 10902, 2.0, 6.0, false, true, null, false), + SANDSTONE_WALL("minecraft:sandstone_wall", (short) 10966, 0.8, 0.8, false, true, null, false), + END_STONE_BRICK_WALL("minecraft:end_stone_brick_wall", (short) 11030, 3.0, 9.0, false, true, null, false), + DIORITE_WALL("minecraft:diorite_wall", (short) 11094, 1.5, 6.0, false, true, null, false), + SCAFFOLDING("minecraft:scaffolding", (short) 11130, 0.0, 0.0, false, true, null, false), + LOOM("minecraft:loom", (short) 11131, 2.5, 2.5, false, true, null, false), + BARREL("minecraft:barrel", (short) 11136, 2.5, 2.5, false, true, NamespaceID.from("minecraft:barrel"), false), + SMOKER("minecraft:smoker", (short) 11148, 3.5, 3.5, false, true, NamespaceID.from("minecraft:smoker"), false), + BLAST_FURNACE("minecraft:blast_furnace", (short) 11156, 3.5, 3.5, false, true, NamespaceID.from("minecraft:blast_furnace"), false), + CARTOGRAPHY_TABLE("minecraft:cartography_table", (short) 11163, 2.5, 2.5, false, true, null, true), + FLETCHING_TABLE("minecraft:fletching_table", (short) 11164, 2.5, 2.5, false, true, null, true), + GRINDSTONE("minecraft:grindstone", (short) 11169, 2.0, 6.0, false, true, null, false), + LECTERN("minecraft:lectern", (short) 11180, 2.5, 2.5, false, true, NamespaceID.from("minecraft:lectern"), false), + SMITHING_TABLE("minecraft:smithing_table", (short) 11193, 2.5, 2.5, false, true, null, true), + STONECUTTER("minecraft:stonecutter", (short) 11194, 3.5, 3.5, false, true, null, false), + BELL("minecraft:bell", (short) 11199, 5.0, 5.0, false, true, NamespaceID.from("minecraft:bell"), false), + LANTERN("minecraft:lantern", (short) 11231, 3.5, 3.5, false, true, null, false), + CAMPFIRE("minecraft:campfire", (short) 11235, 2.0, 2.0, false, true, NamespaceID.from("minecraft:campfire"), false), + SWEET_BERRY_BUSH("minecraft:sweet_berry_bush", (short) 11264, 0.0, 0.0, false, false, null, false), + STRUCTURE_BLOCK("minecraft:structure_block", (short) 11268, 0.0, 3600000.0, false, true, NamespaceID.from("minecraft:structure_block"), false), + JIGSAW("minecraft:jigsaw", (short) 11276, 0.0, 3600000.0, false, true, NamespaceID.from("minecraft:jigsaw"), false), + COMPOSTER("minecraft:composter", (short) 11278, 0.6, 0.6, false, true, null, false), + BEE_NEST("minecraft:bee_nest", (short) 11287, 0.3, 0.3, false, true, NamespaceID.from("minecraft:beehive"), false), + BEEHIVE("minecraft:beehive", (short) 11311, 0.6, 0.6, false, true, NamespaceID.from("minecraft:beehive"), false), + HONEY_BLOCK("minecraft:honey_block", (short) 11335, 0.0, 0.0, false, true, null, true), + HONEYCOMB_BLOCK("minecraft:honeycomb_block", (short) 11336, 0.6, 0.6, false, true, null, true), ; static { @@ -884,9 +801,6 @@ public enum Block { SugarCane.initStates(); Jukebox.initStates(); OakFence.initStates(); - Basalt.initStates(); - PolishedBasalt.initStates(); - SoulWallTorch.initStates(); NetherPortal.initStates(); CarvedPumpkin.initStates(); JackOLantern.initStates(); @@ -902,7 +816,6 @@ public enum Block { RedMushroomBlock.initStates(); MushroomStem.initStates(); IronBars.initStates(); - Chain.initStates(); GlassPane.initStates(); AttachedPumpkinStem.initStates(); AttachedMelonStem.initStates(); @@ -1192,58 +1105,13 @@ public enum Block { Stonecutter.initStates(); Bell.initStates(); Lantern.initStates(); - SoulLantern.initStates(); Campfire.initStates(); - SoulCampfire.initStates(); SweetBerryBush.initStates(); - WarpedStem.initStates(); - StrippedWarpedStem.initStates(); - WarpedHyphae.initStates(); - StrippedWarpedHyphae.initStates(); - CrimsonStem.initStates(); - StrippedCrimsonStem.initStates(); - CrimsonHyphae.initStates(); - StrippedCrimsonHyphae.initStates(); - WeepingVines.initStates(); - TwistingVines.initStates(); - CrimsonSlab.initStates(); - WarpedSlab.initStates(); - CrimsonPressurePlate.initStates(); - WarpedPressurePlate.initStates(); - CrimsonFence.initStates(); - WarpedFence.initStates(); - CrimsonTrapdoor.initStates(); - WarpedTrapdoor.initStates(); - CrimsonFenceGate.initStates(); - WarpedFenceGate.initStates(); - CrimsonStairs.initStates(); - WarpedStairs.initStates(); - CrimsonButton.initStates(); - WarpedButton.initStates(); - CrimsonDoor.initStates(); - WarpedDoor.initStates(); - CrimsonSign.initStates(); - WarpedSign.initStates(); - CrimsonWallSign.initStates(); - WarpedWallSign.initStates(); StructureBlock.initStates(); Jigsaw.initStates(); Composter.initStates(); - Target.initStates(); BeeNest.initStates(); Beehive.initStates(); - RespawnAnchor.initStates(); - BlackstoneStairs.initStates(); - BlackstoneWall.initStates(); - BlackstoneSlab.initStates(); - PolishedBlackstoneBrickSlab.initStates(); - PolishedBlackstoneBrickStairs.initStates(); - PolishedBlackstoneBrickWall.initStates(); - PolishedBlackstoneStairs.initStates(); - PolishedBlackstoneSlab.initStates(); - PolishedBlackstonePressurePlate.initStates(); - PolishedBlackstoneButton.initStates(); - PolishedBlackstoneWall.initStates(); } private String namespaceID; diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaButton.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaButton.java index 8af1b3d98..791edbdf3 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaButton.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaButton.java @@ -7,29 +7,29 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class AcaciaButton { public static void initStates() { - ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6442, "face=floor", "facing=north", "powered=true")); - ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6443, "face=floor", "facing=north", "powered=false")); - ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6444, "face=floor", "facing=south", "powered=true")); - ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6445, "face=floor", "facing=south", "powered=false")); - ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6446, "face=floor", "facing=west", "powered=true")); - ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6447, "face=floor", "facing=west", "powered=false")); - ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6448, "face=floor", "facing=east", "powered=true")); - ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6449, "face=floor", "facing=east", "powered=false")); - ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6450, "face=wall", "facing=north", "powered=true")); - ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6451, "face=wall", "facing=north", "powered=false")); - ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6452, "face=wall", "facing=south", "powered=true")); - ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6453, "face=wall", "facing=south", "powered=false")); - ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6454, "face=wall", "facing=west", "powered=true")); - ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6455, "face=wall", "facing=west", "powered=false")); - ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6456, "face=wall", "facing=east", "powered=true")); - ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6457, "face=wall", "facing=east", "powered=false")); - ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6458, "face=ceiling", "facing=north", "powered=true")); - ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6459, "face=ceiling", "facing=north", "powered=false")); - ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6460, "face=ceiling", "facing=south", "powered=true")); - ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6461, "face=ceiling", "facing=south", "powered=false")); - ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6462, "face=ceiling", "facing=west", "powered=true")); - ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6463, "face=ceiling", "facing=west", "powered=false")); - ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6464, "face=ceiling", "facing=east", "powered=true")); - ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6465, "face=ceiling", "facing=east", "powered=false")); + ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 5906, "face=floor", "facing=north", "powered=true")); + ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 5907, "face=floor", "facing=north", "powered=false")); + ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 5908, "face=floor", "facing=south", "powered=true")); + ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 5909, "face=floor", "facing=south", "powered=false")); + ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 5910, "face=floor", "facing=west", "powered=true")); + ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 5911, "face=floor", "facing=west", "powered=false")); + ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 5912, "face=floor", "facing=east", "powered=true")); + ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 5913, "face=floor", "facing=east", "powered=false")); + ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 5914, "face=wall", "facing=north", "powered=true")); + ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 5915, "face=wall", "facing=north", "powered=false")); + ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 5916, "face=wall", "facing=south", "powered=true")); + ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 5917, "face=wall", "facing=south", "powered=false")); + ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 5918, "face=wall", "facing=west", "powered=true")); + ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 5919, "face=wall", "facing=west", "powered=false")); + ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 5920, "face=wall", "facing=east", "powered=true")); + ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 5921, "face=wall", "facing=east", "powered=false")); + ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 5922, "face=ceiling", "facing=north", "powered=true")); + ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 5923, "face=ceiling", "facing=north", "powered=false")); + ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 5924, "face=ceiling", "facing=south", "powered=true")); + ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 5925, "face=ceiling", "facing=south", "powered=false")); + ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 5926, "face=ceiling", "facing=west", "powered=true")); + ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 5927, "face=ceiling", "facing=west", "powered=false")); + ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 5928, "face=ceiling", "facing=east", "powered=true")); + ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 5929, "face=ceiling", "facing=east", "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaDoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaDoor.java index d5b86f40d..63d1ae4aa 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaDoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaDoor.java @@ -7,69 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class AcaciaDoor { public static void initStates() { - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8930, "facing=north", "half=upper", "hinge=left", "open=true", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8931, "facing=north", "half=upper", "hinge=left", "open=true", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8932, "facing=north", "half=upper", "hinge=left", "open=false", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8933, "facing=north", "half=upper", "hinge=left", "open=false", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8934, "facing=north", "half=upper", "hinge=right", "open=true", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8935, "facing=north", "half=upper", "hinge=right", "open=true", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8936, "facing=north", "half=upper", "hinge=right", "open=false", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8937, "facing=north", "half=upper", "hinge=right", "open=false", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8938, "facing=north", "half=lower", "hinge=left", "open=true", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8939, "facing=north", "half=lower", "hinge=left", "open=true", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8940, "facing=north", "half=lower", "hinge=left", "open=false", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8941, "facing=north", "half=lower", "hinge=left", "open=false", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8942, "facing=north", "half=lower", "hinge=right", "open=true", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8943, "facing=north", "half=lower", "hinge=right", "open=true", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8944, "facing=north", "half=lower", "hinge=right", "open=false", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8945, "facing=north", "half=lower", "hinge=right", "open=false", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8946, "facing=south", "half=upper", "hinge=left", "open=true", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8947, "facing=south", "half=upper", "hinge=left", "open=true", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8948, "facing=south", "half=upper", "hinge=left", "open=false", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8949, "facing=south", "half=upper", "hinge=left", "open=false", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8950, "facing=south", "half=upper", "hinge=right", "open=true", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8951, "facing=south", "half=upper", "hinge=right", "open=true", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8952, "facing=south", "half=upper", "hinge=right", "open=false", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8953, "facing=south", "half=upper", "hinge=right", "open=false", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8954, "facing=south", "half=lower", "hinge=left", "open=true", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8955, "facing=south", "half=lower", "hinge=left", "open=true", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8956, "facing=south", "half=lower", "hinge=left", "open=false", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8957, "facing=south", "half=lower", "hinge=left", "open=false", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8958, "facing=south", "half=lower", "hinge=right", "open=true", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8959, "facing=south", "half=lower", "hinge=right", "open=true", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8960, "facing=south", "half=lower", "hinge=right", "open=false", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8961, "facing=south", "half=lower", "hinge=right", "open=false", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8962, "facing=west", "half=upper", "hinge=left", "open=true", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8963, "facing=west", "half=upper", "hinge=left", "open=true", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8964, "facing=west", "half=upper", "hinge=left", "open=false", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8965, "facing=west", "half=upper", "hinge=left", "open=false", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8966, "facing=west", "half=upper", "hinge=right", "open=true", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8967, "facing=west", "half=upper", "hinge=right", "open=true", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8968, "facing=west", "half=upper", "hinge=right", "open=false", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8969, "facing=west", "half=upper", "hinge=right", "open=false", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8970, "facing=west", "half=lower", "hinge=left", "open=true", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8971, "facing=west", "half=lower", "hinge=left", "open=true", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8972, "facing=west", "half=lower", "hinge=left", "open=false", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8973, "facing=west", "half=lower", "hinge=left", "open=false", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8974, "facing=west", "half=lower", "hinge=right", "open=true", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8975, "facing=west", "half=lower", "hinge=right", "open=true", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8976, "facing=west", "half=lower", "hinge=right", "open=false", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8977, "facing=west", "half=lower", "hinge=right", "open=false", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8978, "facing=east", "half=upper", "hinge=left", "open=true", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8979, "facing=east", "half=upper", "hinge=left", "open=true", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8980, "facing=east", "half=upper", "hinge=left", "open=false", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8981, "facing=east", "half=upper", "hinge=left", "open=false", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8982, "facing=east", "half=upper", "hinge=right", "open=true", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8983, "facing=east", "half=upper", "hinge=right", "open=true", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8984, "facing=east", "half=upper", "hinge=right", "open=false", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8985, "facing=east", "half=upper", "hinge=right", "open=false", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8986, "facing=east", "half=lower", "hinge=left", "open=true", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8987, "facing=east", "half=lower", "hinge=left", "open=true", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8988, "facing=east", "half=lower", "hinge=left", "open=false", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8989, "facing=east", "half=lower", "hinge=left", "open=false", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8990, "facing=east", "half=lower", "hinge=right", "open=true", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8991, "facing=east", "half=lower", "hinge=right", "open=true", "powered=false")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8992, "facing=east", "half=lower", "hinge=right", "open=false", "powered=true")); - ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8993, "facing=east", "half=lower", "hinge=right", "open=false", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8394, "facing=north", "half=upper", "hinge=left", "open=true", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8395, "facing=north", "half=upper", "hinge=left", "open=true", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8396, "facing=north", "half=upper", "hinge=left", "open=false", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8397, "facing=north", "half=upper", "hinge=left", "open=false", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8398, "facing=north", "half=upper", "hinge=right", "open=true", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8399, "facing=north", "half=upper", "hinge=right", "open=true", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8400, "facing=north", "half=upper", "hinge=right", "open=false", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8401, "facing=north", "half=upper", "hinge=right", "open=false", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8402, "facing=north", "half=lower", "hinge=left", "open=true", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8403, "facing=north", "half=lower", "hinge=left", "open=true", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8404, "facing=north", "half=lower", "hinge=left", "open=false", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8405, "facing=north", "half=lower", "hinge=left", "open=false", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8406, "facing=north", "half=lower", "hinge=right", "open=true", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8407, "facing=north", "half=lower", "hinge=right", "open=true", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8408, "facing=north", "half=lower", "hinge=right", "open=false", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8409, "facing=north", "half=lower", "hinge=right", "open=false", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8410, "facing=south", "half=upper", "hinge=left", "open=true", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8411, "facing=south", "half=upper", "hinge=left", "open=true", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8412, "facing=south", "half=upper", "hinge=left", "open=false", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8413, "facing=south", "half=upper", "hinge=left", "open=false", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8414, "facing=south", "half=upper", "hinge=right", "open=true", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8415, "facing=south", "half=upper", "hinge=right", "open=true", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8416, "facing=south", "half=upper", "hinge=right", "open=false", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8417, "facing=south", "half=upper", "hinge=right", "open=false", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8418, "facing=south", "half=lower", "hinge=left", "open=true", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8419, "facing=south", "half=lower", "hinge=left", "open=true", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8420, "facing=south", "half=lower", "hinge=left", "open=false", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8421, "facing=south", "half=lower", "hinge=left", "open=false", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8422, "facing=south", "half=lower", "hinge=right", "open=true", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8423, "facing=south", "half=lower", "hinge=right", "open=true", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8424, "facing=south", "half=lower", "hinge=right", "open=false", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8425, "facing=south", "half=lower", "hinge=right", "open=false", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8426, "facing=west", "half=upper", "hinge=left", "open=true", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8427, "facing=west", "half=upper", "hinge=left", "open=true", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8428, "facing=west", "half=upper", "hinge=left", "open=false", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8429, "facing=west", "half=upper", "hinge=left", "open=false", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8430, "facing=west", "half=upper", "hinge=right", "open=true", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8431, "facing=west", "half=upper", "hinge=right", "open=true", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8432, "facing=west", "half=upper", "hinge=right", "open=false", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8433, "facing=west", "half=upper", "hinge=right", "open=false", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8434, "facing=west", "half=lower", "hinge=left", "open=true", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8435, "facing=west", "half=lower", "hinge=left", "open=true", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8436, "facing=west", "half=lower", "hinge=left", "open=false", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8437, "facing=west", "half=lower", "hinge=left", "open=false", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8438, "facing=west", "half=lower", "hinge=right", "open=true", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8439, "facing=west", "half=lower", "hinge=right", "open=true", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8440, "facing=west", "half=lower", "hinge=right", "open=false", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8441, "facing=west", "half=lower", "hinge=right", "open=false", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8442, "facing=east", "half=upper", "hinge=left", "open=true", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8443, "facing=east", "half=upper", "hinge=left", "open=true", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8444, "facing=east", "half=upper", "hinge=left", "open=false", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8445, "facing=east", "half=upper", "hinge=left", "open=false", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8446, "facing=east", "half=upper", "hinge=right", "open=true", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8447, "facing=east", "half=upper", "hinge=right", "open=true", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8448, "facing=east", "half=upper", "hinge=right", "open=false", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8449, "facing=east", "half=upper", "hinge=right", "open=false", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8450, "facing=east", "half=lower", "hinge=left", "open=true", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8451, "facing=east", "half=lower", "hinge=left", "open=true", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8452, "facing=east", "half=lower", "hinge=left", "open=false", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8453, "facing=east", "half=lower", "hinge=left", "open=false", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8454, "facing=east", "half=lower", "hinge=right", "open=true", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8455, "facing=east", "half=lower", "hinge=right", "open=true", "powered=false")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8456, "facing=east", "half=lower", "hinge=right", "open=false", "powered=true")); + ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8457, "facing=east", "half=lower", "hinge=right", "open=false", "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaFence.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaFence.java index 0509b7d10..63cb54124 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaFence.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaFence.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class AcaciaFence { public static void initStates() { - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8674, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8675, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8676, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8677, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8678, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8679, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8680, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8681, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8682, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8683, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8684, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8685, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8686, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8687, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8688, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8689, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8690, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8691, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8692, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8693, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8694, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8695, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8696, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8697, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8698, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8699, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8700, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8701, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8702, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8703, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8704, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8705, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8138, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8139, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8140, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8141, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8142, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8143, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8144, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8145, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8146, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8147, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8148, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8149, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8150, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8151, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8152, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8153, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8154, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8155, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8156, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8157, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8158, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8159, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8160, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8161, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8162, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8163, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8164, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8165, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8166, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8167, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8168, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); + ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8169, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaFenceGate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaFenceGate.java index 1a411e9a2..18b43aa35 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaFenceGate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaFenceGate.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class AcaciaFenceGate { public static void initStates() { - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8514, "facing=north", "in_wall=true", "open=true", "powered=true")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8515, "facing=north", "in_wall=true", "open=true", "powered=false")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8516, "facing=north", "in_wall=true", "open=false", "powered=true")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8517, "facing=north", "in_wall=true", "open=false", "powered=false")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8518, "facing=north", "in_wall=false", "open=true", "powered=true")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8519, "facing=north", "in_wall=false", "open=true", "powered=false")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8520, "facing=north", "in_wall=false", "open=false", "powered=true")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8521, "facing=north", "in_wall=false", "open=false", "powered=false")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8522, "facing=south", "in_wall=true", "open=true", "powered=true")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8523, "facing=south", "in_wall=true", "open=true", "powered=false")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8524, "facing=south", "in_wall=true", "open=false", "powered=true")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8525, "facing=south", "in_wall=true", "open=false", "powered=false")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8526, "facing=south", "in_wall=false", "open=true", "powered=true")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8527, "facing=south", "in_wall=false", "open=true", "powered=false")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8528, "facing=south", "in_wall=false", "open=false", "powered=true")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8529, "facing=south", "in_wall=false", "open=false", "powered=false")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8530, "facing=west", "in_wall=true", "open=true", "powered=true")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8531, "facing=west", "in_wall=true", "open=true", "powered=false")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8532, "facing=west", "in_wall=true", "open=false", "powered=true")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8533, "facing=west", "in_wall=true", "open=false", "powered=false")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8534, "facing=west", "in_wall=false", "open=true", "powered=true")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8535, "facing=west", "in_wall=false", "open=true", "powered=false")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8536, "facing=west", "in_wall=false", "open=false", "powered=true")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8537, "facing=west", "in_wall=false", "open=false", "powered=false")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8538, "facing=east", "in_wall=true", "open=true", "powered=true")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8539, "facing=east", "in_wall=true", "open=true", "powered=false")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8540, "facing=east", "in_wall=true", "open=false", "powered=true")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8541, "facing=east", "in_wall=true", "open=false", "powered=false")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8542, "facing=east", "in_wall=false", "open=true", "powered=true")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8543, "facing=east", "in_wall=false", "open=true", "powered=false")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8544, "facing=east", "in_wall=false", "open=false", "powered=true")); - ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8545, "facing=east", "in_wall=false", "open=false", "powered=false")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7978, "facing=north", "in_wall=true", "open=true", "powered=true")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7979, "facing=north", "in_wall=true", "open=true", "powered=false")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7980, "facing=north", "in_wall=true", "open=false", "powered=true")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7981, "facing=north", "in_wall=true", "open=false", "powered=false")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7982, "facing=north", "in_wall=false", "open=true", "powered=true")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7983, "facing=north", "in_wall=false", "open=true", "powered=false")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7984, "facing=north", "in_wall=false", "open=false", "powered=true")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7985, "facing=north", "in_wall=false", "open=false", "powered=false")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7986, "facing=south", "in_wall=true", "open=true", "powered=true")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7987, "facing=south", "in_wall=true", "open=true", "powered=false")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7988, "facing=south", "in_wall=true", "open=false", "powered=true")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7989, "facing=south", "in_wall=true", "open=false", "powered=false")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7990, "facing=south", "in_wall=false", "open=true", "powered=true")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7991, "facing=south", "in_wall=false", "open=true", "powered=false")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7992, "facing=south", "in_wall=false", "open=false", "powered=true")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7993, "facing=south", "in_wall=false", "open=false", "powered=false")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7994, "facing=west", "in_wall=true", "open=true", "powered=true")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7995, "facing=west", "in_wall=true", "open=true", "powered=false")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7996, "facing=west", "in_wall=true", "open=false", "powered=true")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7997, "facing=west", "in_wall=true", "open=false", "powered=false")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7998, "facing=west", "in_wall=false", "open=true", "powered=true")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7999, "facing=west", "in_wall=false", "open=true", "powered=false")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8000, "facing=west", "in_wall=false", "open=false", "powered=true")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8001, "facing=west", "in_wall=false", "open=false", "powered=false")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8002, "facing=east", "in_wall=true", "open=true", "powered=true")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8003, "facing=east", "in_wall=true", "open=true", "powered=false")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8004, "facing=east", "in_wall=true", "open=false", "powered=true")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8005, "facing=east", "in_wall=true", "open=false", "powered=false")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8006, "facing=east", "in_wall=false", "open=true", "powered=true")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8007, "facing=east", "in_wall=false", "open=true", "powered=false")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8008, "facing=east", "in_wall=false", "open=false", "powered=true")); + ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8009, "facing=east", "in_wall=false", "open=false", "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaLeaves.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaLeaves.java index a73ec51ed..63c5ae41b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaLeaves.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaLeaves.java @@ -7,19 +7,19 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class AcaciaLeaves { public static void initStates() { - ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 201, "distance=1", "persistent=true")); - ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 202, "distance=1", "persistent=false")); - ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 203, "distance=2", "persistent=true")); - ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 204, "distance=2", "persistent=false")); - ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 205, "distance=3", "persistent=true")); - ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 206, "distance=3", "persistent=false")); - ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 207, "distance=4", "persistent=true")); - ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 208, "distance=4", "persistent=false")); - ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 209, "distance=5", "persistent=true")); - ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 210, "distance=5", "persistent=false")); - ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 211, "distance=6", "persistent=true")); - ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 212, "distance=6", "persistent=false")); - ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 213, "distance=7", "persistent=true")); - ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 214, "distance=7", "persistent=false")); + ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 200, "distance=1", "persistent=true")); + ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 201, "distance=1", "persistent=false")); + ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 202, "distance=2", "persistent=true")); + ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 203, "distance=2", "persistent=false")); + ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 204, "distance=3", "persistent=true")); + ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 205, "distance=3", "persistent=false")); + ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 206, "distance=4", "persistent=true")); + ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 207, "distance=4", "persistent=false")); + ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 208, "distance=5", "persistent=true")); + ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 209, "distance=5", "persistent=false")); + ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 210, "distance=6", "persistent=true")); + ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 211, "distance=6", "persistent=false")); + ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 212, "distance=7", "persistent=true")); + ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 213, "distance=7", "persistent=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaLog.java index c979d9433..553b3c759 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaLog.java @@ -7,8 +7,8 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class AcaciaLog { public static void initStates() { - ACACIA_LOG.addBlockAlternative(new BlockAlternative((short) 85, "axis=x")); - ACACIA_LOG.addBlockAlternative(new BlockAlternative((short) 86, "axis=y")); - ACACIA_LOG.addBlockAlternative(new BlockAlternative((short) 87, "axis=z")); + ACACIA_LOG.addBlockAlternative(new BlockAlternative((short) 84, "axis=x")); + ACACIA_LOG.addBlockAlternative(new BlockAlternative((short) 85, "axis=y")); + ACACIA_LOG.addBlockAlternative(new BlockAlternative((short) 86, "axis=z")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaPressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaPressurePlate.java index 18baed503..7e7c4a884 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaPressurePlate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaPressurePlate.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class AcaciaPressurePlate { public static void initStates() { - ACACIA_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3881, "powered=true")); - ACACIA_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3882, "powered=false")); + ACACIA_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3879, "powered=true")); + ACACIA_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3880, "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaSign.java index 7d100d50e..1b2e25c46 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaSign.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class AcaciaSign { public static void initStates() { - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3477, "rotation=0", "waterlogged=true")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3478, "rotation=0", "waterlogged=false")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3479, "rotation=1", "waterlogged=true")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3480, "rotation=1", "waterlogged=false")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3481, "rotation=2", "waterlogged=true")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3482, "rotation=2", "waterlogged=false")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3483, "rotation=3", "waterlogged=true")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3484, "rotation=3", "waterlogged=false")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3485, "rotation=4", "waterlogged=true")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3486, "rotation=4", "waterlogged=false")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3487, "rotation=5", "waterlogged=true")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3488, "rotation=5", "waterlogged=false")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3489, "rotation=6", "waterlogged=true")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3490, "rotation=6", "waterlogged=false")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3491, "rotation=7", "waterlogged=true")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3492, "rotation=7", "waterlogged=false")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3493, "rotation=8", "waterlogged=true")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3494, "rotation=8", "waterlogged=false")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3495, "rotation=9", "waterlogged=true")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3496, "rotation=9", "waterlogged=false")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3497, "rotation=10", "waterlogged=true")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3498, "rotation=10", "waterlogged=false")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3499, "rotation=11", "waterlogged=true")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3500, "rotation=11", "waterlogged=false")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3501, "rotation=12", "waterlogged=true")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3502, "rotation=12", "waterlogged=false")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3503, "rotation=13", "waterlogged=true")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3504, "rotation=13", "waterlogged=false")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3505, "rotation=14", "waterlogged=true")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3506, "rotation=14", "waterlogged=false")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3507, "rotation=15", "waterlogged=true")); - ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3508, "rotation=15", "waterlogged=false")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3475, "rotation=0", "waterlogged=true")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3476, "rotation=0", "waterlogged=false")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3477, "rotation=1", "waterlogged=true")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3478, "rotation=1", "waterlogged=false")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3479, "rotation=2", "waterlogged=true")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3480, "rotation=2", "waterlogged=false")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3481, "rotation=3", "waterlogged=true")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3482, "rotation=3", "waterlogged=false")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3483, "rotation=4", "waterlogged=true")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3484, "rotation=4", "waterlogged=false")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3485, "rotation=5", "waterlogged=true")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3486, "rotation=5", "waterlogged=false")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3487, "rotation=6", "waterlogged=true")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3488, "rotation=6", "waterlogged=false")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3489, "rotation=7", "waterlogged=true")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3490, "rotation=7", "waterlogged=false")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3491, "rotation=8", "waterlogged=true")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3492, "rotation=8", "waterlogged=false")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3493, "rotation=9", "waterlogged=true")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3494, "rotation=9", "waterlogged=false")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3495, "rotation=10", "waterlogged=true")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3496, "rotation=10", "waterlogged=false")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3497, "rotation=11", "waterlogged=true")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3498, "rotation=11", "waterlogged=false")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3499, "rotation=12", "waterlogged=true")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3500, "rotation=12", "waterlogged=false")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3501, "rotation=13", "waterlogged=true")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3502, "rotation=13", "waterlogged=false")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3503, "rotation=14", "waterlogged=true")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3504, "rotation=14", "waterlogged=false")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3505, "rotation=15", "waterlogged=true")); + ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3506, "rotation=15", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaSlab.java index a622637e1..1230d5dec 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class AcaciaSlab { public static void initStates() { - ACACIA_SLAB.addBlockAlternative(new BlockAlternative((short) 8324, "type=top", "waterlogged=true")); - ACACIA_SLAB.addBlockAlternative(new BlockAlternative((short) 8325, "type=top", "waterlogged=false")); - ACACIA_SLAB.addBlockAlternative(new BlockAlternative((short) 8326, "type=bottom", "waterlogged=true")); - ACACIA_SLAB.addBlockAlternative(new BlockAlternative((short) 8327, "type=bottom", "waterlogged=false")); - ACACIA_SLAB.addBlockAlternative(new BlockAlternative((short) 8328, "type=double", "waterlogged=true")); - ACACIA_SLAB.addBlockAlternative(new BlockAlternative((short) 8329, "type=double", "waterlogged=false")); + ACACIA_SLAB.addBlockAlternative(new BlockAlternative((short) 7788, "type=top", "waterlogged=true")); + ACACIA_SLAB.addBlockAlternative(new BlockAlternative((short) 7789, "type=top", "waterlogged=false")); + ACACIA_SLAB.addBlockAlternative(new BlockAlternative((short) 7790, "type=bottom", "waterlogged=true")); + ACACIA_SLAB.addBlockAlternative(new BlockAlternative((short) 7791, "type=bottom", "waterlogged=false")); + ACACIA_SLAB.addBlockAlternative(new BlockAlternative((short) 7792, "type=double", "waterlogged=true")); + ACACIA_SLAB.addBlockAlternative(new BlockAlternative((short) 7793, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaStairs.java index 8cd99e299..7766fca70 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class AcaciaStairs { public static void initStates() { - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7375, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7376, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7377, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7378, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7379, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7380, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7381, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7382, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7383, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7384, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7385, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7386, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7387, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7388, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7389, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7390, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7391, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7392, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7393, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7394, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7395, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7396, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7397, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7398, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7399, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7400, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7401, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7402, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7403, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7404, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7405, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7406, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7407, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7408, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7409, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7410, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7411, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7412, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7413, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7414, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7415, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7416, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7417, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7418, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7419, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7420, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7421, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7422, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7423, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7424, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7425, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7426, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7427, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7428, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7429, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7430, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7431, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7432, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7433, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7434, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7435, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7436, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7437, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7438, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7439, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7440, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7441, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7442, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7443, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7444, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7445, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7446, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7447, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7448, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7449, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7450, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7451, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7452, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7453, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7454, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6839, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6840, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6841, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6842, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6843, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6844, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6845, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6846, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6847, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6848, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6849, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6850, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6851, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6852, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6853, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6854, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6855, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6856, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6857, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6858, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6859, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6860, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6861, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6862, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6863, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6864, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6865, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6866, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6867, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6868, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6869, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6870, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6871, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6872, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6873, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6874, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6875, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6876, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6877, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6878, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6879, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6880, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6881, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6882, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6883, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6884, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6885, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6886, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6887, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6888, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6889, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6890, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6891, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6892, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6893, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6894, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6895, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6896, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6897, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6898, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6899, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6900, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6901, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6902, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6903, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6904, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6905, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6906, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6907, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6908, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6909, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6910, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6911, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6912, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6913, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6914, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6915, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6916, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6917, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 6918, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaTrapdoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaTrapdoor.java index 29b6239d1..c6e69a086 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaTrapdoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaTrapdoor.java @@ -7,69 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class AcaciaTrapdoor { public static void initStates() { - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4367, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4368, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4369, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4370, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4371, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4372, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4373, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4374, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4375, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4376, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4377, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4378, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4379, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4380, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4381, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4382, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4383, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4384, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4385, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4386, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4387, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4388, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4389, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4390, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4391, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4392, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4393, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4394, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4395, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4396, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4397, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4398, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4399, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4400, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4401, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4402, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4403, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4404, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4405, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4406, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4407, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4408, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4409, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4410, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4411, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4412, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4413, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4414, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4415, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4416, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4417, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4418, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4419, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4420, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4421, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4422, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4423, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4424, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4425, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4426, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4427, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4428, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4429, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4430, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4353, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4354, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4355, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4356, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4357, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4358, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4359, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4360, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4361, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4362, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4363, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4364, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4365, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4366, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4367, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4368, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4369, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4370, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4371, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4372, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4373, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4374, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4375, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4376, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4377, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4378, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4379, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4380, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4381, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4382, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4383, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4384, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4385, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4386, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4387, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4388, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4389, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4390, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4391, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4392, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4393, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4394, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4395, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4396, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4397, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4398, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4399, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4400, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4401, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4402, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4403, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4404, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4405, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4406, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4407, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4408, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4409, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4410, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4411, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4412, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4413, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4414, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=false")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4415, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=true")); + ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4416, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaWallSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaWallSign.java index 90a21c67b..190bb529c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaWallSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaWallSign.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class AcaciaWallSign { public static void initStates() { - ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3759, "facing=north", "waterlogged=true")); - ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3760, "facing=north", "waterlogged=false")); - ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3761, "facing=south", "waterlogged=true")); - ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3762, "facing=south", "waterlogged=false")); - ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3763, "facing=west", "waterlogged=true")); - ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3764, "facing=west", "waterlogged=false")); - ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3765, "facing=east", "waterlogged=true")); - ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3766, "facing=east", "waterlogged=false")); + ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3757, "facing=north", "waterlogged=true")); + ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3758, "facing=north", "waterlogged=false")); + ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3759, "facing=south", "waterlogged=true")); + ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3760, "facing=south", "waterlogged=false")); + ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3761, "facing=west", "waterlogged=true")); + ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3762, "facing=west", "waterlogged=false")); + ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3763, "facing=east", "waterlogged=true")); + ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3764, "facing=east", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaWood.java index 5a3580c6a..e4b0e2597 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaWood.java @@ -7,8 +7,8 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class AcaciaWood { public static void initStates() { - ACACIA_WOOD.addBlockAlternative(new BlockAlternative((short) 121, "axis=x")); - ACACIA_WOOD.addBlockAlternative(new BlockAlternative((short) 122, "axis=y")); - ACACIA_WOOD.addBlockAlternative(new BlockAlternative((short) 123, "axis=z")); + ACACIA_WOOD.addBlockAlternative(new BlockAlternative((short) 120, "axis=x")); + ACACIA_WOOD.addBlockAlternative(new BlockAlternative((short) 121, "axis=y")); + ACACIA_WOOD.addBlockAlternative(new BlockAlternative((short) 122, "axis=z")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/ActivatorRail.java b/src/autogenerated/java/net/minestom/server/instance/block/states/ActivatorRail.java index 34bf082fa..1ba33359c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/ActivatorRail.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/ActivatorRail.java @@ -7,17 +7,17 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class ActivatorRail { public static void initStates() { - ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6823, "powered=true", "shape=north_south")); - ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6824, "powered=true", "shape=east_west")); - ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6825, "powered=true", "shape=ascending_east")); - ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6826, "powered=true", "shape=ascending_west")); - ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6827, "powered=true", "shape=ascending_north")); - ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6828, "powered=true", "shape=ascending_south")); - ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6829, "powered=false", "shape=north_south")); - ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6830, "powered=false", "shape=east_west")); - ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6831, "powered=false", "shape=ascending_east")); - ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6832, "powered=false", "shape=ascending_west")); - ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6833, "powered=false", "shape=ascending_north")); - ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6834, "powered=false", "shape=ascending_south")); + ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6287, "powered=true", "shape=north_south")); + ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6288, "powered=true", "shape=east_west")); + ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6289, "powered=true", "shape=ascending_east")); + ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6290, "powered=true", "shape=ascending_west")); + ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6291, "powered=true", "shape=ascending_north")); + ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6292, "powered=true", "shape=ascending_south")); + ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6293, "powered=false", "shape=north_south")); + ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6294, "powered=false", "shape=east_west")); + ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6295, "powered=false", "shape=ascending_east")); + ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6296, "powered=false", "shape=ascending_west")); + ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6297, "powered=false", "shape=ascending_north")); + ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6298, "powered=false", "shape=ascending_south")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteSlab.java index 0781c7edc..cbaa454d3 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class AndesiteSlab { public static void initStates() { - ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10843, "type=top", "waterlogged=true")); - ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10844, "type=top", "waterlogged=false")); - ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10845, "type=bottom", "waterlogged=true")); - ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10846, "type=bottom", "waterlogged=false")); - ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10847, "type=double", "waterlogged=true")); - ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10848, "type=double", "waterlogged=false")); + ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10307, "type=top", "waterlogged=true")); + ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10308, "type=top", "waterlogged=false")); + ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10309, "type=bottom", "waterlogged=true")); + ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10310, "type=bottom", "waterlogged=false")); + ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10311, "type=double", "waterlogged=true")); + ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10312, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteStairs.java index 77a69b1f5..18a3fcc48 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class AndesiteStairs { public static void initStates() { - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10469, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10470, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10471, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10472, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10473, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10474, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10475, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10476, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10477, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10478, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10479, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10480, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10481, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10482, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10483, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10484, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10485, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10486, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10487, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10488, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10489, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10490, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10491, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10492, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10493, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10494, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10495, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10496, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10497, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10498, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10499, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10500, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10501, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10502, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10503, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10504, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10505, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10506, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10507, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10508, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10509, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10510, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10511, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10512, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10513, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10514, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10515, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10516, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10517, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10518, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10519, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10520, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10521, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10522, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10523, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10524, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10525, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10526, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10527, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10528, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10529, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10530, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10531, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10532, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10533, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10534, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10535, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10536, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10537, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10538, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10539, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10540, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10541, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10542, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10543, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10544, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10545, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10546, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10547, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10548, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9933, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9934, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9935, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9936, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9937, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9938, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9939, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9940, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9941, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9942, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9943, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9944, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9945, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9946, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9947, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9948, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9949, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9950, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9951, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9952, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9953, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9954, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9955, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9956, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9957, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9958, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9959, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9960, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9961, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9962, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9963, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9964, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9965, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9966, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9967, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9968, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9969, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9970, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9971, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9972, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9973, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9974, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9975, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9976, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9977, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9978, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9979, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9980, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9981, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9982, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9983, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9984, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9985, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9986, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9987, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9988, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9989, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9990, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9991, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9992, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9993, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9994, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9995, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9996, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9997, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9998, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9999, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10000, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10001, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10002, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10003, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10004, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10005, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10006, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10007, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10008, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10009, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10010, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10011, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10012, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteWall.java index 83a9a4c0b..aa9ac6123 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteWall.java @@ -7,329 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class AndesiteWall { public static void initStates() { - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13135, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13136, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13137, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13138, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13139, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13140, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13141, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13142, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13143, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13144, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13145, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13146, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13147, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13148, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13149, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13150, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13151, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13152, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13153, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13154, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13155, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13156, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13157, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13158, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13159, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13160, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13161, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13162, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13163, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13164, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13165, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13166, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13167, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13168, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13169, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13170, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13171, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13172, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13173, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13174, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13175, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13176, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13177, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13178, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13179, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13180, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13181, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13182, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13183, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13184, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13185, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13186, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13187, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13188, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13189, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13190, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13191, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13192, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13193, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13194, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13195, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13196, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13197, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13198, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13199, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13200, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13201, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13202, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13203, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13204, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13205, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13206, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13207, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13208, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13209, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13210, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13211, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13212, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13213, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13214, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13215, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13216, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13217, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13218, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13219, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13220, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13221, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13222, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13223, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13224, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13225, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13226, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13227, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13228, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13229, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13230, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13231, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13232, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13233, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13234, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13235, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13236, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13237, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13238, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13239, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13240, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13241, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13242, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13243, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13244, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13245, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13246, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13247, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13248, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13249, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13250, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13251, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13252, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13253, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13254, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13255, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13256, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13257, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13258, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13259, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13260, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13261, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13262, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13263, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13264, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13265, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13266, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13267, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13268, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13269, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13270, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13271, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13272, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13273, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13274, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13275, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13276, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13277, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13278, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13279, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13280, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13281, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13282, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13283, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13284, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13285, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13286, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13287, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13288, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13289, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13290, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13291, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13292, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13293, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13294, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13295, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13296, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13297, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13298, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13299, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13300, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13301, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13302, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13303, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13304, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13305, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13306, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13307, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13308, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13309, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13310, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13311, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13312, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13313, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13314, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13315, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13316, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13317, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13318, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13319, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13320, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13321, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13322, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13323, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13324, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13325, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13326, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13327, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13328, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13329, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13330, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13331, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13332, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13333, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13334, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13335, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13336, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13337, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13338, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13339, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13340, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13341, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13342, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13343, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13344, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13345, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13346, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13347, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13348, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13349, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13350, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13351, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13352, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13353, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13354, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13355, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13356, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13357, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13358, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13359, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13360, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13361, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13362, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13363, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13364, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13365, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13366, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13367, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13368, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13369, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13370, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13371, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13372, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13373, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13374, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13375, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13376, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13377, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13378, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13379, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13380, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13381, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13382, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13383, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13384, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13385, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13386, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13387, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13388, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13389, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13390, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13391, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13392, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13393, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13394, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13395, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13396, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13397, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13398, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13399, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13400, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13401, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13402, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13403, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13404, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13405, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13406, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13407, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13408, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13409, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13410, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13411, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13412, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13413, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13414, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13415, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13416, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13417, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13418, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13419, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13420, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13421, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13422, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13423, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13424, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13425, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13426, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13427, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13428, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13429, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13430, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13431, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13432, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13433, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13434, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13435, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13436, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13437, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13438, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13439, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13440, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13441, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13442, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13443, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13444, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13445, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13446, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13447, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13448, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13449, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13450, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13451, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13452, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13453, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13454, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13455, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13456, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13457, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13458, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10779, "east=true", "north=true", "south=true", "up=true", "waterlogged=true", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10780, "east=true", "north=true", "south=true", "up=true", "waterlogged=true", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10781, "east=true", "north=true", "south=true", "up=true", "waterlogged=false", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10782, "east=true", "north=true", "south=true", "up=true", "waterlogged=false", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10783, "east=true", "north=true", "south=true", "up=false", "waterlogged=true", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10784, "east=true", "north=true", "south=true", "up=false", "waterlogged=true", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10785, "east=true", "north=true", "south=true", "up=false", "waterlogged=false", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10786, "east=true", "north=true", "south=true", "up=false", "waterlogged=false", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10787, "east=true", "north=true", "south=false", "up=true", "waterlogged=true", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10788, "east=true", "north=true", "south=false", "up=true", "waterlogged=true", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10789, "east=true", "north=true", "south=false", "up=true", "waterlogged=false", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10790, "east=true", "north=true", "south=false", "up=true", "waterlogged=false", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10791, "east=true", "north=true", "south=false", "up=false", "waterlogged=true", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10792, "east=true", "north=true", "south=false", "up=false", "waterlogged=true", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10793, "east=true", "north=true", "south=false", "up=false", "waterlogged=false", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10794, "east=true", "north=true", "south=false", "up=false", "waterlogged=false", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10795, "east=true", "north=false", "south=true", "up=true", "waterlogged=true", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10796, "east=true", "north=false", "south=true", "up=true", "waterlogged=true", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10797, "east=true", "north=false", "south=true", "up=true", "waterlogged=false", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10798, "east=true", "north=false", "south=true", "up=true", "waterlogged=false", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10799, "east=true", "north=false", "south=true", "up=false", "waterlogged=true", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10800, "east=true", "north=false", "south=true", "up=false", "waterlogged=true", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10801, "east=true", "north=false", "south=true", "up=false", "waterlogged=false", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10802, "east=true", "north=false", "south=true", "up=false", "waterlogged=false", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10803, "east=true", "north=false", "south=false", "up=true", "waterlogged=true", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10804, "east=true", "north=false", "south=false", "up=true", "waterlogged=true", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10805, "east=true", "north=false", "south=false", "up=true", "waterlogged=false", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10806, "east=true", "north=false", "south=false", "up=true", "waterlogged=false", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10807, "east=true", "north=false", "south=false", "up=false", "waterlogged=true", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10808, "east=true", "north=false", "south=false", "up=false", "waterlogged=true", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10809, "east=true", "north=false", "south=false", "up=false", "waterlogged=false", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10810, "east=true", "north=false", "south=false", "up=false", "waterlogged=false", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10811, "east=false", "north=true", "south=true", "up=true", "waterlogged=true", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10812, "east=false", "north=true", "south=true", "up=true", "waterlogged=true", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10813, "east=false", "north=true", "south=true", "up=true", "waterlogged=false", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10814, "east=false", "north=true", "south=true", "up=true", "waterlogged=false", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10815, "east=false", "north=true", "south=true", "up=false", "waterlogged=true", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10816, "east=false", "north=true", "south=true", "up=false", "waterlogged=true", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10817, "east=false", "north=true", "south=true", "up=false", "waterlogged=false", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10818, "east=false", "north=true", "south=true", "up=false", "waterlogged=false", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10819, "east=false", "north=true", "south=false", "up=true", "waterlogged=true", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10820, "east=false", "north=true", "south=false", "up=true", "waterlogged=true", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10821, "east=false", "north=true", "south=false", "up=true", "waterlogged=false", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10822, "east=false", "north=true", "south=false", "up=true", "waterlogged=false", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10823, "east=false", "north=true", "south=false", "up=false", "waterlogged=true", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10824, "east=false", "north=true", "south=false", "up=false", "waterlogged=true", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10825, "east=false", "north=true", "south=false", "up=false", "waterlogged=false", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10826, "east=false", "north=true", "south=false", "up=false", "waterlogged=false", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10827, "east=false", "north=false", "south=true", "up=true", "waterlogged=true", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10828, "east=false", "north=false", "south=true", "up=true", "waterlogged=true", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10829, "east=false", "north=false", "south=true", "up=true", "waterlogged=false", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10830, "east=false", "north=false", "south=true", "up=true", "waterlogged=false", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10831, "east=false", "north=false", "south=true", "up=false", "waterlogged=true", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10832, "east=false", "north=false", "south=true", "up=false", "waterlogged=true", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10833, "east=false", "north=false", "south=true", "up=false", "waterlogged=false", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10834, "east=false", "north=false", "south=true", "up=false", "waterlogged=false", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10835, "east=false", "north=false", "south=false", "up=true", "waterlogged=true", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10836, "east=false", "north=false", "south=false", "up=true", "waterlogged=true", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10837, "east=false", "north=false", "south=false", "up=true", "waterlogged=false", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10838, "east=false", "north=false", "south=false", "up=true", "waterlogged=false", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10839, "east=false", "north=false", "south=false", "up=false", "waterlogged=true", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10840, "east=false", "north=false", "south=false", "up=false", "waterlogged=true", "west=false")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10841, "east=false", "north=false", "south=false", "up=false", "waterlogged=false", "west=true")); + ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 10842, "east=false", "north=false", "south=false", "up=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Anvil.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Anvil.java index c894993bb..7461fc085 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Anvil.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Anvil.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Anvil { public static void initStates() { - ANVIL.addBlockAlternative(new BlockAlternative((short) 6610, "facing=north")); - ANVIL.addBlockAlternative(new BlockAlternative((short) 6611, "facing=south")); - ANVIL.addBlockAlternative(new BlockAlternative((short) 6612, "facing=west")); - ANVIL.addBlockAlternative(new BlockAlternative((short) 6613, "facing=east")); + ANVIL.addBlockAlternative(new BlockAlternative((short) 6074, "facing=north")); + ANVIL.addBlockAlternative(new BlockAlternative((short) 6075, "facing=south")); + ANVIL.addBlockAlternative(new BlockAlternative((short) 6076, "facing=west")); + ANVIL.addBlockAlternative(new BlockAlternative((short) 6077, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AttachedMelonStem.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AttachedMelonStem.java index 6383dd5aa..ed5a19780 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AttachedMelonStem.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AttachedMelonStem.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class AttachedMelonStem { public static void initStates() { - ATTACHED_MELON_STEM.addBlockAlternative(new BlockAlternative((short) 4768, "facing=north")); - ATTACHED_MELON_STEM.addBlockAlternative(new BlockAlternative((short) 4769, "facing=south")); - ATTACHED_MELON_STEM.addBlockAlternative(new BlockAlternative((short) 4770, "facing=west")); - ATTACHED_MELON_STEM.addBlockAlternative(new BlockAlternative((short) 4771, "facing=east")); + ATTACHED_MELON_STEM.addBlockAlternative(new BlockAlternative((short) 4752, "facing=north")); + ATTACHED_MELON_STEM.addBlockAlternative(new BlockAlternative((short) 4753, "facing=south")); + ATTACHED_MELON_STEM.addBlockAlternative(new BlockAlternative((short) 4754, "facing=west")); + ATTACHED_MELON_STEM.addBlockAlternative(new BlockAlternative((short) 4755, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AttachedPumpkinStem.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AttachedPumpkinStem.java index d8f382c2c..281fc5e2a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AttachedPumpkinStem.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AttachedPumpkinStem.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class AttachedPumpkinStem { public static void initStates() { - ATTACHED_PUMPKIN_STEM.addBlockAlternative(new BlockAlternative((short) 4764, "facing=north")); - ATTACHED_PUMPKIN_STEM.addBlockAlternative(new BlockAlternative((short) 4765, "facing=south")); - ATTACHED_PUMPKIN_STEM.addBlockAlternative(new BlockAlternative((short) 4766, "facing=west")); - ATTACHED_PUMPKIN_STEM.addBlockAlternative(new BlockAlternative((short) 4767, "facing=east")); + ATTACHED_PUMPKIN_STEM.addBlockAlternative(new BlockAlternative((short) 4748, "facing=north")); + ATTACHED_PUMPKIN_STEM.addBlockAlternative(new BlockAlternative((short) 4749, "facing=south")); + ATTACHED_PUMPKIN_STEM.addBlockAlternative(new BlockAlternative((short) 4750, "facing=west")); + ATTACHED_PUMPKIN_STEM.addBlockAlternative(new BlockAlternative((short) 4751, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Bamboo.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Bamboo.java index b82b79a2b..1a1d27929 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Bamboo.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Bamboo.java @@ -7,17 +7,17 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Bamboo { public static void initStates() { - BAMBOO.addBlockAlternative(new BlockAlternative((short) 9652, "age=0", "leaves=none", "stage=0")); - BAMBOO.addBlockAlternative(new BlockAlternative((short) 9653, "age=0", "leaves=none", "stage=1")); - BAMBOO.addBlockAlternative(new BlockAlternative((short) 9654, "age=0", "leaves=small", "stage=0")); - BAMBOO.addBlockAlternative(new BlockAlternative((short) 9655, "age=0", "leaves=small", "stage=1")); - BAMBOO.addBlockAlternative(new BlockAlternative((short) 9656, "age=0", "leaves=large", "stage=0")); - BAMBOO.addBlockAlternative(new BlockAlternative((short) 9657, "age=0", "leaves=large", "stage=1")); - BAMBOO.addBlockAlternative(new BlockAlternative((short) 9658, "age=1", "leaves=none", "stage=0")); - BAMBOO.addBlockAlternative(new BlockAlternative((short) 9659, "age=1", "leaves=none", "stage=1")); - BAMBOO.addBlockAlternative(new BlockAlternative((short) 9660, "age=1", "leaves=small", "stage=0")); - BAMBOO.addBlockAlternative(new BlockAlternative((short) 9661, "age=1", "leaves=small", "stage=1")); - BAMBOO.addBlockAlternative(new BlockAlternative((short) 9662, "age=1", "leaves=large", "stage=0")); - BAMBOO.addBlockAlternative(new BlockAlternative((short) 9663, "age=1", "leaves=large", "stage=1")); + BAMBOO.addBlockAlternative(new BlockAlternative((short) 9116, "age=0", "leaves=none", "stage=0")); + BAMBOO.addBlockAlternative(new BlockAlternative((short) 9117, "age=0", "leaves=none", "stage=1")); + BAMBOO.addBlockAlternative(new BlockAlternative((short) 9118, "age=0", "leaves=small", "stage=0")); + BAMBOO.addBlockAlternative(new BlockAlternative((short) 9119, "age=0", "leaves=small", "stage=1")); + BAMBOO.addBlockAlternative(new BlockAlternative((short) 9120, "age=0", "leaves=large", "stage=0")); + BAMBOO.addBlockAlternative(new BlockAlternative((short) 9121, "age=0", "leaves=large", "stage=1")); + BAMBOO.addBlockAlternative(new BlockAlternative((short) 9122, "age=1", "leaves=none", "stage=0")); + BAMBOO.addBlockAlternative(new BlockAlternative((short) 9123, "age=1", "leaves=none", "stage=1")); + BAMBOO.addBlockAlternative(new BlockAlternative((short) 9124, "age=1", "leaves=small", "stage=0")); + BAMBOO.addBlockAlternative(new BlockAlternative((short) 9125, "age=1", "leaves=small", "stage=1")); + BAMBOO.addBlockAlternative(new BlockAlternative((short) 9126, "age=1", "leaves=large", "stage=0")); + BAMBOO.addBlockAlternative(new BlockAlternative((short) 9127, "age=1", "leaves=large", "stage=1")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Barrel.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Barrel.java index d892e3e1a..7e75ea6a5 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Barrel.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Barrel.java @@ -7,17 +7,17 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Barrel { public static void initStates() { - BARREL.addBlockAlternative(new BlockAlternative((short) 14791, "facing=north", "open=true")); - BARREL.addBlockAlternative(new BlockAlternative((short) 14792, "facing=north", "open=false")); - BARREL.addBlockAlternative(new BlockAlternative((short) 14793, "facing=east", "open=true")); - BARREL.addBlockAlternative(new BlockAlternative((short) 14794, "facing=east", "open=false")); - BARREL.addBlockAlternative(new BlockAlternative((short) 14795, "facing=south", "open=true")); - BARREL.addBlockAlternative(new BlockAlternative((short) 14796, "facing=south", "open=false")); - BARREL.addBlockAlternative(new BlockAlternative((short) 14797, "facing=west", "open=true")); - BARREL.addBlockAlternative(new BlockAlternative((short) 14798, "facing=west", "open=false")); - BARREL.addBlockAlternative(new BlockAlternative((short) 14799, "facing=up", "open=true")); - BARREL.addBlockAlternative(new BlockAlternative((short) 14800, "facing=up", "open=false")); - BARREL.addBlockAlternative(new BlockAlternative((short) 14801, "facing=down", "open=true")); - BARREL.addBlockAlternative(new BlockAlternative((short) 14802, "facing=down", "open=false")); + BARREL.addBlockAlternative(new BlockAlternative((short) 11135, "facing=north", "open=true")); + BARREL.addBlockAlternative(new BlockAlternative((short) 11136, "facing=north", "open=false")); + BARREL.addBlockAlternative(new BlockAlternative((short) 11137, "facing=east", "open=true")); + BARREL.addBlockAlternative(new BlockAlternative((short) 11138, "facing=east", "open=false")); + BARREL.addBlockAlternative(new BlockAlternative((short) 11139, "facing=south", "open=true")); + BARREL.addBlockAlternative(new BlockAlternative((short) 11140, "facing=south", "open=false")); + BARREL.addBlockAlternative(new BlockAlternative((short) 11141, "facing=west", "open=true")); + BARREL.addBlockAlternative(new BlockAlternative((short) 11142, "facing=west", "open=false")); + BARREL.addBlockAlternative(new BlockAlternative((short) 11143, "facing=up", "open=true")); + BARREL.addBlockAlternative(new BlockAlternative((short) 11144, "facing=up", "open=false")); + BARREL.addBlockAlternative(new BlockAlternative((short) 11145, "facing=down", "open=true")); + BARREL.addBlockAlternative(new BlockAlternative((short) 11146, "facing=down", "open=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Basalt.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Basalt.java deleted file mode 100644 index 31f40ef5a..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Basalt.java +++ /dev/null @@ -1,14 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class Basalt { - public static void initStates() { - BASALT.addBlockAlternative(new BlockAlternative((short) 4002, "axis=x")); - BASALT.addBlockAlternative(new BlockAlternative((short) 4003, "axis=y")); - BASALT.addBlockAlternative(new BlockAlternative((short) 4004, "axis=z")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BeeNest.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BeeNest.java index 5fe1352b8..fa43823bf 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BeeNest.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BeeNest.java @@ -7,29 +7,29 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BeeNest { public static void initStates() { - BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15776, "facing=north", "honey_level=0")); - BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15777, "facing=north", "honey_level=1")); - BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15778, "facing=north", "honey_level=2")); - BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15779, "facing=north", "honey_level=3")); - BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15780, "facing=north", "honey_level=4")); - BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15781, "facing=north", "honey_level=5")); - BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15782, "facing=south", "honey_level=0")); - BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15783, "facing=south", "honey_level=1")); - BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15784, "facing=south", "honey_level=2")); - BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15785, "facing=south", "honey_level=3")); - BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15786, "facing=south", "honey_level=4")); - BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15787, "facing=south", "honey_level=5")); - BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15788, "facing=west", "honey_level=0")); - BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15789, "facing=west", "honey_level=1")); - BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15790, "facing=west", "honey_level=2")); - BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15791, "facing=west", "honey_level=3")); - BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15792, "facing=west", "honey_level=4")); - BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15793, "facing=west", "honey_level=5")); - BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15794, "facing=east", "honey_level=0")); - BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15795, "facing=east", "honey_level=1")); - BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15796, "facing=east", "honey_level=2")); - BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15797, "facing=east", "honey_level=3")); - BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15798, "facing=east", "honey_level=4")); - BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15799, "facing=east", "honey_level=5")); + BEE_NEST.addBlockAlternative(new BlockAlternative((short) 11287, "facing=north", "honey_level=0")); + BEE_NEST.addBlockAlternative(new BlockAlternative((short) 11288, "facing=north", "honey_level=1")); + BEE_NEST.addBlockAlternative(new BlockAlternative((short) 11289, "facing=north", "honey_level=2")); + BEE_NEST.addBlockAlternative(new BlockAlternative((short) 11290, "facing=north", "honey_level=3")); + BEE_NEST.addBlockAlternative(new BlockAlternative((short) 11291, "facing=north", "honey_level=4")); + BEE_NEST.addBlockAlternative(new BlockAlternative((short) 11292, "facing=north", "honey_level=5")); + BEE_NEST.addBlockAlternative(new BlockAlternative((short) 11293, "facing=south", "honey_level=0")); + BEE_NEST.addBlockAlternative(new BlockAlternative((short) 11294, "facing=south", "honey_level=1")); + BEE_NEST.addBlockAlternative(new BlockAlternative((short) 11295, "facing=south", "honey_level=2")); + BEE_NEST.addBlockAlternative(new BlockAlternative((short) 11296, "facing=south", "honey_level=3")); + BEE_NEST.addBlockAlternative(new BlockAlternative((short) 11297, "facing=south", "honey_level=4")); + BEE_NEST.addBlockAlternative(new BlockAlternative((short) 11298, "facing=south", "honey_level=5")); + BEE_NEST.addBlockAlternative(new BlockAlternative((short) 11299, "facing=west", "honey_level=0")); + BEE_NEST.addBlockAlternative(new BlockAlternative((short) 11300, "facing=west", "honey_level=1")); + BEE_NEST.addBlockAlternative(new BlockAlternative((short) 11301, "facing=west", "honey_level=2")); + BEE_NEST.addBlockAlternative(new BlockAlternative((short) 11302, "facing=west", "honey_level=3")); + BEE_NEST.addBlockAlternative(new BlockAlternative((short) 11303, "facing=west", "honey_level=4")); + BEE_NEST.addBlockAlternative(new BlockAlternative((short) 11304, "facing=west", "honey_level=5")); + BEE_NEST.addBlockAlternative(new BlockAlternative((short) 11305, "facing=east", "honey_level=0")); + BEE_NEST.addBlockAlternative(new BlockAlternative((short) 11306, "facing=east", "honey_level=1")); + BEE_NEST.addBlockAlternative(new BlockAlternative((short) 11307, "facing=east", "honey_level=2")); + BEE_NEST.addBlockAlternative(new BlockAlternative((short) 11308, "facing=east", "honey_level=3")); + BEE_NEST.addBlockAlternative(new BlockAlternative((short) 11309, "facing=east", "honey_level=4")); + BEE_NEST.addBlockAlternative(new BlockAlternative((short) 11310, "facing=east", "honey_level=5")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Beehive.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Beehive.java index fa87fa52c..d1600db5c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Beehive.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Beehive.java @@ -7,29 +7,29 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Beehive { public static void initStates() { - BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15800, "facing=north", "honey_level=0")); - BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15801, "facing=north", "honey_level=1")); - BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15802, "facing=north", "honey_level=2")); - BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15803, "facing=north", "honey_level=3")); - BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15804, "facing=north", "honey_level=4")); - BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15805, "facing=north", "honey_level=5")); - BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15806, "facing=south", "honey_level=0")); - BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15807, "facing=south", "honey_level=1")); - BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15808, "facing=south", "honey_level=2")); - BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15809, "facing=south", "honey_level=3")); - BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15810, "facing=south", "honey_level=4")); - BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15811, "facing=south", "honey_level=5")); - BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15812, "facing=west", "honey_level=0")); - BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15813, "facing=west", "honey_level=1")); - BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15814, "facing=west", "honey_level=2")); - BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15815, "facing=west", "honey_level=3")); - BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15816, "facing=west", "honey_level=4")); - BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15817, "facing=west", "honey_level=5")); - BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15818, "facing=east", "honey_level=0")); - BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15819, "facing=east", "honey_level=1")); - BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15820, "facing=east", "honey_level=2")); - BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15821, "facing=east", "honey_level=3")); - BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15822, "facing=east", "honey_level=4")); - BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15823, "facing=east", "honey_level=5")); + BEEHIVE.addBlockAlternative(new BlockAlternative((short) 11311, "facing=north", "honey_level=0")); + BEEHIVE.addBlockAlternative(new BlockAlternative((short) 11312, "facing=north", "honey_level=1")); + BEEHIVE.addBlockAlternative(new BlockAlternative((short) 11313, "facing=north", "honey_level=2")); + BEEHIVE.addBlockAlternative(new BlockAlternative((short) 11314, "facing=north", "honey_level=3")); + BEEHIVE.addBlockAlternative(new BlockAlternative((short) 11315, "facing=north", "honey_level=4")); + BEEHIVE.addBlockAlternative(new BlockAlternative((short) 11316, "facing=north", "honey_level=5")); + BEEHIVE.addBlockAlternative(new BlockAlternative((short) 11317, "facing=south", "honey_level=0")); + BEEHIVE.addBlockAlternative(new BlockAlternative((short) 11318, "facing=south", "honey_level=1")); + BEEHIVE.addBlockAlternative(new BlockAlternative((short) 11319, "facing=south", "honey_level=2")); + BEEHIVE.addBlockAlternative(new BlockAlternative((short) 11320, "facing=south", "honey_level=3")); + BEEHIVE.addBlockAlternative(new BlockAlternative((short) 11321, "facing=south", "honey_level=4")); + BEEHIVE.addBlockAlternative(new BlockAlternative((short) 11322, "facing=south", "honey_level=5")); + BEEHIVE.addBlockAlternative(new BlockAlternative((short) 11323, "facing=west", "honey_level=0")); + BEEHIVE.addBlockAlternative(new BlockAlternative((short) 11324, "facing=west", "honey_level=1")); + BEEHIVE.addBlockAlternative(new BlockAlternative((short) 11325, "facing=west", "honey_level=2")); + BEEHIVE.addBlockAlternative(new BlockAlternative((short) 11326, "facing=west", "honey_level=3")); + BEEHIVE.addBlockAlternative(new BlockAlternative((short) 11327, "facing=west", "honey_level=4")); + BEEHIVE.addBlockAlternative(new BlockAlternative((short) 11328, "facing=west", "honey_level=5")); + BEEHIVE.addBlockAlternative(new BlockAlternative((short) 11329, "facing=east", "honey_level=0")); + BEEHIVE.addBlockAlternative(new BlockAlternative((short) 11330, "facing=east", "honey_level=1")); + BEEHIVE.addBlockAlternative(new BlockAlternative((short) 11331, "facing=east", "honey_level=2")); + BEEHIVE.addBlockAlternative(new BlockAlternative((short) 11332, "facing=east", "honey_level=3")); + BEEHIVE.addBlockAlternative(new BlockAlternative((short) 11333, "facing=east", "honey_level=4")); + BEEHIVE.addBlockAlternative(new BlockAlternative((short) 11334, "facing=east", "honey_level=5")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Beetroots.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Beetroots.java index a6434bf66..f845d08bb 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Beetroots.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Beetroots.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Beetroots { public static void initStates() { - BEETROOTS.addBlockAlternative(new BlockAlternative((short) 9219, "age=0")); - BEETROOTS.addBlockAlternative(new BlockAlternative((short) 9220, "age=1")); - BEETROOTS.addBlockAlternative(new BlockAlternative((short) 9221, "age=2")); - BEETROOTS.addBlockAlternative(new BlockAlternative((short) 9222, "age=3")); + BEETROOTS.addBlockAlternative(new BlockAlternative((short) 8683, "age=0")); + BEETROOTS.addBlockAlternative(new BlockAlternative((short) 8684, "age=1")); + BEETROOTS.addBlockAlternative(new BlockAlternative((short) 8685, "age=2")); + BEETROOTS.addBlockAlternative(new BlockAlternative((short) 8686, "age=3")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Bell.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Bell.java index faa882a66..cab0bb92f 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Bell.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Bell.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Bell { public static void initStates() { - BELL.addBlockAlternative(new BlockAlternative((short) 14854, "attachment=floor", "facing=north", "powered=true")); - BELL.addBlockAlternative(new BlockAlternative((short) 14855, "attachment=floor", "facing=north", "powered=false")); - BELL.addBlockAlternative(new BlockAlternative((short) 14856, "attachment=floor", "facing=south", "powered=true")); - BELL.addBlockAlternative(new BlockAlternative((short) 14857, "attachment=floor", "facing=south", "powered=false")); - BELL.addBlockAlternative(new BlockAlternative((short) 14858, "attachment=floor", "facing=west", "powered=true")); - BELL.addBlockAlternative(new BlockAlternative((short) 14859, "attachment=floor", "facing=west", "powered=false")); - BELL.addBlockAlternative(new BlockAlternative((short) 14860, "attachment=floor", "facing=east", "powered=true")); - BELL.addBlockAlternative(new BlockAlternative((short) 14861, "attachment=floor", "facing=east", "powered=false")); - BELL.addBlockAlternative(new BlockAlternative((short) 14862, "attachment=ceiling", "facing=north", "powered=true")); - BELL.addBlockAlternative(new BlockAlternative((short) 14863, "attachment=ceiling", "facing=north", "powered=false")); - BELL.addBlockAlternative(new BlockAlternative((short) 14864, "attachment=ceiling", "facing=south", "powered=true")); - BELL.addBlockAlternative(new BlockAlternative((short) 14865, "attachment=ceiling", "facing=south", "powered=false")); - BELL.addBlockAlternative(new BlockAlternative((short) 14866, "attachment=ceiling", "facing=west", "powered=true")); - BELL.addBlockAlternative(new BlockAlternative((short) 14867, "attachment=ceiling", "facing=west", "powered=false")); - BELL.addBlockAlternative(new BlockAlternative((short) 14868, "attachment=ceiling", "facing=east", "powered=true")); - BELL.addBlockAlternative(new BlockAlternative((short) 14869, "attachment=ceiling", "facing=east", "powered=false")); - BELL.addBlockAlternative(new BlockAlternative((short) 14870, "attachment=single_wall", "facing=north", "powered=true")); - BELL.addBlockAlternative(new BlockAlternative((short) 14871, "attachment=single_wall", "facing=north", "powered=false")); - BELL.addBlockAlternative(new BlockAlternative((short) 14872, "attachment=single_wall", "facing=south", "powered=true")); - BELL.addBlockAlternative(new BlockAlternative((short) 14873, "attachment=single_wall", "facing=south", "powered=false")); - BELL.addBlockAlternative(new BlockAlternative((short) 14874, "attachment=single_wall", "facing=west", "powered=true")); - BELL.addBlockAlternative(new BlockAlternative((short) 14875, "attachment=single_wall", "facing=west", "powered=false")); - BELL.addBlockAlternative(new BlockAlternative((short) 14876, "attachment=single_wall", "facing=east", "powered=true")); - BELL.addBlockAlternative(new BlockAlternative((short) 14877, "attachment=single_wall", "facing=east", "powered=false")); - BELL.addBlockAlternative(new BlockAlternative((short) 14878, "attachment=double_wall", "facing=north", "powered=true")); - BELL.addBlockAlternative(new BlockAlternative((short) 14879, "attachment=double_wall", "facing=north", "powered=false")); - BELL.addBlockAlternative(new BlockAlternative((short) 14880, "attachment=double_wall", "facing=south", "powered=true")); - BELL.addBlockAlternative(new BlockAlternative((short) 14881, "attachment=double_wall", "facing=south", "powered=false")); - BELL.addBlockAlternative(new BlockAlternative((short) 14882, "attachment=double_wall", "facing=west", "powered=true")); - BELL.addBlockAlternative(new BlockAlternative((short) 14883, "attachment=double_wall", "facing=west", "powered=false")); - BELL.addBlockAlternative(new BlockAlternative((short) 14884, "attachment=double_wall", "facing=east", "powered=true")); - BELL.addBlockAlternative(new BlockAlternative((short) 14885, "attachment=double_wall", "facing=east", "powered=false")); + BELL.addBlockAlternative(new BlockAlternative((short) 11198, "attachment=floor", "facing=north", "powered=true")); + BELL.addBlockAlternative(new BlockAlternative((short) 11199, "attachment=floor", "facing=north", "powered=false")); + BELL.addBlockAlternative(new BlockAlternative((short) 11200, "attachment=floor", "facing=south", "powered=true")); + BELL.addBlockAlternative(new BlockAlternative((short) 11201, "attachment=floor", "facing=south", "powered=false")); + BELL.addBlockAlternative(new BlockAlternative((short) 11202, "attachment=floor", "facing=west", "powered=true")); + BELL.addBlockAlternative(new BlockAlternative((short) 11203, "attachment=floor", "facing=west", "powered=false")); + BELL.addBlockAlternative(new BlockAlternative((short) 11204, "attachment=floor", "facing=east", "powered=true")); + BELL.addBlockAlternative(new BlockAlternative((short) 11205, "attachment=floor", "facing=east", "powered=false")); + BELL.addBlockAlternative(new BlockAlternative((short) 11206, "attachment=ceiling", "facing=north", "powered=true")); + BELL.addBlockAlternative(new BlockAlternative((short) 11207, "attachment=ceiling", "facing=north", "powered=false")); + BELL.addBlockAlternative(new BlockAlternative((short) 11208, "attachment=ceiling", "facing=south", "powered=true")); + BELL.addBlockAlternative(new BlockAlternative((short) 11209, "attachment=ceiling", "facing=south", "powered=false")); + BELL.addBlockAlternative(new BlockAlternative((short) 11210, "attachment=ceiling", "facing=west", "powered=true")); + BELL.addBlockAlternative(new BlockAlternative((short) 11211, "attachment=ceiling", "facing=west", "powered=false")); + BELL.addBlockAlternative(new BlockAlternative((short) 11212, "attachment=ceiling", "facing=east", "powered=true")); + BELL.addBlockAlternative(new BlockAlternative((short) 11213, "attachment=ceiling", "facing=east", "powered=false")); + BELL.addBlockAlternative(new BlockAlternative((short) 11214, "attachment=single_wall", "facing=north", "powered=true")); + BELL.addBlockAlternative(new BlockAlternative((short) 11215, "attachment=single_wall", "facing=north", "powered=false")); + BELL.addBlockAlternative(new BlockAlternative((short) 11216, "attachment=single_wall", "facing=south", "powered=true")); + BELL.addBlockAlternative(new BlockAlternative((short) 11217, "attachment=single_wall", "facing=south", "powered=false")); + BELL.addBlockAlternative(new BlockAlternative((short) 11218, "attachment=single_wall", "facing=west", "powered=true")); + BELL.addBlockAlternative(new BlockAlternative((short) 11219, "attachment=single_wall", "facing=west", "powered=false")); + BELL.addBlockAlternative(new BlockAlternative((short) 11220, "attachment=single_wall", "facing=east", "powered=true")); + BELL.addBlockAlternative(new BlockAlternative((short) 11221, "attachment=single_wall", "facing=east", "powered=false")); + BELL.addBlockAlternative(new BlockAlternative((short) 11222, "attachment=double_wall", "facing=north", "powered=true")); + BELL.addBlockAlternative(new BlockAlternative((short) 11223, "attachment=double_wall", "facing=north", "powered=false")); + BELL.addBlockAlternative(new BlockAlternative((short) 11224, "attachment=double_wall", "facing=south", "powered=true")); + BELL.addBlockAlternative(new BlockAlternative((short) 11225, "attachment=double_wall", "facing=south", "powered=false")); + BELL.addBlockAlternative(new BlockAlternative((short) 11226, "attachment=double_wall", "facing=west", "powered=true")); + BELL.addBlockAlternative(new BlockAlternative((short) 11227, "attachment=double_wall", "facing=west", "powered=false")); + BELL.addBlockAlternative(new BlockAlternative((short) 11228, "attachment=double_wall", "facing=east", "powered=true")); + BELL.addBlockAlternative(new BlockAlternative((short) 11229, "attachment=double_wall", "facing=east", "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchButton.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchButton.java index 38390a5ce..3faf80ed8 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchButton.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchButton.java @@ -7,29 +7,29 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BirchButton { public static void initStates() { - BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6394, "face=floor", "facing=north", "powered=true")); - BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6395, "face=floor", "facing=north", "powered=false")); - BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6396, "face=floor", "facing=south", "powered=true")); - BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6397, "face=floor", "facing=south", "powered=false")); - BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6398, "face=floor", "facing=west", "powered=true")); - BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6399, "face=floor", "facing=west", "powered=false")); - BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6400, "face=floor", "facing=east", "powered=true")); - BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6401, "face=floor", "facing=east", "powered=false")); - BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6402, "face=wall", "facing=north", "powered=true")); - BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6403, "face=wall", "facing=north", "powered=false")); - BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6404, "face=wall", "facing=south", "powered=true")); - BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6405, "face=wall", "facing=south", "powered=false")); - BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6406, "face=wall", "facing=west", "powered=true")); - BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6407, "face=wall", "facing=west", "powered=false")); - BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6408, "face=wall", "facing=east", "powered=true")); - BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6409, "face=wall", "facing=east", "powered=false")); - BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6410, "face=ceiling", "facing=north", "powered=true")); - BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6411, "face=ceiling", "facing=north", "powered=false")); - BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6412, "face=ceiling", "facing=south", "powered=true")); - BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6413, "face=ceiling", "facing=south", "powered=false")); - BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6414, "face=ceiling", "facing=west", "powered=true")); - BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6415, "face=ceiling", "facing=west", "powered=false")); - BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6416, "face=ceiling", "facing=east", "powered=true")); - BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6417, "face=ceiling", "facing=east", "powered=false")); + BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 5858, "face=floor", "facing=north", "powered=true")); + BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 5859, "face=floor", "facing=north", "powered=false")); + BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 5860, "face=floor", "facing=south", "powered=true")); + BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 5861, "face=floor", "facing=south", "powered=false")); + BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 5862, "face=floor", "facing=west", "powered=true")); + BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 5863, "face=floor", "facing=west", "powered=false")); + BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 5864, "face=floor", "facing=east", "powered=true")); + BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 5865, "face=floor", "facing=east", "powered=false")); + BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 5866, "face=wall", "facing=north", "powered=true")); + BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 5867, "face=wall", "facing=north", "powered=false")); + BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 5868, "face=wall", "facing=south", "powered=true")); + BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 5869, "face=wall", "facing=south", "powered=false")); + BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 5870, "face=wall", "facing=west", "powered=true")); + BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 5871, "face=wall", "facing=west", "powered=false")); + BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 5872, "face=wall", "facing=east", "powered=true")); + BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 5873, "face=wall", "facing=east", "powered=false")); + BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 5874, "face=ceiling", "facing=north", "powered=true")); + BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 5875, "face=ceiling", "facing=north", "powered=false")); + BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 5876, "face=ceiling", "facing=south", "powered=true")); + BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 5877, "face=ceiling", "facing=south", "powered=false")); + BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 5878, "face=ceiling", "facing=west", "powered=true")); + BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 5879, "face=ceiling", "facing=west", "powered=false")); + BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 5880, "face=ceiling", "facing=east", "powered=true")); + BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 5881, "face=ceiling", "facing=east", "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchDoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchDoor.java index 492babbf5..1e11fce58 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchDoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchDoor.java @@ -7,69 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BirchDoor { public static void initStates() { - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8802, "facing=north", "half=upper", "hinge=left", "open=true", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8803, "facing=north", "half=upper", "hinge=left", "open=true", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8804, "facing=north", "half=upper", "hinge=left", "open=false", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8805, "facing=north", "half=upper", "hinge=left", "open=false", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8806, "facing=north", "half=upper", "hinge=right", "open=true", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8807, "facing=north", "half=upper", "hinge=right", "open=true", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8808, "facing=north", "half=upper", "hinge=right", "open=false", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8809, "facing=north", "half=upper", "hinge=right", "open=false", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8810, "facing=north", "half=lower", "hinge=left", "open=true", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8811, "facing=north", "half=lower", "hinge=left", "open=true", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8812, "facing=north", "half=lower", "hinge=left", "open=false", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8813, "facing=north", "half=lower", "hinge=left", "open=false", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8814, "facing=north", "half=lower", "hinge=right", "open=true", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8815, "facing=north", "half=lower", "hinge=right", "open=true", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8816, "facing=north", "half=lower", "hinge=right", "open=false", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8817, "facing=north", "half=lower", "hinge=right", "open=false", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8818, "facing=south", "half=upper", "hinge=left", "open=true", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8819, "facing=south", "half=upper", "hinge=left", "open=true", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8820, "facing=south", "half=upper", "hinge=left", "open=false", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8821, "facing=south", "half=upper", "hinge=left", "open=false", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8822, "facing=south", "half=upper", "hinge=right", "open=true", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8823, "facing=south", "half=upper", "hinge=right", "open=true", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8824, "facing=south", "half=upper", "hinge=right", "open=false", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8825, "facing=south", "half=upper", "hinge=right", "open=false", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8826, "facing=south", "half=lower", "hinge=left", "open=true", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8827, "facing=south", "half=lower", "hinge=left", "open=true", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8828, "facing=south", "half=lower", "hinge=left", "open=false", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8829, "facing=south", "half=lower", "hinge=left", "open=false", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8830, "facing=south", "half=lower", "hinge=right", "open=true", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8831, "facing=south", "half=lower", "hinge=right", "open=true", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8832, "facing=south", "half=lower", "hinge=right", "open=false", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8833, "facing=south", "half=lower", "hinge=right", "open=false", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8834, "facing=west", "half=upper", "hinge=left", "open=true", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8835, "facing=west", "half=upper", "hinge=left", "open=true", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8836, "facing=west", "half=upper", "hinge=left", "open=false", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8837, "facing=west", "half=upper", "hinge=left", "open=false", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8838, "facing=west", "half=upper", "hinge=right", "open=true", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8839, "facing=west", "half=upper", "hinge=right", "open=true", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8840, "facing=west", "half=upper", "hinge=right", "open=false", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8841, "facing=west", "half=upper", "hinge=right", "open=false", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8842, "facing=west", "half=lower", "hinge=left", "open=true", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8843, "facing=west", "half=lower", "hinge=left", "open=true", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8844, "facing=west", "half=lower", "hinge=left", "open=false", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8845, "facing=west", "half=lower", "hinge=left", "open=false", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8846, "facing=west", "half=lower", "hinge=right", "open=true", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8847, "facing=west", "half=lower", "hinge=right", "open=true", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8848, "facing=west", "half=lower", "hinge=right", "open=false", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8849, "facing=west", "half=lower", "hinge=right", "open=false", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8850, "facing=east", "half=upper", "hinge=left", "open=true", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8851, "facing=east", "half=upper", "hinge=left", "open=true", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8852, "facing=east", "half=upper", "hinge=left", "open=false", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8853, "facing=east", "half=upper", "hinge=left", "open=false", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8854, "facing=east", "half=upper", "hinge=right", "open=true", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8855, "facing=east", "half=upper", "hinge=right", "open=true", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8856, "facing=east", "half=upper", "hinge=right", "open=false", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8857, "facing=east", "half=upper", "hinge=right", "open=false", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8858, "facing=east", "half=lower", "hinge=left", "open=true", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8859, "facing=east", "half=lower", "hinge=left", "open=true", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8860, "facing=east", "half=lower", "hinge=left", "open=false", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8861, "facing=east", "half=lower", "hinge=left", "open=false", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8862, "facing=east", "half=lower", "hinge=right", "open=true", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8863, "facing=east", "half=lower", "hinge=right", "open=true", "powered=false")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8864, "facing=east", "half=lower", "hinge=right", "open=false", "powered=true")); - BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8865, "facing=east", "half=lower", "hinge=right", "open=false", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8266, "facing=north", "half=upper", "hinge=left", "open=true", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8267, "facing=north", "half=upper", "hinge=left", "open=true", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8268, "facing=north", "half=upper", "hinge=left", "open=false", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8269, "facing=north", "half=upper", "hinge=left", "open=false", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8270, "facing=north", "half=upper", "hinge=right", "open=true", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8271, "facing=north", "half=upper", "hinge=right", "open=true", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8272, "facing=north", "half=upper", "hinge=right", "open=false", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8273, "facing=north", "half=upper", "hinge=right", "open=false", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8274, "facing=north", "half=lower", "hinge=left", "open=true", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8275, "facing=north", "half=lower", "hinge=left", "open=true", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8276, "facing=north", "half=lower", "hinge=left", "open=false", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8277, "facing=north", "half=lower", "hinge=left", "open=false", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8278, "facing=north", "half=lower", "hinge=right", "open=true", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8279, "facing=north", "half=lower", "hinge=right", "open=true", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8280, "facing=north", "half=lower", "hinge=right", "open=false", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8281, "facing=north", "half=lower", "hinge=right", "open=false", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8282, "facing=south", "half=upper", "hinge=left", "open=true", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8283, "facing=south", "half=upper", "hinge=left", "open=true", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8284, "facing=south", "half=upper", "hinge=left", "open=false", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8285, "facing=south", "half=upper", "hinge=left", "open=false", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8286, "facing=south", "half=upper", "hinge=right", "open=true", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8287, "facing=south", "half=upper", "hinge=right", "open=true", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8288, "facing=south", "half=upper", "hinge=right", "open=false", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8289, "facing=south", "half=upper", "hinge=right", "open=false", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8290, "facing=south", "half=lower", "hinge=left", "open=true", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8291, "facing=south", "half=lower", "hinge=left", "open=true", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8292, "facing=south", "half=lower", "hinge=left", "open=false", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8293, "facing=south", "half=lower", "hinge=left", "open=false", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8294, "facing=south", "half=lower", "hinge=right", "open=true", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8295, "facing=south", "half=lower", "hinge=right", "open=true", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8296, "facing=south", "half=lower", "hinge=right", "open=false", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8297, "facing=south", "half=lower", "hinge=right", "open=false", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8298, "facing=west", "half=upper", "hinge=left", "open=true", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8299, "facing=west", "half=upper", "hinge=left", "open=true", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8300, "facing=west", "half=upper", "hinge=left", "open=false", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8301, "facing=west", "half=upper", "hinge=left", "open=false", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8302, "facing=west", "half=upper", "hinge=right", "open=true", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8303, "facing=west", "half=upper", "hinge=right", "open=true", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8304, "facing=west", "half=upper", "hinge=right", "open=false", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8305, "facing=west", "half=upper", "hinge=right", "open=false", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8306, "facing=west", "half=lower", "hinge=left", "open=true", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8307, "facing=west", "half=lower", "hinge=left", "open=true", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8308, "facing=west", "half=lower", "hinge=left", "open=false", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8309, "facing=west", "half=lower", "hinge=left", "open=false", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8310, "facing=west", "half=lower", "hinge=right", "open=true", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8311, "facing=west", "half=lower", "hinge=right", "open=true", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8312, "facing=west", "half=lower", "hinge=right", "open=false", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8313, "facing=west", "half=lower", "hinge=right", "open=false", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8314, "facing=east", "half=upper", "hinge=left", "open=true", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8315, "facing=east", "half=upper", "hinge=left", "open=true", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8316, "facing=east", "half=upper", "hinge=left", "open=false", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8317, "facing=east", "half=upper", "hinge=left", "open=false", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8318, "facing=east", "half=upper", "hinge=right", "open=true", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8319, "facing=east", "half=upper", "hinge=right", "open=true", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8320, "facing=east", "half=upper", "hinge=right", "open=false", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8321, "facing=east", "half=upper", "hinge=right", "open=false", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8322, "facing=east", "half=lower", "hinge=left", "open=true", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8323, "facing=east", "half=lower", "hinge=left", "open=true", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8324, "facing=east", "half=lower", "hinge=left", "open=false", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8325, "facing=east", "half=lower", "hinge=left", "open=false", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8326, "facing=east", "half=lower", "hinge=right", "open=true", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8327, "facing=east", "half=lower", "hinge=right", "open=true", "powered=false")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8328, "facing=east", "half=lower", "hinge=right", "open=false", "powered=true")); + BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8329, "facing=east", "half=lower", "hinge=right", "open=false", "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchFence.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchFence.java index 9fcdcd4af..b200a9124 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchFence.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchFence.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BirchFence { public static void initStates() { - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8610, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8611, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8612, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8613, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8614, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8615, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8616, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8617, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8618, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8619, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8620, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8621, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8622, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8623, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8624, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8625, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8626, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8627, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8628, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8629, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8630, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8631, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8632, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8633, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8634, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8635, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8636, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8637, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8638, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8639, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8640, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8641, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8074, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8075, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8076, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8077, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8078, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8079, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8080, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8081, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8082, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8083, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8084, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8085, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8086, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8087, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8088, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8089, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8090, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8091, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8092, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8093, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8094, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8095, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8096, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8097, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8098, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8099, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8100, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8101, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8102, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8103, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8104, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); + BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8105, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchFenceGate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchFenceGate.java index 235dca6ed..4f027eeab 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchFenceGate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchFenceGate.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BirchFenceGate { public static void initStates() { - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8450, "facing=north", "in_wall=true", "open=true", "powered=true")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8451, "facing=north", "in_wall=true", "open=true", "powered=false")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8452, "facing=north", "in_wall=true", "open=false", "powered=true")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8453, "facing=north", "in_wall=true", "open=false", "powered=false")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8454, "facing=north", "in_wall=false", "open=true", "powered=true")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8455, "facing=north", "in_wall=false", "open=true", "powered=false")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8456, "facing=north", "in_wall=false", "open=false", "powered=true")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8457, "facing=north", "in_wall=false", "open=false", "powered=false")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8458, "facing=south", "in_wall=true", "open=true", "powered=true")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8459, "facing=south", "in_wall=true", "open=true", "powered=false")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8460, "facing=south", "in_wall=true", "open=false", "powered=true")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8461, "facing=south", "in_wall=true", "open=false", "powered=false")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8462, "facing=south", "in_wall=false", "open=true", "powered=true")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8463, "facing=south", "in_wall=false", "open=true", "powered=false")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8464, "facing=south", "in_wall=false", "open=false", "powered=true")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8465, "facing=south", "in_wall=false", "open=false", "powered=false")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8466, "facing=west", "in_wall=true", "open=true", "powered=true")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8467, "facing=west", "in_wall=true", "open=true", "powered=false")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8468, "facing=west", "in_wall=true", "open=false", "powered=true")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8469, "facing=west", "in_wall=true", "open=false", "powered=false")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8470, "facing=west", "in_wall=false", "open=true", "powered=true")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8471, "facing=west", "in_wall=false", "open=true", "powered=false")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8472, "facing=west", "in_wall=false", "open=false", "powered=true")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8473, "facing=west", "in_wall=false", "open=false", "powered=false")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8474, "facing=east", "in_wall=true", "open=true", "powered=true")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8475, "facing=east", "in_wall=true", "open=true", "powered=false")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8476, "facing=east", "in_wall=true", "open=false", "powered=true")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8477, "facing=east", "in_wall=true", "open=false", "powered=false")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8478, "facing=east", "in_wall=false", "open=true", "powered=true")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8479, "facing=east", "in_wall=false", "open=true", "powered=false")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8480, "facing=east", "in_wall=false", "open=false", "powered=true")); - BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8481, "facing=east", "in_wall=false", "open=false", "powered=false")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7914, "facing=north", "in_wall=true", "open=true", "powered=true")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7915, "facing=north", "in_wall=true", "open=true", "powered=false")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7916, "facing=north", "in_wall=true", "open=false", "powered=true")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7917, "facing=north", "in_wall=true", "open=false", "powered=false")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7918, "facing=north", "in_wall=false", "open=true", "powered=true")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7919, "facing=north", "in_wall=false", "open=true", "powered=false")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7920, "facing=north", "in_wall=false", "open=false", "powered=true")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7921, "facing=north", "in_wall=false", "open=false", "powered=false")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7922, "facing=south", "in_wall=true", "open=true", "powered=true")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7923, "facing=south", "in_wall=true", "open=true", "powered=false")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7924, "facing=south", "in_wall=true", "open=false", "powered=true")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7925, "facing=south", "in_wall=true", "open=false", "powered=false")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7926, "facing=south", "in_wall=false", "open=true", "powered=true")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7927, "facing=south", "in_wall=false", "open=true", "powered=false")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7928, "facing=south", "in_wall=false", "open=false", "powered=true")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7929, "facing=south", "in_wall=false", "open=false", "powered=false")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7930, "facing=west", "in_wall=true", "open=true", "powered=true")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7931, "facing=west", "in_wall=true", "open=true", "powered=false")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7932, "facing=west", "in_wall=true", "open=false", "powered=true")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7933, "facing=west", "in_wall=true", "open=false", "powered=false")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7934, "facing=west", "in_wall=false", "open=true", "powered=true")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7935, "facing=west", "in_wall=false", "open=true", "powered=false")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7936, "facing=west", "in_wall=false", "open=false", "powered=true")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7937, "facing=west", "in_wall=false", "open=false", "powered=false")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7938, "facing=east", "in_wall=true", "open=true", "powered=true")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7939, "facing=east", "in_wall=true", "open=true", "powered=false")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7940, "facing=east", "in_wall=true", "open=false", "powered=true")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7941, "facing=east", "in_wall=true", "open=false", "powered=false")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7942, "facing=east", "in_wall=false", "open=true", "powered=true")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7943, "facing=east", "in_wall=false", "open=true", "powered=false")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7944, "facing=east", "in_wall=false", "open=false", "powered=true")); + BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7945, "facing=east", "in_wall=false", "open=false", "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchLeaves.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchLeaves.java index bf2ce18bd..23bf452f0 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchLeaves.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchLeaves.java @@ -7,19 +7,19 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BirchLeaves { public static void initStates() { - BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 173, "distance=1", "persistent=true")); - BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 174, "distance=1", "persistent=false")); - BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 175, "distance=2", "persistent=true")); - BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 176, "distance=2", "persistent=false")); - BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 177, "distance=3", "persistent=true")); - BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 178, "distance=3", "persistent=false")); - BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 179, "distance=4", "persistent=true")); - BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 180, "distance=4", "persistent=false")); - BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 181, "distance=5", "persistent=true")); - BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 182, "distance=5", "persistent=false")); - BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 183, "distance=6", "persistent=true")); - BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 184, "distance=6", "persistent=false")); - BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 185, "distance=7", "persistent=true")); - BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 186, "distance=7", "persistent=false")); + BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 172, "distance=1", "persistent=true")); + BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 173, "distance=1", "persistent=false")); + BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 174, "distance=2", "persistent=true")); + BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 175, "distance=2", "persistent=false")); + BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 176, "distance=3", "persistent=true")); + BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 177, "distance=3", "persistent=false")); + BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 178, "distance=4", "persistent=true")); + BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 179, "distance=4", "persistent=false")); + BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 180, "distance=5", "persistent=true")); + BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 181, "distance=5", "persistent=false")); + BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 182, "distance=6", "persistent=true")); + BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 183, "distance=6", "persistent=false")); + BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 184, "distance=7", "persistent=true")); + BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 185, "distance=7", "persistent=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchLog.java index a489ec781..9649f7873 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchLog.java @@ -7,8 +7,8 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BirchLog { public static void initStates() { - BIRCH_LOG.addBlockAlternative(new BlockAlternative((short) 79, "axis=x")); - BIRCH_LOG.addBlockAlternative(new BlockAlternative((short) 80, "axis=y")); - BIRCH_LOG.addBlockAlternative(new BlockAlternative((short) 81, "axis=z")); + BIRCH_LOG.addBlockAlternative(new BlockAlternative((short) 78, "axis=x")); + BIRCH_LOG.addBlockAlternative(new BlockAlternative((short) 79, "axis=y")); + BIRCH_LOG.addBlockAlternative(new BlockAlternative((short) 80, "axis=z")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchPressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchPressurePlate.java index 923fde0a7..6fd6ff52b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchPressurePlate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchPressurePlate.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BirchPressurePlate { public static void initStates() { - BIRCH_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3877, "powered=true")); - BIRCH_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3878, "powered=false")); + BIRCH_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3875, "powered=true")); + BIRCH_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3876, "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchSign.java index a53445610..605484f84 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchSign.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BirchSign { public static void initStates() { - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3445, "rotation=0", "waterlogged=true")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3446, "rotation=0", "waterlogged=false")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3447, "rotation=1", "waterlogged=true")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3448, "rotation=1", "waterlogged=false")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3449, "rotation=2", "waterlogged=true")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3450, "rotation=2", "waterlogged=false")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3451, "rotation=3", "waterlogged=true")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3452, "rotation=3", "waterlogged=false")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3453, "rotation=4", "waterlogged=true")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3454, "rotation=4", "waterlogged=false")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3455, "rotation=5", "waterlogged=true")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3456, "rotation=5", "waterlogged=false")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3457, "rotation=6", "waterlogged=true")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3458, "rotation=6", "waterlogged=false")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3459, "rotation=7", "waterlogged=true")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3460, "rotation=7", "waterlogged=false")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3461, "rotation=8", "waterlogged=true")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3462, "rotation=8", "waterlogged=false")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3463, "rotation=9", "waterlogged=true")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3464, "rotation=9", "waterlogged=false")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3465, "rotation=10", "waterlogged=true")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3466, "rotation=10", "waterlogged=false")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3467, "rotation=11", "waterlogged=true")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3468, "rotation=11", "waterlogged=false")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3469, "rotation=12", "waterlogged=true")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3470, "rotation=12", "waterlogged=false")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3471, "rotation=13", "waterlogged=true")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3472, "rotation=13", "waterlogged=false")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3473, "rotation=14", "waterlogged=true")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3474, "rotation=14", "waterlogged=false")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3475, "rotation=15", "waterlogged=true")); - BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3476, "rotation=15", "waterlogged=false")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3443, "rotation=0", "waterlogged=true")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3444, "rotation=0", "waterlogged=false")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3445, "rotation=1", "waterlogged=true")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3446, "rotation=1", "waterlogged=false")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3447, "rotation=2", "waterlogged=true")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3448, "rotation=2", "waterlogged=false")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3449, "rotation=3", "waterlogged=true")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3450, "rotation=3", "waterlogged=false")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3451, "rotation=4", "waterlogged=true")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3452, "rotation=4", "waterlogged=false")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3453, "rotation=5", "waterlogged=true")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3454, "rotation=5", "waterlogged=false")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3455, "rotation=6", "waterlogged=true")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3456, "rotation=6", "waterlogged=false")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3457, "rotation=7", "waterlogged=true")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3458, "rotation=7", "waterlogged=false")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3459, "rotation=8", "waterlogged=true")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3460, "rotation=8", "waterlogged=false")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3461, "rotation=9", "waterlogged=true")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3462, "rotation=9", "waterlogged=false")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3463, "rotation=10", "waterlogged=true")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3464, "rotation=10", "waterlogged=false")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3465, "rotation=11", "waterlogged=true")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3466, "rotation=11", "waterlogged=false")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3467, "rotation=12", "waterlogged=true")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3468, "rotation=12", "waterlogged=false")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3469, "rotation=13", "waterlogged=true")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3470, "rotation=13", "waterlogged=false")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3471, "rotation=14", "waterlogged=true")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3472, "rotation=14", "waterlogged=false")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3473, "rotation=15", "waterlogged=true")); + BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3474, "rotation=15", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchSlab.java index 83b5323ce..2653131da 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BirchSlab { public static void initStates() { - BIRCH_SLAB.addBlockAlternative(new BlockAlternative((short) 8312, "type=top", "waterlogged=true")); - BIRCH_SLAB.addBlockAlternative(new BlockAlternative((short) 8313, "type=top", "waterlogged=false")); - BIRCH_SLAB.addBlockAlternative(new BlockAlternative((short) 8314, "type=bottom", "waterlogged=true")); - BIRCH_SLAB.addBlockAlternative(new BlockAlternative((short) 8315, "type=bottom", "waterlogged=false")); - BIRCH_SLAB.addBlockAlternative(new BlockAlternative((short) 8316, "type=double", "waterlogged=true")); - BIRCH_SLAB.addBlockAlternative(new BlockAlternative((short) 8317, "type=double", "waterlogged=false")); + BIRCH_SLAB.addBlockAlternative(new BlockAlternative((short) 7776, "type=top", "waterlogged=true")); + BIRCH_SLAB.addBlockAlternative(new BlockAlternative((short) 7777, "type=top", "waterlogged=false")); + BIRCH_SLAB.addBlockAlternative(new BlockAlternative((short) 7778, "type=bottom", "waterlogged=true")); + BIRCH_SLAB.addBlockAlternative(new BlockAlternative((short) 7779, "type=bottom", "waterlogged=false")); + BIRCH_SLAB.addBlockAlternative(new BlockAlternative((short) 7780, "type=double", "waterlogged=true")); + BIRCH_SLAB.addBlockAlternative(new BlockAlternative((short) 7781, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchStairs.java index b1eeb8bdb..5500b31cf 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BirchStairs { public static void initStates() { - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5484, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5485, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5486, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5487, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5488, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5489, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5490, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5491, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5492, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5493, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5494, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5495, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5496, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5497, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5498, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5499, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5500, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5501, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5502, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5503, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5504, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5505, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5506, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5507, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5508, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5509, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5510, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5511, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5512, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5513, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5514, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5515, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5516, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5517, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5518, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5519, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5520, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5521, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5522, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5523, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5524, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5525, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5526, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5527, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5528, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5529, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5530, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5531, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5532, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5533, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5534, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5535, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5536, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5537, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5538, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5539, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5540, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5541, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5542, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5543, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5544, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5545, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5546, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5547, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5548, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5549, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5550, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5551, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5552, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5553, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5554, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5555, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5556, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5557, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5558, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5559, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5560, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5561, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5562, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5563, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5468, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5469, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5470, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5471, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5472, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5473, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5474, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5475, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5476, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5477, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5478, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5479, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5480, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5481, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5482, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5483, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5484, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5485, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5486, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5487, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5488, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5489, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5490, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5491, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5492, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5493, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5494, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5495, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5496, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5497, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5498, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5499, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5500, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5501, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5502, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5503, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5504, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5505, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5506, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5507, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5508, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5509, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5510, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5511, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5512, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5513, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5514, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5515, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5516, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5517, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5518, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5519, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5520, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5521, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5522, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5523, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5524, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5525, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5526, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5527, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5528, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5529, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5530, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5531, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5532, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5533, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5534, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5535, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5536, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5537, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5538, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5539, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5540, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5541, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5542, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5543, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5544, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5545, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5546, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5547, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchTrapdoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchTrapdoor.java index 6c2b2a0a6..1fb8c2a8f 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchTrapdoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchTrapdoor.java @@ -7,69 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BirchTrapdoor { public static void initStates() { - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4239, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4240, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4241, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4242, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4243, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4244, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4245, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4246, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4247, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4248, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4249, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4250, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4251, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4252, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4253, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4254, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4255, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4256, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4257, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4258, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4259, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4260, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4261, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4262, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4263, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4264, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4265, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4266, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4267, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4268, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4269, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4270, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4271, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4272, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4273, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4274, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4275, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4276, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4277, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4278, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4279, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4280, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4281, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4282, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4283, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4284, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4285, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4286, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4287, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4288, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4289, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4290, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4291, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4292, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4293, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4294, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4295, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4296, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4297, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4298, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4299, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4300, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4301, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4302, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4225, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4226, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4227, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4228, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4229, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4230, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4231, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4232, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4233, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4234, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4235, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4236, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4237, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4238, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4239, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4240, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4241, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4242, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4243, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4244, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4245, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4246, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4247, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4248, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4249, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4250, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4251, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4252, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4253, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4254, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4255, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4256, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4257, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4258, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4259, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4260, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4261, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4262, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4263, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4264, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4265, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4266, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4267, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4268, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4269, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4270, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4271, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4272, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4273, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4274, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4275, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4276, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4277, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4278, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4279, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4280, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4281, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4282, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4283, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4284, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4285, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4286, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=false")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4287, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=true")); + BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4288, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchWallSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchWallSign.java index 8ea1a6638..60e68996b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchWallSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchWallSign.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BirchWallSign { public static void initStates() { - BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3751, "facing=north", "waterlogged=true")); - BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3752, "facing=north", "waterlogged=false")); - BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3753, "facing=south", "waterlogged=true")); - BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3754, "facing=south", "waterlogged=false")); - BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3755, "facing=west", "waterlogged=true")); - BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3756, "facing=west", "waterlogged=false")); - BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3757, "facing=east", "waterlogged=true")); - BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3758, "facing=east", "waterlogged=false")); + BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3749, "facing=north", "waterlogged=true")); + BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3750, "facing=north", "waterlogged=false")); + BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3751, "facing=south", "waterlogged=true")); + BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3752, "facing=south", "waterlogged=false")); + BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3753, "facing=west", "waterlogged=true")); + BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3754, "facing=west", "waterlogged=false")); + BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3755, "facing=east", "waterlogged=true")); + BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3756, "facing=east", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchWood.java index ea4e7ea5a..7c982fd88 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchWood.java @@ -7,8 +7,8 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BirchWood { public static void initStates() { - BIRCH_WOOD.addBlockAlternative(new BlockAlternative((short) 115, "axis=x")); - BIRCH_WOOD.addBlockAlternative(new BlockAlternative((short) 116, "axis=y")); - BIRCH_WOOD.addBlockAlternative(new BlockAlternative((short) 117, "axis=z")); + BIRCH_WOOD.addBlockAlternative(new BlockAlternative((short) 114, "axis=x")); + BIRCH_WOOD.addBlockAlternative(new BlockAlternative((short) 115, "axis=y")); + BIRCH_WOOD.addBlockAlternative(new BlockAlternative((short) 116, "axis=z")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackBanner.java index 612f08ac1..d47a00ea8 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackBanner.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BlackBanner { public static void initStates() { - BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 8137, "rotation=0")); - BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 8138, "rotation=1")); - BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 8139, "rotation=2")); - BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 8140, "rotation=3")); - BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 8141, "rotation=4")); - BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 8142, "rotation=5")); - BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 8143, "rotation=6")); - BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 8144, "rotation=7")); - BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 8145, "rotation=8")); - BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 8146, "rotation=9")); - BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 8147, "rotation=10")); - BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 8148, "rotation=11")); - BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 8149, "rotation=12")); - BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 8150, "rotation=13")); - BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 8151, "rotation=14")); - BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 8152, "rotation=15")); + BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 7601, "rotation=0")); + BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 7602, "rotation=1")); + BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 7603, "rotation=2")); + BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 7604, "rotation=3")); + BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 7605, "rotation=4")); + BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 7606, "rotation=5")); + BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 7607, "rotation=6")); + BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 7608, "rotation=7")); + BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 7609, "rotation=8")); + BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 7610, "rotation=9")); + BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 7611, "rotation=10")); + BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 7612, "rotation=11")); + BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 7613, "rotation=12")); + BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 7614, "rotation=13")); + BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 7615, "rotation=14")); + BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 7616, "rotation=15")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackBed.java index 3d57fcd6e..1739ee06c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackBed.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BlackBed { public static void initStates() { - BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1289, "facing=north", "occupied=true", "part=head")); - BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1290, "facing=north", "occupied=true", "part=foot")); - BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1291, "facing=north", "occupied=false", "part=head")); - BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1292, "facing=north", "occupied=false", "part=foot")); - BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1293, "facing=south", "occupied=true", "part=head")); - BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1294, "facing=south", "occupied=true", "part=foot")); - BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1295, "facing=south", "occupied=false", "part=head")); - BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1296, "facing=south", "occupied=false", "part=foot")); - BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1297, "facing=west", "occupied=true", "part=head")); - BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1298, "facing=west", "occupied=true", "part=foot")); - BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1299, "facing=west", "occupied=false", "part=head")); - BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1300, "facing=west", "occupied=false", "part=foot")); - BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1301, "facing=east", "occupied=true", "part=head")); - BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1302, "facing=east", "occupied=true", "part=foot")); - BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1303, "facing=east", "occupied=false", "part=head")); - BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1304, "facing=east", "occupied=false", "part=foot")); + BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1288, "facing=north", "occupied=true", "part=head")); + BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1289, "facing=north", "occupied=true", "part=foot")); + BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1290, "facing=north", "occupied=false", "part=head")); + BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1291, "facing=north", "occupied=false", "part=foot")); + BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1292, "facing=south", "occupied=true", "part=head")); + BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1293, "facing=south", "occupied=true", "part=foot")); + BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1294, "facing=south", "occupied=false", "part=head")); + BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1295, "facing=south", "occupied=false", "part=foot")); + BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1296, "facing=west", "occupied=true", "part=head")); + BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1297, "facing=west", "occupied=true", "part=foot")); + BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1298, "facing=west", "occupied=false", "part=head")); + BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1299, "facing=west", "occupied=false", "part=foot")); + BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1300, "facing=east", "occupied=true", "part=head")); + BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1301, "facing=east", "occupied=true", "part=foot")); + BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1302, "facing=east", "occupied=false", "part=head")); + BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1303, "facing=east", "occupied=false", "part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackGlazedTerracotta.java index c82e928bb..a6cd7cafb 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackGlazedTerracotta.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BlackGlazedTerracotta { public static void initStates() { - BLACK_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9434, "facing=north")); - BLACK_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9435, "facing=south")); - BLACK_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9436, "facing=west")); - BLACK_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9437, "facing=east")); + BLACK_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8898, "facing=north")); + BLACK_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8899, "facing=south")); + BLACK_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8900, "facing=west")); + BLACK_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8901, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackShulkerBox.java index 068e488fd..805366f6e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackShulkerBox.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BlackShulkerBox { public static void initStates() { - BLACK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9368, "facing=north")); - BLACK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9369, "facing=east")); - BLACK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9370, "facing=south")); - BLACK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9371, "facing=west")); - BLACK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9372, "facing=up")); - BLACK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9373, "facing=down")); + BLACK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8832, "facing=north")); + BLACK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8833, "facing=east")); + BLACK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8834, "facing=south")); + BLACK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8835, "facing=west")); + BLACK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8836, "facing=up")); + BLACK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8837, "facing=down")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackStainedGlassPane.java index 4faf3909f..18c89e42a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackStainedGlassPane.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BlackStainedGlassPane { public static void initStates() { - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7343, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7344, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7345, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7346, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7347, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7348, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7349, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7350, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7351, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7352, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7353, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7354, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7355, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7356, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7357, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7358, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7359, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7360, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7361, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7362, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7363, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7364, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7365, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7366, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7367, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7368, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7369, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7370, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7371, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7372, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7373, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7374, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6807, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6808, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6809, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6810, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6811, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6812, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6813, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6814, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6815, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6816, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6817, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6818, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6819, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6820, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6821, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6822, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6823, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6824, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6825, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6826, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6827, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6828, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6829, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6830, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6831, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6832, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6833, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6834, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6835, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6836, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6837, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); + BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6838, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackWallBanner.java index 185f12e6a..c0daf1854 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackWallBanner.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BlackWallBanner { public static void initStates() { - BLACK_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8213, "facing=north")); - BLACK_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8214, "facing=south")); - BLACK_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8215, "facing=west")); - BLACK_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8216, "facing=east")); + BLACK_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7677, "facing=north")); + BLACK_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7678, "facing=south")); + BLACK_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7679, "facing=west")); + BLACK_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7680, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneSlab.java deleted file mode 100644 index 353b142dc..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneSlab.java +++ /dev/null @@ -1,17 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class BlackstoneSlab { - public static void initStates() { - BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16244, "type=top", "waterlogged=true")); - BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16245, "type=top", "waterlogged=false")); - BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16246, "type=bottom", "waterlogged=true")); - BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16247, "type=bottom", "waterlogged=false")); - BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16248, "type=double", "waterlogged=true")); - BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16249, "type=double", "waterlogged=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneStairs.java deleted file mode 100644 index 32febe938..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneStairs.java +++ /dev/null @@ -1,91 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class BlackstoneStairs { - public static void initStates() { - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15840, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15841, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15842, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15843, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15844, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15845, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15846, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15847, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15848, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15849, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15850, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15851, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15852, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15853, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15854, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15855, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15856, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15857, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15858, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15859, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15860, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15861, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15862, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15863, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15864, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15865, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15866, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15867, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15868, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15869, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15870, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15871, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15872, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15873, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15874, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15875, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15876, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15877, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15878, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15879, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15880, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15881, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15882, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15883, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15884, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15885, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15886, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15887, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15888, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15889, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15890, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15891, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15892, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15893, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15894, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15895, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15896, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15897, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15898, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15899, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15900, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15901, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15902, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15903, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15904, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15905, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15906, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15907, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15908, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15909, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15910, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15911, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15912, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15913, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15914, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15915, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15916, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15917, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15918, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15919, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneWall.java deleted file mode 100644 index 6413fe747..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneWall.java +++ /dev/null @@ -1,335 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class BlackstoneWall { - public static void initStates() { - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15920, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15921, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15922, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15923, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15924, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15925, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15926, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15927, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15928, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15929, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15930, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15931, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15932, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15933, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15934, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15935, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15936, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15937, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15938, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15939, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15940, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15941, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15942, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15943, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15944, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15945, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15946, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15947, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15948, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15949, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15950, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15951, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15952, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15953, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15954, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15955, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15956, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15957, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15958, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15959, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15960, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15961, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15962, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15963, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15964, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15965, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15966, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15967, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15968, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15969, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15970, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15971, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15972, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15973, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15974, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15975, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15976, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15977, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15978, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15979, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15980, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15981, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15982, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15983, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15984, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15985, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15986, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15987, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15988, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15989, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15990, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15991, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15992, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15993, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15994, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15995, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15996, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15997, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15998, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15999, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16000, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16001, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16002, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16003, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16004, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16005, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16006, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16007, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16008, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16009, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16010, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16011, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16012, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16013, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16014, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16015, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16016, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16017, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16018, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16019, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16020, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16021, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16022, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16023, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16024, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16025, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16026, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16027, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16028, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16029, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16030, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16031, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16032, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16033, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16034, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16035, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16036, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16037, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16038, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16039, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16040, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16041, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16042, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16043, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16044, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16045, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16046, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16047, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16048, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16049, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16050, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16051, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16052, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16053, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16054, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16055, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16056, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16057, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16058, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16059, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16060, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16061, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16062, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16063, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16064, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16065, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16066, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16067, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16068, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16069, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16070, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16071, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16072, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16073, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16074, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16075, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16076, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16077, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16078, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16079, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16080, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16081, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16082, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16083, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16084, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16085, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16086, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16087, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16088, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16089, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16090, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16091, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16092, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16093, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16094, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16095, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16096, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16097, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16098, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16099, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16100, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16101, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16102, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16103, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16104, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16105, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16106, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16107, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16108, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16109, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16110, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16111, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16112, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16113, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16114, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16115, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16116, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16117, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16118, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16119, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16120, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16121, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16122, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16123, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16124, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16125, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16126, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16127, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16128, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16129, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16130, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16131, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16132, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16133, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16134, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16135, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16136, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16137, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16138, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16139, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16140, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16141, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16142, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16143, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16144, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16145, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16146, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16147, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16148, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16149, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16150, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16151, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16152, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16153, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16154, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16155, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16156, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16157, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16158, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16159, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16160, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16161, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16162, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16163, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16164, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16165, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16166, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16167, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16168, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16169, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16170, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16171, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16172, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16173, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16174, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16175, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16176, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16177, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16178, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16179, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16180, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16181, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16182, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16183, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16184, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16185, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16186, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16187, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16188, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16189, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16190, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16191, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16192, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16193, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16194, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16195, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16196, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16197, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16198, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16199, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16200, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16201, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16202, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16203, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16204, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16205, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16206, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16207, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16208, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16209, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16210, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16211, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16212, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16213, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16214, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16215, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16216, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16217, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16218, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16219, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16220, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16221, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16222, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16223, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16224, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16225, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16226, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16227, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16228, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16229, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16230, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16231, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16232, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16233, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16234, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16235, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16236, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16237, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16238, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16239, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16240, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16241, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16242, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16243, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlastFurnace.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlastFurnace.java index 76f81be97..efdd7f166 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlastFurnace.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlastFurnace.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BlastFurnace { public static void initStates() { - BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 14811, "facing=north", "lit=true")); - BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 14812, "facing=north", "lit=false")); - BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 14813, "facing=south", "lit=true")); - BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 14814, "facing=south", "lit=false")); - BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 14815, "facing=west", "lit=true")); - BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 14816, "facing=west", "lit=false")); - BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 14817, "facing=east", "lit=true")); - BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 14818, "facing=east", "lit=false")); + BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 11155, "facing=north", "lit=true")); + BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 11156, "facing=north", "lit=false")); + BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 11157, "facing=south", "lit=true")); + BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 11158, "facing=south", "lit=false")); + BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 11159, "facing=west", "lit=true")); + BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 11160, "facing=west", "lit=false")); + BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 11161, "facing=east", "lit=true")); + BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 11162, "facing=east", "lit=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueBanner.java index 8025b2771..092b82447 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueBanner.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BlueBanner { public static void initStates() { - BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 8073, "rotation=0")); - BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 8074, "rotation=1")); - BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 8075, "rotation=2")); - BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 8076, "rotation=3")); - BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 8077, "rotation=4")); - BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 8078, "rotation=5")); - BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 8079, "rotation=6")); - BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 8080, "rotation=7")); - BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 8081, "rotation=8")); - BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 8082, "rotation=9")); - BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 8083, "rotation=10")); - BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 8084, "rotation=11")); - BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 8085, "rotation=12")); - BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 8086, "rotation=13")); - BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 8087, "rotation=14")); - BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 8088, "rotation=15")); + BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7537, "rotation=0")); + BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7538, "rotation=1")); + BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7539, "rotation=2")); + BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7540, "rotation=3")); + BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7541, "rotation=4")); + BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7542, "rotation=5")); + BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7543, "rotation=6")); + BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7544, "rotation=7")); + BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7545, "rotation=8")); + BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7546, "rotation=9")); + BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7547, "rotation=10")); + BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7548, "rotation=11")); + BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7549, "rotation=12")); + BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7550, "rotation=13")); + BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7551, "rotation=14")); + BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7552, "rotation=15")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueBed.java index 46d5a0990..230906005 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueBed.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BlueBed { public static void initStates() { - BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1225, "facing=north", "occupied=true", "part=head")); - BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1226, "facing=north", "occupied=true", "part=foot")); - BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1227, "facing=north", "occupied=false", "part=head")); - BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1228, "facing=north", "occupied=false", "part=foot")); - BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1229, "facing=south", "occupied=true", "part=head")); - BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1230, "facing=south", "occupied=true", "part=foot")); - BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1231, "facing=south", "occupied=false", "part=head")); - BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1232, "facing=south", "occupied=false", "part=foot")); - BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1233, "facing=west", "occupied=true", "part=head")); - BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1234, "facing=west", "occupied=true", "part=foot")); - BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1235, "facing=west", "occupied=false", "part=head")); - BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1236, "facing=west", "occupied=false", "part=foot")); - BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1237, "facing=east", "occupied=true", "part=head")); - BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1238, "facing=east", "occupied=true", "part=foot")); - BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1239, "facing=east", "occupied=false", "part=head")); - BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1240, "facing=east", "occupied=false", "part=foot")); + BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1224, "facing=north", "occupied=true", "part=head")); + BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1225, "facing=north", "occupied=true", "part=foot")); + BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1226, "facing=north", "occupied=false", "part=head")); + BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1227, "facing=north", "occupied=false", "part=foot")); + BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1228, "facing=south", "occupied=true", "part=head")); + BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1229, "facing=south", "occupied=true", "part=foot")); + BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1230, "facing=south", "occupied=false", "part=head")); + BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1231, "facing=south", "occupied=false", "part=foot")); + BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1232, "facing=west", "occupied=true", "part=head")); + BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1233, "facing=west", "occupied=true", "part=foot")); + BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1234, "facing=west", "occupied=false", "part=head")); + BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1235, "facing=west", "occupied=false", "part=foot")); + BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1236, "facing=east", "occupied=true", "part=head")); + BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1237, "facing=east", "occupied=true", "part=foot")); + BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1238, "facing=east", "occupied=false", "part=head")); + BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1239, "facing=east", "occupied=false", "part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueGlazedTerracotta.java index c00890a64..fc1f4b9ac 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueGlazedTerracotta.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BlueGlazedTerracotta { public static void initStates() { - BLUE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9418, "facing=north")); - BLUE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9419, "facing=south")); - BLUE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9420, "facing=west")); - BLUE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9421, "facing=east")); + BLUE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8882, "facing=north")); + BLUE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8883, "facing=south")); + BLUE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8884, "facing=west")); + BLUE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8885, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueShulkerBox.java index 24107ea4e..7dd899036 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueShulkerBox.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BlueShulkerBox { public static void initStates() { - BLUE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9344, "facing=north")); - BLUE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9345, "facing=east")); - BLUE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9346, "facing=south")); - BLUE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9347, "facing=west")); - BLUE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9348, "facing=up")); - BLUE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9349, "facing=down")); + BLUE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8808, "facing=north")); + BLUE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8809, "facing=east")); + BLUE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8810, "facing=south")); + BLUE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8811, "facing=west")); + BLUE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8812, "facing=up")); + BLUE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8813, "facing=down")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueStainedGlassPane.java index 1718054b7..5572f3236 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueStainedGlassPane.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BlueStainedGlassPane { public static void initStates() { - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7215, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7216, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7217, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7218, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7219, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7220, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7221, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7222, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7223, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7224, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7225, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7226, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7227, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7228, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7229, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7230, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7231, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7232, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7233, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7234, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7235, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7236, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7237, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7238, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7239, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7240, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7241, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7242, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7243, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7244, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7245, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7246, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6679, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6680, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6681, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6682, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6683, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6684, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6685, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6686, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6687, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6688, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6689, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6690, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6691, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6692, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6693, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6694, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6695, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6696, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6697, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6698, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6699, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6700, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6701, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6702, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6703, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6704, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6705, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6706, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6707, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6708, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6709, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); + BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6710, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueWallBanner.java index 7ac0b5f47..144d1f715 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueWallBanner.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BlueWallBanner { public static void initStates() { - BLUE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8197, "facing=north")); - BLUE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8198, "facing=south")); - BLUE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8199, "facing=west")); - BLUE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8200, "facing=east")); + BLUE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7661, "facing=north")); + BLUE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7662, "facing=south")); + BLUE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7663, "facing=west")); + BLUE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7664, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BoneBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BoneBlock.java index 2cec6f42c..e67068067 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BoneBlock.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BoneBlock.java @@ -7,8 +7,8 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BoneBlock { public static void initStates() { - BONE_BLOCK.addBlockAlternative(new BlockAlternative((short) 9256, "axis=x")); - BONE_BLOCK.addBlockAlternative(new BlockAlternative((short) 9257, "axis=y")); - BONE_BLOCK.addBlockAlternative(new BlockAlternative((short) 9258, "axis=z")); + BONE_BLOCK.addBlockAlternative(new BlockAlternative((short) 8720, "axis=x")); + BONE_BLOCK.addBlockAlternative(new BlockAlternative((short) 8721, "axis=y")); + BONE_BLOCK.addBlockAlternative(new BlockAlternative((short) 8722, "axis=z")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoral.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoral.java index 00144075b..5e076a24d 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoral.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoral.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BrainCoral { public static void initStates() { - BRAIN_CORAL.addBlockAlternative(new BlockAlternative((short) 9532, "waterlogged=true")); - BRAIN_CORAL.addBlockAlternative(new BlockAlternative((short) 9533, "waterlogged=false")); + BRAIN_CORAL.addBlockAlternative(new BlockAlternative((short) 8996, "waterlogged=true")); + BRAIN_CORAL.addBlockAlternative(new BlockAlternative((short) 8997, "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoralFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoralFan.java index 08904a190..507495793 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoralFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoralFan.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BrainCoralFan { public static void initStates() { - BRAIN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9552, "waterlogged=true")); - BRAIN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9553, "waterlogged=false")); + BRAIN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9016, "waterlogged=true")); + BRAIN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9017, "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoralWallFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoralWallFan.java index f7f694371..36aadf029 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoralWallFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoralWallFan.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BrainCoralWallFan { public static void initStates() { - BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9608, "facing=north", "waterlogged=true")); - BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9609, "facing=north", "waterlogged=false")); - BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9610, "facing=south", "waterlogged=true")); - BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9611, "facing=south", "waterlogged=false")); - BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9612, "facing=west", "waterlogged=true")); - BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9613, "facing=west", "waterlogged=false")); - BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9614, "facing=east", "waterlogged=true")); - BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9615, "facing=east", "waterlogged=false")); + BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9072, "facing=north", "waterlogged=true")); + BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9073, "facing=north", "waterlogged=false")); + BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9074, "facing=south", "waterlogged=true")); + BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9075, "facing=south", "waterlogged=false")); + BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9076, "facing=west", "waterlogged=true")); + BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9077, "facing=west", "waterlogged=false")); + BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9078, "facing=east", "waterlogged=true")); + BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9079, "facing=east", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrewingStand.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrewingStand.java index 7c28e16cf..89bfcc152 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BrewingStand.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrewingStand.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BrewingStand { public static void initStates() { - BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5133, "has_bottle_0=true", "has_bottle_1=true", "has_bottle_2=true")); - BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5134, "has_bottle_0=true", "has_bottle_1=true", "has_bottle_2=false")); - BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5135, "has_bottle_0=true", "has_bottle_1=false", "has_bottle_2=true")); - BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5136, "has_bottle_0=true", "has_bottle_1=false", "has_bottle_2=false")); - BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5137, "has_bottle_0=false", "has_bottle_1=true", "has_bottle_2=true")); - BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5138, "has_bottle_0=false", "has_bottle_1=true", "has_bottle_2=false")); - BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5139, "has_bottle_0=false", "has_bottle_1=false", "has_bottle_2=true")); - BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5140, "has_bottle_0=false", "has_bottle_1=false", "has_bottle_2=false")); + BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5117, "has_bottle_0=true", "has_bottle_1=true", "has_bottle_2=true")); + BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5118, "has_bottle_0=true", "has_bottle_1=true", "has_bottle_2=false")); + BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5119, "has_bottle_0=true", "has_bottle_1=false", "has_bottle_2=true")); + BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5120, "has_bottle_0=true", "has_bottle_1=false", "has_bottle_2=false")); + BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5121, "has_bottle_0=false", "has_bottle_1=true", "has_bottle_2=true")); + BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5122, "has_bottle_0=false", "has_bottle_1=true", "has_bottle_2=false")); + BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5123, "has_bottle_0=false", "has_bottle_1=false", "has_bottle_2=true")); + BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5124, "has_bottle_0=false", "has_bottle_1=false", "has_bottle_2=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrickSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrickSlab.java index 6e698b194..c6d9732f2 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BrickSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrickSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BrickSlab { public static void initStates() { - BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8372, "type=top", "waterlogged=true")); - BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8373, "type=top", "waterlogged=false")); - BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8374, "type=bottom", "waterlogged=true")); - BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8375, "type=bottom", "waterlogged=false")); - BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8376, "type=double", "waterlogged=true")); - BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8377, "type=double", "waterlogged=false")); + BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7836, "type=top", "waterlogged=true")); + BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7837, "type=top", "waterlogged=false")); + BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7838, "type=bottom", "waterlogged=true")); + BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7839, "type=bottom", "waterlogged=false")); + BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7840, "type=double", "waterlogged=true")); + BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7841, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrickStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrickStairs.java index a2ff4967c..c2316a2ea 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BrickStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrickStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BrickStairs { public static void initStates() { - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4852, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4853, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4854, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4855, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4856, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4857, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4858, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4859, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4860, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4861, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4862, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4863, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4864, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4865, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4866, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4867, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4868, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4869, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4870, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4871, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4872, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4873, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4874, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4875, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4876, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4877, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4878, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4879, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4880, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4881, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4882, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4883, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4884, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4885, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4886, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4887, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4888, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4889, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4890, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4891, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4892, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4893, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4894, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4895, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4896, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4897, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4898, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4899, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4900, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4901, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4902, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4903, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4904, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4905, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4906, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4907, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4908, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4909, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4910, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4911, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4912, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4913, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4914, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4915, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4916, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4917, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4918, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4919, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4920, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4921, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4922, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4923, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4924, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4925, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4926, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4927, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4928, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4929, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4930, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4931, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4836, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4837, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4838, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4839, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4840, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4841, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4842, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4843, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4844, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4845, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4846, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4847, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4848, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4849, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4850, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4851, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4852, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4853, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4854, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4855, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4856, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4857, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4858, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4859, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4860, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4861, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4862, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4863, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4864, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4865, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4866, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4867, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4868, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4869, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4870, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4871, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4872, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4873, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4874, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4875, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4876, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4877, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4878, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4879, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4880, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4881, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4882, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4883, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4884, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4885, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4886, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4887, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4888, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4889, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4890, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4891, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4892, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4893, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4894, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4895, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4896, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4897, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4898, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4899, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4900, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4901, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4902, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4903, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4904, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4905, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4906, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4907, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4908, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4909, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4910, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4911, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4912, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4913, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4914, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4915, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrickWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrickWall.java index 0c1dec2cb..53870057f 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BrickWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrickWall.java @@ -7,329 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BrickWall { public static void initStates() { - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10867, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10868, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10869, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10870, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10871, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10872, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10873, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10874, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10875, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10876, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10877, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10878, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10879, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10880, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10881, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10882, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10883, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10884, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10885, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10886, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10887, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10888, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10889, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10890, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10891, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10892, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10893, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10894, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10895, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10896, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10897, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10898, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10899, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10900, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10901, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10902, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10903, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10904, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10905, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10906, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10907, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10908, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10909, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10910, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10911, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10912, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10913, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10914, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10915, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10916, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10917, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10918, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10919, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10920, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10921, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10922, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10923, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10924, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10925, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10926, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10927, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10928, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10929, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10930, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10931, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10932, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10933, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10934, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10935, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10936, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10937, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10938, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10939, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10940, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10941, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10942, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10943, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10944, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10945, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10946, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10947, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10948, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10949, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10950, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10951, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10952, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10953, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10954, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10955, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10956, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10957, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10958, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10959, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10960, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10961, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10962, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10963, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10964, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10965, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10966, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10967, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10968, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10969, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10970, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10971, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10972, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10973, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10974, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10975, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10976, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10977, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10978, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10979, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10980, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10981, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10982, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10983, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10984, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10985, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10986, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10987, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10988, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10989, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10990, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10991, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10992, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10993, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10994, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10995, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10996, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10997, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10998, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10999, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11000, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11001, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11002, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11003, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11004, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11005, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11006, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11007, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11008, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11009, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11010, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11011, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11012, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11013, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11014, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11015, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11016, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11017, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11018, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11019, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11020, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11021, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11022, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11023, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11024, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11025, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11026, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11027, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11028, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11029, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11030, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11031, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11032, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11033, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11034, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11035, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11036, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11037, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11038, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11039, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11040, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11041, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11042, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11043, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11044, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11045, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11046, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11047, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11048, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11049, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11050, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11051, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11052, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11053, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11054, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11055, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11056, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11057, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11058, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11059, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11060, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11061, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11062, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11063, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11064, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11065, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11066, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11067, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11068, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11069, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11070, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11071, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11072, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11073, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11074, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11075, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11076, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11077, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11078, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11079, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11080, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11081, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11082, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11083, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11084, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11085, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11086, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11087, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11088, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11089, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11090, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11091, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11092, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11093, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11094, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11095, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11096, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11097, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11098, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11099, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11100, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11101, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11102, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11103, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11104, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11105, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11106, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11107, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11108, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11109, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11110, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11111, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11112, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11113, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11114, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11115, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11116, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11117, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11118, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11119, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11120, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11121, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11122, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11123, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11124, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11125, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11126, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11127, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11128, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11129, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11130, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11131, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11132, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11133, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11134, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11135, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11136, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11137, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11138, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11139, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11140, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11141, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11142, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11143, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11144, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11145, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11146, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11147, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11148, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11149, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11150, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11151, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11152, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11153, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11154, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11155, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11156, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11157, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11158, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11159, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11160, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11161, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11162, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11163, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11164, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11165, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11166, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11167, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11168, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11169, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11170, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11171, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11172, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11173, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11174, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11175, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11176, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11177, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11178, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11179, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11180, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11181, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11182, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11183, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11184, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11185, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11186, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11187, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11188, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11189, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11190, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10331, "east=true", "north=true", "south=true", "up=true", "waterlogged=true", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10332, "east=true", "north=true", "south=true", "up=true", "waterlogged=true", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10333, "east=true", "north=true", "south=true", "up=true", "waterlogged=false", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10334, "east=true", "north=true", "south=true", "up=true", "waterlogged=false", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10335, "east=true", "north=true", "south=true", "up=false", "waterlogged=true", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10336, "east=true", "north=true", "south=true", "up=false", "waterlogged=true", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10337, "east=true", "north=true", "south=true", "up=false", "waterlogged=false", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10338, "east=true", "north=true", "south=true", "up=false", "waterlogged=false", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10339, "east=true", "north=true", "south=false", "up=true", "waterlogged=true", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10340, "east=true", "north=true", "south=false", "up=true", "waterlogged=true", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10341, "east=true", "north=true", "south=false", "up=true", "waterlogged=false", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10342, "east=true", "north=true", "south=false", "up=true", "waterlogged=false", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10343, "east=true", "north=true", "south=false", "up=false", "waterlogged=true", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10344, "east=true", "north=true", "south=false", "up=false", "waterlogged=true", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10345, "east=true", "north=true", "south=false", "up=false", "waterlogged=false", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10346, "east=true", "north=true", "south=false", "up=false", "waterlogged=false", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10347, "east=true", "north=false", "south=true", "up=true", "waterlogged=true", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10348, "east=true", "north=false", "south=true", "up=true", "waterlogged=true", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10349, "east=true", "north=false", "south=true", "up=true", "waterlogged=false", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10350, "east=true", "north=false", "south=true", "up=true", "waterlogged=false", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10351, "east=true", "north=false", "south=true", "up=false", "waterlogged=true", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10352, "east=true", "north=false", "south=true", "up=false", "waterlogged=true", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10353, "east=true", "north=false", "south=true", "up=false", "waterlogged=false", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10354, "east=true", "north=false", "south=true", "up=false", "waterlogged=false", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10355, "east=true", "north=false", "south=false", "up=true", "waterlogged=true", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10356, "east=true", "north=false", "south=false", "up=true", "waterlogged=true", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10357, "east=true", "north=false", "south=false", "up=true", "waterlogged=false", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10358, "east=true", "north=false", "south=false", "up=true", "waterlogged=false", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10359, "east=true", "north=false", "south=false", "up=false", "waterlogged=true", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10360, "east=true", "north=false", "south=false", "up=false", "waterlogged=true", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10361, "east=true", "north=false", "south=false", "up=false", "waterlogged=false", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10362, "east=true", "north=false", "south=false", "up=false", "waterlogged=false", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10363, "east=false", "north=true", "south=true", "up=true", "waterlogged=true", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10364, "east=false", "north=true", "south=true", "up=true", "waterlogged=true", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10365, "east=false", "north=true", "south=true", "up=true", "waterlogged=false", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10366, "east=false", "north=true", "south=true", "up=true", "waterlogged=false", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10367, "east=false", "north=true", "south=true", "up=false", "waterlogged=true", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10368, "east=false", "north=true", "south=true", "up=false", "waterlogged=true", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10369, "east=false", "north=true", "south=true", "up=false", "waterlogged=false", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10370, "east=false", "north=true", "south=true", "up=false", "waterlogged=false", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10371, "east=false", "north=true", "south=false", "up=true", "waterlogged=true", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10372, "east=false", "north=true", "south=false", "up=true", "waterlogged=true", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10373, "east=false", "north=true", "south=false", "up=true", "waterlogged=false", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10374, "east=false", "north=true", "south=false", "up=true", "waterlogged=false", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10375, "east=false", "north=true", "south=false", "up=false", "waterlogged=true", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10376, "east=false", "north=true", "south=false", "up=false", "waterlogged=true", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10377, "east=false", "north=true", "south=false", "up=false", "waterlogged=false", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10378, "east=false", "north=true", "south=false", "up=false", "waterlogged=false", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10379, "east=false", "north=false", "south=true", "up=true", "waterlogged=true", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10380, "east=false", "north=false", "south=true", "up=true", "waterlogged=true", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10381, "east=false", "north=false", "south=true", "up=true", "waterlogged=false", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10382, "east=false", "north=false", "south=true", "up=true", "waterlogged=false", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10383, "east=false", "north=false", "south=true", "up=false", "waterlogged=true", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10384, "east=false", "north=false", "south=true", "up=false", "waterlogged=true", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10385, "east=false", "north=false", "south=true", "up=false", "waterlogged=false", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10386, "east=false", "north=false", "south=true", "up=false", "waterlogged=false", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10387, "east=false", "north=false", "south=false", "up=true", "waterlogged=true", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10388, "east=false", "north=false", "south=false", "up=true", "waterlogged=true", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10389, "east=false", "north=false", "south=false", "up=true", "waterlogged=false", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10390, "east=false", "north=false", "south=false", "up=true", "waterlogged=false", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10391, "east=false", "north=false", "south=false", "up=false", "waterlogged=true", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10392, "east=false", "north=false", "south=false", "up=false", "waterlogged=true", "west=false")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10393, "east=false", "north=false", "south=false", "up=false", "waterlogged=false", "west=true")); + BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10394, "east=false", "north=false", "south=false", "up=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownBanner.java index a6e3e27a5..ae175a6e2 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownBanner.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BrownBanner { public static void initStates() { - BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 8089, "rotation=0")); - BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 8090, "rotation=1")); - BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 8091, "rotation=2")); - BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 8092, "rotation=3")); - BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 8093, "rotation=4")); - BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 8094, "rotation=5")); - BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 8095, "rotation=6")); - BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 8096, "rotation=7")); - BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 8097, "rotation=8")); - BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 8098, "rotation=9")); - BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 8099, "rotation=10")); - BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 8100, "rotation=11")); - BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 8101, "rotation=12")); - BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 8102, "rotation=13")); - BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 8103, "rotation=14")); - BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 8104, "rotation=15")); + BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 7553, "rotation=0")); + BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 7554, "rotation=1")); + BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 7555, "rotation=2")); + BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 7556, "rotation=3")); + BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 7557, "rotation=4")); + BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 7558, "rotation=5")); + BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 7559, "rotation=6")); + BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 7560, "rotation=7")); + BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 7561, "rotation=8")); + BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 7562, "rotation=9")); + BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 7563, "rotation=10")); + BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 7564, "rotation=11")); + BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 7565, "rotation=12")); + BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 7566, "rotation=13")); + BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 7567, "rotation=14")); + BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 7568, "rotation=15")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownBed.java index 53d26d0c9..5f0b0268a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownBed.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BrownBed { public static void initStates() { - BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1241, "facing=north", "occupied=true", "part=head")); - BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1242, "facing=north", "occupied=true", "part=foot")); - BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1243, "facing=north", "occupied=false", "part=head")); - BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1244, "facing=north", "occupied=false", "part=foot")); - BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1245, "facing=south", "occupied=true", "part=head")); - BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1246, "facing=south", "occupied=true", "part=foot")); - BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1247, "facing=south", "occupied=false", "part=head")); - BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1248, "facing=south", "occupied=false", "part=foot")); - BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1249, "facing=west", "occupied=true", "part=head")); - BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1250, "facing=west", "occupied=true", "part=foot")); - BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1251, "facing=west", "occupied=false", "part=head")); - BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1252, "facing=west", "occupied=false", "part=foot")); - BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1253, "facing=east", "occupied=true", "part=head")); - BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1254, "facing=east", "occupied=true", "part=foot")); - BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1255, "facing=east", "occupied=false", "part=head")); - BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1256, "facing=east", "occupied=false", "part=foot")); + BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1240, "facing=north", "occupied=true", "part=head")); + BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1241, "facing=north", "occupied=true", "part=foot")); + BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1242, "facing=north", "occupied=false", "part=head")); + BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1243, "facing=north", "occupied=false", "part=foot")); + BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1244, "facing=south", "occupied=true", "part=head")); + BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1245, "facing=south", "occupied=true", "part=foot")); + BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1246, "facing=south", "occupied=false", "part=head")); + BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1247, "facing=south", "occupied=false", "part=foot")); + BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1248, "facing=west", "occupied=true", "part=head")); + BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1249, "facing=west", "occupied=true", "part=foot")); + BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1250, "facing=west", "occupied=false", "part=head")); + BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1251, "facing=west", "occupied=false", "part=foot")); + BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1252, "facing=east", "occupied=true", "part=head")); + BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1253, "facing=east", "occupied=true", "part=foot")); + BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1254, "facing=east", "occupied=false", "part=head")); + BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1255, "facing=east", "occupied=false", "part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownGlazedTerracotta.java index f0f07c432..918097ec0 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownGlazedTerracotta.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BrownGlazedTerracotta { public static void initStates() { - BROWN_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9422, "facing=north")); - BROWN_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9423, "facing=south")); - BROWN_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9424, "facing=west")); - BROWN_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9425, "facing=east")); + BROWN_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8886, "facing=north")); + BROWN_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8887, "facing=south")); + BROWN_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8888, "facing=west")); + BROWN_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8889, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownMushroomBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownMushroomBlock.java index 092f43688..4068da5a9 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownMushroomBlock.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownMushroomBlock.java @@ -7,69 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BrownMushroomBlock { public static void initStates() { - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4505, "down=true", "east=true", "north=true", "south=true", "up=true", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4506, "down=true", "east=true", "north=true", "south=true", "up=true", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4507, "down=true", "east=true", "north=true", "south=true", "up=false", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4508, "down=true", "east=true", "north=true", "south=true", "up=false", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4509, "down=true", "east=true", "north=true", "south=false", "up=true", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4510, "down=true", "east=true", "north=true", "south=false", "up=true", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4511, "down=true", "east=true", "north=true", "south=false", "up=false", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4512, "down=true", "east=true", "north=true", "south=false", "up=false", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4513, "down=true", "east=true", "north=false", "south=true", "up=true", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4514, "down=true", "east=true", "north=false", "south=true", "up=true", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4515, "down=true", "east=true", "north=false", "south=true", "up=false", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4516, "down=true", "east=true", "north=false", "south=true", "up=false", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4517, "down=true", "east=true", "north=false", "south=false", "up=true", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4518, "down=true", "east=true", "north=false", "south=false", "up=true", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4519, "down=true", "east=true", "north=false", "south=false", "up=false", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4520, "down=true", "east=true", "north=false", "south=false", "up=false", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4521, "down=true", "east=false", "north=true", "south=true", "up=true", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4522, "down=true", "east=false", "north=true", "south=true", "up=true", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4523, "down=true", "east=false", "north=true", "south=true", "up=false", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4524, "down=true", "east=false", "north=true", "south=true", "up=false", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4525, "down=true", "east=false", "north=true", "south=false", "up=true", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4526, "down=true", "east=false", "north=true", "south=false", "up=true", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4527, "down=true", "east=false", "north=true", "south=false", "up=false", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4528, "down=true", "east=false", "north=true", "south=false", "up=false", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4529, "down=true", "east=false", "north=false", "south=true", "up=true", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4530, "down=true", "east=false", "north=false", "south=true", "up=true", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4531, "down=true", "east=false", "north=false", "south=true", "up=false", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4532, "down=true", "east=false", "north=false", "south=true", "up=false", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4533, "down=true", "east=false", "north=false", "south=false", "up=true", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4534, "down=true", "east=false", "north=false", "south=false", "up=true", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4535, "down=true", "east=false", "north=false", "south=false", "up=false", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4536, "down=true", "east=false", "north=false", "south=false", "up=false", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4537, "down=false", "east=true", "north=true", "south=true", "up=true", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4538, "down=false", "east=true", "north=true", "south=true", "up=true", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4539, "down=false", "east=true", "north=true", "south=true", "up=false", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4540, "down=false", "east=true", "north=true", "south=true", "up=false", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4541, "down=false", "east=true", "north=true", "south=false", "up=true", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4542, "down=false", "east=true", "north=true", "south=false", "up=true", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4543, "down=false", "east=true", "north=true", "south=false", "up=false", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4544, "down=false", "east=true", "north=true", "south=false", "up=false", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4545, "down=false", "east=true", "north=false", "south=true", "up=true", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4546, "down=false", "east=true", "north=false", "south=true", "up=true", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4547, "down=false", "east=true", "north=false", "south=true", "up=false", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4548, "down=false", "east=true", "north=false", "south=true", "up=false", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4549, "down=false", "east=true", "north=false", "south=false", "up=true", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4550, "down=false", "east=true", "north=false", "south=false", "up=true", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4551, "down=false", "east=true", "north=false", "south=false", "up=false", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4552, "down=false", "east=true", "north=false", "south=false", "up=false", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4553, "down=false", "east=false", "north=true", "south=true", "up=true", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4554, "down=false", "east=false", "north=true", "south=true", "up=true", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4555, "down=false", "east=false", "north=true", "south=true", "up=false", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4556, "down=false", "east=false", "north=true", "south=true", "up=false", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4557, "down=false", "east=false", "north=true", "south=false", "up=true", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4558, "down=false", "east=false", "north=true", "south=false", "up=true", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4559, "down=false", "east=false", "north=true", "south=false", "up=false", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4560, "down=false", "east=false", "north=true", "south=false", "up=false", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4561, "down=false", "east=false", "north=false", "south=true", "up=true", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4562, "down=false", "east=false", "north=false", "south=true", "up=true", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4563, "down=false", "east=false", "north=false", "south=true", "up=false", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4564, "down=false", "east=false", "north=false", "south=true", "up=false", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4565, "down=false", "east=false", "north=false", "south=false", "up=true", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4566, "down=false", "east=false", "north=false", "south=false", "up=true", "west=false")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4567, "down=false", "east=false", "north=false", "south=false", "up=false", "west=true")); - BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4568, "down=false", "east=false", "north=false", "south=false", "up=false", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4491, "down=true", "east=true", "north=true", "south=true", "up=true", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4492, "down=true", "east=true", "north=true", "south=true", "up=true", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4493, "down=true", "east=true", "north=true", "south=true", "up=false", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4494, "down=true", "east=true", "north=true", "south=true", "up=false", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4495, "down=true", "east=true", "north=true", "south=false", "up=true", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4496, "down=true", "east=true", "north=true", "south=false", "up=true", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4497, "down=true", "east=true", "north=true", "south=false", "up=false", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4498, "down=true", "east=true", "north=true", "south=false", "up=false", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4499, "down=true", "east=true", "north=false", "south=true", "up=true", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4500, "down=true", "east=true", "north=false", "south=true", "up=true", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4501, "down=true", "east=true", "north=false", "south=true", "up=false", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4502, "down=true", "east=true", "north=false", "south=true", "up=false", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4503, "down=true", "east=true", "north=false", "south=false", "up=true", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4504, "down=true", "east=true", "north=false", "south=false", "up=true", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4505, "down=true", "east=true", "north=false", "south=false", "up=false", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4506, "down=true", "east=true", "north=false", "south=false", "up=false", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4507, "down=true", "east=false", "north=true", "south=true", "up=true", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4508, "down=true", "east=false", "north=true", "south=true", "up=true", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4509, "down=true", "east=false", "north=true", "south=true", "up=false", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4510, "down=true", "east=false", "north=true", "south=true", "up=false", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4511, "down=true", "east=false", "north=true", "south=false", "up=true", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4512, "down=true", "east=false", "north=true", "south=false", "up=true", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4513, "down=true", "east=false", "north=true", "south=false", "up=false", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4514, "down=true", "east=false", "north=true", "south=false", "up=false", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4515, "down=true", "east=false", "north=false", "south=true", "up=true", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4516, "down=true", "east=false", "north=false", "south=true", "up=true", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4517, "down=true", "east=false", "north=false", "south=true", "up=false", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4518, "down=true", "east=false", "north=false", "south=true", "up=false", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4519, "down=true", "east=false", "north=false", "south=false", "up=true", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4520, "down=true", "east=false", "north=false", "south=false", "up=true", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4521, "down=true", "east=false", "north=false", "south=false", "up=false", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4522, "down=true", "east=false", "north=false", "south=false", "up=false", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4523, "down=false", "east=true", "north=true", "south=true", "up=true", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4524, "down=false", "east=true", "north=true", "south=true", "up=true", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4525, "down=false", "east=true", "north=true", "south=true", "up=false", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4526, "down=false", "east=true", "north=true", "south=true", "up=false", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4527, "down=false", "east=true", "north=true", "south=false", "up=true", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4528, "down=false", "east=true", "north=true", "south=false", "up=true", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4529, "down=false", "east=true", "north=true", "south=false", "up=false", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4530, "down=false", "east=true", "north=true", "south=false", "up=false", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4531, "down=false", "east=true", "north=false", "south=true", "up=true", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4532, "down=false", "east=true", "north=false", "south=true", "up=true", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4533, "down=false", "east=true", "north=false", "south=true", "up=false", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4534, "down=false", "east=true", "north=false", "south=true", "up=false", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4535, "down=false", "east=true", "north=false", "south=false", "up=true", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4536, "down=false", "east=true", "north=false", "south=false", "up=true", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4537, "down=false", "east=true", "north=false", "south=false", "up=false", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4538, "down=false", "east=true", "north=false", "south=false", "up=false", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4539, "down=false", "east=false", "north=true", "south=true", "up=true", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4540, "down=false", "east=false", "north=true", "south=true", "up=true", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4541, "down=false", "east=false", "north=true", "south=true", "up=false", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4542, "down=false", "east=false", "north=true", "south=true", "up=false", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4543, "down=false", "east=false", "north=true", "south=false", "up=true", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4544, "down=false", "east=false", "north=true", "south=false", "up=true", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4545, "down=false", "east=false", "north=true", "south=false", "up=false", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4546, "down=false", "east=false", "north=true", "south=false", "up=false", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4547, "down=false", "east=false", "north=false", "south=true", "up=true", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4548, "down=false", "east=false", "north=false", "south=true", "up=true", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4549, "down=false", "east=false", "north=false", "south=true", "up=false", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4550, "down=false", "east=false", "north=false", "south=true", "up=false", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4551, "down=false", "east=false", "north=false", "south=false", "up=true", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4552, "down=false", "east=false", "north=false", "south=false", "up=true", "west=false")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4553, "down=false", "east=false", "north=false", "south=false", "up=false", "west=true")); + BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4554, "down=false", "east=false", "north=false", "south=false", "up=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownShulkerBox.java index 7ad3ee42a..83aa8158b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownShulkerBox.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BrownShulkerBox { public static void initStates() { - BROWN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9350, "facing=north")); - BROWN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9351, "facing=east")); - BROWN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9352, "facing=south")); - BROWN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9353, "facing=west")); - BROWN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9354, "facing=up")); - BROWN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9355, "facing=down")); + BROWN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8814, "facing=north")); + BROWN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8815, "facing=east")); + BROWN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8816, "facing=south")); + BROWN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8817, "facing=west")); + BROWN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8818, "facing=up")); + BROWN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8819, "facing=down")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownStainedGlassPane.java index bfbb8d3b9..b1ba06125 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownStainedGlassPane.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BrownStainedGlassPane { public static void initStates() { - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7247, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7248, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7249, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7250, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7251, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7252, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7253, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7254, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7255, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7256, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7257, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7258, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7259, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7260, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7261, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7262, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7263, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7264, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7265, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7266, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7267, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7268, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7269, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7270, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7271, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7272, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7273, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7274, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7275, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7276, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7277, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7278, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6711, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6712, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6713, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6714, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6715, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6716, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6717, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6718, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6719, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6720, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6721, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6722, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6723, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6724, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6725, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6726, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6727, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6728, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6729, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6730, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6731, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6732, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6733, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6734, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6735, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6736, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6737, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6738, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6739, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6740, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6741, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); + BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6742, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownWallBanner.java index 780ad7163..744878b47 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownWallBanner.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BrownWallBanner { public static void initStates() { - BROWN_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8201, "facing=north")); - BROWN_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8202, "facing=south")); - BROWN_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8203, "facing=west")); - BROWN_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8204, "facing=east")); + BROWN_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7665, "facing=north")); + BROWN_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7666, "facing=south")); + BROWN_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7667, "facing=west")); + BROWN_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7668, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleColumn.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleColumn.java index 4bdc75d98..5d9c1a251 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleColumn.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleColumn.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BubbleColumn { public static void initStates() { - BUBBLE_COLUMN.addBlockAlternative(new BlockAlternative((short) 9667, "drag=true")); - BUBBLE_COLUMN.addBlockAlternative(new BlockAlternative((short) 9668, "drag=false")); + BUBBLE_COLUMN.addBlockAlternative(new BlockAlternative((short) 9131, "drag=true")); + BUBBLE_COLUMN.addBlockAlternative(new BlockAlternative((short) 9132, "drag=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoral.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoral.java index 2cd240755..681d03246 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoral.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoral.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BubbleCoral { public static void initStates() { - BUBBLE_CORAL.addBlockAlternative(new BlockAlternative((short) 9534, "waterlogged=true")); - BUBBLE_CORAL.addBlockAlternative(new BlockAlternative((short) 9535, "waterlogged=false")); + BUBBLE_CORAL.addBlockAlternative(new BlockAlternative((short) 8998, "waterlogged=true")); + BUBBLE_CORAL.addBlockAlternative(new BlockAlternative((short) 8999, "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoralFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoralFan.java index d3c127305..03510fab1 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoralFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoralFan.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BubbleCoralFan { public static void initStates() { - BUBBLE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9554, "waterlogged=true")); - BUBBLE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9555, "waterlogged=false")); + BUBBLE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9018, "waterlogged=true")); + BUBBLE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9019, "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoralWallFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoralWallFan.java index a1d25fad8..a312c52f6 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoralWallFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoralWallFan.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class BubbleCoralWallFan { public static void initStates() { - BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9616, "facing=north", "waterlogged=true")); - BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9617, "facing=north", "waterlogged=false")); - BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9618, "facing=south", "waterlogged=true")); - BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9619, "facing=south", "waterlogged=false")); - BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9620, "facing=west", "waterlogged=true")); - BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9621, "facing=west", "waterlogged=false")); - BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9622, "facing=east", "waterlogged=true")); - BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9623, "facing=east", "waterlogged=false")); + BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9080, "facing=north", "waterlogged=true")); + BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9081, "facing=north", "waterlogged=false")); + BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9082, "facing=south", "waterlogged=true")); + BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9083, "facing=south", "waterlogged=false")); + BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9084, "facing=west", "waterlogged=true")); + BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9085, "facing=west", "waterlogged=false")); + BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9086, "facing=east", "waterlogged=true")); + BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9087, "facing=east", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Cactus.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Cactus.java index 0e3694268..dfdae7500 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Cactus.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Cactus.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Cactus { public static void initStates() { - CACTUS.addBlockAlternative(new BlockAlternative((short) 3931, "age=0")); - CACTUS.addBlockAlternative(new BlockAlternative((short) 3932, "age=1")); - CACTUS.addBlockAlternative(new BlockAlternative((short) 3933, "age=2")); - CACTUS.addBlockAlternative(new BlockAlternative((short) 3934, "age=3")); - CACTUS.addBlockAlternative(new BlockAlternative((short) 3935, "age=4")); - CACTUS.addBlockAlternative(new BlockAlternative((short) 3936, "age=5")); - CACTUS.addBlockAlternative(new BlockAlternative((short) 3937, "age=6")); - CACTUS.addBlockAlternative(new BlockAlternative((short) 3938, "age=7")); - CACTUS.addBlockAlternative(new BlockAlternative((short) 3939, "age=8")); - CACTUS.addBlockAlternative(new BlockAlternative((short) 3940, "age=9")); - CACTUS.addBlockAlternative(new BlockAlternative((short) 3941, "age=10")); - CACTUS.addBlockAlternative(new BlockAlternative((short) 3942, "age=11")); - CACTUS.addBlockAlternative(new BlockAlternative((short) 3943, "age=12")); - CACTUS.addBlockAlternative(new BlockAlternative((short) 3944, "age=13")); - CACTUS.addBlockAlternative(new BlockAlternative((short) 3945, "age=14")); - CACTUS.addBlockAlternative(new BlockAlternative((short) 3946, "age=15")); + CACTUS.addBlockAlternative(new BlockAlternative((short) 3929, "age=0")); + CACTUS.addBlockAlternative(new BlockAlternative((short) 3930, "age=1")); + CACTUS.addBlockAlternative(new BlockAlternative((short) 3931, "age=2")); + CACTUS.addBlockAlternative(new BlockAlternative((short) 3932, "age=3")); + CACTUS.addBlockAlternative(new BlockAlternative((short) 3933, "age=4")); + CACTUS.addBlockAlternative(new BlockAlternative((short) 3934, "age=5")); + CACTUS.addBlockAlternative(new BlockAlternative((short) 3935, "age=6")); + CACTUS.addBlockAlternative(new BlockAlternative((short) 3936, "age=7")); + CACTUS.addBlockAlternative(new BlockAlternative((short) 3937, "age=8")); + CACTUS.addBlockAlternative(new BlockAlternative((short) 3938, "age=9")); + CACTUS.addBlockAlternative(new BlockAlternative((short) 3939, "age=10")); + CACTUS.addBlockAlternative(new BlockAlternative((short) 3940, "age=11")); + CACTUS.addBlockAlternative(new BlockAlternative((short) 3941, "age=12")); + CACTUS.addBlockAlternative(new BlockAlternative((short) 3942, "age=13")); + CACTUS.addBlockAlternative(new BlockAlternative((short) 3943, "age=14")); + CACTUS.addBlockAlternative(new BlockAlternative((short) 3944, "age=15")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Cake.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Cake.java index 49cdf26d7..c53fb9ca8 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Cake.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Cake.java @@ -7,12 +7,12 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Cake { public static void initStates() { - CAKE.addBlockAlternative(new BlockAlternative((short) 4024, "bites=0")); - CAKE.addBlockAlternative(new BlockAlternative((short) 4025, "bites=1")); - CAKE.addBlockAlternative(new BlockAlternative((short) 4026, "bites=2")); - CAKE.addBlockAlternative(new BlockAlternative((short) 4027, "bites=3")); - CAKE.addBlockAlternative(new BlockAlternative((short) 4028, "bites=4")); - CAKE.addBlockAlternative(new BlockAlternative((short) 4029, "bites=5")); - CAKE.addBlockAlternative(new BlockAlternative((short) 4030, "bites=6")); + CAKE.addBlockAlternative(new BlockAlternative((short) 4010, "bites=0")); + CAKE.addBlockAlternative(new BlockAlternative((short) 4011, "bites=1")); + CAKE.addBlockAlternative(new BlockAlternative((short) 4012, "bites=2")); + CAKE.addBlockAlternative(new BlockAlternative((short) 4013, "bites=3")); + CAKE.addBlockAlternative(new BlockAlternative((short) 4014, "bites=4")); + CAKE.addBlockAlternative(new BlockAlternative((short) 4015, "bites=5")); + CAKE.addBlockAlternative(new BlockAlternative((short) 4016, "bites=6")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Campfire.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Campfire.java index 51b199c1f..54c03e26f 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Campfire.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Campfire.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Campfire { public static void initStates() { - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14890, "facing=north", "lit=true", "signal_fire=true", "waterlogged=true")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14891, "facing=north", "lit=true", "signal_fire=true", "waterlogged=false")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14892, "facing=north", "lit=true", "signal_fire=false", "waterlogged=true")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14893, "facing=north", "lit=true", "signal_fire=false", "waterlogged=false")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14894, "facing=north", "lit=false", "signal_fire=true", "waterlogged=true")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14895, "facing=north", "lit=false", "signal_fire=true", "waterlogged=false")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14896, "facing=north", "lit=false", "signal_fire=false", "waterlogged=true")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14897, "facing=north", "lit=false", "signal_fire=false", "waterlogged=false")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14898, "facing=south", "lit=true", "signal_fire=true", "waterlogged=true")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14899, "facing=south", "lit=true", "signal_fire=true", "waterlogged=false")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14900, "facing=south", "lit=true", "signal_fire=false", "waterlogged=true")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14901, "facing=south", "lit=true", "signal_fire=false", "waterlogged=false")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14902, "facing=south", "lit=false", "signal_fire=true", "waterlogged=true")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14903, "facing=south", "lit=false", "signal_fire=true", "waterlogged=false")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14904, "facing=south", "lit=false", "signal_fire=false", "waterlogged=true")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14905, "facing=south", "lit=false", "signal_fire=false", "waterlogged=false")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14906, "facing=west", "lit=true", "signal_fire=true", "waterlogged=true")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14907, "facing=west", "lit=true", "signal_fire=true", "waterlogged=false")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14908, "facing=west", "lit=true", "signal_fire=false", "waterlogged=true")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14909, "facing=west", "lit=true", "signal_fire=false", "waterlogged=false")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14910, "facing=west", "lit=false", "signal_fire=true", "waterlogged=true")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14911, "facing=west", "lit=false", "signal_fire=true", "waterlogged=false")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14912, "facing=west", "lit=false", "signal_fire=false", "waterlogged=true")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14913, "facing=west", "lit=false", "signal_fire=false", "waterlogged=false")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14914, "facing=east", "lit=true", "signal_fire=true", "waterlogged=true")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14915, "facing=east", "lit=true", "signal_fire=true", "waterlogged=false")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14916, "facing=east", "lit=true", "signal_fire=false", "waterlogged=true")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14917, "facing=east", "lit=true", "signal_fire=false", "waterlogged=false")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14918, "facing=east", "lit=false", "signal_fire=true", "waterlogged=true")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14919, "facing=east", "lit=false", "signal_fire=true", "waterlogged=false")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14920, "facing=east", "lit=false", "signal_fire=false", "waterlogged=true")); - CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14921, "facing=east", "lit=false", "signal_fire=false", "waterlogged=false")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11232, "facing=north", "lit=true", "signal_fire=true", "waterlogged=true")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11233, "facing=north", "lit=true", "signal_fire=true", "waterlogged=false")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11234, "facing=north", "lit=true", "signal_fire=false", "waterlogged=true")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11235, "facing=north", "lit=true", "signal_fire=false", "waterlogged=false")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11236, "facing=north", "lit=false", "signal_fire=true", "waterlogged=true")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11237, "facing=north", "lit=false", "signal_fire=true", "waterlogged=false")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11238, "facing=north", "lit=false", "signal_fire=false", "waterlogged=true")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11239, "facing=north", "lit=false", "signal_fire=false", "waterlogged=false")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11240, "facing=south", "lit=true", "signal_fire=true", "waterlogged=true")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11241, "facing=south", "lit=true", "signal_fire=true", "waterlogged=false")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11242, "facing=south", "lit=true", "signal_fire=false", "waterlogged=true")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11243, "facing=south", "lit=true", "signal_fire=false", "waterlogged=false")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11244, "facing=south", "lit=false", "signal_fire=true", "waterlogged=true")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11245, "facing=south", "lit=false", "signal_fire=true", "waterlogged=false")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11246, "facing=south", "lit=false", "signal_fire=false", "waterlogged=true")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11247, "facing=south", "lit=false", "signal_fire=false", "waterlogged=false")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11248, "facing=west", "lit=true", "signal_fire=true", "waterlogged=true")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11249, "facing=west", "lit=true", "signal_fire=true", "waterlogged=false")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11250, "facing=west", "lit=true", "signal_fire=false", "waterlogged=true")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11251, "facing=west", "lit=true", "signal_fire=false", "waterlogged=false")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11252, "facing=west", "lit=false", "signal_fire=true", "waterlogged=true")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11253, "facing=west", "lit=false", "signal_fire=true", "waterlogged=false")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11254, "facing=west", "lit=false", "signal_fire=false", "waterlogged=true")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11255, "facing=west", "lit=false", "signal_fire=false", "waterlogged=false")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11256, "facing=east", "lit=true", "signal_fire=true", "waterlogged=true")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11257, "facing=east", "lit=true", "signal_fire=true", "waterlogged=false")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11258, "facing=east", "lit=true", "signal_fire=false", "waterlogged=true")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11259, "facing=east", "lit=true", "signal_fire=false", "waterlogged=false")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11260, "facing=east", "lit=false", "signal_fire=true", "waterlogged=true")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11261, "facing=east", "lit=false", "signal_fire=true", "waterlogged=false")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11262, "facing=east", "lit=false", "signal_fire=false", "waterlogged=true")); + CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 11263, "facing=east", "lit=false", "signal_fire=false", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Carrots.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Carrots.java index 1767d2164..d9037ecbb 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Carrots.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Carrots.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Carrots { public static void initStates() { - CARROTS.addBlockAlternative(new BlockAlternative((short) 6330, "age=0")); - CARROTS.addBlockAlternative(new BlockAlternative((short) 6331, "age=1")); - CARROTS.addBlockAlternative(new BlockAlternative((short) 6332, "age=2")); - CARROTS.addBlockAlternative(new BlockAlternative((short) 6333, "age=3")); - CARROTS.addBlockAlternative(new BlockAlternative((short) 6334, "age=4")); - CARROTS.addBlockAlternative(new BlockAlternative((short) 6335, "age=5")); - CARROTS.addBlockAlternative(new BlockAlternative((short) 6336, "age=6")); - CARROTS.addBlockAlternative(new BlockAlternative((short) 6337, "age=7")); + CARROTS.addBlockAlternative(new BlockAlternative((short) 5794, "age=0")); + CARROTS.addBlockAlternative(new BlockAlternative((short) 5795, "age=1")); + CARROTS.addBlockAlternative(new BlockAlternative((short) 5796, "age=2")); + CARROTS.addBlockAlternative(new BlockAlternative((short) 5797, "age=3")); + CARROTS.addBlockAlternative(new BlockAlternative((short) 5798, "age=4")); + CARROTS.addBlockAlternative(new BlockAlternative((short) 5799, "age=5")); + CARROTS.addBlockAlternative(new BlockAlternative((short) 5800, "age=6")); + CARROTS.addBlockAlternative(new BlockAlternative((short) 5801, "age=7")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CarvedPumpkin.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CarvedPumpkin.java index 8e622db1e..e9458d2f6 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CarvedPumpkin.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CarvedPumpkin.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class CarvedPumpkin { public static void initStates() { - CARVED_PUMPKIN.addBlockAlternative(new BlockAlternative((short) 4016, "facing=north")); - CARVED_PUMPKIN.addBlockAlternative(new BlockAlternative((short) 4017, "facing=south")); - CARVED_PUMPKIN.addBlockAlternative(new BlockAlternative((short) 4018, "facing=west")); - CARVED_PUMPKIN.addBlockAlternative(new BlockAlternative((short) 4019, "facing=east")); + CARVED_PUMPKIN.addBlockAlternative(new BlockAlternative((short) 4002, "facing=north")); + CARVED_PUMPKIN.addBlockAlternative(new BlockAlternative((short) 4003, "facing=south")); + CARVED_PUMPKIN.addBlockAlternative(new BlockAlternative((short) 4004, "facing=west")); + CARVED_PUMPKIN.addBlockAlternative(new BlockAlternative((short) 4005, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Cauldron.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Cauldron.java index 1023abef8..1e6c5db19 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Cauldron.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Cauldron.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Cauldron { public static void initStates() { - CAULDRON.addBlockAlternative(new BlockAlternative((short) 5141, "level=0")); - CAULDRON.addBlockAlternative(new BlockAlternative((short) 5142, "level=1")); - CAULDRON.addBlockAlternative(new BlockAlternative((short) 5143, "level=2")); - CAULDRON.addBlockAlternative(new BlockAlternative((short) 5144, "level=3")); + CAULDRON.addBlockAlternative(new BlockAlternative((short) 5125, "level=0")); + CAULDRON.addBlockAlternative(new BlockAlternative((short) 5126, "level=1")); + CAULDRON.addBlockAlternative(new BlockAlternative((short) 5127, "level=2")); + CAULDRON.addBlockAlternative(new BlockAlternative((short) 5128, "level=3")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Chain.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Chain.java deleted file mode 100644 index 55e67eac4..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Chain.java +++ /dev/null @@ -1,13 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class Chain { - public static void initStates() { - CHAIN.addBlockAlternative(new BlockAlternative((short) 4729, "waterlogged=true")); - CHAIN.addBlockAlternative(new BlockAlternative((short) 4730, "waterlogged=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/ChainCommandBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/ChainCommandBlock.java index 7e7d6caef..b949f5d01 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/ChainCommandBlock.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/ChainCommandBlock.java @@ -7,17 +7,17 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class ChainCommandBlock { public static void initStates() { - CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9237, "conditional=true", "facing=north")); - CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9238, "conditional=true", "facing=east")); - CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9239, "conditional=true", "facing=south")); - CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9240, "conditional=true", "facing=west")); - CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9241, "conditional=true", "facing=up")); - CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9242, "conditional=true", "facing=down")); - CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9243, "conditional=false", "facing=north")); - CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9244, "conditional=false", "facing=east")); - CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9245, "conditional=false", "facing=south")); - CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9246, "conditional=false", "facing=west")); - CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9247, "conditional=false", "facing=up")); - CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9248, "conditional=false", "facing=down")); + CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 8701, "conditional=true", "facing=north")); + CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 8702, "conditional=true", "facing=east")); + CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 8703, "conditional=true", "facing=south")); + CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 8704, "conditional=true", "facing=west")); + CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 8705, "conditional=true", "facing=up")); + CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 8706, "conditional=true", "facing=down")); + CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 8707, "conditional=false", "facing=north")); + CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 8708, "conditional=false", "facing=east")); + CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 8709, "conditional=false", "facing=south")); + CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 8710, "conditional=false", "facing=west")); + CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 8711, "conditional=false", "facing=up")); + CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 8712, "conditional=false", "facing=down")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Chest.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Chest.java index 67ab07e55..14f0a6466 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Chest.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Chest.java @@ -7,29 +7,29 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Chest { public static void initStates() { - CHEST.addBlockAlternative(new BlockAlternative((short) 2034, "facing=north", "type=single", "waterlogged=true")); - CHEST.addBlockAlternative(new BlockAlternative((short) 2035, "facing=north", "type=single", "waterlogged=false")); - CHEST.addBlockAlternative(new BlockAlternative((short) 2036, "facing=north", "type=left", "waterlogged=true")); - CHEST.addBlockAlternative(new BlockAlternative((short) 2037, "facing=north", "type=left", "waterlogged=false")); - CHEST.addBlockAlternative(new BlockAlternative((short) 2038, "facing=north", "type=right", "waterlogged=true")); - CHEST.addBlockAlternative(new BlockAlternative((short) 2039, "facing=north", "type=right", "waterlogged=false")); - CHEST.addBlockAlternative(new BlockAlternative((short) 2040, "facing=south", "type=single", "waterlogged=true")); - CHEST.addBlockAlternative(new BlockAlternative((short) 2041, "facing=south", "type=single", "waterlogged=false")); - CHEST.addBlockAlternative(new BlockAlternative((short) 2042, "facing=south", "type=left", "waterlogged=true")); - CHEST.addBlockAlternative(new BlockAlternative((short) 2043, "facing=south", "type=left", "waterlogged=false")); - CHEST.addBlockAlternative(new BlockAlternative((short) 2044, "facing=south", "type=right", "waterlogged=true")); - CHEST.addBlockAlternative(new BlockAlternative((short) 2045, "facing=south", "type=right", "waterlogged=false")); - CHEST.addBlockAlternative(new BlockAlternative((short) 2046, "facing=west", "type=single", "waterlogged=true")); - CHEST.addBlockAlternative(new BlockAlternative((short) 2047, "facing=west", "type=single", "waterlogged=false")); - CHEST.addBlockAlternative(new BlockAlternative((short) 2048, "facing=west", "type=left", "waterlogged=true")); - CHEST.addBlockAlternative(new BlockAlternative((short) 2049, "facing=west", "type=left", "waterlogged=false")); - CHEST.addBlockAlternative(new BlockAlternative((short) 2050, "facing=west", "type=right", "waterlogged=true")); - CHEST.addBlockAlternative(new BlockAlternative((short) 2051, "facing=west", "type=right", "waterlogged=false")); - CHEST.addBlockAlternative(new BlockAlternative((short) 2052, "facing=east", "type=single", "waterlogged=true")); - CHEST.addBlockAlternative(new BlockAlternative((short) 2053, "facing=east", "type=single", "waterlogged=false")); - CHEST.addBlockAlternative(new BlockAlternative((short) 2054, "facing=east", "type=left", "waterlogged=true")); - CHEST.addBlockAlternative(new BlockAlternative((short) 2055, "facing=east", "type=left", "waterlogged=false")); - CHEST.addBlockAlternative(new BlockAlternative((short) 2056, "facing=east", "type=right", "waterlogged=true")); - CHEST.addBlockAlternative(new BlockAlternative((short) 2057, "facing=east", "type=right", "waterlogged=false")); + CHEST.addBlockAlternative(new BlockAlternative((short) 2032, "facing=north", "type=single", "waterlogged=true")); + CHEST.addBlockAlternative(new BlockAlternative((short) 2033, "facing=north", "type=single", "waterlogged=false")); + CHEST.addBlockAlternative(new BlockAlternative((short) 2034, "facing=north", "type=left", "waterlogged=true")); + CHEST.addBlockAlternative(new BlockAlternative((short) 2035, "facing=north", "type=left", "waterlogged=false")); + CHEST.addBlockAlternative(new BlockAlternative((short) 2036, "facing=north", "type=right", "waterlogged=true")); + CHEST.addBlockAlternative(new BlockAlternative((short) 2037, "facing=north", "type=right", "waterlogged=false")); + CHEST.addBlockAlternative(new BlockAlternative((short) 2038, "facing=south", "type=single", "waterlogged=true")); + CHEST.addBlockAlternative(new BlockAlternative((short) 2039, "facing=south", "type=single", "waterlogged=false")); + CHEST.addBlockAlternative(new BlockAlternative((short) 2040, "facing=south", "type=left", "waterlogged=true")); + CHEST.addBlockAlternative(new BlockAlternative((short) 2041, "facing=south", "type=left", "waterlogged=false")); + CHEST.addBlockAlternative(new BlockAlternative((short) 2042, "facing=south", "type=right", "waterlogged=true")); + CHEST.addBlockAlternative(new BlockAlternative((short) 2043, "facing=south", "type=right", "waterlogged=false")); + CHEST.addBlockAlternative(new BlockAlternative((short) 2044, "facing=west", "type=single", "waterlogged=true")); + CHEST.addBlockAlternative(new BlockAlternative((short) 2045, "facing=west", "type=single", "waterlogged=false")); + CHEST.addBlockAlternative(new BlockAlternative((short) 2046, "facing=west", "type=left", "waterlogged=true")); + CHEST.addBlockAlternative(new BlockAlternative((short) 2047, "facing=west", "type=left", "waterlogged=false")); + CHEST.addBlockAlternative(new BlockAlternative((short) 2048, "facing=west", "type=right", "waterlogged=true")); + CHEST.addBlockAlternative(new BlockAlternative((short) 2049, "facing=west", "type=right", "waterlogged=false")); + CHEST.addBlockAlternative(new BlockAlternative((short) 2050, "facing=east", "type=single", "waterlogged=true")); + CHEST.addBlockAlternative(new BlockAlternative((short) 2051, "facing=east", "type=single", "waterlogged=false")); + CHEST.addBlockAlternative(new BlockAlternative((short) 2052, "facing=east", "type=left", "waterlogged=true")); + CHEST.addBlockAlternative(new BlockAlternative((short) 2053, "facing=east", "type=left", "waterlogged=false")); + CHEST.addBlockAlternative(new BlockAlternative((short) 2054, "facing=east", "type=right", "waterlogged=true")); + CHEST.addBlockAlternative(new BlockAlternative((short) 2055, "facing=east", "type=right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/ChippedAnvil.java b/src/autogenerated/java/net/minestom/server/instance/block/states/ChippedAnvil.java index 83f5257bc..32265bda6 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/ChippedAnvil.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/ChippedAnvil.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class ChippedAnvil { public static void initStates() { - CHIPPED_ANVIL.addBlockAlternative(new BlockAlternative((short) 6614, "facing=north")); - CHIPPED_ANVIL.addBlockAlternative(new BlockAlternative((short) 6615, "facing=south")); - CHIPPED_ANVIL.addBlockAlternative(new BlockAlternative((short) 6616, "facing=west")); - CHIPPED_ANVIL.addBlockAlternative(new BlockAlternative((short) 6617, "facing=east")); + CHIPPED_ANVIL.addBlockAlternative(new BlockAlternative((short) 6078, "facing=north")); + CHIPPED_ANVIL.addBlockAlternative(new BlockAlternative((short) 6079, "facing=south")); + CHIPPED_ANVIL.addBlockAlternative(new BlockAlternative((short) 6080, "facing=west")); + CHIPPED_ANVIL.addBlockAlternative(new BlockAlternative((short) 6081, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/ChorusFlower.java b/src/autogenerated/java/net/minestom/server/instance/block/states/ChorusFlower.java index 634e91a22..5751f4385 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/ChorusFlower.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/ChorusFlower.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class ChorusFlower { public static void initStates() { - CHORUS_FLOWER.addBlockAlternative(new BlockAlternative((short) 9128, "age=0")); - CHORUS_FLOWER.addBlockAlternative(new BlockAlternative((short) 9129, "age=1")); - CHORUS_FLOWER.addBlockAlternative(new BlockAlternative((short) 9130, "age=2")); - CHORUS_FLOWER.addBlockAlternative(new BlockAlternative((short) 9131, "age=3")); - CHORUS_FLOWER.addBlockAlternative(new BlockAlternative((short) 9132, "age=4")); - CHORUS_FLOWER.addBlockAlternative(new BlockAlternative((short) 9133, "age=5")); + CHORUS_FLOWER.addBlockAlternative(new BlockAlternative((short) 8592, "age=0")); + CHORUS_FLOWER.addBlockAlternative(new BlockAlternative((short) 8593, "age=1")); + CHORUS_FLOWER.addBlockAlternative(new BlockAlternative((short) 8594, "age=2")); + CHORUS_FLOWER.addBlockAlternative(new BlockAlternative((short) 8595, "age=3")); + CHORUS_FLOWER.addBlockAlternative(new BlockAlternative((short) 8596, "age=4")); + CHORUS_FLOWER.addBlockAlternative(new BlockAlternative((short) 8597, "age=5")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/ChorusPlant.java b/src/autogenerated/java/net/minestom/server/instance/block/states/ChorusPlant.java index 5e4ffed32..e69608630 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/ChorusPlant.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/ChorusPlant.java @@ -7,69 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class ChorusPlant { public static void initStates() { - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9064, "down=true", "east=true", "north=true", "south=true", "up=true", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9065, "down=true", "east=true", "north=true", "south=true", "up=true", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9066, "down=true", "east=true", "north=true", "south=true", "up=false", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9067, "down=true", "east=true", "north=true", "south=true", "up=false", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9068, "down=true", "east=true", "north=true", "south=false", "up=true", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9069, "down=true", "east=true", "north=true", "south=false", "up=true", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9070, "down=true", "east=true", "north=true", "south=false", "up=false", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9071, "down=true", "east=true", "north=true", "south=false", "up=false", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9072, "down=true", "east=true", "north=false", "south=true", "up=true", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9073, "down=true", "east=true", "north=false", "south=true", "up=true", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9074, "down=true", "east=true", "north=false", "south=true", "up=false", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9075, "down=true", "east=true", "north=false", "south=true", "up=false", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9076, "down=true", "east=true", "north=false", "south=false", "up=true", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9077, "down=true", "east=true", "north=false", "south=false", "up=true", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9078, "down=true", "east=true", "north=false", "south=false", "up=false", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9079, "down=true", "east=true", "north=false", "south=false", "up=false", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9080, "down=true", "east=false", "north=true", "south=true", "up=true", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9081, "down=true", "east=false", "north=true", "south=true", "up=true", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9082, "down=true", "east=false", "north=true", "south=true", "up=false", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9083, "down=true", "east=false", "north=true", "south=true", "up=false", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9084, "down=true", "east=false", "north=true", "south=false", "up=true", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9085, "down=true", "east=false", "north=true", "south=false", "up=true", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9086, "down=true", "east=false", "north=true", "south=false", "up=false", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9087, "down=true", "east=false", "north=true", "south=false", "up=false", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9088, "down=true", "east=false", "north=false", "south=true", "up=true", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9089, "down=true", "east=false", "north=false", "south=true", "up=true", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9090, "down=true", "east=false", "north=false", "south=true", "up=false", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9091, "down=true", "east=false", "north=false", "south=true", "up=false", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9092, "down=true", "east=false", "north=false", "south=false", "up=true", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9093, "down=true", "east=false", "north=false", "south=false", "up=true", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9094, "down=true", "east=false", "north=false", "south=false", "up=false", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9095, "down=true", "east=false", "north=false", "south=false", "up=false", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9096, "down=false", "east=true", "north=true", "south=true", "up=true", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9097, "down=false", "east=true", "north=true", "south=true", "up=true", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9098, "down=false", "east=true", "north=true", "south=true", "up=false", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9099, "down=false", "east=true", "north=true", "south=true", "up=false", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9100, "down=false", "east=true", "north=true", "south=false", "up=true", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9101, "down=false", "east=true", "north=true", "south=false", "up=true", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9102, "down=false", "east=true", "north=true", "south=false", "up=false", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9103, "down=false", "east=true", "north=true", "south=false", "up=false", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9104, "down=false", "east=true", "north=false", "south=true", "up=true", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9105, "down=false", "east=true", "north=false", "south=true", "up=true", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9106, "down=false", "east=true", "north=false", "south=true", "up=false", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9107, "down=false", "east=true", "north=false", "south=true", "up=false", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9108, "down=false", "east=true", "north=false", "south=false", "up=true", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9109, "down=false", "east=true", "north=false", "south=false", "up=true", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9110, "down=false", "east=true", "north=false", "south=false", "up=false", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9111, "down=false", "east=true", "north=false", "south=false", "up=false", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9112, "down=false", "east=false", "north=true", "south=true", "up=true", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9113, "down=false", "east=false", "north=true", "south=true", "up=true", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9114, "down=false", "east=false", "north=true", "south=true", "up=false", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9115, "down=false", "east=false", "north=true", "south=true", "up=false", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9116, "down=false", "east=false", "north=true", "south=false", "up=true", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9117, "down=false", "east=false", "north=true", "south=false", "up=true", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9118, "down=false", "east=false", "north=true", "south=false", "up=false", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9119, "down=false", "east=false", "north=true", "south=false", "up=false", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9120, "down=false", "east=false", "north=false", "south=true", "up=true", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9121, "down=false", "east=false", "north=false", "south=true", "up=true", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9122, "down=false", "east=false", "north=false", "south=true", "up=false", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9123, "down=false", "east=false", "north=false", "south=true", "up=false", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9124, "down=false", "east=false", "north=false", "south=false", "up=true", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9125, "down=false", "east=false", "north=false", "south=false", "up=true", "west=false")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9126, "down=false", "east=false", "north=false", "south=false", "up=false", "west=true")); - CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9127, "down=false", "east=false", "north=false", "south=false", "up=false", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8528, "down=true", "east=true", "north=true", "south=true", "up=true", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8529, "down=true", "east=true", "north=true", "south=true", "up=true", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8530, "down=true", "east=true", "north=true", "south=true", "up=false", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8531, "down=true", "east=true", "north=true", "south=true", "up=false", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8532, "down=true", "east=true", "north=true", "south=false", "up=true", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8533, "down=true", "east=true", "north=true", "south=false", "up=true", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8534, "down=true", "east=true", "north=true", "south=false", "up=false", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8535, "down=true", "east=true", "north=true", "south=false", "up=false", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8536, "down=true", "east=true", "north=false", "south=true", "up=true", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8537, "down=true", "east=true", "north=false", "south=true", "up=true", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8538, "down=true", "east=true", "north=false", "south=true", "up=false", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8539, "down=true", "east=true", "north=false", "south=true", "up=false", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8540, "down=true", "east=true", "north=false", "south=false", "up=true", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8541, "down=true", "east=true", "north=false", "south=false", "up=true", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8542, "down=true", "east=true", "north=false", "south=false", "up=false", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8543, "down=true", "east=true", "north=false", "south=false", "up=false", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8544, "down=true", "east=false", "north=true", "south=true", "up=true", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8545, "down=true", "east=false", "north=true", "south=true", "up=true", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8546, "down=true", "east=false", "north=true", "south=true", "up=false", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8547, "down=true", "east=false", "north=true", "south=true", "up=false", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8548, "down=true", "east=false", "north=true", "south=false", "up=true", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8549, "down=true", "east=false", "north=true", "south=false", "up=true", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8550, "down=true", "east=false", "north=true", "south=false", "up=false", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8551, "down=true", "east=false", "north=true", "south=false", "up=false", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8552, "down=true", "east=false", "north=false", "south=true", "up=true", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8553, "down=true", "east=false", "north=false", "south=true", "up=true", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8554, "down=true", "east=false", "north=false", "south=true", "up=false", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8555, "down=true", "east=false", "north=false", "south=true", "up=false", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8556, "down=true", "east=false", "north=false", "south=false", "up=true", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8557, "down=true", "east=false", "north=false", "south=false", "up=true", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8558, "down=true", "east=false", "north=false", "south=false", "up=false", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8559, "down=true", "east=false", "north=false", "south=false", "up=false", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8560, "down=false", "east=true", "north=true", "south=true", "up=true", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8561, "down=false", "east=true", "north=true", "south=true", "up=true", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8562, "down=false", "east=true", "north=true", "south=true", "up=false", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8563, "down=false", "east=true", "north=true", "south=true", "up=false", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8564, "down=false", "east=true", "north=true", "south=false", "up=true", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8565, "down=false", "east=true", "north=true", "south=false", "up=true", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8566, "down=false", "east=true", "north=true", "south=false", "up=false", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8567, "down=false", "east=true", "north=true", "south=false", "up=false", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8568, "down=false", "east=true", "north=false", "south=true", "up=true", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8569, "down=false", "east=true", "north=false", "south=true", "up=true", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8570, "down=false", "east=true", "north=false", "south=true", "up=false", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8571, "down=false", "east=true", "north=false", "south=true", "up=false", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8572, "down=false", "east=true", "north=false", "south=false", "up=true", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8573, "down=false", "east=true", "north=false", "south=false", "up=true", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8574, "down=false", "east=true", "north=false", "south=false", "up=false", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8575, "down=false", "east=true", "north=false", "south=false", "up=false", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8576, "down=false", "east=false", "north=true", "south=true", "up=true", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8577, "down=false", "east=false", "north=true", "south=true", "up=true", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8578, "down=false", "east=false", "north=true", "south=true", "up=false", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8579, "down=false", "east=false", "north=true", "south=true", "up=false", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8580, "down=false", "east=false", "north=true", "south=false", "up=true", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8581, "down=false", "east=false", "north=true", "south=false", "up=true", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8582, "down=false", "east=false", "north=true", "south=false", "up=false", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8583, "down=false", "east=false", "north=true", "south=false", "up=false", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8584, "down=false", "east=false", "north=false", "south=true", "up=true", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8585, "down=false", "east=false", "north=false", "south=true", "up=true", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8586, "down=false", "east=false", "north=false", "south=true", "up=false", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8587, "down=false", "east=false", "north=false", "south=true", "up=false", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8588, "down=false", "east=false", "north=false", "south=false", "up=true", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8589, "down=false", "east=false", "north=false", "south=false", "up=true", "west=false")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8590, "down=false", "east=false", "north=false", "south=false", "up=false", "west=true")); + CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 8591, "down=false", "east=false", "north=false", "south=false", "up=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneSlab.java index de5928569..0262f5929 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class CobblestoneSlab { public static void initStates() { - COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8366, "type=top", "waterlogged=true")); - COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8367, "type=top", "waterlogged=false")); - COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8368, "type=bottom", "waterlogged=true")); - COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8369, "type=bottom", "waterlogged=false")); - COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8370, "type=double", "waterlogged=true")); - COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8371, "type=double", "waterlogged=false")); + COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7830, "type=top", "waterlogged=true")); + COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7831, "type=top", "waterlogged=false")); + COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7832, "type=bottom", "waterlogged=true")); + COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7833, "type=bottom", "waterlogged=false")); + COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7834, "type=double", "waterlogged=true")); + COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7835, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneStairs.java index 1abacdd07..6b8956fc7 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class CobblestoneStairs { public static void initStates() { - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3655, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3656, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3657, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3658, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3659, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3660, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3661, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3662, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3663, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3664, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3665, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3666, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3667, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3668, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3669, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3670, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3671, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3672, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3673, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3674, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3675, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3676, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3677, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3678, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3679, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3680, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3681, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3682, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3683, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3684, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3685, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3686, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3687, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3688, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3689, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3690, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3691, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3692, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3693, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3694, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3695, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3696, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3697, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3698, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3699, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3700, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3701, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3702, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3703, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3704, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3705, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3706, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3707, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3708, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3709, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3710, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3711, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3712, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3713, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3714, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3715, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3716, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3717, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3718, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3719, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3720, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3721, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3722, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3723, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3724, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3725, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3726, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3727, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3728, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3729, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3730, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3731, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3732, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3733, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3734, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3653, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3654, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3655, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3656, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3657, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3658, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3659, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3660, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3661, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3662, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3663, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3664, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3665, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3666, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3667, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3668, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3669, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3670, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3671, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3672, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3673, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3674, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3675, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3676, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3677, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3678, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3679, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3680, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3681, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3682, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3683, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3684, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3685, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3686, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3687, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3688, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3689, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3690, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3691, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3692, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3693, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3694, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3695, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3696, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3697, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3698, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3699, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3700, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3701, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3702, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3703, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3704, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3705, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3706, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3707, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3708, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3709, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3710, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3711, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3712, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3713, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3714, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3715, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3716, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3717, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3718, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3719, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3720, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3721, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3722, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3723, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3724, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3725, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3726, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3727, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3728, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3729, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3730, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3731, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3732, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneWall.java index 3ffbc1298..838327700 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneWall.java @@ -7,329 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class CobblestoneWall { public static void initStates() { - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5657, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5658, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5659, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5660, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5661, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5662, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5663, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5664, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5665, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5666, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5667, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5668, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5669, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5670, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5671, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5672, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5673, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5674, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5675, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5676, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5677, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5678, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5679, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5680, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5681, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5682, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5683, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5684, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5685, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5686, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5687, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5688, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5689, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5690, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5691, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5692, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5693, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5694, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5695, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5696, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5697, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5698, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5699, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5700, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5701, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5702, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5703, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5704, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5705, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5706, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5707, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5708, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5709, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5710, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5711, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5712, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5713, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5714, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5715, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5716, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5717, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5718, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5719, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5720, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5721, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5722, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5723, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5724, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5725, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5726, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5727, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5728, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5729, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5730, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5731, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5732, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5733, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5734, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5735, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5736, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5737, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5738, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5739, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5740, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5741, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5742, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5743, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5744, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5745, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5746, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5747, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5748, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5749, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5750, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5751, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5752, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5753, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5754, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5755, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5756, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5757, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5758, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5759, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5760, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5761, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5762, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5763, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5764, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5765, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5766, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5767, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5768, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5769, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5770, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5771, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5772, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5773, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5774, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5775, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5776, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5777, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5778, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5779, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5780, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5781, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5782, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5783, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5784, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5785, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5786, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5787, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5788, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5789, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5790, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5791, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5792, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5793, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5794, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5795, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5796, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5797, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5798, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5799, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5800, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5801, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5802, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5803, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5804, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5805, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5806, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5807, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5808, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5809, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5810, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5811, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5812, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5813, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5814, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5815, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5816, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5817, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5818, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5819, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5820, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5821, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5822, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5823, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5824, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5825, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5826, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5827, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5828, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5829, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5830, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5831, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5832, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5833, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5834, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5835, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5836, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5837, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5838, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5839, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5840, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5841, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5842, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5843, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5844, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5845, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5846, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5847, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5848, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5849, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5850, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5851, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5852, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5853, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5854, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5855, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5856, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5857, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5858, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5859, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5860, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5861, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5862, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5863, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5864, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5865, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5866, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5867, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5868, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5869, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5870, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5871, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5872, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5873, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5874, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5875, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5876, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5877, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5878, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5879, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5880, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5881, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5882, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5883, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5884, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5885, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5886, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5887, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5888, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5889, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5890, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5891, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5892, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5893, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5894, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5895, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5896, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5897, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5898, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5899, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5900, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5901, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5902, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5903, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5904, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5905, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5906, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5907, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5908, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5909, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5910, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5911, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5912, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5913, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5914, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5915, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5916, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5917, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5918, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5919, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5920, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5921, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5922, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5923, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5924, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5925, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5926, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5927, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5928, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5929, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5930, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5931, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5932, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5933, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5934, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5935, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5936, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5937, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5938, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5939, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5940, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5941, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5942, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5943, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5944, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5945, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5946, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5947, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5948, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5949, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5950, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5951, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5952, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5953, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5954, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5955, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5956, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5957, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5958, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5959, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5960, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5961, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5962, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5963, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5964, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5965, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5966, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5967, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5968, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5969, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5970, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5971, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5972, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5973, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5974, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5975, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5976, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5977, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5978, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5979, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5980, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5641, "east=true", "north=true", "south=true", "up=true", "waterlogged=true", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5642, "east=true", "north=true", "south=true", "up=true", "waterlogged=true", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5643, "east=true", "north=true", "south=true", "up=true", "waterlogged=false", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5644, "east=true", "north=true", "south=true", "up=true", "waterlogged=false", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5645, "east=true", "north=true", "south=true", "up=false", "waterlogged=true", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5646, "east=true", "north=true", "south=true", "up=false", "waterlogged=true", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5647, "east=true", "north=true", "south=true", "up=false", "waterlogged=false", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5648, "east=true", "north=true", "south=true", "up=false", "waterlogged=false", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5649, "east=true", "north=true", "south=false", "up=true", "waterlogged=true", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5650, "east=true", "north=true", "south=false", "up=true", "waterlogged=true", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5651, "east=true", "north=true", "south=false", "up=true", "waterlogged=false", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5652, "east=true", "north=true", "south=false", "up=true", "waterlogged=false", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5653, "east=true", "north=true", "south=false", "up=false", "waterlogged=true", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5654, "east=true", "north=true", "south=false", "up=false", "waterlogged=true", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5655, "east=true", "north=true", "south=false", "up=false", "waterlogged=false", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5656, "east=true", "north=true", "south=false", "up=false", "waterlogged=false", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5657, "east=true", "north=false", "south=true", "up=true", "waterlogged=true", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5658, "east=true", "north=false", "south=true", "up=true", "waterlogged=true", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5659, "east=true", "north=false", "south=true", "up=true", "waterlogged=false", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5660, "east=true", "north=false", "south=true", "up=true", "waterlogged=false", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5661, "east=true", "north=false", "south=true", "up=false", "waterlogged=true", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5662, "east=true", "north=false", "south=true", "up=false", "waterlogged=true", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5663, "east=true", "north=false", "south=true", "up=false", "waterlogged=false", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5664, "east=true", "north=false", "south=true", "up=false", "waterlogged=false", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5665, "east=true", "north=false", "south=false", "up=true", "waterlogged=true", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5666, "east=true", "north=false", "south=false", "up=true", "waterlogged=true", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5667, "east=true", "north=false", "south=false", "up=true", "waterlogged=false", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5668, "east=true", "north=false", "south=false", "up=true", "waterlogged=false", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5669, "east=true", "north=false", "south=false", "up=false", "waterlogged=true", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5670, "east=true", "north=false", "south=false", "up=false", "waterlogged=true", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5671, "east=true", "north=false", "south=false", "up=false", "waterlogged=false", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5672, "east=true", "north=false", "south=false", "up=false", "waterlogged=false", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5673, "east=false", "north=true", "south=true", "up=true", "waterlogged=true", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5674, "east=false", "north=true", "south=true", "up=true", "waterlogged=true", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5675, "east=false", "north=true", "south=true", "up=true", "waterlogged=false", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5676, "east=false", "north=true", "south=true", "up=true", "waterlogged=false", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5677, "east=false", "north=true", "south=true", "up=false", "waterlogged=true", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5678, "east=false", "north=true", "south=true", "up=false", "waterlogged=true", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5679, "east=false", "north=true", "south=true", "up=false", "waterlogged=false", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5680, "east=false", "north=true", "south=true", "up=false", "waterlogged=false", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5681, "east=false", "north=true", "south=false", "up=true", "waterlogged=true", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5682, "east=false", "north=true", "south=false", "up=true", "waterlogged=true", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5683, "east=false", "north=true", "south=false", "up=true", "waterlogged=false", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5684, "east=false", "north=true", "south=false", "up=true", "waterlogged=false", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5685, "east=false", "north=true", "south=false", "up=false", "waterlogged=true", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5686, "east=false", "north=true", "south=false", "up=false", "waterlogged=true", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5687, "east=false", "north=true", "south=false", "up=false", "waterlogged=false", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5688, "east=false", "north=true", "south=false", "up=false", "waterlogged=false", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5689, "east=false", "north=false", "south=true", "up=true", "waterlogged=true", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5690, "east=false", "north=false", "south=true", "up=true", "waterlogged=true", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5691, "east=false", "north=false", "south=true", "up=true", "waterlogged=false", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5692, "east=false", "north=false", "south=true", "up=true", "waterlogged=false", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5693, "east=false", "north=false", "south=true", "up=false", "waterlogged=true", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5694, "east=false", "north=false", "south=true", "up=false", "waterlogged=true", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5695, "east=false", "north=false", "south=true", "up=false", "waterlogged=false", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5696, "east=false", "north=false", "south=true", "up=false", "waterlogged=false", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5697, "east=false", "north=false", "south=false", "up=true", "waterlogged=true", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5698, "east=false", "north=false", "south=false", "up=true", "waterlogged=true", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5699, "east=false", "north=false", "south=false", "up=true", "waterlogged=false", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5700, "east=false", "north=false", "south=false", "up=true", "waterlogged=false", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5701, "east=false", "north=false", "south=false", "up=false", "waterlogged=true", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5702, "east=false", "north=false", "south=false", "up=false", "waterlogged=true", "west=false")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5703, "east=false", "north=false", "south=false", "up=false", "waterlogged=false", "west=true")); + COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5704, "east=false", "north=false", "south=false", "up=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Cocoa.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Cocoa.java index 63557c631..3a5488b4d 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Cocoa.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Cocoa.java @@ -7,17 +7,17 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Cocoa { public static void initStates() { - COCOA.addBlockAlternative(new BlockAlternative((short) 5158, "age=0", "facing=north")); - COCOA.addBlockAlternative(new BlockAlternative((short) 5159, "age=0", "facing=south")); - COCOA.addBlockAlternative(new BlockAlternative((short) 5160, "age=0", "facing=west")); - COCOA.addBlockAlternative(new BlockAlternative((short) 5161, "age=0", "facing=east")); - COCOA.addBlockAlternative(new BlockAlternative((short) 5162, "age=1", "facing=north")); - COCOA.addBlockAlternative(new BlockAlternative((short) 5163, "age=1", "facing=south")); - COCOA.addBlockAlternative(new BlockAlternative((short) 5164, "age=1", "facing=west")); - COCOA.addBlockAlternative(new BlockAlternative((short) 5165, "age=1", "facing=east")); - COCOA.addBlockAlternative(new BlockAlternative((short) 5166, "age=2", "facing=north")); - COCOA.addBlockAlternative(new BlockAlternative((short) 5167, "age=2", "facing=south")); - COCOA.addBlockAlternative(new BlockAlternative((short) 5168, "age=2", "facing=west")); - COCOA.addBlockAlternative(new BlockAlternative((short) 5169, "age=2", "facing=east")); + COCOA.addBlockAlternative(new BlockAlternative((short) 5142, "age=0", "facing=north")); + COCOA.addBlockAlternative(new BlockAlternative((short) 5143, "age=0", "facing=south")); + COCOA.addBlockAlternative(new BlockAlternative((short) 5144, "age=0", "facing=west")); + COCOA.addBlockAlternative(new BlockAlternative((short) 5145, "age=0", "facing=east")); + COCOA.addBlockAlternative(new BlockAlternative((short) 5146, "age=1", "facing=north")); + COCOA.addBlockAlternative(new BlockAlternative((short) 5147, "age=1", "facing=south")); + COCOA.addBlockAlternative(new BlockAlternative((short) 5148, "age=1", "facing=west")); + COCOA.addBlockAlternative(new BlockAlternative((short) 5149, "age=1", "facing=east")); + COCOA.addBlockAlternative(new BlockAlternative((short) 5150, "age=2", "facing=north")); + COCOA.addBlockAlternative(new BlockAlternative((short) 5151, "age=2", "facing=south")); + COCOA.addBlockAlternative(new BlockAlternative((short) 5152, "age=2", "facing=west")); + COCOA.addBlockAlternative(new BlockAlternative((short) 5153, "age=2", "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CommandBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CommandBlock.java index 1d5a9b48b..135df7b28 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CommandBlock.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CommandBlock.java @@ -7,17 +7,17 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class CommandBlock { public static void initStates() { - COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5644, "conditional=true", "facing=north")); - COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5645, "conditional=true", "facing=east")); - COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5646, "conditional=true", "facing=south")); - COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5647, "conditional=true", "facing=west")); - COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5648, "conditional=true", "facing=up")); - COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5649, "conditional=true", "facing=down")); - COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5650, "conditional=false", "facing=north")); - COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5651, "conditional=false", "facing=east")); - COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5652, "conditional=false", "facing=south")); - COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5653, "conditional=false", "facing=west")); - COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5654, "conditional=false", "facing=up")); - COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5655, "conditional=false", "facing=down")); + COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5628, "conditional=true", "facing=north")); + COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5629, "conditional=true", "facing=east")); + COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5630, "conditional=true", "facing=south")); + COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5631, "conditional=true", "facing=west")); + COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5632, "conditional=true", "facing=up")); + COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5633, "conditional=true", "facing=down")); + COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5634, "conditional=false", "facing=north")); + COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5635, "conditional=false", "facing=east")); + COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5636, "conditional=false", "facing=south")); + COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5637, "conditional=false", "facing=west")); + COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5638, "conditional=false", "facing=up")); + COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5639, "conditional=false", "facing=down")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Comparator.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Comparator.java index 44f8f6de4..3f0ed12f5 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Comparator.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Comparator.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Comparator { public static void initStates() { - COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6678, "facing=north", "mode=compare", "powered=true")); - COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6679, "facing=north", "mode=compare", "powered=false")); - COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6680, "facing=north", "mode=subtract", "powered=true")); - COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6681, "facing=north", "mode=subtract", "powered=false")); - COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6682, "facing=south", "mode=compare", "powered=true")); - COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6683, "facing=south", "mode=compare", "powered=false")); - COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6684, "facing=south", "mode=subtract", "powered=true")); - COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6685, "facing=south", "mode=subtract", "powered=false")); - COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6686, "facing=west", "mode=compare", "powered=true")); - COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6687, "facing=west", "mode=compare", "powered=false")); - COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6688, "facing=west", "mode=subtract", "powered=true")); - COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6689, "facing=west", "mode=subtract", "powered=false")); - COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6690, "facing=east", "mode=compare", "powered=true")); - COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6691, "facing=east", "mode=compare", "powered=false")); - COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6692, "facing=east", "mode=subtract", "powered=true")); - COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6693, "facing=east", "mode=subtract", "powered=false")); + COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6142, "facing=north", "mode=compare", "powered=true")); + COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6143, "facing=north", "mode=compare", "powered=false")); + COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6144, "facing=north", "mode=subtract", "powered=true")); + COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6145, "facing=north", "mode=subtract", "powered=false")); + COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6146, "facing=south", "mode=compare", "powered=true")); + COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6147, "facing=south", "mode=compare", "powered=false")); + COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6148, "facing=south", "mode=subtract", "powered=true")); + COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6149, "facing=south", "mode=subtract", "powered=false")); + COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6150, "facing=west", "mode=compare", "powered=true")); + COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6151, "facing=west", "mode=compare", "powered=false")); + COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6152, "facing=west", "mode=subtract", "powered=true")); + COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6153, "facing=west", "mode=subtract", "powered=false")); + COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6154, "facing=east", "mode=compare", "powered=true")); + COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6155, "facing=east", "mode=compare", "powered=false")); + COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6156, "facing=east", "mode=subtract", "powered=true")); + COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6157, "facing=east", "mode=subtract", "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Composter.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Composter.java index ae5d2811a..565b63f9c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Composter.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Composter.java @@ -7,14 +7,14 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Composter { public static void initStates() { - COMPOSTER.addBlockAlternative(new BlockAlternative((short) 15751, "level=0")); - COMPOSTER.addBlockAlternative(new BlockAlternative((short) 15752, "level=1")); - COMPOSTER.addBlockAlternative(new BlockAlternative((short) 15753, "level=2")); - COMPOSTER.addBlockAlternative(new BlockAlternative((short) 15754, "level=3")); - COMPOSTER.addBlockAlternative(new BlockAlternative((short) 15755, "level=4")); - COMPOSTER.addBlockAlternative(new BlockAlternative((short) 15756, "level=5")); - COMPOSTER.addBlockAlternative(new BlockAlternative((short) 15757, "level=6")); - COMPOSTER.addBlockAlternative(new BlockAlternative((short) 15758, "level=7")); - COMPOSTER.addBlockAlternative(new BlockAlternative((short) 15759, "level=8")); + COMPOSTER.addBlockAlternative(new BlockAlternative((short) 11278, "level=0")); + COMPOSTER.addBlockAlternative(new BlockAlternative((short) 11279, "level=1")); + COMPOSTER.addBlockAlternative(new BlockAlternative((short) 11280, "level=2")); + COMPOSTER.addBlockAlternative(new BlockAlternative((short) 11281, "level=3")); + COMPOSTER.addBlockAlternative(new BlockAlternative((short) 11282, "level=4")); + COMPOSTER.addBlockAlternative(new BlockAlternative((short) 11283, "level=5")); + COMPOSTER.addBlockAlternative(new BlockAlternative((short) 11284, "level=6")); + COMPOSTER.addBlockAlternative(new BlockAlternative((short) 11285, "level=7")); + COMPOSTER.addBlockAlternative(new BlockAlternative((short) 11286, "level=8")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Conduit.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Conduit.java index e649f4525..895d976bc 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Conduit.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Conduit.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Conduit { public static void initStates() { - CONDUIT.addBlockAlternative(new BlockAlternative((short) 9649, "waterlogged=true")); - CONDUIT.addBlockAlternative(new BlockAlternative((short) 9650, "waterlogged=false")); + CONDUIT.addBlockAlternative(new BlockAlternative((short) 9113, "waterlogged=true")); + CONDUIT.addBlockAlternative(new BlockAlternative((short) 9114, "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CreeperHead.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CreeperHead.java index cf39542f9..104fd3c08 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CreeperHead.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CreeperHead.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class CreeperHead { public static void initStates() { - CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6570, "rotation=0")); - CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6571, "rotation=1")); - CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6572, "rotation=2")); - CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6573, "rotation=3")); - CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6574, "rotation=4")); - CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6575, "rotation=5")); - CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6576, "rotation=6")); - CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6577, "rotation=7")); - CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6578, "rotation=8")); - CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6579, "rotation=9")); - CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6580, "rotation=10")); - CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6581, "rotation=11")); - CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6582, "rotation=12")); - CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6583, "rotation=13")); - CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6584, "rotation=14")); - CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6585, "rotation=15")); + CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6034, "rotation=0")); + CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6035, "rotation=1")); + CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6036, "rotation=2")); + CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6037, "rotation=3")); + CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6038, "rotation=4")); + CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6039, "rotation=5")); + CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6040, "rotation=6")); + CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6041, "rotation=7")); + CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6042, "rotation=8")); + CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6043, "rotation=9")); + CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6044, "rotation=10")); + CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6045, "rotation=11")); + CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6046, "rotation=12")); + CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6047, "rotation=13")); + CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6048, "rotation=14")); + CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6049, "rotation=15")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CreeperWallHead.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CreeperWallHead.java index 144225ae9..8431cc0f7 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CreeperWallHead.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CreeperWallHead.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class CreeperWallHead { public static void initStates() { - CREEPER_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6586, "facing=north")); - CREEPER_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6587, "facing=south")); - CREEPER_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6588, "facing=west")); - CREEPER_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6589, "facing=east")); + CREEPER_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6050, "facing=north")); + CREEPER_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6051, "facing=south")); + CREEPER_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6052, "facing=west")); + CREEPER_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6053, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonButton.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonButton.java deleted file mode 100644 index 3cfc9639e..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonButton.java +++ /dev/null @@ -1,35 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class CrimsonButton { - public static void initStates() { - CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15479, "face=floor", "facing=north", "powered=true")); - CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15480, "face=floor", "facing=north", "powered=false")); - CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15481, "face=floor", "facing=south", "powered=true")); - CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15482, "face=floor", "facing=south", "powered=false")); - CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15483, "face=floor", "facing=west", "powered=true")); - CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15484, "face=floor", "facing=west", "powered=false")); - CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15485, "face=floor", "facing=east", "powered=true")); - CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15486, "face=floor", "facing=east", "powered=false")); - CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15487, "face=wall", "facing=north", "powered=true")); - CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15488, "face=wall", "facing=north", "powered=false")); - CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15489, "face=wall", "facing=south", "powered=true")); - CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15490, "face=wall", "facing=south", "powered=false")); - CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15491, "face=wall", "facing=west", "powered=true")); - CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15492, "face=wall", "facing=west", "powered=false")); - CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15493, "face=wall", "facing=east", "powered=true")); - CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15494, "face=wall", "facing=east", "powered=false")); - CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15495, "face=ceiling", "facing=north", "powered=true")); - CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15496, "face=ceiling", "facing=north", "powered=false")); - CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15497, "face=ceiling", "facing=south", "powered=true")); - CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15498, "face=ceiling", "facing=south", "powered=false")); - CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15499, "face=ceiling", "facing=west", "powered=true")); - CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15500, "face=ceiling", "facing=west", "powered=false")); - CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15501, "face=ceiling", "facing=east", "powered=true")); - CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15502, "face=ceiling", "facing=east", "powered=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonDoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonDoor.java deleted file mode 100644 index b6bf0ef4f..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonDoor.java +++ /dev/null @@ -1,75 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class CrimsonDoor { - public static void initStates() { - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15527, "facing=north", "half=upper", "hinge=left", "open=true", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15528, "facing=north", "half=upper", "hinge=left", "open=true", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15529, "facing=north", "half=upper", "hinge=left", "open=false", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15530, "facing=north", "half=upper", "hinge=left", "open=false", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15531, "facing=north", "half=upper", "hinge=right", "open=true", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15532, "facing=north", "half=upper", "hinge=right", "open=true", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15533, "facing=north", "half=upper", "hinge=right", "open=false", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15534, "facing=north", "half=upper", "hinge=right", "open=false", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15535, "facing=north", "half=lower", "hinge=left", "open=true", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15536, "facing=north", "half=lower", "hinge=left", "open=true", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15537, "facing=north", "half=lower", "hinge=left", "open=false", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15538, "facing=north", "half=lower", "hinge=left", "open=false", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15539, "facing=north", "half=lower", "hinge=right", "open=true", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15540, "facing=north", "half=lower", "hinge=right", "open=true", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15541, "facing=north", "half=lower", "hinge=right", "open=false", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15542, "facing=north", "half=lower", "hinge=right", "open=false", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15543, "facing=south", "half=upper", "hinge=left", "open=true", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15544, "facing=south", "half=upper", "hinge=left", "open=true", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15545, "facing=south", "half=upper", "hinge=left", "open=false", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15546, "facing=south", "half=upper", "hinge=left", "open=false", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15547, "facing=south", "half=upper", "hinge=right", "open=true", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15548, "facing=south", "half=upper", "hinge=right", "open=true", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15549, "facing=south", "half=upper", "hinge=right", "open=false", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15550, "facing=south", "half=upper", "hinge=right", "open=false", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15551, "facing=south", "half=lower", "hinge=left", "open=true", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15552, "facing=south", "half=lower", "hinge=left", "open=true", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15553, "facing=south", "half=lower", "hinge=left", "open=false", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15554, "facing=south", "half=lower", "hinge=left", "open=false", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15555, "facing=south", "half=lower", "hinge=right", "open=true", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15556, "facing=south", "half=lower", "hinge=right", "open=true", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15557, "facing=south", "half=lower", "hinge=right", "open=false", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15558, "facing=south", "half=lower", "hinge=right", "open=false", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15559, "facing=west", "half=upper", "hinge=left", "open=true", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15560, "facing=west", "half=upper", "hinge=left", "open=true", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15561, "facing=west", "half=upper", "hinge=left", "open=false", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15562, "facing=west", "half=upper", "hinge=left", "open=false", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15563, "facing=west", "half=upper", "hinge=right", "open=true", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15564, "facing=west", "half=upper", "hinge=right", "open=true", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15565, "facing=west", "half=upper", "hinge=right", "open=false", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15566, "facing=west", "half=upper", "hinge=right", "open=false", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15567, "facing=west", "half=lower", "hinge=left", "open=true", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15568, "facing=west", "half=lower", "hinge=left", "open=true", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15569, "facing=west", "half=lower", "hinge=left", "open=false", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15570, "facing=west", "half=lower", "hinge=left", "open=false", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15571, "facing=west", "half=lower", "hinge=right", "open=true", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15572, "facing=west", "half=lower", "hinge=right", "open=true", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15573, "facing=west", "half=lower", "hinge=right", "open=false", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15574, "facing=west", "half=lower", "hinge=right", "open=false", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15575, "facing=east", "half=upper", "hinge=left", "open=true", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15576, "facing=east", "half=upper", "hinge=left", "open=true", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15577, "facing=east", "half=upper", "hinge=left", "open=false", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15578, "facing=east", "half=upper", "hinge=left", "open=false", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15579, "facing=east", "half=upper", "hinge=right", "open=true", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15580, "facing=east", "half=upper", "hinge=right", "open=true", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15581, "facing=east", "half=upper", "hinge=right", "open=false", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15582, "facing=east", "half=upper", "hinge=right", "open=false", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15583, "facing=east", "half=lower", "hinge=left", "open=true", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15584, "facing=east", "half=lower", "hinge=left", "open=true", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15585, "facing=east", "half=lower", "hinge=left", "open=false", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15586, "facing=east", "half=lower", "hinge=left", "open=false", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15587, "facing=east", "half=lower", "hinge=right", "open=true", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15588, "facing=east", "half=lower", "hinge=right", "open=true", "powered=false")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15589, "facing=east", "half=lower", "hinge=right", "open=false", "powered=true")); - CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15590, "facing=east", "half=lower", "hinge=right", "open=false", "powered=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonFence.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonFence.java deleted file mode 100644 index f798dfab0..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonFence.java +++ /dev/null @@ -1,43 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class CrimsonFence { - public static void initStates() { - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15063, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15064, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15065, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15066, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15067, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15068, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15069, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15070, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15071, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15072, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15073, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15074, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15075, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15076, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15077, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15078, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15079, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15080, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15081, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15082, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15083, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15084, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15085, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15086, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15087, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15088, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15089, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15090, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15091, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15092, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15093, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15094, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonFenceGate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonFenceGate.java deleted file mode 100644 index 4adce62e1..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonFenceGate.java +++ /dev/null @@ -1,43 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class CrimsonFenceGate { - public static void initStates() { - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15255, "facing=north", "in_wall=true", "open=true", "powered=true")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15256, "facing=north", "in_wall=true", "open=true", "powered=false")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15257, "facing=north", "in_wall=true", "open=false", "powered=true")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15258, "facing=north", "in_wall=true", "open=false", "powered=false")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15259, "facing=north", "in_wall=false", "open=true", "powered=true")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15260, "facing=north", "in_wall=false", "open=true", "powered=false")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15261, "facing=north", "in_wall=false", "open=false", "powered=true")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15262, "facing=north", "in_wall=false", "open=false", "powered=false")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15263, "facing=south", "in_wall=true", "open=true", "powered=true")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15264, "facing=south", "in_wall=true", "open=true", "powered=false")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15265, "facing=south", "in_wall=true", "open=false", "powered=true")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15266, "facing=south", "in_wall=true", "open=false", "powered=false")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15267, "facing=south", "in_wall=false", "open=true", "powered=true")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15268, "facing=south", "in_wall=false", "open=true", "powered=false")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15269, "facing=south", "in_wall=false", "open=false", "powered=true")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15270, "facing=south", "in_wall=false", "open=false", "powered=false")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15271, "facing=west", "in_wall=true", "open=true", "powered=true")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15272, "facing=west", "in_wall=true", "open=true", "powered=false")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15273, "facing=west", "in_wall=true", "open=false", "powered=true")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15274, "facing=west", "in_wall=true", "open=false", "powered=false")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15275, "facing=west", "in_wall=false", "open=true", "powered=true")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15276, "facing=west", "in_wall=false", "open=true", "powered=false")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15277, "facing=west", "in_wall=false", "open=false", "powered=true")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15278, "facing=west", "in_wall=false", "open=false", "powered=false")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15279, "facing=east", "in_wall=true", "open=true", "powered=true")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15280, "facing=east", "in_wall=true", "open=true", "powered=false")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15281, "facing=east", "in_wall=true", "open=false", "powered=true")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15282, "facing=east", "in_wall=true", "open=false", "powered=false")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15283, "facing=east", "in_wall=false", "open=true", "powered=true")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15284, "facing=east", "in_wall=false", "open=true", "powered=false")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15285, "facing=east", "in_wall=false", "open=false", "powered=true")); - CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15286, "facing=east", "in_wall=false", "open=false", "powered=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonHyphae.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonHyphae.java deleted file mode 100644 index 0fb8ead88..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonHyphae.java +++ /dev/null @@ -1,14 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class CrimsonHyphae { - public static void initStates() { - CRIMSON_HYPHAE.addBlockAlternative(new BlockAlternative((short) 14981, "axis=x")); - CRIMSON_HYPHAE.addBlockAlternative(new BlockAlternative((short) 14982, "axis=y")); - CRIMSON_HYPHAE.addBlockAlternative(new BlockAlternative((short) 14983, "axis=z")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonPressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonPressurePlate.java deleted file mode 100644 index 8d6a3fc33..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonPressurePlate.java +++ /dev/null @@ -1,13 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class CrimsonPressurePlate { - public static void initStates() { - CRIMSON_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 15059, "powered=true")); - CRIMSON_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 15060, "powered=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonSign.java deleted file mode 100644 index 2e4f99f7c..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonSign.java +++ /dev/null @@ -1,43 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class CrimsonSign { - public static void initStates() { - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15655, "rotation=0", "waterlogged=true")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15656, "rotation=0", "waterlogged=false")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15657, "rotation=1", "waterlogged=true")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15658, "rotation=1", "waterlogged=false")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15659, "rotation=2", "waterlogged=true")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15660, "rotation=2", "waterlogged=false")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15661, "rotation=3", "waterlogged=true")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15662, "rotation=3", "waterlogged=false")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15663, "rotation=4", "waterlogged=true")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15664, "rotation=4", "waterlogged=false")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15665, "rotation=5", "waterlogged=true")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15666, "rotation=5", "waterlogged=false")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15667, "rotation=6", "waterlogged=true")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15668, "rotation=6", "waterlogged=false")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15669, "rotation=7", "waterlogged=true")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15670, "rotation=7", "waterlogged=false")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15671, "rotation=8", "waterlogged=true")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15672, "rotation=8", "waterlogged=false")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15673, "rotation=9", "waterlogged=true")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15674, "rotation=9", "waterlogged=false")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15675, "rotation=10", "waterlogged=true")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15676, "rotation=10", "waterlogged=false")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15677, "rotation=11", "waterlogged=true")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15678, "rotation=11", "waterlogged=false")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15679, "rotation=12", "waterlogged=true")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15680, "rotation=12", "waterlogged=false")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15681, "rotation=13", "waterlogged=true")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15682, "rotation=13", "waterlogged=false")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15683, "rotation=14", "waterlogged=true")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15684, "rotation=14", "waterlogged=false")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15685, "rotation=15", "waterlogged=true")); - CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15686, "rotation=15", "waterlogged=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonSlab.java deleted file mode 100644 index cba78fa91..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonSlab.java +++ /dev/null @@ -1,17 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class CrimsonSlab { - public static void initStates() { - CRIMSON_SLAB.addBlockAlternative(new BlockAlternative((short) 15047, "type=top", "waterlogged=true")); - CRIMSON_SLAB.addBlockAlternative(new BlockAlternative((short) 15048, "type=top", "waterlogged=false")); - CRIMSON_SLAB.addBlockAlternative(new BlockAlternative((short) 15049, "type=bottom", "waterlogged=true")); - CRIMSON_SLAB.addBlockAlternative(new BlockAlternative((short) 15050, "type=bottom", "waterlogged=false")); - CRIMSON_SLAB.addBlockAlternative(new BlockAlternative((short) 15051, "type=double", "waterlogged=true")); - CRIMSON_SLAB.addBlockAlternative(new BlockAlternative((short) 15052, "type=double", "waterlogged=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonStairs.java deleted file mode 100644 index d420f297b..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonStairs.java +++ /dev/null @@ -1,91 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class CrimsonStairs { - public static void initStates() { - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15319, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15320, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15321, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15322, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15323, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15324, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15325, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15326, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15327, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15328, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15329, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15330, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15331, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15332, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15333, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15334, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15335, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15336, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15337, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15338, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15339, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15340, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15341, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15342, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15343, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15344, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15345, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15346, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15347, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15348, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15349, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15350, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15351, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15352, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15353, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15354, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15355, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15356, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15357, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15358, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15359, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15360, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15361, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15362, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15363, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15364, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15365, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15366, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15367, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15368, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15369, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15370, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15371, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15372, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15373, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15374, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15375, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15376, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15377, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15378, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15379, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15380, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15381, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15382, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15383, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15384, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15385, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15386, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15387, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15388, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15389, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15390, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15391, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15392, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15393, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15394, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15395, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15396, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15397, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15398, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonStem.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonStem.java deleted file mode 100644 index 05ec322ba..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonStem.java +++ /dev/null @@ -1,14 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class CrimsonStem { - public static void initStates() { - CRIMSON_STEM.addBlockAlternative(new BlockAlternative((short) 14975, "axis=x")); - CRIMSON_STEM.addBlockAlternative(new BlockAlternative((short) 14976, "axis=y")); - CRIMSON_STEM.addBlockAlternative(new BlockAlternative((short) 14977, "axis=z")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonTrapdoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonTrapdoor.java deleted file mode 100644 index 2c69eaab3..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonTrapdoor.java +++ /dev/null @@ -1,75 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class CrimsonTrapdoor { - public static void initStates() { - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15127, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15128, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15129, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15130, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15131, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15132, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15133, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15134, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15135, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15136, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15137, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15138, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15139, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15140, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15141, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15142, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15143, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15144, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15145, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15146, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15147, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15148, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15149, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15150, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15151, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15152, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15153, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15154, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15155, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15156, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15157, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15158, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15159, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15160, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15161, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15162, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15163, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15164, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15165, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15166, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15167, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15168, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15169, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15170, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15171, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15172, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15173, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15174, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15175, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15176, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15177, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15178, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15179, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15180, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15181, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15182, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15183, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15184, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15185, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15186, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15187, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15188, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15189, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15190, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonWallSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonWallSign.java deleted file mode 100644 index 0bdbceb3b..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonWallSign.java +++ /dev/null @@ -1,19 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class CrimsonWallSign { - public static void initStates() { - CRIMSON_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15719, "facing=north", "waterlogged=true")); - CRIMSON_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15720, "facing=north", "waterlogged=false")); - CRIMSON_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15721, "facing=south", "waterlogged=true")); - CRIMSON_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15722, "facing=south", "waterlogged=false")); - CRIMSON_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15723, "facing=west", "waterlogged=true")); - CRIMSON_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15724, "facing=west", "waterlogged=false")); - CRIMSON_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15725, "facing=east", "waterlogged=true")); - CRIMSON_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15726, "facing=east", "waterlogged=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CutRedSandstoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CutRedSandstoneSlab.java index 83fdc4c6c..42e40cbb7 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CutRedSandstoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CutRedSandstoneSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class CutRedSandstoneSlab { public static void initStates() { - CUT_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8402, "type=top", "waterlogged=true")); - CUT_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8403, "type=top", "waterlogged=false")); - CUT_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8404, "type=bottom", "waterlogged=true")); - CUT_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8405, "type=bottom", "waterlogged=false")); - CUT_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8406, "type=double", "waterlogged=true")); - CUT_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8407, "type=double", "waterlogged=false")); + CUT_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7866, "type=top", "waterlogged=true")); + CUT_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7867, "type=top", "waterlogged=false")); + CUT_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7868, "type=bottom", "waterlogged=true")); + CUT_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7869, "type=bottom", "waterlogged=false")); + CUT_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7870, "type=double", "waterlogged=true")); + CUT_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7871, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CutSandstoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CutSandstoneSlab.java index c4f7f0ac8..caf4c108c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CutSandstoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CutSandstoneSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class CutSandstoneSlab { public static void initStates() { - CUT_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8354, "type=top", "waterlogged=true")); - CUT_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8355, "type=top", "waterlogged=false")); - CUT_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8356, "type=bottom", "waterlogged=true")); - CUT_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8357, "type=bottom", "waterlogged=false")); - CUT_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8358, "type=double", "waterlogged=true")); - CUT_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8359, "type=double", "waterlogged=false")); + CUT_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7818, "type=top", "waterlogged=true")); + CUT_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7819, "type=top", "waterlogged=false")); + CUT_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7820, "type=bottom", "waterlogged=true")); + CUT_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7821, "type=bottom", "waterlogged=false")); + CUT_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7822, "type=double", "waterlogged=true")); + CUT_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7823, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CyanBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanBanner.java index 5a729cabb..3cf481ecd 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CyanBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanBanner.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class CyanBanner { public static void initStates() { - CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 8041, "rotation=0")); - CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 8042, "rotation=1")); - CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 8043, "rotation=2")); - CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 8044, "rotation=3")); - CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 8045, "rotation=4")); - CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 8046, "rotation=5")); - CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 8047, "rotation=6")); - CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 8048, "rotation=7")); - CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 8049, "rotation=8")); - CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 8050, "rotation=9")); - CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 8051, "rotation=10")); - CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 8052, "rotation=11")); - CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 8053, "rotation=12")); - CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 8054, "rotation=13")); - CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 8055, "rotation=14")); - CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 8056, "rotation=15")); + CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 7505, "rotation=0")); + CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 7506, "rotation=1")); + CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 7507, "rotation=2")); + CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 7508, "rotation=3")); + CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 7509, "rotation=4")); + CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 7510, "rotation=5")); + CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 7511, "rotation=6")); + CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 7512, "rotation=7")); + CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 7513, "rotation=8")); + CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 7514, "rotation=9")); + CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 7515, "rotation=10")); + CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 7516, "rotation=11")); + CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 7517, "rotation=12")); + CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 7518, "rotation=13")); + CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 7519, "rotation=14")); + CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 7520, "rotation=15")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CyanBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanBed.java index a589edddd..557bccbaa 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CyanBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanBed.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class CyanBed { public static void initStates() { - CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1193, "facing=north", "occupied=true", "part=head")); - CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1194, "facing=north", "occupied=true", "part=foot")); - CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1195, "facing=north", "occupied=false", "part=head")); - CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1196, "facing=north", "occupied=false", "part=foot")); - CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1197, "facing=south", "occupied=true", "part=head")); - CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1198, "facing=south", "occupied=true", "part=foot")); - CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1199, "facing=south", "occupied=false", "part=head")); - CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1200, "facing=south", "occupied=false", "part=foot")); - CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1201, "facing=west", "occupied=true", "part=head")); - CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1202, "facing=west", "occupied=true", "part=foot")); - CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1203, "facing=west", "occupied=false", "part=head")); - CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1204, "facing=west", "occupied=false", "part=foot")); - CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1205, "facing=east", "occupied=true", "part=head")); - CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1206, "facing=east", "occupied=true", "part=foot")); - CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1207, "facing=east", "occupied=false", "part=head")); - CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1208, "facing=east", "occupied=false", "part=foot")); + CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1192, "facing=north", "occupied=true", "part=head")); + CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1193, "facing=north", "occupied=true", "part=foot")); + CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1194, "facing=north", "occupied=false", "part=head")); + CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1195, "facing=north", "occupied=false", "part=foot")); + CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1196, "facing=south", "occupied=true", "part=head")); + CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1197, "facing=south", "occupied=true", "part=foot")); + CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1198, "facing=south", "occupied=false", "part=head")); + CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1199, "facing=south", "occupied=false", "part=foot")); + CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1200, "facing=west", "occupied=true", "part=head")); + CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1201, "facing=west", "occupied=true", "part=foot")); + CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1202, "facing=west", "occupied=false", "part=head")); + CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1203, "facing=west", "occupied=false", "part=foot")); + CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1204, "facing=east", "occupied=true", "part=head")); + CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1205, "facing=east", "occupied=true", "part=foot")); + CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1206, "facing=east", "occupied=false", "part=head")); + CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1207, "facing=east", "occupied=false", "part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CyanGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanGlazedTerracotta.java index fceb212b3..248bee0f0 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CyanGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanGlazedTerracotta.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class CyanGlazedTerracotta { public static void initStates() { - CYAN_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9410, "facing=north")); - CYAN_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9411, "facing=south")); - CYAN_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9412, "facing=west")); - CYAN_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9413, "facing=east")); + CYAN_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8874, "facing=north")); + CYAN_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8875, "facing=south")); + CYAN_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8876, "facing=west")); + CYAN_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8877, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CyanShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanShulkerBox.java index 675bb29f0..e7d5efbf8 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CyanShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanShulkerBox.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class CyanShulkerBox { public static void initStates() { - CYAN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9332, "facing=north")); - CYAN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9333, "facing=east")); - CYAN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9334, "facing=south")); - CYAN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9335, "facing=west")); - CYAN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9336, "facing=up")); - CYAN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9337, "facing=down")); + CYAN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8796, "facing=north")); + CYAN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8797, "facing=east")); + CYAN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8798, "facing=south")); + CYAN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8799, "facing=west")); + CYAN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8800, "facing=up")); + CYAN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8801, "facing=down")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CyanStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanStainedGlassPane.java index b45ec9eba..bdcf59d9b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CyanStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanStainedGlassPane.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class CyanStainedGlassPane { public static void initStates() { - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7151, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7152, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7153, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7154, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7155, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7156, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7157, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7158, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7159, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7160, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7161, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7162, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7163, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7164, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7165, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7166, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7167, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7168, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7169, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7170, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7171, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7172, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7173, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7174, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7175, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7176, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7177, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7178, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7179, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7180, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7181, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7182, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6615, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6616, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6617, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6618, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6619, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6620, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6621, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6622, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6623, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6624, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6625, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6626, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6627, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6628, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6629, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6630, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6631, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6632, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6633, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6634, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6635, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6636, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6637, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6638, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6639, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6640, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6641, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6642, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6643, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6644, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6645, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); + CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6646, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CyanWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanWallBanner.java index 8faf7dec0..dd7f809d4 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CyanWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanWallBanner.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class CyanWallBanner { public static void initStates() { - CYAN_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8189, "facing=north")); - CYAN_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8190, "facing=south")); - CYAN_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8191, "facing=west")); - CYAN_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8192, "facing=east")); + CYAN_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7653, "facing=north")); + CYAN_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7654, "facing=south")); + CYAN_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7655, "facing=west")); + CYAN_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7656, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DamagedAnvil.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DamagedAnvil.java index 704a6a445..33fe9d4e7 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DamagedAnvil.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DamagedAnvil.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DamagedAnvil { public static void initStates() { - DAMAGED_ANVIL.addBlockAlternative(new BlockAlternative((short) 6618, "facing=north")); - DAMAGED_ANVIL.addBlockAlternative(new BlockAlternative((short) 6619, "facing=south")); - DAMAGED_ANVIL.addBlockAlternative(new BlockAlternative((short) 6620, "facing=west")); - DAMAGED_ANVIL.addBlockAlternative(new BlockAlternative((short) 6621, "facing=east")); + DAMAGED_ANVIL.addBlockAlternative(new BlockAlternative((short) 6082, "facing=north")); + DAMAGED_ANVIL.addBlockAlternative(new BlockAlternative((short) 6083, "facing=south")); + DAMAGED_ANVIL.addBlockAlternative(new BlockAlternative((short) 6084, "facing=west")); + DAMAGED_ANVIL.addBlockAlternative(new BlockAlternative((short) 6085, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakButton.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakButton.java index fb0d8ca4c..e0c11c243 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakButton.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakButton.java @@ -7,29 +7,29 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DarkOakButton { public static void initStates() { - DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6466, "face=floor", "facing=north", "powered=true")); - DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6467, "face=floor", "facing=north", "powered=false")); - DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6468, "face=floor", "facing=south", "powered=true")); - DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6469, "face=floor", "facing=south", "powered=false")); - DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6470, "face=floor", "facing=west", "powered=true")); - DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6471, "face=floor", "facing=west", "powered=false")); - DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6472, "face=floor", "facing=east", "powered=true")); - DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6473, "face=floor", "facing=east", "powered=false")); - DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6474, "face=wall", "facing=north", "powered=true")); - DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6475, "face=wall", "facing=north", "powered=false")); - DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6476, "face=wall", "facing=south", "powered=true")); - DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6477, "face=wall", "facing=south", "powered=false")); - DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6478, "face=wall", "facing=west", "powered=true")); - DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6479, "face=wall", "facing=west", "powered=false")); - DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6480, "face=wall", "facing=east", "powered=true")); - DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6481, "face=wall", "facing=east", "powered=false")); - DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6482, "face=ceiling", "facing=north", "powered=true")); - DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6483, "face=ceiling", "facing=north", "powered=false")); - DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6484, "face=ceiling", "facing=south", "powered=true")); - DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6485, "face=ceiling", "facing=south", "powered=false")); - DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6486, "face=ceiling", "facing=west", "powered=true")); - DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6487, "face=ceiling", "facing=west", "powered=false")); - DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6488, "face=ceiling", "facing=east", "powered=true")); - DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6489, "face=ceiling", "facing=east", "powered=false")); + DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5930, "face=floor", "facing=north", "powered=true")); + DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5931, "face=floor", "facing=north", "powered=false")); + DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5932, "face=floor", "facing=south", "powered=true")); + DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5933, "face=floor", "facing=south", "powered=false")); + DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5934, "face=floor", "facing=west", "powered=true")); + DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5935, "face=floor", "facing=west", "powered=false")); + DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5936, "face=floor", "facing=east", "powered=true")); + DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5937, "face=floor", "facing=east", "powered=false")); + DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5938, "face=wall", "facing=north", "powered=true")); + DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5939, "face=wall", "facing=north", "powered=false")); + DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5940, "face=wall", "facing=south", "powered=true")); + DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5941, "face=wall", "facing=south", "powered=false")); + DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5942, "face=wall", "facing=west", "powered=true")); + DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5943, "face=wall", "facing=west", "powered=false")); + DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5944, "face=wall", "facing=east", "powered=true")); + DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5945, "face=wall", "facing=east", "powered=false")); + DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5946, "face=ceiling", "facing=north", "powered=true")); + DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5947, "face=ceiling", "facing=north", "powered=false")); + DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5948, "face=ceiling", "facing=south", "powered=true")); + DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5949, "face=ceiling", "facing=south", "powered=false")); + DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5950, "face=ceiling", "facing=west", "powered=true")); + DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5951, "face=ceiling", "facing=west", "powered=false")); + DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5952, "face=ceiling", "facing=east", "powered=true")); + DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5953, "face=ceiling", "facing=east", "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakDoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakDoor.java index 475ed1642..9a59b8fc7 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakDoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakDoor.java @@ -7,69 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DarkOakDoor { public static void initStates() { - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8994, "facing=north", "half=upper", "hinge=left", "open=true", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8995, "facing=north", "half=upper", "hinge=left", "open=true", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8996, "facing=north", "half=upper", "hinge=left", "open=false", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8997, "facing=north", "half=upper", "hinge=left", "open=false", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8998, "facing=north", "half=upper", "hinge=right", "open=true", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8999, "facing=north", "half=upper", "hinge=right", "open=true", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9000, "facing=north", "half=upper", "hinge=right", "open=false", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9001, "facing=north", "half=upper", "hinge=right", "open=false", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9002, "facing=north", "half=lower", "hinge=left", "open=true", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9003, "facing=north", "half=lower", "hinge=left", "open=true", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9004, "facing=north", "half=lower", "hinge=left", "open=false", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9005, "facing=north", "half=lower", "hinge=left", "open=false", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9006, "facing=north", "half=lower", "hinge=right", "open=true", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9007, "facing=north", "half=lower", "hinge=right", "open=true", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9008, "facing=north", "half=lower", "hinge=right", "open=false", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9009, "facing=north", "half=lower", "hinge=right", "open=false", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9010, "facing=south", "half=upper", "hinge=left", "open=true", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9011, "facing=south", "half=upper", "hinge=left", "open=true", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9012, "facing=south", "half=upper", "hinge=left", "open=false", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9013, "facing=south", "half=upper", "hinge=left", "open=false", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9014, "facing=south", "half=upper", "hinge=right", "open=true", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9015, "facing=south", "half=upper", "hinge=right", "open=true", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9016, "facing=south", "half=upper", "hinge=right", "open=false", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9017, "facing=south", "half=upper", "hinge=right", "open=false", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9018, "facing=south", "half=lower", "hinge=left", "open=true", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9019, "facing=south", "half=lower", "hinge=left", "open=true", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9020, "facing=south", "half=lower", "hinge=left", "open=false", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9021, "facing=south", "half=lower", "hinge=left", "open=false", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9022, "facing=south", "half=lower", "hinge=right", "open=true", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9023, "facing=south", "half=lower", "hinge=right", "open=true", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9024, "facing=south", "half=lower", "hinge=right", "open=false", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9025, "facing=south", "half=lower", "hinge=right", "open=false", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9026, "facing=west", "half=upper", "hinge=left", "open=true", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9027, "facing=west", "half=upper", "hinge=left", "open=true", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9028, "facing=west", "half=upper", "hinge=left", "open=false", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9029, "facing=west", "half=upper", "hinge=left", "open=false", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9030, "facing=west", "half=upper", "hinge=right", "open=true", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9031, "facing=west", "half=upper", "hinge=right", "open=true", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9032, "facing=west", "half=upper", "hinge=right", "open=false", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9033, "facing=west", "half=upper", "hinge=right", "open=false", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9034, "facing=west", "half=lower", "hinge=left", "open=true", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9035, "facing=west", "half=lower", "hinge=left", "open=true", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9036, "facing=west", "half=lower", "hinge=left", "open=false", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9037, "facing=west", "half=lower", "hinge=left", "open=false", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9038, "facing=west", "half=lower", "hinge=right", "open=true", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9039, "facing=west", "half=lower", "hinge=right", "open=true", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9040, "facing=west", "half=lower", "hinge=right", "open=false", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9041, "facing=west", "half=lower", "hinge=right", "open=false", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9042, "facing=east", "half=upper", "hinge=left", "open=true", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9043, "facing=east", "half=upper", "hinge=left", "open=true", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9044, "facing=east", "half=upper", "hinge=left", "open=false", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9045, "facing=east", "half=upper", "hinge=left", "open=false", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9046, "facing=east", "half=upper", "hinge=right", "open=true", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9047, "facing=east", "half=upper", "hinge=right", "open=true", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9048, "facing=east", "half=upper", "hinge=right", "open=false", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9049, "facing=east", "half=upper", "hinge=right", "open=false", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9050, "facing=east", "half=lower", "hinge=left", "open=true", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9051, "facing=east", "half=lower", "hinge=left", "open=true", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9052, "facing=east", "half=lower", "hinge=left", "open=false", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9053, "facing=east", "half=lower", "hinge=left", "open=false", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9054, "facing=east", "half=lower", "hinge=right", "open=true", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9055, "facing=east", "half=lower", "hinge=right", "open=true", "powered=false")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9056, "facing=east", "half=lower", "hinge=right", "open=false", "powered=true")); - DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9057, "facing=east", "half=lower", "hinge=right", "open=false", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8458, "facing=north", "half=upper", "hinge=left", "open=true", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8459, "facing=north", "half=upper", "hinge=left", "open=true", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8460, "facing=north", "half=upper", "hinge=left", "open=false", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8461, "facing=north", "half=upper", "hinge=left", "open=false", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8462, "facing=north", "half=upper", "hinge=right", "open=true", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8463, "facing=north", "half=upper", "hinge=right", "open=true", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8464, "facing=north", "half=upper", "hinge=right", "open=false", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8465, "facing=north", "half=upper", "hinge=right", "open=false", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8466, "facing=north", "half=lower", "hinge=left", "open=true", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8467, "facing=north", "half=lower", "hinge=left", "open=true", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8468, "facing=north", "half=lower", "hinge=left", "open=false", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8469, "facing=north", "half=lower", "hinge=left", "open=false", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8470, "facing=north", "half=lower", "hinge=right", "open=true", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8471, "facing=north", "half=lower", "hinge=right", "open=true", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8472, "facing=north", "half=lower", "hinge=right", "open=false", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8473, "facing=north", "half=lower", "hinge=right", "open=false", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8474, "facing=south", "half=upper", "hinge=left", "open=true", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8475, "facing=south", "half=upper", "hinge=left", "open=true", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8476, "facing=south", "half=upper", "hinge=left", "open=false", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8477, "facing=south", "half=upper", "hinge=left", "open=false", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8478, "facing=south", "half=upper", "hinge=right", "open=true", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8479, "facing=south", "half=upper", "hinge=right", "open=true", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8480, "facing=south", "half=upper", "hinge=right", "open=false", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8481, "facing=south", "half=upper", "hinge=right", "open=false", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8482, "facing=south", "half=lower", "hinge=left", "open=true", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8483, "facing=south", "half=lower", "hinge=left", "open=true", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8484, "facing=south", "half=lower", "hinge=left", "open=false", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8485, "facing=south", "half=lower", "hinge=left", "open=false", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8486, "facing=south", "half=lower", "hinge=right", "open=true", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8487, "facing=south", "half=lower", "hinge=right", "open=true", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8488, "facing=south", "half=lower", "hinge=right", "open=false", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8489, "facing=south", "half=lower", "hinge=right", "open=false", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8490, "facing=west", "half=upper", "hinge=left", "open=true", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8491, "facing=west", "half=upper", "hinge=left", "open=true", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8492, "facing=west", "half=upper", "hinge=left", "open=false", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8493, "facing=west", "half=upper", "hinge=left", "open=false", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8494, "facing=west", "half=upper", "hinge=right", "open=true", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8495, "facing=west", "half=upper", "hinge=right", "open=true", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8496, "facing=west", "half=upper", "hinge=right", "open=false", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8497, "facing=west", "half=upper", "hinge=right", "open=false", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8498, "facing=west", "half=lower", "hinge=left", "open=true", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8499, "facing=west", "half=lower", "hinge=left", "open=true", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8500, "facing=west", "half=lower", "hinge=left", "open=false", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8501, "facing=west", "half=lower", "hinge=left", "open=false", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8502, "facing=west", "half=lower", "hinge=right", "open=true", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8503, "facing=west", "half=lower", "hinge=right", "open=true", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8504, "facing=west", "half=lower", "hinge=right", "open=false", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8505, "facing=west", "half=lower", "hinge=right", "open=false", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8506, "facing=east", "half=upper", "hinge=left", "open=true", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8507, "facing=east", "half=upper", "hinge=left", "open=true", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8508, "facing=east", "half=upper", "hinge=left", "open=false", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8509, "facing=east", "half=upper", "hinge=left", "open=false", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8510, "facing=east", "half=upper", "hinge=right", "open=true", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8511, "facing=east", "half=upper", "hinge=right", "open=true", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8512, "facing=east", "half=upper", "hinge=right", "open=false", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8513, "facing=east", "half=upper", "hinge=right", "open=false", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8514, "facing=east", "half=lower", "hinge=left", "open=true", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8515, "facing=east", "half=lower", "hinge=left", "open=true", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8516, "facing=east", "half=lower", "hinge=left", "open=false", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8517, "facing=east", "half=lower", "hinge=left", "open=false", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8518, "facing=east", "half=lower", "hinge=right", "open=true", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8519, "facing=east", "half=lower", "hinge=right", "open=true", "powered=false")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8520, "facing=east", "half=lower", "hinge=right", "open=false", "powered=true")); + DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8521, "facing=east", "half=lower", "hinge=right", "open=false", "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakFence.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakFence.java index 8b9011e9e..af42720a8 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakFence.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakFence.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DarkOakFence { public static void initStates() { - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8706, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8707, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8708, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8709, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8710, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8711, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8712, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8713, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8714, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8715, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8716, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8717, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8718, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8719, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8720, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8721, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8722, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8723, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8724, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8725, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8726, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8727, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8728, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8729, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8730, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8731, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8732, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8733, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8734, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8735, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8736, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8737, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8170, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8171, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8172, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8173, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8174, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8175, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8176, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8177, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8178, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8179, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8180, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8181, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8182, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8183, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8184, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8185, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8186, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8187, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8188, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8189, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8190, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8191, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8192, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8193, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8194, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8195, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8196, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8197, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8198, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8199, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8200, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); + DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8201, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakFenceGate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakFenceGate.java index d3aeebee7..4178ca421 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakFenceGate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakFenceGate.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DarkOakFenceGate { public static void initStates() { - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8546, "facing=north", "in_wall=true", "open=true", "powered=true")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8547, "facing=north", "in_wall=true", "open=true", "powered=false")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8548, "facing=north", "in_wall=true", "open=false", "powered=true")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8549, "facing=north", "in_wall=true", "open=false", "powered=false")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8550, "facing=north", "in_wall=false", "open=true", "powered=true")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8551, "facing=north", "in_wall=false", "open=true", "powered=false")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8552, "facing=north", "in_wall=false", "open=false", "powered=true")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8553, "facing=north", "in_wall=false", "open=false", "powered=false")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8554, "facing=south", "in_wall=true", "open=true", "powered=true")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8555, "facing=south", "in_wall=true", "open=true", "powered=false")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8556, "facing=south", "in_wall=true", "open=false", "powered=true")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8557, "facing=south", "in_wall=true", "open=false", "powered=false")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8558, "facing=south", "in_wall=false", "open=true", "powered=true")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8559, "facing=south", "in_wall=false", "open=true", "powered=false")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8560, "facing=south", "in_wall=false", "open=false", "powered=true")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8561, "facing=south", "in_wall=false", "open=false", "powered=false")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8562, "facing=west", "in_wall=true", "open=true", "powered=true")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8563, "facing=west", "in_wall=true", "open=true", "powered=false")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8564, "facing=west", "in_wall=true", "open=false", "powered=true")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8565, "facing=west", "in_wall=true", "open=false", "powered=false")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8566, "facing=west", "in_wall=false", "open=true", "powered=true")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8567, "facing=west", "in_wall=false", "open=true", "powered=false")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8568, "facing=west", "in_wall=false", "open=false", "powered=true")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8569, "facing=west", "in_wall=false", "open=false", "powered=false")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8570, "facing=east", "in_wall=true", "open=true", "powered=true")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8571, "facing=east", "in_wall=true", "open=true", "powered=false")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8572, "facing=east", "in_wall=true", "open=false", "powered=true")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8573, "facing=east", "in_wall=true", "open=false", "powered=false")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8574, "facing=east", "in_wall=false", "open=true", "powered=true")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8575, "facing=east", "in_wall=false", "open=true", "powered=false")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8576, "facing=east", "in_wall=false", "open=false", "powered=true")); - DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8577, "facing=east", "in_wall=false", "open=false", "powered=false")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8010, "facing=north", "in_wall=true", "open=true", "powered=true")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8011, "facing=north", "in_wall=true", "open=true", "powered=false")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8012, "facing=north", "in_wall=true", "open=false", "powered=true")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8013, "facing=north", "in_wall=true", "open=false", "powered=false")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8014, "facing=north", "in_wall=false", "open=true", "powered=true")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8015, "facing=north", "in_wall=false", "open=true", "powered=false")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8016, "facing=north", "in_wall=false", "open=false", "powered=true")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8017, "facing=north", "in_wall=false", "open=false", "powered=false")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8018, "facing=south", "in_wall=true", "open=true", "powered=true")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8019, "facing=south", "in_wall=true", "open=true", "powered=false")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8020, "facing=south", "in_wall=true", "open=false", "powered=true")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8021, "facing=south", "in_wall=true", "open=false", "powered=false")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8022, "facing=south", "in_wall=false", "open=true", "powered=true")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8023, "facing=south", "in_wall=false", "open=true", "powered=false")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8024, "facing=south", "in_wall=false", "open=false", "powered=true")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8025, "facing=south", "in_wall=false", "open=false", "powered=false")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8026, "facing=west", "in_wall=true", "open=true", "powered=true")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8027, "facing=west", "in_wall=true", "open=true", "powered=false")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8028, "facing=west", "in_wall=true", "open=false", "powered=true")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8029, "facing=west", "in_wall=true", "open=false", "powered=false")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8030, "facing=west", "in_wall=false", "open=true", "powered=true")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8031, "facing=west", "in_wall=false", "open=true", "powered=false")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8032, "facing=west", "in_wall=false", "open=false", "powered=true")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8033, "facing=west", "in_wall=false", "open=false", "powered=false")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8034, "facing=east", "in_wall=true", "open=true", "powered=true")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8035, "facing=east", "in_wall=true", "open=true", "powered=false")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8036, "facing=east", "in_wall=true", "open=false", "powered=true")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8037, "facing=east", "in_wall=true", "open=false", "powered=false")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8038, "facing=east", "in_wall=false", "open=true", "powered=true")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8039, "facing=east", "in_wall=false", "open=true", "powered=false")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8040, "facing=east", "in_wall=false", "open=false", "powered=true")); + DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8041, "facing=east", "in_wall=false", "open=false", "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakLeaves.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakLeaves.java index 18686ad30..b2c1dd6f6 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakLeaves.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakLeaves.java @@ -7,19 +7,19 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DarkOakLeaves { public static void initStates() { - DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 215, "distance=1", "persistent=true")); - DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 216, "distance=1", "persistent=false")); - DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 217, "distance=2", "persistent=true")); - DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 218, "distance=2", "persistent=false")); - DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 219, "distance=3", "persistent=true")); - DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 220, "distance=3", "persistent=false")); - DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 221, "distance=4", "persistent=true")); - DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 222, "distance=4", "persistent=false")); - DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 223, "distance=5", "persistent=true")); - DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 224, "distance=5", "persistent=false")); - DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 225, "distance=6", "persistent=true")); - DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 226, "distance=6", "persistent=false")); - DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 227, "distance=7", "persistent=true")); - DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 228, "distance=7", "persistent=false")); + DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 214, "distance=1", "persistent=true")); + DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 215, "distance=1", "persistent=false")); + DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 216, "distance=2", "persistent=true")); + DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 217, "distance=2", "persistent=false")); + DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 218, "distance=3", "persistent=true")); + DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 219, "distance=3", "persistent=false")); + DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 220, "distance=4", "persistent=true")); + DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 221, "distance=4", "persistent=false")); + DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 222, "distance=5", "persistent=true")); + DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 223, "distance=5", "persistent=false")); + DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 224, "distance=6", "persistent=true")); + DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 225, "distance=6", "persistent=false")); + DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 226, "distance=7", "persistent=true")); + DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 227, "distance=7", "persistent=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakLog.java index 93eb524f7..d4c285a20 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakLog.java @@ -7,8 +7,8 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DarkOakLog { public static void initStates() { - DARK_OAK_LOG.addBlockAlternative(new BlockAlternative((short) 88, "axis=x")); - DARK_OAK_LOG.addBlockAlternative(new BlockAlternative((short) 89, "axis=y")); - DARK_OAK_LOG.addBlockAlternative(new BlockAlternative((short) 90, "axis=z")); + DARK_OAK_LOG.addBlockAlternative(new BlockAlternative((short) 87, "axis=x")); + DARK_OAK_LOG.addBlockAlternative(new BlockAlternative((short) 88, "axis=y")); + DARK_OAK_LOG.addBlockAlternative(new BlockAlternative((short) 89, "axis=z")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakPressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakPressurePlate.java index ac525a6dc..f347f7bf4 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakPressurePlate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakPressurePlate.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DarkOakPressurePlate { public static void initStates() { - DARK_OAK_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3883, "powered=true")); - DARK_OAK_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3884, "powered=false")); + DARK_OAK_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3881, "powered=true")); + DARK_OAK_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3882, "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakSign.java index 874d0eb1a..335fe5e4f 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakSign.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DarkOakSign { public static void initStates() { - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3541, "rotation=0", "waterlogged=true")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3542, "rotation=0", "waterlogged=false")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3543, "rotation=1", "waterlogged=true")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3544, "rotation=1", "waterlogged=false")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3545, "rotation=2", "waterlogged=true")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3546, "rotation=2", "waterlogged=false")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3547, "rotation=3", "waterlogged=true")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3548, "rotation=3", "waterlogged=false")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3549, "rotation=4", "waterlogged=true")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3550, "rotation=4", "waterlogged=false")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3551, "rotation=5", "waterlogged=true")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3552, "rotation=5", "waterlogged=false")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3553, "rotation=6", "waterlogged=true")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3554, "rotation=6", "waterlogged=false")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3555, "rotation=7", "waterlogged=true")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3556, "rotation=7", "waterlogged=false")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3557, "rotation=8", "waterlogged=true")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3558, "rotation=8", "waterlogged=false")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3559, "rotation=9", "waterlogged=true")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3560, "rotation=9", "waterlogged=false")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3561, "rotation=10", "waterlogged=true")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3562, "rotation=10", "waterlogged=false")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3563, "rotation=11", "waterlogged=true")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3564, "rotation=11", "waterlogged=false")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3565, "rotation=12", "waterlogged=true")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3566, "rotation=12", "waterlogged=false")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3567, "rotation=13", "waterlogged=true")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3568, "rotation=13", "waterlogged=false")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3569, "rotation=14", "waterlogged=true")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3570, "rotation=14", "waterlogged=false")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3571, "rotation=15", "waterlogged=true")); - DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3572, "rotation=15", "waterlogged=false")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3539, "rotation=0", "waterlogged=true")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3540, "rotation=0", "waterlogged=false")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3541, "rotation=1", "waterlogged=true")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3542, "rotation=1", "waterlogged=false")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3543, "rotation=2", "waterlogged=true")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3544, "rotation=2", "waterlogged=false")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3545, "rotation=3", "waterlogged=true")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3546, "rotation=3", "waterlogged=false")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3547, "rotation=4", "waterlogged=true")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3548, "rotation=4", "waterlogged=false")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3549, "rotation=5", "waterlogged=true")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3550, "rotation=5", "waterlogged=false")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3551, "rotation=6", "waterlogged=true")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3552, "rotation=6", "waterlogged=false")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3553, "rotation=7", "waterlogged=true")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3554, "rotation=7", "waterlogged=false")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3555, "rotation=8", "waterlogged=true")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3556, "rotation=8", "waterlogged=false")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3557, "rotation=9", "waterlogged=true")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3558, "rotation=9", "waterlogged=false")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3559, "rotation=10", "waterlogged=true")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3560, "rotation=10", "waterlogged=false")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3561, "rotation=11", "waterlogged=true")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3562, "rotation=11", "waterlogged=false")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3563, "rotation=12", "waterlogged=true")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3564, "rotation=12", "waterlogged=false")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3565, "rotation=13", "waterlogged=true")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3566, "rotation=13", "waterlogged=false")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3567, "rotation=14", "waterlogged=true")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3568, "rotation=14", "waterlogged=false")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3569, "rotation=15", "waterlogged=true")); + DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3570, "rotation=15", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakSlab.java index d402ef604..415be6afd 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DarkOakSlab { public static void initStates() { - DARK_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8330, "type=top", "waterlogged=true")); - DARK_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8331, "type=top", "waterlogged=false")); - DARK_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8332, "type=bottom", "waterlogged=true")); - DARK_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8333, "type=bottom", "waterlogged=false")); - DARK_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8334, "type=double", "waterlogged=true")); - DARK_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8335, "type=double", "waterlogged=false")); + DARK_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 7794, "type=top", "waterlogged=true")); + DARK_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 7795, "type=top", "waterlogged=false")); + DARK_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 7796, "type=bottom", "waterlogged=true")); + DARK_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 7797, "type=bottom", "waterlogged=false")); + DARK_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 7798, "type=double", "waterlogged=true")); + DARK_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 7799, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakStairs.java index 3fe7e7ae0..73b9dccb2 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DarkOakStairs { public static void initStates() { - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7455, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7456, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7457, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7458, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7459, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7460, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7461, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7462, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7463, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7464, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7465, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7466, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7467, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7468, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7469, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7470, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7471, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7472, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7473, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7474, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7475, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7476, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7477, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7478, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7479, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7480, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7481, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7482, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7483, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7484, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7485, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7486, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7487, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7488, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7489, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7490, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7491, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7492, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7493, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7494, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7495, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7496, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7497, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7498, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7499, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7500, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7501, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7502, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7503, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7504, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7505, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7506, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7507, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7508, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7509, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7510, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7511, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7512, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7513, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7514, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7515, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7516, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7517, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7518, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7519, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7520, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7521, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7522, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7523, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7524, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7525, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7526, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7527, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7528, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7529, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7530, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7531, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7532, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7533, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7534, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6919, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6920, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6921, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6922, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6923, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6924, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6925, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6926, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6927, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6928, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6929, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6930, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6931, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6932, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6933, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6934, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6935, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6936, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6937, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6938, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6939, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6940, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6941, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6942, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6943, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6944, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6945, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6946, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6947, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6948, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6949, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6950, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6951, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6952, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6953, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6954, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6955, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6956, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6957, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6958, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6959, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6960, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6961, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6962, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6963, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6964, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6965, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6966, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6967, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6968, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6969, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6970, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6971, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6972, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6973, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6974, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6975, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6976, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6977, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6978, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6979, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6980, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6981, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6982, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6983, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6984, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6985, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6986, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6987, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6988, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6989, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6990, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6991, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6992, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6993, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6994, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6995, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6996, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6997, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 6998, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakTrapdoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakTrapdoor.java index 285432355..313ec071b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakTrapdoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakTrapdoor.java @@ -7,69 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DarkOakTrapdoor { public static void initStates() { - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4431, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4432, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4433, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4434, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4435, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4436, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4437, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4438, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4439, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4440, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4441, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4442, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4443, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4444, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4445, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4446, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4447, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4448, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4449, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4450, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4451, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4452, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4453, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4454, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4455, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4456, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4457, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4458, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4459, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4460, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4461, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4462, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4463, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4464, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4465, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4466, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4467, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4468, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4469, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4470, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4471, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4472, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4473, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4474, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4475, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4476, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4477, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4478, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4479, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4480, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4481, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4482, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4483, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4484, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4485, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4486, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4487, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4488, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4489, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4490, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4491, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4492, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4493, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4494, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4417, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4418, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4419, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4420, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4421, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4422, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4423, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4424, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4425, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4426, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4427, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4428, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4429, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4430, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4431, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4432, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4433, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4434, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4435, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4436, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4437, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4438, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4439, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4440, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4441, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4442, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4443, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4444, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4445, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4446, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4447, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4448, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4449, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4450, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4451, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4452, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4453, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4454, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4455, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4456, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4457, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4458, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4459, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4460, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4461, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4462, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4463, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4464, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4465, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4466, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4467, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4468, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4469, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4470, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4471, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4472, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4473, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4474, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4475, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4476, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4477, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4478, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=false")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4479, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=true")); + DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4480, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakWallSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakWallSign.java index 369b232cf..ab7792320 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakWallSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakWallSign.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DarkOakWallSign { public static void initStates() { - DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3775, "facing=north", "waterlogged=true")); - DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3776, "facing=north", "waterlogged=false")); - DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3777, "facing=south", "waterlogged=true")); - DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3778, "facing=south", "waterlogged=false")); - DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3779, "facing=west", "waterlogged=true")); - DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3780, "facing=west", "waterlogged=false")); - DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3781, "facing=east", "waterlogged=true")); - DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3782, "facing=east", "waterlogged=false")); + DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3773, "facing=north", "waterlogged=true")); + DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3774, "facing=north", "waterlogged=false")); + DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3775, "facing=south", "waterlogged=true")); + DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3776, "facing=south", "waterlogged=false")); + DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3777, "facing=west", "waterlogged=true")); + DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3778, "facing=west", "waterlogged=false")); + DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3779, "facing=east", "waterlogged=true")); + DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3780, "facing=east", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakWood.java index 9b4772a95..b1392d8e7 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakWood.java @@ -7,8 +7,8 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DarkOakWood { public static void initStates() { - DARK_OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 124, "axis=x")); - DARK_OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 125, "axis=y")); - DARK_OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 126, "axis=z")); + DARK_OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 123, "axis=x")); + DARK_OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 124, "axis=y")); + DARK_OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 125, "axis=z")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkPrismarineSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkPrismarineSlab.java index 0dc933a4c..c34847843 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkPrismarineSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkPrismarineSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DarkPrismarineSlab { public static void initStates() { - DARK_PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7856, "type=top", "waterlogged=true")); - DARK_PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7857, "type=top", "waterlogged=false")); - DARK_PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7858, "type=bottom", "waterlogged=true")); - DARK_PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7859, "type=bottom", "waterlogged=false")); - DARK_PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7860, "type=double", "waterlogged=true")); - DARK_PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7861, "type=double", "waterlogged=false")); + DARK_PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7320, "type=top", "waterlogged=true")); + DARK_PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7321, "type=top", "waterlogged=false")); + DARK_PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7322, "type=bottom", "waterlogged=true")); + DARK_PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7323, "type=bottom", "waterlogged=false")); + DARK_PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7324, "type=double", "waterlogged=true")); + DARK_PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7325, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkPrismarineStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkPrismarineStairs.java index 835267a7f..a02667252 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkPrismarineStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkPrismarineStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DarkPrismarineStairs { public static void initStates() { - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7764, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7765, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7766, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7767, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7768, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7769, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7770, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7771, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7772, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7773, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7774, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7775, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7776, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7777, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7778, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7779, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7780, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7781, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7782, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7783, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7784, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7785, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7786, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7787, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7788, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7789, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7790, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7791, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7792, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7793, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7794, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7795, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7796, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7797, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7798, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7799, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7800, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7801, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7802, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7803, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7804, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7805, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7806, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7807, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7808, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7809, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7810, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7811, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7812, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7813, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7814, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7815, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7816, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7817, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7818, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7819, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7820, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7821, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7822, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7823, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7824, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7825, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7826, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7827, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7828, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7829, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7830, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7831, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7832, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7833, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7834, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7835, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7836, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7837, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7838, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7839, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7840, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7841, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7842, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7843, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7228, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7229, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7230, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7231, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7232, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7233, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7234, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7235, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7236, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7237, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7238, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7239, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7240, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7241, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7242, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7243, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7244, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7245, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7246, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7247, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7248, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7249, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7250, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7251, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7252, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7253, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7254, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7255, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7256, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7257, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7258, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7259, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7260, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7261, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7262, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7263, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7264, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7265, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7266, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7267, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7268, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7269, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7270, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7271, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7272, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7273, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7274, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7275, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7276, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7277, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7278, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7279, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7280, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7281, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7282, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7283, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7284, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7285, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7286, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7287, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7288, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7289, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7290, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7291, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7292, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7293, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7294, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7295, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7296, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7297, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7298, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7299, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7300, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7301, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7302, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7303, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7304, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7305, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7306, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7307, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DaylightDetector.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DaylightDetector.java index 104f663d2..d0318f97a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DaylightDetector.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DaylightDetector.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DaylightDetector { public static void initStates() { - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6694, "inverted=true", "power=0")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6695, "inverted=true", "power=1")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6696, "inverted=true", "power=2")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6697, "inverted=true", "power=3")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6698, "inverted=true", "power=4")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6699, "inverted=true", "power=5")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6700, "inverted=true", "power=6")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6701, "inverted=true", "power=7")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6702, "inverted=true", "power=8")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6703, "inverted=true", "power=9")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6704, "inverted=true", "power=10")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6705, "inverted=true", "power=11")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6706, "inverted=true", "power=12")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6707, "inverted=true", "power=13")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6708, "inverted=true", "power=14")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6709, "inverted=true", "power=15")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6710, "inverted=false", "power=0")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6711, "inverted=false", "power=1")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6712, "inverted=false", "power=2")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6713, "inverted=false", "power=3")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6714, "inverted=false", "power=4")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6715, "inverted=false", "power=5")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6716, "inverted=false", "power=6")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6717, "inverted=false", "power=7")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6718, "inverted=false", "power=8")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6719, "inverted=false", "power=9")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6720, "inverted=false", "power=10")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6721, "inverted=false", "power=11")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6722, "inverted=false", "power=12")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6723, "inverted=false", "power=13")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6724, "inverted=false", "power=14")); - DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6725, "inverted=false", "power=15")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6158, "inverted=true", "power=0")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6159, "inverted=true", "power=1")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6160, "inverted=true", "power=2")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6161, "inverted=true", "power=3")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6162, "inverted=true", "power=4")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6163, "inverted=true", "power=5")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6164, "inverted=true", "power=6")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6165, "inverted=true", "power=7")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6166, "inverted=true", "power=8")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6167, "inverted=true", "power=9")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6168, "inverted=true", "power=10")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6169, "inverted=true", "power=11")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6170, "inverted=true", "power=12")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6171, "inverted=true", "power=13")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6172, "inverted=true", "power=14")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6173, "inverted=true", "power=15")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6174, "inverted=false", "power=0")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6175, "inverted=false", "power=1")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6176, "inverted=false", "power=2")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6177, "inverted=false", "power=3")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6178, "inverted=false", "power=4")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6179, "inverted=false", "power=5")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6180, "inverted=false", "power=6")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6181, "inverted=false", "power=7")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6182, "inverted=false", "power=8")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6183, "inverted=false", "power=9")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6184, "inverted=false", "power=10")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6185, "inverted=false", "power=11")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6186, "inverted=false", "power=12")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6187, "inverted=false", "power=13")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6188, "inverted=false", "power=14")); + DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6189, "inverted=false", "power=15")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoral.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoral.java index 067b95528..ae27288f2 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoral.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoral.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DeadBrainCoral { public static void initStates() { - DEAD_BRAIN_CORAL.addBlockAlternative(new BlockAlternative((short) 9522, "waterlogged=true")); - DEAD_BRAIN_CORAL.addBlockAlternative(new BlockAlternative((short) 9523, "waterlogged=false")); + DEAD_BRAIN_CORAL.addBlockAlternative(new BlockAlternative((short) 8986, "waterlogged=true")); + DEAD_BRAIN_CORAL.addBlockAlternative(new BlockAlternative((short) 8987, "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoralFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoralFan.java index b6dbda133..5bc092e75 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoralFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoralFan.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DeadBrainCoralFan { public static void initStates() { - DEAD_BRAIN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9542, "waterlogged=true")); - DEAD_BRAIN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9543, "waterlogged=false")); + DEAD_BRAIN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9006, "waterlogged=true")); + DEAD_BRAIN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9007, "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoralWallFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoralWallFan.java index 794d619e4..2b9654e58 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoralWallFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoralWallFan.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DeadBrainCoralWallFan { public static void initStates() { - DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9568, "facing=north", "waterlogged=true")); - DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9569, "facing=north", "waterlogged=false")); - DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9570, "facing=south", "waterlogged=true")); - DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9571, "facing=south", "waterlogged=false")); - DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9572, "facing=west", "waterlogged=true")); - DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9573, "facing=west", "waterlogged=false")); - DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9574, "facing=east", "waterlogged=true")); - DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9575, "facing=east", "waterlogged=false")); + DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9032, "facing=north", "waterlogged=true")); + DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9033, "facing=north", "waterlogged=false")); + DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9034, "facing=south", "waterlogged=true")); + DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9035, "facing=south", "waterlogged=false")); + DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9036, "facing=west", "waterlogged=true")); + DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9037, "facing=west", "waterlogged=false")); + DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9038, "facing=east", "waterlogged=true")); + DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9039, "facing=east", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoral.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoral.java index ca33316bd..5f64110ff 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoral.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoral.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DeadBubbleCoral { public static void initStates() { - DEAD_BUBBLE_CORAL.addBlockAlternative(new BlockAlternative((short) 9524, "waterlogged=true")); - DEAD_BUBBLE_CORAL.addBlockAlternative(new BlockAlternative((short) 9525, "waterlogged=false")); + DEAD_BUBBLE_CORAL.addBlockAlternative(new BlockAlternative((short) 8988, "waterlogged=true")); + DEAD_BUBBLE_CORAL.addBlockAlternative(new BlockAlternative((short) 8989, "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoralFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoralFan.java index 0979acb72..b00e734b5 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoralFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoralFan.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DeadBubbleCoralFan { public static void initStates() { - DEAD_BUBBLE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9544, "waterlogged=true")); - DEAD_BUBBLE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9545, "waterlogged=false")); + DEAD_BUBBLE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9008, "waterlogged=true")); + DEAD_BUBBLE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9009, "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoralWallFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoralWallFan.java index eb0694efc..edcc58732 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoralWallFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoralWallFan.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DeadBubbleCoralWallFan { public static void initStates() { - DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9576, "facing=north", "waterlogged=true")); - DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9577, "facing=north", "waterlogged=false")); - DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9578, "facing=south", "waterlogged=true")); - DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9579, "facing=south", "waterlogged=false")); - DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9580, "facing=west", "waterlogged=true")); - DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9581, "facing=west", "waterlogged=false")); - DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9582, "facing=east", "waterlogged=true")); - DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9583, "facing=east", "waterlogged=false")); + DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9040, "facing=north", "waterlogged=true")); + DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9041, "facing=north", "waterlogged=false")); + DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9042, "facing=south", "waterlogged=true")); + DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9043, "facing=south", "waterlogged=false")); + DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9044, "facing=west", "waterlogged=true")); + DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9045, "facing=west", "waterlogged=false")); + DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9046, "facing=east", "waterlogged=true")); + DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9047, "facing=east", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoral.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoral.java index bcce33afd..58bd4e0fb 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoral.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoral.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DeadFireCoral { public static void initStates() { - DEAD_FIRE_CORAL.addBlockAlternative(new BlockAlternative((short) 9526, "waterlogged=true")); - DEAD_FIRE_CORAL.addBlockAlternative(new BlockAlternative((short) 9527, "waterlogged=false")); + DEAD_FIRE_CORAL.addBlockAlternative(new BlockAlternative((short) 8990, "waterlogged=true")); + DEAD_FIRE_CORAL.addBlockAlternative(new BlockAlternative((short) 8991, "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoralFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoralFan.java index 80b74e1bc..e5381c342 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoralFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoralFan.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DeadFireCoralFan { public static void initStates() { - DEAD_FIRE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9546, "waterlogged=true")); - DEAD_FIRE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9547, "waterlogged=false")); + DEAD_FIRE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9010, "waterlogged=true")); + DEAD_FIRE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9011, "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoralWallFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoralWallFan.java index 86436eeb6..5657efb85 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoralWallFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoralWallFan.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DeadFireCoralWallFan { public static void initStates() { - DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9584, "facing=north", "waterlogged=true")); - DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9585, "facing=north", "waterlogged=false")); - DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9586, "facing=south", "waterlogged=true")); - DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9587, "facing=south", "waterlogged=false")); - DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9588, "facing=west", "waterlogged=true")); - DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9589, "facing=west", "waterlogged=false")); - DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9590, "facing=east", "waterlogged=true")); - DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9591, "facing=east", "waterlogged=false")); + DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9048, "facing=north", "waterlogged=true")); + DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9049, "facing=north", "waterlogged=false")); + DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9050, "facing=south", "waterlogged=true")); + DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9051, "facing=south", "waterlogged=false")); + DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9052, "facing=west", "waterlogged=true")); + DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9053, "facing=west", "waterlogged=false")); + DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9054, "facing=east", "waterlogged=true")); + DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9055, "facing=east", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoral.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoral.java index 0face9002..208fe97d5 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoral.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoral.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DeadHornCoral { public static void initStates() { - DEAD_HORN_CORAL.addBlockAlternative(new BlockAlternative((short) 9528, "waterlogged=true")); - DEAD_HORN_CORAL.addBlockAlternative(new BlockAlternative((short) 9529, "waterlogged=false")); + DEAD_HORN_CORAL.addBlockAlternative(new BlockAlternative((short) 8992, "waterlogged=true")); + DEAD_HORN_CORAL.addBlockAlternative(new BlockAlternative((short) 8993, "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoralFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoralFan.java index 6cd6b465a..db801b3eb 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoralFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoralFan.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DeadHornCoralFan { public static void initStates() { - DEAD_HORN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9548, "waterlogged=true")); - DEAD_HORN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9549, "waterlogged=false")); + DEAD_HORN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9012, "waterlogged=true")); + DEAD_HORN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9013, "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoralWallFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoralWallFan.java index 3e847d4df..416bd3031 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoralWallFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoralWallFan.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DeadHornCoralWallFan { public static void initStates() { - DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9592, "facing=north", "waterlogged=true")); - DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9593, "facing=north", "waterlogged=false")); - DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9594, "facing=south", "waterlogged=true")); - DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9595, "facing=south", "waterlogged=false")); - DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9596, "facing=west", "waterlogged=true")); - DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9597, "facing=west", "waterlogged=false")); - DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9598, "facing=east", "waterlogged=true")); - DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9599, "facing=east", "waterlogged=false")); + DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9056, "facing=north", "waterlogged=true")); + DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9057, "facing=north", "waterlogged=false")); + DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9058, "facing=south", "waterlogged=true")); + DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9059, "facing=south", "waterlogged=false")); + DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9060, "facing=west", "waterlogged=true")); + DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9061, "facing=west", "waterlogged=false")); + DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9062, "facing=east", "waterlogged=true")); + DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9063, "facing=east", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoral.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoral.java index 8d9622f0a..d7be4148d 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoral.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoral.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DeadTubeCoral { public static void initStates() { - DEAD_TUBE_CORAL.addBlockAlternative(new BlockAlternative((short) 9520, "waterlogged=true")); - DEAD_TUBE_CORAL.addBlockAlternative(new BlockAlternative((short) 9521, "waterlogged=false")); + DEAD_TUBE_CORAL.addBlockAlternative(new BlockAlternative((short) 8984, "waterlogged=true")); + DEAD_TUBE_CORAL.addBlockAlternative(new BlockAlternative((short) 8985, "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoralFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoralFan.java index 1b9f66fca..b1a70108a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoralFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoralFan.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DeadTubeCoralFan { public static void initStates() { - DEAD_TUBE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9540, "waterlogged=true")); - DEAD_TUBE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9541, "waterlogged=false")); + DEAD_TUBE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9004, "waterlogged=true")); + DEAD_TUBE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9005, "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoralWallFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoralWallFan.java index ea43cc8dc..4169bd322 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoralWallFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoralWallFan.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DeadTubeCoralWallFan { public static void initStates() { - DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9560, "facing=north", "waterlogged=true")); - DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9561, "facing=north", "waterlogged=false")); - DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9562, "facing=south", "waterlogged=true")); - DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9563, "facing=south", "waterlogged=false")); - DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9564, "facing=west", "waterlogged=true")); - DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9565, "facing=west", "waterlogged=false")); - DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9566, "facing=east", "waterlogged=true")); - DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9567, "facing=east", "waterlogged=false")); + DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9024, "facing=north", "waterlogged=true")); + DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9025, "facing=north", "waterlogged=false")); + DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9026, "facing=south", "waterlogged=true")); + DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9027, "facing=south", "waterlogged=false")); + DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9028, "facing=west", "waterlogged=true")); + DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9029, "facing=west", "waterlogged=false")); + DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9030, "facing=east", "waterlogged=true")); + DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9031, "facing=east", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DetectorRail.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DetectorRail.java index a1649e521..5e50accfe 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DetectorRail.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DetectorRail.java @@ -7,17 +7,17 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DetectorRail { public static void initStates() { - DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1317, "powered=true", "shape=north_south")); - DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1318, "powered=true", "shape=east_west")); - DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1319, "powered=true", "shape=ascending_east")); - DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1320, "powered=true", "shape=ascending_west")); - DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1321, "powered=true", "shape=ascending_north")); - DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1322, "powered=true", "shape=ascending_south")); - DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1323, "powered=false", "shape=north_south")); - DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1324, "powered=false", "shape=east_west")); - DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1325, "powered=false", "shape=ascending_east")); - DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1326, "powered=false", "shape=ascending_west")); - DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1327, "powered=false", "shape=ascending_north")); - DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1328, "powered=false", "shape=ascending_south")); + DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1316, "powered=true", "shape=north_south")); + DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1317, "powered=true", "shape=east_west")); + DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1318, "powered=true", "shape=ascending_east")); + DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1319, "powered=true", "shape=ascending_west")); + DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1320, "powered=true", "shape=ascending_north")); + DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1321, "powered=true", "shape=ascending_south")); + DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1322, "powered=false", "shape=north_south")); + DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1323, "powered=false", "shape=east_west")); + DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1324, "powered=false", "shape=ascending_east")); + DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1325, "powered=false", "shape=ascending_west")); + DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1326, "powered=false", "shape=ascending_north")); + DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1327, "powered=false", "shape=ascending_south")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DioriteSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DioriteSlab.java index ce5cbb285..02cd8d572 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DioriteSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DioriteSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DioriteSlab { public static void initStates() { - DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10861, "type=top", "waterlogged=true")); - DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10862, "type=top", "waterlogged=false")); - DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10863, "type=bottom", "waterlogged=true")); - DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10864, "type=bottom", "waterlogged=false")); - DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10865, "type=double", "waterlogged=true")); - DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10866, "type=double", "waterlogged=false")); + DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10325, "type=top", "waterlogged=true")); + DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10326, "type=top", "waterlogged=false")); + DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10327, "type=bottom", "waterlogged=true")); + DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10328, "type=bottom", "waterlogged=false")); + DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10329, "type=double", "waterlogged=true")); + DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10330, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DioriteStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DioriteStairs.java index c22524896..cc795c1f1 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DioriteStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DioriteStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DioriteStairs { public static void initStates() { - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10709, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10710, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10711, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10712, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10713, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10714, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10715, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10716, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10717, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10718, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10719, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10720, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10721, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10722, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10723, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10724, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10725, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10726, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10727, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10728, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10729, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10730, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10731, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10732, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10733, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10734, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10735, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10736, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10737, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10738, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10739, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10740, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10741, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10742, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10743, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10744, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10745, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10746, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10747, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10748, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10749, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10750, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10751, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10752, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10753, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10754, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10755, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10756, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10757, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10758, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10759, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10760, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10761, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10762, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10763, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10764, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10765, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10766, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10767, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10768, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10769, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10770, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10771, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10772, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10773, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10774, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10775, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10776, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10777, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10778, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10779, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10780, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10781, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10782, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10783, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10784, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10785, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10786, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10787, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10788, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10173, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10174, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10175, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10176, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10177, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10178, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10179, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10180, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10181, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10182, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10183, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10184, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10185, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10186, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10187, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10188, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10189, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10190, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10191, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10192, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10193, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10194, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10195, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10196, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10197, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10198, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10199, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10200, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10201, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10202, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10203, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10204, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10205, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10206, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10207, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10208, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10209, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10210, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10211, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10212, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10213, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10214, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10215, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10216, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10217, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10218, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10219, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10220, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10221, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10222, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10223, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10224, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10225, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10226, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10227, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10228, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10229, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10230, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10231, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10232, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10233, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10234, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10235, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10236, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10237, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10238, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10239, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10240, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10241, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10242, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10243, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10244, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10245, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10246, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10247, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10248, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10249, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10250, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10251, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10252, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DioriteWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DioriteWall.java index a752a77fb..67464c563 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DioriteWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DioriteWall.java @@ -7,329 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DioriteWall { public static void initStates() { - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14431, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14432, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14433, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14434, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14435, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14436, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14437, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14438, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14439, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14440, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14441, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14442, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14443, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14444, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14445, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14446, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14447, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14448, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14449, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14450, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14451, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14452, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14453, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14454, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14455, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14456, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14457, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14458, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14459, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14460, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14461, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14462, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14463, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14464, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14465, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14466, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14467, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14468, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14469, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14470, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14471, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14472, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14473, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14474, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14475, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14476, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14477, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14478, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14479, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14480, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14481, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14482, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14483, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14484, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14485, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14486, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14487, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14488, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14489, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14490, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14491, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14492, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14493, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14494, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14495, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14496, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14497, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14498, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14499, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14500, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14501, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14502, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14503, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14504, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14505, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14506, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14507, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14508, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14509, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14510, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14511, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14512, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14513, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14514, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14515, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14516, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14517, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14518, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14519, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14520, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14521, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14522, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14523, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14524, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14525, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14526, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14527, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14528, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14529, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14530, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14531, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14532, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14533, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14534, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14535, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14536, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14537, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14538, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14539, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14540, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14541, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14542, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14543, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14544, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14545, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14546, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14547, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14548, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14549, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14550, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14551, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14552, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14553, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14554, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14555, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14556, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14557, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14558, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14559, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14560, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14561, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14562, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14563, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14564, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14565, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14566, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14567, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14568, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14569, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14570, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14571, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14572, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14573, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14574, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14575, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14576, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14577, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14578, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14579, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14580, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14581, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14582, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14583, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14584, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14585, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14586, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14587, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14588, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14589, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14590, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14591, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14592, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14593, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14594, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14595, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14596, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14597, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14598, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14599, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14600, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14601, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14602, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14603, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14604, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14605, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14606, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14607, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14608, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14609, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14610, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14611, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14612, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14613, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14614, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14615, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14616, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14617, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14618, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14619, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14620, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14621, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14622, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14623, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14624, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14625, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14626, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14627, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14628, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14629, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14630, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14631, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14632, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14633, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14634, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14635, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14636, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14637, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14638, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14639, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14640, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14641, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14642, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14643, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14644, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14645, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14646, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14647, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14648, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14649, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14650, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14651, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14652, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14653, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14654, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14655, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14656, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14657, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14658, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14659, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14660, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14661, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14662, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14663, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14664, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14665, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14666, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14667, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14668, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14669, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14670, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14671, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14672, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14673, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14674, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14675, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14676, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14677, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14678, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14679, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14680, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14681, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14682, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14683, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14684, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14685, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14686, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14687, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14688, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14689, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14690, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14691, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14692, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14693, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14694, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14695, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14696, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14697, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14698, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14699, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14700, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14701, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14702, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14703, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14704, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14705, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14706, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14707, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14708, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14709, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14710, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14711, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14712, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14713, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14714, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14715, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14716, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14717, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14718, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14719, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14720, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14721, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14722, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14723, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14724, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14725, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14726, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14727, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14728, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14729, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14730, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14731, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14732, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14733, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14734, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14735, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14736, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14737, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14738, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14739, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14740, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14741, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14742, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14743, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14744, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14745, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14746, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14747, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14748, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14749, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14750, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14751, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14752, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14753, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14754, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11035, "east=true", "north=true", "south=true", "up=true", "waterlogged=true", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11036, "east=true", "north=true", "south=true", "up=true", "waterlogged=true", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11037, "east=true", "north=true", "south=true", "up=true", "waterlogged=false", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11038, "east=true", "north=true", "south=true", "up=true", "waterlogged=false", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11039, "east=true", "north=true", "south=true", "up=false", "waterlogged=true", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11040, "east=true", "north=true", "south=true", "up=false", "waterlogged=true", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11041, "east=true", "north=true", "south=true", "up=false", "waterlogged=false", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11042, "east=true", "north=true", "south=true", "up=false", "waterlogged=false", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11043, "east=true", "north=true", "south=false", "up=true", "waterlogged=true", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11044, "east=true", "north=true", "south=false", "up=true", "waterlogged=true", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11045, "east=true", "north=true", "south=false", "up=true", "waterlogged=false", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11046, "east=true", "north=true", "south=false", "up=true", "waterlogged=false", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11047, "east=true", "north=true", "south=false", "up=false", "waterlogged=true", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11048, "east=true", "north=true", "south=false", "up=false", "waterlogged=true", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11049, "east=true", "north=true", "south=false", "up=false", "waterlogged=false", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11050, "east=true", "north=true", "south=false", "up=false", "waterlogged=false", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11051, "east=true", "north=false", "south=true", "up=true", "waterlogged=true", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11052, "east=true", "north=false", "south=true", "up=true", "waterlogged=true", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11053, "east=true", "north=false", "south=true", "up=true", "waterlogged=false", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11054, "east=true", "north=false", "south=true", "up=true", "waterlogged=false", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11055, "east=true", "north=false", "south=true", "up=false", "waterlogged=true", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11056, "east=true", "north=false", "south=true", "up=false", "waterlogged=true", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11057, "east=true", "north=false", "south=true", "up=false", "waterlogged=false", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11058, "east=true", "north=false", "south=true", "up=false", "waterlogged=false", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11059, "east=true", "north=false", "south=false", "up=true", "waterlogged=true", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11060, "east=true", "north=false", "south=false", "up=true", "waterlogged=true", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11061, "east=true", "north=false", "south=false", "up=true", "waterlogged=false", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11062, "east=true", "north=false", "south=false", "up=true", "waterlogged=false", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11063, "east=true", "north=false", "south=false", "up=false", "waterlogged=true", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11064, "east=true", "north=false", "south=false", "up=false", "waterlogged=true", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11065, "east=true", "north=false", "south=false", "up=false", "waterlogged=false", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11066, "east=true", "north=false", "south=false", "up=false", "waterlogged=false", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11067, "east=false", "north=true", "south=true", "up=true", "waterlogged=true", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11068, "east=false", "north=true", "south=true", "up=true", "waterlogged=true", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11069, "east=false", "north=true", "south=true", "up=true", "waterlogged=false", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11070, "east=false", "north=true", "south=true", "up=true", "waterlogged=false", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11071, "east=false", "north=true", "south=true", "up=false", "waterlogged=true", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11072, "east=false", "north=true", "south=true", "up=false", "waterlogged=true", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11073, "east=false", "north=true", "south=true", "up=false", "waterlogged=false", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11074, "east=false", "north=true", "south=true", "up=false", "waterlogged=false", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11075, "east=false", "north=true", "south=false", "up=true", "waterlogged=true", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11076, "east=false", "north=true", "south=false", "up=true", "waterlogged=true", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11077, "east=false", "north=true", "south=false", "up=true", "waterlogged=false", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11078, "east=false", "north=true", "south=false", "up=true", "waterlogged=false", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11079, "east=false", "north=true", "south=false", "up=false", "waterlogged=true", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11080, "east=false", "north=true", "south=false", "up=false", "waterlogged=true", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11081, "east=false", "north=true", "south=false", "up=false", "waterlogged=false", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11082, "east=false", "north=true", "south=false", "up=false", "waterlogged=false", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11083, "east=false", "north=false", "south=true", "up=true", "waterlogged=true", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11084, "east=false", "north=false", "south=true", "up=true", "waterlogged=true", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11085, "east=false", "north=false", "south=true", "up=true", "waterlogged=false", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11086, "east=false", "north=false", "south=true", "up=true", "waterlogged=false", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11087, "east=false", "north=false", "south=true", "up=false", "waterlogged=true", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11088, "east=false", "north=false", "south=true", "up=false", "waterlogged=true", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11089, "east=false", "north=false", "south=true", "up=false", "waterlogged=false", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11090, "east=false", "north=false", "south=true", "up=false", "waterlogged=false", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11091, "east=false", "north=false", "south=false", "up=true", "waterlogged=true", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11092, "east=false", "north=false", "south=false", "up=true", "waterlogged=true", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11093, "east=false", "north=false", "south=false", "up=true", "waterlogged=false", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11094, "east=false", "north=false", "south=false", "up=true", "waterlogged=false", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11095, "east=false", "north=false", "south=false", "up=false", "waterlogged=true", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11096, "east=false", "north=false", "south=false", "up=false", "waterlogged=true", "west=false")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11097, "east=false", "north=false", "south=false", "up=false", "waterlogged=false", "west=true")); + DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 11098, "east=false", "north=false", "south=false", "up=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Dispenser.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Dispenser.java index 71cdcad7f..10b160e34 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Dispenser.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Dispenser.java @@ -7,17 +7,17 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Dispenser { public static void initStates() { - DISPENSER.addBlockAlternative(new BlockAlternative((short) 234, "facing=north", "triggered=true")); - DISPENSER.addBlockAlternative(new BlockAlternative((short) 235, "facing=north", "triggered=false")); - DISPENSER.addBlockAlternative(new BlockAlternative((short) 236, "facing=east", "triggered=true")); - DISPENSER.addBlockAlternative(new BlockAlternative((short) 237, "facing=east", "triggered=false")); - DISPENSER.addBlockAlternative(new BlockAlternative((short) 238, "facing=south", "triggered=true")); - DISPENSER.addBlockAlternative(new BlockAlternative((short) 239, "facing=south", "triggered=false")); - DISPENSER.addBlockAlternative(new BlockAlternative((short) 240, "facing=west", "triggered=true")); - DISPENSER.addBlockAlternative(new BlockAlternative((short) 241, "facing=west", "triggered=false")); - DISPENSER.addBlockAlternative(new BlockAlternative((short) 242, "facing=up", "triggered=true")); - DISPENSER.addBlockAlternative(new BlockAlternative((short) 243, "facing=up", "triggered=false")); - DISPENSER.addBlockAlternative(new BlockAlternative((short) 244, "facing=down", "triggered=true")); - DISPENSER.addBlockAlternative(new BlockAlternative((short) 245, "facing=down", "triggered=false")); + DISPENSER.addBlockAlternative(new BlockAlternative((short) 233, "facing=north", "triggered=true")); + DISPENSER.addBlockAlternative(new BlockAlternative((short) 234, "facing=north", "triggered=false")); + DISPENSER.addBlockAlternative(new BlockAlternative((short) 235, "facing=east", "triggered=true")); + DISPENSER.addBlockAlternative(new BlockAlternative((short) 236, "facing=east", "triggered=false")); + DISPENSER.addBlockAlternative(new BlockAlternative((short) 237, "facing=south", "triggered=true")); + DISPENSER.addBlockAlternative(new BlockAlternative((short) 238, "facing=south", "triggered=false")); + DISPENSER.addBlockAlternative(new BlockAlternative((short) 239, "facing=west", "triggered=true")); + DISPENSER.addBlockAlternative(new BlockAlternative((short) 240, "facing=west", "triggered=false")); + DISPENSER.addBlockAlternative(new BlockAlternative((short) 241, "facing=up", "triggered=true")); + DISPENSER.addBlockAlternative(new BlockAlternative((short) 242, "facing=up", "triggered=false")); + DISPENSER.addBlockAlternative(new BlockAlternative((short) 243, "facing=down", "triggered=true")); + DISPENSER.addBlockAlternative(new BlockAlternative((short) 244, "facing=down", "triggered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DragonHead.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DragonHead.java index c7a5f0840..bffb5b627 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DragonHead.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DragonHead.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DragonHead { public static void initStates() { - DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6590, "rotation=0")); - DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6591, "rotation=1")); - DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6592, "rotation=2")); - DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6593, "rotation=3")); - DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6594, "rotation=4")); - DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6595, "rotation=5")); - DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6596, "rotation=6")); - DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6597, "rotation=7")); - DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6598, "rotation=8")); - DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6599, "rotation=9")); - DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6600, "rotation=10")); - DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6601, "rotation=11")); - DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6602, "rotation=12")); - DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6603, "rotation=13")); - DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6604, "rotation=14")); - DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6605, "rotation=15")); + DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6054, "rotation=0")); + DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6055, "rotation=1")); + DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6056, "rotation=2")); + DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6057, "rotation=3")); + DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6058, "rotation=4")); + DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6059, "rotation=5")); + DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6060, "rotation=6")); + DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6061, "rotation=7")); + DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6062, "rotation=8")); + DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6063, "rotation=9")); + DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6064, "rotation=10")); + DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6065, "rotation=11")); + DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6066, "rotation=12")); + DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6067, "rotation=13")); + DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6068, "rotation=14")); + DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6069, "rotation=15")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DragonWallHead.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DragonWallHead.java index 39f9315d3..25d9886d5 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DragonWallHead.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DragonWallHead.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class DragonWallHead { public static void initStates() { - DRAGON_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6606, "facing=north")); - DRAGON_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6607, "facing=south")); - DRAGON_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6608, "facing=west")); - DRAGON_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6609, "facing=east")); + DRAGON_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6070, "facing=north")); + DRAGON_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6071, "facing=south")); + DRAGON_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6072, "facing=west")); + DRAGON_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6073, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Dropper.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Dropper.java index f19615d8e..efcc7c6d6 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Dropper.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Dropper.java @@ -7,17 +7,17 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Dropper { public static void initStates() { - DROPPER.addBlockAlternative(new BlockAlternative((short) 6835, "facing=north", "triggered=true")); - DROPPER.addBlockAlternative(new BlockAlternative((short) 6836, "facing=north", "triggered=false")); - DROPPER.addBlockAlternative(new BlockAlternative((short) 6837, "facing=east", "triggered=true")); - DROPPER.addBlockAlternative(new BlockAlternative((short) 6838, "facing=east", "triggered=false")); - DROPPER.addBlockAlternative(new BlockAlternative((short) 6839, "facing=south", "triggered=true")); - DROPPER.addBlockAlternative(new BlockAlternative((short) 6840, "facing=south", "triggered=false")); - DROPPER.addBlockAlternative(new BlockAlternative((short) 6841, "facing=west", "triggered=true")); - DROPPER.addBlockAlternative(new BlockAlternative((short) 6842, "facing=west", "triggered=false")); - DROPPER.addBlockAlternative(new BlockAlternative((short) 6843, "facing=up", "triggered=true")); - DROPPER.addBlockAlternative(new BlockAlternative((short) 6844, "facing=up", "triggered=false")); - DROPPER.addBlockAlternative(new BlockAlternative((short) 6845, "facing=down", "triggered=true")); - DROPPER.addBlockAlternative(new BlockAlternative((short) 6846, "facing=down", "triggered=false")); + DROPPER.addBlockAlternative(new BlockAlternative((short) 6299, "facing=north", "triggered=true")); + DROPPER.addBlockAlternative(new BlockAlternative((short) 6300, "facing=north", "triggered=false")); + DROPPER.addBlockAlternative(new BlockAlternative((short) 6301, "facing=east", "triggered=true")); + DROPPER.addBlockAlternative(new BlockAlternative((short) 6302, "facing=east", "triggered=false")); + DROPPER.addBlockAlternative(new BlockAlternative((short) 6303, "facing=south", "triggered=true")); + DROPPER.addBlockAlternative(new BlockAlternative((short) 6304, "facing=south", "triggered=false")); + DROPPER.addBlockAlternative(new BlockAlternative((short) 6305, "facing=west", "triggered=true")); + DROPPER.addBlockAlternative(new BlockAlternative((short) 6306, "facing=west", "triggered=false")); + DROPPER.addBlockAlternative(new BlockAlternative((short) 6307, "facing=up", "triggered=true")); + DROPPER.addBlockAlternative(new BlockAlternative((short) 6308, "facing=up", "triggered=false")); + DROPPER.addBlockAlternative(new BlockAlternative((short) 6309, "facing=down", "triggered=true")); + DROPPER.addBlockAlternative(new BlockAlternative((short) 6310, "facing=down", "triggered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/EndPortalFrame.java b/src/autogenerated/java/net/minestom/server/instance/block/states/EndPortalFrame.java index 5ec1ba0ea..b50ce0abd 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/EndPortalFrame.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/EndPortalFrame.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class EndPortalFrame { public static void initStates() { - END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5146, "eye=true", "facing=north")); - END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5147, "eye=true", "facing=south")); - END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5148, "eye=true", "facing=west")); - END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5149, "eye=true", "facing=east")); - END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5150, "eye=false", "facing=north")); - END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5151, "eye=false", "facing=south")); - END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5152, "eye=false", "facing=west")); - END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5153, "eye=false", "facing=east")); + END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5130, "eye=true", "facing=north")); + END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5131, "eye=true", "facing=south")); + END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5132, "eye=true", "facing=west")); + END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5133, "eye=true", "facing=east")); + END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5134, "eye=false", "facing=north")); + END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5135, "eye=false", "facing=south")); + END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5136, "eye=false", "facing=west")); + END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5137, "eye=false", "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/EndRod.java b/src/autogenerated/java/net/minestom/server/instance/block/states/EndRod.java index e7c8fb23b..a8be312d0 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/EndRod.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/EndRod.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class EndRod { public static void initStates() { - END_ROD.addBlockAlternative(new BlockAlternative((short) 9058, "facing=north")); - END_ROD.addBlockAlternative(new BlockAlternative((short) 9059, "facing=east")); - END_ROD.addBlockAlternative(new BlockAlternative((short) 9060, "facing=south")); - END_ROD.addBlockAlternative(new BlockAlternative((short) 9061, "facing=west")); - END_ROD.addBlockAlternative(new BlockAlternative((short) 9062, "facing=up")); - END_ROD.addBlockAlternative(new BlockAlternative((short) 9063, "facing=down")); + END_ROD.addBlockAlternative(new BlockAlternative((short) 8522, "facing=north")); + END_ROD.addBlockAlternative(new BlockAlternative((short) 8523, "facing=east")); + END_ROD.addBlockAlternative(new BlockAlternative((short) 8524, "facing=south")); + END_ROD.addBlockAlternative(new BlockAlternative((short) 8525, "facing=west")); + END_ROD.addBlockAlternative(new BlockAlternative((short) 8526, "facing=up")); + END_ROD.addBlockAlternative(new BlockAlternative((short) 8527, "facing=down")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickSlab.java index 2c7b58ac1..711847731 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class EndStoneBrickSlab { public static void initStates() { - END_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10819, "type=top", "waterlogged=true")); - END_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10820, "type=top", "waterlogged=false")); - END_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10821, "type=bottom", "waterlogged=true")); - END_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10822, "type=bottom", "waterlogged=false")); - END_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10823, "type=double", "waterlogged=true")); - END_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10824, "type=double", "waterlogged=false")); + END_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10283, "type=top", "waterlogged=true")); + END_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10284, "type=top", "waterlogged=false")); + END_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10285, "type=bottom", "waterlogged=true")); + END_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10286, "type=bottom", "waterlogged=false")); + END_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10287, "type=double", "waterlogged=true")); + END_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10288, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickStairs.java index 8cf06c1f2..447fda5f7 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class EndStoneBrickStairs { public static void initStates() { - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10069, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10070, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10071, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10072, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10073, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10074, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10075, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10076, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10077, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10078, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10079, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10080, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10081, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10082, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10083, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10084, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10085, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10086, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10087, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10088, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10089, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10090, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10091, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10092, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10093, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10094, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10095, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10096, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10097, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10098, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10099, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10100, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10101, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10102, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10103, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10104, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10105, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10106, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10107, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10108, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10109, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10110, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10111, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10112, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10113, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10114, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10115, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10116, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10117, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10118, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10119, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10120, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10121, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10122, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10123, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10124, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10125, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10126, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10127, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10128, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10129, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10130, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10131, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10132, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10133, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10134, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10135, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10136, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10137, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10138, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10139, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10140, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10141, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10142, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10143, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10144, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10145, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10146, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10147, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10148, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9533, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9534, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9535, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9536, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9537, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9538, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9539, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9540, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9541, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9542, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9543, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9544, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9545, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9546, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9547, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9548, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9549, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9550, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9551, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9552, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9553, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9554, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9555, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9556, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9557, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9558, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9559, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9560, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9561, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9562, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9563, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9564, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9565, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9566, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9567, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9568, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9569, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9570, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9571, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9572, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9573, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9574, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9575, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9576, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9577, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9578, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9579, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9580, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9581, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9582, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9583, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9584, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9585, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9586, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9587, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9588, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9589, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9590, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9591, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9592, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9593, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9594, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9595, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9596, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9597, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9598, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9599, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9600, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9601, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9602, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9603, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9604, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9605, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9606, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9607, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9608, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9609, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9610, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9611, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9612, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickWall.java index c1ad155b9..ecb8066cf 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickWall.java @@ -7,329 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class EndStoneBrickWall { public static void initStates() { - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14107, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14108, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14109, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14110, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14111, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14112, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14113, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14114, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14115, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14116, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14117, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14118, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14119, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14120, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14121, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14122, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14123, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14124, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14125, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14126, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14127, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14128, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14129, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14130, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14131, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14132, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14133, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14134, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14135, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14136, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14137, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14138, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14139, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14140, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14141, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14142, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14143, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14144, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14145, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14146, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14147, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14148, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14149, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14150, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14151, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14152, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14153, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14154, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14155, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14156, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14157, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14158, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14159, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14160, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14161, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14162, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14163, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14164, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14165, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14166, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14167, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14168, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14169, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14170, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14171, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14172, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14173, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14174, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14175, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14176, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14177, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14178, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14179, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14180, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14181, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14182, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14183, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14184, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14185, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14186, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14187, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14188, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14189, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14190, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14191, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14192, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14193, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14194, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14195, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14196, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14197, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14198, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14199, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14200, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14201, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14202, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14203, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14204, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14205, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14206, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14207, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14208, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14209, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14210, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14211, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14212, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14213, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14214, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14215, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14216, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14217, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14218, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14219, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14220, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14221, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14222, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14223, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14224, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14225, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14226, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14227, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14228, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14229, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14230, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14231, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14232, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14233, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14234, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14235, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14236, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14237, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14238, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14239, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14240, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14241, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14242, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14243, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14244, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14245, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14246, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14247, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14248, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14249, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14250, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14251, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14252, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14253, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14254, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14255, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14256, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14257, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14258, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14259, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14260, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14261, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14262, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14263, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14264, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14265, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14266, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14267, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14268, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14269, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14270, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14271, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14272, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14273, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14274, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14275, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14276, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14277, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14278, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14279, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14280, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14281, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14282, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14283, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14284, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14285, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14286, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14287, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14288, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14289, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14290, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14291, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14292, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14293, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14294, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14295, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14296, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14297, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14298, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14299, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14300, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14301, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14302, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14303, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14304, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14305, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14306, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14307, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14308, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14309, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14310, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14311, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14312, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14313, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14314, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14315, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14316, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14317, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14318, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14319, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14320, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14321, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14322, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14323, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14324, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14325, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14326, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14327, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14328, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14329, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14330, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14331, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14332, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14333, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14334, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14335, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14336, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14337, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14338, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14339, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14340, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14341, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14342, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14343, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14344, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14345, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14346, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14347, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14348, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14349, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14350, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14351, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14352, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14353, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14354, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14355, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14356, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14357, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14358, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14359, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14360, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14361, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14362, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14363, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14364, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14365, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14366, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14367, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14368, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14369, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14370, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14371, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14372, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14373, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14374, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14375, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14376, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14377, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14378, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14379, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14380, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14381, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14382, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14383, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14384, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14385, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14386, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14387, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14388, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14389, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14390, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14391, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14392, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14393, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14394, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14395, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14396, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14397, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14398, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14399, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14400, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14401, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14402, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14403, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14404, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14405, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14406, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14407, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14408, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14409, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14410, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14411, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14412, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14413, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14414, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14415, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14416, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14417, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14418, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14419, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14420, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14421, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14422, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14423, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14424, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14425, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14426, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14427, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14428, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14429, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14430, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10971, "east=true", "north=true", "south=true", "up=true", "waterlogged=true", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10972, "east=true", "north=true", "south=true", "up=true", "waterlogged=true", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10973, "east=true", "north=true", "south=true", "up=true", "waterlogged=false", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10974, "east=true", "north=true", "south=true", "up=true", "waterlogged=false", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10975, "east=true", "north=true", "south=true", "up=false", "waterlogged=true", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10976, "east=true", "north=true", "south=true", "up=false", "waterlogged=true", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10977, "east=true", "north=true", "south=true", "up=false", "waterlogged=false", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10978, "east=true", "north=true", "south=true", "up=false", "waterlogged=false", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10979, "east=true", "north=true", "south=false", "up=true", "waterlogged=true", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10980, "east=true", "north=true", "south=false", "up=true", "waterlogged=true", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10981, "east=true", "north=true", "south=false", "up=true", "waterlogged=false", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10982, "east=true", "north=true", "south=false", "up=true", "waterlogged=false", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10983, "east=true", "north=true", "south=false", "up=false", "waterlogged=true", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10984, "east=true", "north=true", "south=false", "up=false", "waterlogged=true", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10985, "east=true", "north=true", "south=false", "up=false", "waterlogged=false", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10986, "east=true", "north=true", "south=false", "up=false", "waterlogged=false", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10987, "east=true", "north=false", "south=true", "up=true", "waterlogged=true", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10988, "east=true", "north=false", "south=true", "up=true", "waterlogged=true", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10989, "east=true", "north=false", "south=true", "up=true", "waterlogged=false", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10990, "east=true", "north=false", "south=true", "up=true", "waterlogged=false", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10991, "east=true", "north=false", "south=true", "up=false", "waterlogged=true", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10992, "east=true", "north=false", "south=true", "up=false", "waterlogged=true", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10993, "east=true", "north=false", "south=true", "up=false", "waterlogged=false", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10994, "east=true", "north=false", "south=true", "up=false", "waterlogged=false", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10995, "east=true", "north=false", "south=false", "up=true", "waterlogged=true", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10996, "east=true", "north=false", "south=false", "up=true", "waterlogged=true", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10997, "east=true", "north=false", "south=false", "up=true", "waterlogged=false", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10998, "east=true", "north=false", "south=false", "up=true", "waterlogged=false", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10999, "east=true", "north=false", "south=false", "up=false", "waterlogged=true", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11000, "east=true", "north=false", "south=false", "up=false", "waterlogged=true", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11001, "east=true", "north=false", "south=false", "up=false", "waterlogged=false", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11002, "east=true", "north=false", "south=false", "up=false", "waterlogged=false", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11003, "east=false", "north=true", "south=true", "up=true", "waterlogged=true", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11004, "east=false", "north=true", "south=true", "up=true", "waterlogged=true", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11005, "east=false", "north=true", "south=true", "up=true", "waterlogged=false", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11006, "east=false", "north=true", "south=true", "up=true", "waterlogged=false", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11007, "east=false", "north=true", "south=true", "up=false", "waterlogged=true", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11008, "east=false", "north=true", "south=true", "up=false", "waterlogged=true", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11009, "east=false", "north=true", "south=true", "up=false", "waterlogged=false", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11010, "east=false", "north=true", "south=true", "up=false", "waterlogged=false", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11011, "east=false", "north=true", "south=false", "up=true", "waterlogged=true", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11012, "east=false", "north=true", "south=false", "up=true", "waterlogged=true", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11013, "east=false", "north=true", "south=false", "up=true", "waterlogged=false", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11014, "east=false", "north=true", "south=false", "up=true", "waterlogged=false", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11015, "east=false", "north=true", "south=false", "up=false", "waterlogged=true", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11016, "east=false", "north=true", "south=false", "up=false", "waterlogged=true", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11017, "east=false", "north=true", "south=false", "up=false", "waterlogged=false", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11018, "east=false", "north=true", "south=false", "up=false", "waterlogged=false", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11019, "east=false", "north=false", "south=true", "up=true", "waterlogged=true", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11020, "east=false", "north=false", "south=true", "up=true", "waterlogged=true", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11021, "east=false", "north=false", "south=true", "up=true", "waterlogged=false", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11022, "east=false", "north=false", "south=true", "up=true", "waterlogged=false", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11023, "east=false", "north=false", "south=true", "up=false", "waterlogged=true", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11024, "east=false", "north=false", "south=true", "up=false", "waterlogged=true", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11025, "east=false", "north=false", "south=true", "up=false", "waterlogged=false", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11026, "east=false", "north=false", "south=true", "up=false", "waterlogged=false", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11027, "east=false", "north=false", "south=false", "up=true", "waterlogged=true", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11028, "east=false", "north=false", "south=false", "up=true", "waterlogged=true", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11029, "east=false", "north=false", "south=false", "up=true", "waterlogged=false", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11030, "east=false", "north=false", "south=false", "up=true", "waterlogged=false", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11031, "east=false", "north=false", "south=false", "up=false", "waterlogged=true", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11032, "east=false", "north=false", "south=false", "up=false", "waterlogged=true", "west=false")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11033, "east=false", "north=false", "south=false", "up=false", "waterlogged=false", "west=true")); + END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11034, "east=false", "north=false", "south=false", "up=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/EnderChest.java b/src/autogenerated/java/net/minestom/server/instance/block/states/EnderChest.java index b2486f615..1b9ad6208 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/EnderChest.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/EnderChest.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class EnderChest { public static void initStates() { - ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5251, "facing=north", "waterlogged=true")); - ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5252, "facing=north", "waterlogged=false")); - ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5253, "facing=south", "waterlogged=true")); - ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5254, "facing=south", "waterlogged=false")); - ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5255, "facing=west", "waterlogged=true")); - ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5256, "facing=west", "waterlogged=false")); - ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5257, "facing=east", "waterlogged=true")); - ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5258, "facing=east", "waterlogged=false")); + ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5235, "facing=north", "waterlogged=true")); + ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5236, "facing=north", "waterlogged=false")); + ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5237, "facing=south", "waterlogged=true")); + ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5238, "facing=south", "waterlogged=false")); + ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5239, "facing=west", "waterlogged=true")); + ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5240, "facing=west", "waterlogged=false")); + ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5241, "facing=east", "waterlogged=true")); + ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5242, "facing=east", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Farmland.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Farmland.java index f37cb02da..52a0b9d95 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Farmland.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Farmland.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Farmland { public static void initStates() { - FARMLAND.addBlockAlternative(new BlockAlternative((short) 3365, "moisture=0")); - FARMLAND.addBlockAlternative(new BlockAlternative((short) 3366, "moisture=1")); - FARMLAND.addBlockAlternative(new BlockAlternative((short) 3367, "moisture=2")); - FARMLAND.addBlockAlternative(new BlockAlternative((short) 3368, "moisture=3")); - FARMLAND.addBlockAlternative(new BlockAlternative((short) 3369, "moisture=4")); - FARMLAND.addBlockAlternative(new BlockAlternative((short) 3370, "moisture=5")); - FARMLAND.addBlockAlternative(new BlockAlternative((short) 3371, "moisture=6")); - FARMLAND.addBlockAlternative(new BlockAlternative((short) 3372, "moisture=7")); + FARMLAND.addBlockAlternative(new BlockAlternative((short) 3363, "moisture=0")); + FARMLAND.addBlockAlternative(new BlockAlternative((short) 3364, "moisture=1")); + FARMLAND.addBlockAlternative(new BlockAlternative((short) 3365, "moisture=2")); + FARMLAND.addBlockAlternative(new BlockAlternative((short) 3366, "moisture=3")); + FARMLAND.addBlockAlternative(new BlockAlternative((short) 3367, "moisture=4")); + FARMLAND.addBlockAlternative(new BlockAlternative((short) 3368, "moisture=5")); + FARMLAND.addBlockAlternative(new BlockAlternative((short) 3369, "moisture=6")); + FARMLAND.addBlockAlternative(new BlockAlternative((short) 3370, "moisture=7")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Fire.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Fire.java index 97e07d984..26a97565e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Fire.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Fire.java @@ -7,517 +7,517 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Fire { public static void initStates() { - FIRE.addBlockAlternative(new BlockAlternative((short) 1440, "age=0", "east=true", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1441, "age=0", "east=true", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1442, "age=0", "east=true", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1443, "age=0", "east=true", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1444, "age=0", "east=true", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1445, "age=0", "east=true", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1446, "age=0", "east=true", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1447, "age=0", "east=true", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1448, "age=0", "east=true", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1449, "age=0", "east=true", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1450, "age=0", "east=true", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1451, "age=0", "east=true", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1452, "age=0", "east=true", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1453, "age=0", "east=true", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1454, "age=0", "east=true", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1455, "age=0", "east=true", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1456, "age=0", "east=false", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1457, "age=0", "east=false", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1458, "age=0", "east=false", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1459, "age=0", "east=false", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1460, "age=0", "east=false", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1461, "age=0", "east=false", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1462, "age=0", "east=false", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1463, "age=0", "east=false", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1464, "age=0", "east=false", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1465, "age=0", "east=false", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1466, "age=0", "east=false", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1467, "age=0", "east=false", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1468, "age=0", "east=false", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1469, "age=0", "east=false", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1470, "age=0", "east=false", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1471, "age=0", "east=false", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1472, "age=1", "east=true", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1473, "age=1", "east=true", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1474, "age=1", "east=true", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1475, "age=1", "east=true", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1476, "age=1", "east=true", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1477, "age=1", "east=true", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1478, "age=1", "east=true", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1479, "age=1", "east=true", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1480, "age=1", "east=true", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1481, "age=1", "east=true", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1482, "age=1", "east=true", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1483, "age=1", "east=true", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1484, "age=1", "east=true", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1485, "age=1", "east=true", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1486, "age=1", "east=true", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1487, "age=1", "east=true", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1488, "age=1", "east=false", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1489, "age=1", "east=false", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1490, "age=1", "east=false", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1491, "age=1", "east=false", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1492, "age=1", "east=false", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1493, "age=1", "east=false", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1494, "age=1", "east=false", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1495, "age=1", "east=false", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1496, "age=1", "east=false", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1497, "age=1", "east=false", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1498, "age=1", "east=false", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1499, "age=1", "east=false", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1500, "age=1", "east=false", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1501, "age=1", "east=false", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1502, "age=1", "east=false", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1503, "age=1", "east=false", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1504, "age=2", "east=true", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1505, "age=2", "east=true", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1506, "age=2", "east=true", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1507, "age=2", "east=true", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1508, "age=2", "east=true", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1509, "age=2", "east=true", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1510, "age=2", "east=true", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1511, "age=2", "east=true", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1512, "age=2", "east=true", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1513, "age=2", "east=true", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1514, "age=2", "east=true", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1515, "age=2", "east=true", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1516, "age=2", "east=true", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1517, "age=2", "east=true", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1518, "age=2", "east=true", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1519, "age=2", "east=true", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1520, "age=2", "east=false", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1521, "age=2", "east=false", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1522, "age=2", "east=false", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1523, "age=2", "east=false", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1524, "age=2", "east=false", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1525, "age=2", "east=false", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1526, "age=2", "east=false", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1527, "age=2", "east=false", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1528, "age=2", "east=false", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1529, "age=2", "east=false", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1530, "age=2", "east=false", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1531, "age=2", "east=false", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1532, "age=2", "east=false", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1533, "age=2", "east=false", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1534, "age=2", "east=false", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1535, "age=2", "east=false", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1536, "age=3", "east=true", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1537, "age=3", "east=true", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1538, "age=3", "east=true", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1539, "age=3", "east=true", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1540, "age=3", "east=true", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1541, "age=3", "east=true", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1542, "age=3", "east=true", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1543, "age=3", "east=true", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1544, "age=3", "east=true", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1545, "age=3", "east=true", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1546, "age=3", "east=true", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1547, "age=3", "east=true", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1548, "age=3", "east=true", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1549, "age=3", "east=true", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1550, "age=3", "east=true", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1551, "age=3", "east=true", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1552, "age=3", "east=false", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1553, "age=3", "east=false", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1554, "age=3", "east=false", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1555, "age=3", "east=false", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1556, "age=3", "east=false", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1557, "age=3", "east=false", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1558, "age=3", "east=false", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1559, "age=3", "east=false", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1560, "age=3", "east=false", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1561, "age=3", "east=false", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1562, "age=3", "east=false", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1563, "age=3", "east=false", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1564, "age=3", "east=false", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1565, "age=3", "east=false", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1566, "age=3", "east=false", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1567, "age=3", "east=false", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1568, "age=4", "east=true", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1569, "age=4", "east=true", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1570, "age=4", "east=true", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1571, "age=4", "east=true", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1572, "age=4", "east=true", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1573, "age=4", "east=true", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1574, "age=4", "east=true", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1575, "age=4", "east=true", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1576, "age=4", "east=true", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1577, "age=4", "east=true", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1578, "age=4", "east=true", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1579, "age=4", "east=true", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1580, "age=4", "east=true", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1581, "age=4", "east=true", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1582, "age=4", "east=true", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1583, "age=4", "east=true", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1584, "age=4", "east=false", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1585, "age=4", "east=false", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1586, "age=4", "east=false", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1587, "age=4", "east=false", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1588, "age=4", "east=false", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1589, "age=4", "east=false", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1590, "age=4", "east=false", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1591, "age=4", "east=false", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1592, "age=4", "east=false", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1593, "age=4", "east=false", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1594, "age=4", "east=false", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1595, "age=4", "east=false", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1596, "age=4", "east=false", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1597, "age=4", "east=false", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1598, "age=4", "east=false", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1599, "age=4", "east=false", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1600, "age=5", "east=true", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1601, "age=5", "east=true", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1602, "age=5", "east=true", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1603, "age=5", "east=true", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1604, "age=5", "east=true", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1605, "age=5", "east=true", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1606, "age=5", "east=true", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1607, "age=5", "east=true", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1608, "age=5", "east=true", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1609, "age=5", "east=true", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1610, "age=5", "east=true", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1611, "age=5", "east=true", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1612, "age=5", "east=true", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1613, "age=5", "east=true", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1614, "age=5", "east=true", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1615, "age=5", "east=true", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1616, "age=5", "east=false", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1617, "age=5", "east=false", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1618, "age=5", "east=false", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1619, "age=5", "east=false", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1620, "age=5", "east=false", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1621, "age=5", "east=false", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1622, "age=5", "east=false", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1623, "age=5", "east=false", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1624, "age=5", "east=false", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1625, "age=5", "east=false", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1626, "age=5", "east=false", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1627, "age=5", "east=false", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1628, "age=5", "east=false", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1629, "age=5", "east=false", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1630, "age=5", "east=false", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1631, "age=5", "east=false", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1632, "age=6", "east=true", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1633, "age=6", "east=true", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1634, "age=6", "east=true", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1635, "age=6", "east=true", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1636, "age=6", "east=true", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1637, "age=6", "east=true", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1638, "age=6", "east=true", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1639, "age=6", "east=true", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1640, "age=6", "east=true", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1641, "age=6", "east=true", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1642, "age=6", "east=true", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1643, "age=6", "east=true", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1644, "age=6", "east=true", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1645, "age=6", "east=true", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1646, "age=6", "east=true", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1647, "age=6", "east=true", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1648, "age=6", "east=false", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1649, "age=6", "east=false", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1650, "age=6", "east=false", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1651, "age=6", "east=false", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1652, "age=6", "east=false", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1653, "age=6", "east=false", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1654, "age=6", "east=false", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1655, "age=6", "east=false", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1656, "age=6", "east=false", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1657, "age=6", "east=false", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1658, "age=6", "east=false", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1659, "age=6", "east=false", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1660, "age=6", "east=false", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1661, "age=6", "east=false", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1662, "age=6", "east=false", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1663, "age=6", "east=false", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1664, "age=7", "east=true", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1665, "age=7", "east=true", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1666, "age=7", "east=true", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1667, "age=7", "east=true", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1668, "age=7", "east=true", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1669, "age=7", "east=true", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1670, "age=7", "east=true", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1671, "age=7", "east=true", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1672, "age=7", "east=true", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1673, "age=7", "east=true", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1674, "age=7", "east=true", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1675, "age=7", "east=true", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1676, "age=7", "east=true", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1677, "age=7", "east=true", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1678, "age=7", "east=true", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1679, "age=7", "east=true", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1680, "age=7", "east=false", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1681, "age=7", "east=false", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1682, "age=7", "east=false", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1683, "age=7", "east=false", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1684, "age=7", "east=false", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1685, "age=7", "east=false", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1686, "age=7", "east=false", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1687, "age=7", "east=false", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1688, "age=7", "east=false", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1689, "age=7", "east=false", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1690, "age=7", "east=false", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1691, "age=7", "east=false", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1692, "age=7", "east=false", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1693, "age=7", "east=false", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1694, "age=7", "east=false", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1695, "age=7", "east=false", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1696, "age=8", "east=true", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1697, "age=8", "east=true", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1698, "age=8", "east=true", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1699, "age=8", "east=true", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1700, "age=8", "east=true", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1701, "age=8", "east=true", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1702, "age=8", "east=true", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1703, "age=8", "east=true", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1704, "age=8", "east=true", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1705, "age=8", "east=true", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1706, "age=8", "east=true", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1707, "age=8", "east=true", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1708, "age=8", "east=true", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1709, "age=8", "east=true", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1710, "age=8", "east=true", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1711, "age=8", "east=true", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1712, "age=8", "east=false", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1713, "age=8", "east=false", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1714, "age=8", "east=false", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1715, "age=8", "east=false", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1716, "age=8", "east=false", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1717, "age=8", "east=false", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1718, "age=8", "east=false", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1719, "age=8", "east=false", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1720, "age=8", "east=false", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1721, "age=8", "east=false", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1722, "age=8", "east=false", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1723, "age=8", "east=false", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1724, "age=8", "east=false", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1725, "age=8", "east=false", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1726, "age=8", "east=false", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1727, "age=8", "east=false", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1728, "age=9", "east=true", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1729, "age=9", "east=true", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1730, "age=9", "east=true", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1731, "age=9", "east=true", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1732, "age=9", "east=true", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1733, "age=9", "east=true", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1734, "age=9", "east=true", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1735, "age=9", "east=true", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1736, "age=9", "east=true", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1737, "age=9", "east=true", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1738, "age=9", "east=true", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1739, "age=9", "east=true", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1740, "age=9", "east=true", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1741, "age=9", "east=true", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1742, "age=9", "east=true", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1743, "age=9", "east=true", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1744, "age=9", "east=false", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1745, "age=9", "east=false", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1746, "age=9", "east=false", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1747, "age=9", "east=false", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1748, "age=9", "east=false", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1749, "age=9", "east=false", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1750, "age=9", "east=false", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1751, "age=9", "east=false", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1752, "age=9", "east=false", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1753, "age=9", "east=false", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1754, "age=9", "east=false", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1755, "age=9", "east=false", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1756, "age=9", "east=false", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1757, "age=9", "east=false", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1758, "age=9", "east=false", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1759, "age=9", "east=false", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1760, "age=10", "east=true", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1761, "age=10", "east=true", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1762, "age=10", "east=true", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1763, "age=10", "east=true", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1764, "age=10", "east=true", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1765, "age=10", "east=true", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1766, "age=10", "east=true", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1767, "age=10", "east=true", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1768, "age=10", "east=true", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1769, "age=10", "east=true", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1770, "age=10", "east=true", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1771, "age=10", "east=true", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1772, "age=10", "east=true", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1773, "age=10", "east=true", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1774, "age=10", "east=true", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1775, "age=10", "east=true", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1776, "age=10", "east=false", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1777, "age=10", "east=false", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1778, "age=10", "east=false", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1779, "age=10", "east=false", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1780, "age=10", "east=false", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1781, "age=10", "east=false", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1782, "age=10", "east=false", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1783, "age=10", "east=false", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1784, "age=10", "east=false", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1785, "age=10", "east=false", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1786, "age=10", "east=false", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1787, "age=10", "east=false", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1788, "age=10", "east=false", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1789, "age=10", "east=false", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1790, "age=10", "east=false", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1791, "age=10", "east=false", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1792, "age=11", "east=true", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1793, "age=11", "east=true", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1794, "age=11", "east=true", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1795, "age=11", "east=true", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1796, "age=11", "east=true", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1797, "age=11", "east=true", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1798, "age=11", "east=true", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1799, "age=11", "east=true", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1800, "age=11", "east=true", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1801, "age=11", "east=true", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1802, "age=11", "east=true", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1803, "age=11", "east=true", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1804, "age=11", "east=true", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1805, "age=11", "east=true", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1806, "age=11", "east=true", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1807, "age=11", "east=true", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1808, "age=11", "east=false", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1809, "age=11", "east=false", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1810, "age=11", "east=false", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1811, "age=11", "east=false", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1812, "age=11", "east=false", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1813, "age=11", "east=false", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1814, "age=11", "east=false", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1815, "age=11", "east=false", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1816, "age=11", "east=false", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1817, "age=11", "east=false", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1818, "age=11", "east=false", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1819, "age=11", "east=false", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1820, "age=11", "east=false", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1821, "age=11", "east=false", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1822, "age=11", "east=false", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1823, "age=11", "east=false", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1824, "age=12", "east=true", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1825, "age=12", "east=true", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1826, "age=12", "east=true", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1827, "age=12", "east=true", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1828, "age=12", "east=true", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1829, "age=12", "east=true", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1830, "age=12", "east=true", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1831, "age=12", "east=true", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1832, "age=12", "east=true", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1833, "age=12", "east=true", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1834, "age=12", "east=true", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1835, "age=12", "east=true", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1836, "age=12", "east=true", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1837, "age=12", "east=true", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1838, "age=12", "east=true", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1839, "age=12", "east=true", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1840, "age=12", "east=false", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1841, "age=12", "east=false", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1842, "age=12", "east=false", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1843, "age=12", "east=false", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1844, "age=12", "east=false", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1845, "age=12", "east=false", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1846, "age=12", "east=false", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1847, "age=12", "east=false", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1848, "age=12", "east=false", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1849, "age=12", "east=false", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1850, "age=12", "east=false", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1851, "age=12", "east=false", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1852, "age=12", "east=false", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1853, "age=12", "east=false", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1854, "age=12", "east=false", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1855, "age=12", "east=false", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1856, "age=13", "east=true", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1857, "age=13", "east=true", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1858, "age=13", "east=true", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1859, "age=13", "east=true", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1860, "age=13", "east=true", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1861, "age=13", "east=true", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1862, "age=13", "east=true", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1863, "age=13", "east=true", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1864, "age=13", "east=true", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1865, "age=13", "east=true", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1866, "age=13", "east=true", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1867, "age=13", "east=true", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1868, "age=13", "east=true", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1869, "age=13", "east=true", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1870, "age=13", "east=true", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1871, "age=13", "east=true", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1872, "age=13", "east=false", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1873, "age=13", "east=false", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1874, "age=13", "east=false", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1875, "age=13", "east=false", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1876, "age=13", "east=false", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1877, "age=13", "east=false", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1878, "age=13", "east=false", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1879, "age=13", "east=false", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1880, "age=13", "east=false", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1881, "age=13", "east=false", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1882, "age=13", "east=false", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1883, "age=13", "east=false", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1884, "age=13", "east=false", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1885, "age=13", "east=false", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1886, "age=13", "east=false", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1887, "age=13", "east=false", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1888, "age=14", "east=true", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1889, "age=14", "east=true", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1890, "age=14", "east=true", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1891, "age=14", "east=true", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1892, "age=14", "east=true", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1893, "age=14", "east=true", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1894, "age=14", "east=true", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1895, "age=14", "east=true", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1896, "age=14", "east=true", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1897, "age=14", "east=true", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1898, "age=14", "east=true", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1899, "age=14", "east=true", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1900, "age=14", "east=true", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1901, "age=14", "east=true", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1902, "age=14", "east=true", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1903, "age=14", "east=true", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1904, "age=14", "east=false", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1905, "age=14", "east=false", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1906, "age=14", "east=false", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1907, "age=14", "east=false", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1908, "age=14", "east=false", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1909, "age=14", "east=false", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1910, "age=14", "east=false", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1911, "age=14", "east=false", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1912, "age=14", "east=false", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1913, "age=14", "east=false", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1914, "age=14", "east=false", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1915, "age=14", "east=false", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1916, "age=14", "east=false", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1917, "age=14", "east=false", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1918, "age=14", "east=false", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1919, "age=14", "east=false", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1920, "age=15", "east=true", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1921, "age=15", "east=true", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1922, "age=15", "east=true", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1923, "age=15", "east=true", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1924, "age=15", "east=true", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1925, "age=15", "east=true", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1926, "age=15", "east=true", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1927, "age=15", "east=true", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1928, "age=15", "east=true", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1929, "age=15", "east=true", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1930, "age=15", "east=true", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1931, "age=15", "east=true", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1932, "age=15", "east=true", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1933, "age=15", "east=true", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1934, "age=15", "east=true", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1935, "age=15", "east=true", "north=false", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1936, "age=15", "east=false", "north=true", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1937, "age=15", "east=false", "north=true", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1938, "age=15", "east=false", "north=true", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1939, "age=15", "east=false", "north=true", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1940, "age=15", "east=false", "north=true", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1941, "age=15", "east=false", "north=true", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1942, "age=15", "east=false", "north=true", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1943, "age=15", "east=false", "north=true", "south=false", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1944, "age=15", "east=false", "north=false", "south=true", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1945, "age=15", "east=false", "north=false", "south=true", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1946, "age=15", "east=false", "north=false", "south=true", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1947, "age=15", "east=false", "north=false", "south=true", "up=false", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1948, "age=15", "east=false", "north=false", "south=false", "up=true", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1949, "age=15", "east=false", "north=false", "south=false", "up=true", "west=false")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1950, "age=15", "east=false", "north=false", "south=false", "up=false", "west=true")); - FIRE.addBlockAlternative(new BlockAlternative((short) 1951, "age=15", "east=false", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1439, "age=0", "east=true", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1440, "age=0", "east=true", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1441, "age=0", "east=true", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1442, "age=0", "east=true", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1443, "age=0", "east=true", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1444, "age=0", "east=true", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1445, "age=0", "east=true", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1446, "age=0", "east=true", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1447, "age=0", "east=true", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1448, "age=0", "east=true", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1449, "age=0", "east=true", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1450, "age=0", "east=true", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1451, "age=0", "east=true", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1452, "age=0", "east=true", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1453, "age=0", "east=true", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1454, "age=0", "east=true", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1455, "age=0", "east=false", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1456, "age=0", "east=false", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1457, "age=0", "east=false", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1458, "age=0", "east=false", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1459, "age=0", "east=false", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1460, "age=0", "east=false", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1461, "age=0", "east=false", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1462, "age=0", "east=false", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1463, "age=0", "east=false", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1464, "age=0", "east=false", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1465, "age=0", "east=false", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1466, "age=0", "east=false", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1467, "age=0", "east=false", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1468, "age=0", "east=false", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1469, "age=0", "east=false", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1470, "age=0", "east=false", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1471, "age=1", "east=true", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1472, "age=1", "east=true", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1473, "age=1", "east=true", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1474, "age=1", "east=true", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1475, "age=1", "east=true", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1476, "age=1", "east=true", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1477, "age=1", "east=true", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1478, "age=1", "east=true", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1479, "age=1", "east=true", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1480, "age=1", "east=true", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1481, "age=1", "east=true", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1482, "age=1", "east=true", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1483, "age=1", "east=true", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1484, "age=1", "east=true", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1485, "age=1", "east=true", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1486, "age=1", "east=true", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1487, "age=1", "east=false", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1488, "age=1", "east=false", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1489, "age=1", "east=false", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1490, "age=1", "east=false", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1491, "age=1", "east=false", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1492, "age=1", "east=false", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1493, "age=1", "east=false", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1494, "age=1", "east=false", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1495, "age=1", "east=false", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1496, "age=1", "east=false", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1497, "age=1", "east=false", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1498, "age=1", "east=false", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1499, "age=1", "east=false", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1500, "age=1", "east=false", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1501, "age=1", "east=false", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1502, "age=1", "east=false", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1503, "age=2", "east=true", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1504, "age=2", "east=true", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1505, "age=2", "east=true", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1506, "age=2", "east=true", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1507, "age=2", "east=true", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1508, "age=2", "east=true", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1509, "age=2", "east=true", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1510, "age=2", "east=true", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1511, "age=2", "east=true", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1512, "age=2", "east=true", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1513, "age=2", "east=true", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1514, "age=2", "east=true", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1515, "age=2", "east=true", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1516, "age=2", "east=true", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1517, "age=2", "east=true", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1518, "age=2", "east=true", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1519, "age=2", "east=false", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1520, "age=2", "east=false", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1521, "age=2", "east=false", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1522, "age=2", "east=false", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1523, "age=2", "east=false", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1524, "age=2", "east=false", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1525, "age=2", "east=false", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1526, "age=2", "east=false", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1527, "age=2", "east=false", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1528, "age=2", "east=false", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1529, "age=2", "east=false", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1530, "age=2", "east=false", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1531, "age=2", "east=false", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1532, "age=2", "east=false", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1533, "age=2", "east=false", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1534, "age=2", "east=false", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1535, "age=3", "east=true", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1536, "age=3", "east=true", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1537, "age=3", "east=true", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1538, "age=3", "east=true", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1539, "age=3", "east=true", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1540, "age=3", "east=true", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1541, "age=3", "east=true", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1542, "age=3", "east=true", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1543, "age=3", "east=true", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1544, "age=3", "east=true", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1545, "age=3", "east=true", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1546, "age=3", "east=true", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1547, "age=3", "east=true", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1548, "age=3", "east=true", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1549, "age=3", "east=true", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1550, "age=3", "east=true", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1551, "age=3", "east=false", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1552, "age=3", "east=false", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1553, "age=3", "east=false", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1554, "age=3", "east=false", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1555, "age=3", "east=false", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1556, "age=3", "east=false", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1557, "age=3", "east=false", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1558, "age=3", "east=false", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1559, "age=3", "east=false", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1560, "age=3", "east=false", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1561, "age=3", "east=false", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1562, "age=3", "east=false", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1563, "age=3", "east=false", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1564, "age=3", "east=false", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1565, "age=3", "east=false", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1566, "age=3", "east=false", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1567, "age=4", "east=true", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1568, "age=4", "east=true", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1569, "age=4", "east=true", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1570, "age=4", "east=true", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1571, "age=4", "east=true", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1572, "age=4", "east=true", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1573, "age=4", "east=true", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1574, "age=4", "east=true", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1575, "age=4", "east=true", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1576, "age=4", "east=true", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1577, "age=4", "east=true", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1578, "age=4", "east=true", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1579, "age=4", "east=true", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1580, "age=4", "east=true", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1581, "age=4", "east=true", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1582, "age=4", "east=true", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1583, "age=4", "east=false", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1584, "age=4", "east=false", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1585, "age=4", "east=false", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1586, "age=4", "east=false", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1587, "age=4", "east=false", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1588, "age=4", "east=false", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1589, "age=4", "east=false", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1590, "age=4", "east=false", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1591, "age=4", "east=false", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1592, "age=4", "east=false", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1593, "age=4", "east=false", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1594, "age=4", "east=false", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1595, "age=4", "east=false", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1596, "age=4", "east=false", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1597, "age=4", "east=false", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1598, "age=4", "east=false", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1599, "age=5", "east=true", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1600, "age=5", "east=true", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1601, "age=5", "east=true", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1602, "age=5", "east=true", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1603, "age=5", "east=true", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1604, "age=5", "east=true", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1605, "age=5", "east=true", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1606, "age=5", "east=true", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1607, "age=5", "east=true", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1608, "age=5", "east=true", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1609, "age=5", "east=true", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1610, "age=5", "east=true", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1611, "age=5", "east=true", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1612, "age=5", "east=true", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1613, "age=5", "east=true", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1614, "age=5", "east=true", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1615, "age=5", "east=false", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1616, "age=5", "east=false", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1617, "age=5", "east=false", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1618, "age=5", "east=false", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1619, "age=5", "east=false", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1620, "age=5", "east=false", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1621, "age=5", "east=false", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1622, "age=5", "east=false", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1623, "age=5", "east=false", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1624, "age=5", "east=false", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1625, "age=5", "east=false", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1626, "age=5", "east=false", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1627, "age=5", "east=false", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1628, "age=5", "east=false", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1629, "age=5", "east=false", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1630, "age=5", "east=false", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1631, "age=6", "east=true", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1632, "age=6", "east=true", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1633, "age=6", "east=true", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1634, "age=6", "east=true", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1635, "age=6", "east=true", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1636, "age=6", "east=true", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1637, "age=6", "east=true", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1638, "age=6", "east=true", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1639, "age=6", "east=true", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1640, "age=6", "east=true", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1641, "age=6", "east=true", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1642, "age=6", "east=true", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1643, "age=6", "east=true", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1644, "age=6", "east=true", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1645, "age=6", "east=true", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1646, "age=6", "east=true", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1647, "age=6", "east=false", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1648, "age=6", "east=false", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1649, "age=6", "east=false", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1650, "age=6", "east=false", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1651, "age=6", "east=false", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1652, "age=6", "east=false", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1653, "age=6", "east=false", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1654, "age=6", "east=false", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1655, "age=6", "east=false", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1656, "age=6", "east=false", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1657, "age=6", "east=false", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1658, "age=6", "east=false", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1659, "age=6", "east=false", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1660, "age=6", "east=false", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1661, "age=6", "east=false", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1662, "age=6", "east=false", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1663, "age=7", "east=true", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1664, "age=7", "east=true", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1665, "age=7", "east=true", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1666, "age=7", "east=true", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1667, "age=7", "east=true", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1668, "age=7", "east=true", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1669, "age=7", "east=true", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1670, "age=7", "east=true", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1671, "age=7", "east=true", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1672, "age=7", "east=true", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1673, "age=7", "east=true", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1674, "age=7", "east=true", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1675, "age=7", "east=true", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1676, "age=7", "east=true", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1677, "age=7", "east=true", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1678, "age=7", "east=true", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1679, "age=7", "east=false", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1680, "age=7", "east=false", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1681, "age=7", "east=false", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1682, "age=7", "east=false", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1683, "age=7", "east=false", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1684, "age=7", "east=false", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1685, "age=7", "east=false", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1686, "age=7", "east=false", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1687, "age=7", "east=false", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1688, "age=7", "east=false", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1689, "age=7", "east=false", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1690, "age=7", "east=false", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1691, "age=7", "east=false", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1692, "age=7", "east=false", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1693, "age=7", "east=false", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1694, "age=7", "east=false", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1695, "age=8", "east=true", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1696, "age=8", "east=true", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1697, "age=8", "east=true", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1698, "age=8", "east=true", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1699, "age=8", "east=true", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1700, "age=8", "east=true", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1701, "age=8", "east=true", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1702, "age=8", "east=true", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1703, "age=8", "east=true", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1704, "age=8", "east=true", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1705, "age=8", "east=true", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1706, "age=8", "east=true", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1707, "age=8", "east=true", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1708, "age=8", "east=true", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1709, "age=8", "east=true", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1710, "age=8", "east=true", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1711, "age=8", "east=false", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1712, "age=8", "east=false", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1713, "age=8", "east=false", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1714, "age=8", "east=false", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1715, "age=8", "east=false", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1716, "age=8", "east=false", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1717, "age=8", "east=false", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1718, "age=8", "east=false", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1719, "age=8", "east=false", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1720, "age=8", "east=false", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1721, "age=8", "east=false", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1722, "age=8", "east=false", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1723, "age=8", "east=false", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1724, "age=8", "east=false", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1725, "age=8", "east=false", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1726, "age=8", "east=false", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1727, "age=9", "east=true", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1728, "age=9", "east=true", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1729, "age=9", "east=true", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1730, "age=9", "east=true", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1731, "age=9", "east=true", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1732, "age=9", "east=true", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1733, "age=9", "east=true", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1734, "age=9", "east=true", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1735, "age=9", "east=true", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1736, "age=9", "east=true", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1737, "age=9", "east=true", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1738, "age=9", "east=true", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1739, "age=9", "east=true", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1740, "age=9", "east=true", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1741, "age=9", "east=true", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1742, "age=9", "east=true", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1743, "age=9", "east=false", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1744, "age=9", "east=false", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1745, "age=9", "east=false", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1746, "age=9", "east=false", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1747, "age=9", "east=false", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1748, "age=9", "east=false", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1749, "age=9", "east=false", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1750, "age=9", "east=false", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1751, "age=9", "east=false", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1752, "age=9", "east=false", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1753, "age=9", "east=false", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1754, "age=9", "east=false", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1755, "age=9", "east=false", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1756, "age=9", "east=false", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1757, "age=9", "east=false", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1758, "age=9", "east=false", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1759, "age=10", "east=true", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1760, "age=10", "east=true", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1761, "age=10", "east=true", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1762, "age=10", "east=true", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1763, "age=10", "east=true", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1764, "age=10", "east=true", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1765, "age=10", "east=true", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1766, "age=10", "east=true", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1767, "age=10", "east=true", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1768, "age=10", "east=true", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1769, "age=10", "east=true", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1770, "age=10", "east=true", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1771, "age=10", "east=true", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1772, "age=10", "east=true", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1773, "age=10", "east=true", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1774, "age=10", "east=true", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1775, "age=10", "east=false", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1776, "age=10", "east=false", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1777, "age=10", "east=false", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1778, "age=10", "east=false", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1779, "age=10", "east=false", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1780, "age=10", "east=false", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1781, "age=10", "east=false", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1782, "age=10", "east=false", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1783, "age=10", "east=false", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1784, "age=10", "east=false", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1785, "age=10", "east=false", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1786, "age=10", "east=false", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1787, "age=10", "east=false", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1788, "age=10", "east=false", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1789, "age=10", "east=false", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1790, "age=10", "east=false", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1791, "age=11", "east=true", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1792, "age=11", "east=true", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1793, "age=11", "east=true", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1794, "age=11", "east=true", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1795, "age=11", "east=true", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1796, "age=11", "east=true", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1797, "age=11", "east=true", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1798, "age=11", "east=true", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1799, "age=11", "east=true", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1800, "age=11", "east=true", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1801, "age=11", "east=true", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1802, "age=11", "east=true", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1803, "age=11", "east=true", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1804, "age=11", "east=true", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1805, "age=11", "east=true", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1806, "age=11", "east=true", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1807, "age=11", "east=false", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1808, "age=11", "east=false", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1809, "age=11", "east=false", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1810, "age=11", "east=false", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1811, "age=11", "east=false", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1812, "age=11", "east=false", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1813, "age=11", "east=false", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1814, "age=11", "east=false", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1815, "age=11", "east=false", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1816, "age=11", "east=false", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1817, "age=11", "east=false", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1818, "age=11", "east=false", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1819, "age=11", "east=false", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1820, "age=11", "east=false", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1821, "age=11", "east=false", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1822, "age=11", "east=false", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1823, "age=12", "east=true", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1824, "age=12", "east=true", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1825, "age=12", "east=true", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1826, "age=12", "east=true", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1827, "age=12", "east=true", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1828, "age=12", "east=true", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1829, "age=12", "east=true", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1830, "age=12", "east=true", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1831, "age=12", "east=true", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1832, "age=12", "east=true", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1833, "age=12", "east=true", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1834, "age=12", "east=true", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1835, "age=12", "east=true", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1836, "age=12", "east=true", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1837, "age=12", "east=true", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1838, "age=12", "east=true", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1839, "age=12", "east=false", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1840, "age=12", "east=false", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1841, "age=12", "east=false", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1842, "age=12", "east=false", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1843, "age=12", "east=false", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1844, "age=12", "east=false", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1845, "age=12", "east=false", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1846, "age=12", "east=false", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1847, "age=12", "east=false", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1848, "age=12", "east=false", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1849, "age=12", "east=false", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1850, "age=12", "east=false", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1851, "age=12", "east=false", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1852, "age=12", "east=false", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1853, "age=12", "east=false", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1854, "age=12", "east=false", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1855, "age=13", "east=true", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1856, "age=13", "east=true", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1857, "age=13", "east=true", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1858, "age=13", "east=true", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1859, "age=13", "east=true", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1860, "age=13", "east=true", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1861, "age=13", "east=true", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1862, "age=13", "east=true", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1863, "age=13", "east=true", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1864, "age=13", "east=true", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1865, "age=13", "east=true", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1866, "age=13", "east=true", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1867, "age=13", "east=true", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1868, "age=13", "east=true", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1869, "age=13", "east=true", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1870, "age=13", "east=true", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1871, "age=13", "east=false", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1872, "age=13", "east=false", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1873, "age=13", "east=false", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1874, "age=13", "east=false", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1875, "age=13", "east=false", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1876, "age=13", "east=false", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1877, "age=13", "east=false", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1878, "age=13", "east=false", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1879, "age=13", "east=false", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1880, "age=13", "east=false", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1881, "age=13", "east=false", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1882, "age=13", "east=false", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1883, "age=13", "east=false", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1884, "age=13", "east=false", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1885, "age=13", "east=false", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1886, "age=13", "east=false", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1887, "age=14", "east=true", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1888, "age=14", "east=true", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1889, "age=14", "east=true", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1890, "age=14", "east=true", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1891, "age=14", "east=true", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1892, "age=14", "east=true", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1893, "age=14", "east=true", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1894, "age=14", "east=true", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1895, "age=14", "east=true", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1896, "age=14", "east=true", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1897, "age=14", "east=true", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1898, "age=14", "east=true", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1899, "age=14", "east=true", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1900, "age=14", "east=true", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1901, "age=14", "east=true", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1902, "age=14", "east=true", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1903, "age=14", "east=false", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1904, "age=14", "east=false", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1905, "age=14", "east=false", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1906, "age=14", "east=false", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1907, "age=14", "east=false", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1908, "age=14", "east=false", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1909, "age=14", "east=false", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1910, "age=14", "east=false", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1911, "age=14", "east=false", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1912, "age=14", "east=false", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1913, "age=14", "east=false", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1914, "age=14", "east=false", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1915, "age=14", "east=false", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1916, "age=14", "east=false", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1917, "age=14", "east=false", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1918, "age=14", "east=false", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1919, "age=15", "east=true", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1920, "age=15", "east=true", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1921, "age=15", "east=true", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1922, "age=15", "east=true", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1923, "age=15", "east=true", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1924, "age=15", "east=true", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1925, "age=15", "east=true", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1926, "age=15", "east=true", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1927, "age=15", "east=true", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1928, "age=15", "east=true", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1929, "age=15", "east=true", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1930, "age=15", "east=true", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1931, "age=15", "east=true", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1932, "age=15", "east=true", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1933, "age=15", "east=true", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1934, "age=15", "east=true", "north=false", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1935, "age=15", "east=false", "north=true", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1936, "age=15", "east=false", "north=true", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1937, "age=15", "east=false", "north=true", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1938, "age=15", "east=false", "north=true", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1939, "age=15", "east=false", "north=true", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1940, "age=15", "east=false", "north=true", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1941, "age=15", "east=false", "north=true", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1942, "age=15", "east=false", "north=true", "south=false", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1943, "age=15", "east=false", "north=false", "south=true", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1944, "age=15", "east=false", "north=false", "south=true", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1945, "age=15", "east=false", "north=false", "south=true", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1946, "age=15", "east=false", "north=false", "south=true", "up=false", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1947, "age=15", "east=false", "north=false", "south=false", "up=true", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1948, "age=15", "east=false", "north=false", "south=false", "up=true", "west=false")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1949, "age=15", "east=false", "north=false", "south=false", "up=false", "west=true")); + FIRE.addBlockAlternative(new BlockAlternative((short) 1950, "age=15", "east=false", "north=false", "south=false", "up=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoral.java b/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoral.java index 016ee127c..e9c2536d7 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoral.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoral.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class FireCoral { public static void initStates() { - FIRE_CORAL.addBlockAlternative(new BlockAlternative((short) 9536, "waterlogged=true")); - FIRE_CORAL.addBlockAlternative(new BlockAlternative((short) 9537, "waterlogged=false")); + FIRE_CORAL.addBlockAlternative(new BlockAlternative((short) 9000, "waterlogged=true")); + FIRE_CORAL.addBlockAlternative(new BlockAlternative((short) 9001, "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoralFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoralFan.java index cd405553a..fcf4b0002 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoralFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoralFan.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class FireCoralFan { public static void initStates() { - FIRE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9556, "waterlogged=true")); - FIRE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9557, "waterlogged=false")); + FIRE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9020, "waterlogged=true")); + FIRE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9021, "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoralWallFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoralWallFan.java index 8db5cbc07..e4cf78808 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoralWallFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoralWallFan.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class FireCoralWallFan { public static void initStates() { - FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9624, "facing=north", "waterlogged=true")); - FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9625, "facing=north", "waterlogged=false")); - FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9626, "facing=south", "waterlogged=true")); - FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9627, "facing=south", "waterlogged=false")); - FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9628, "facing=west", "waterlogged=true")); - FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9629, "facing=west", "waterlogged=false")); - FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9630, "facing=east", "waterlogged=true")); - FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9631, "facing=east", "waterlogged=false")); + FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9088, "facing=north", "waterlogged=true")); + FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9089, "facing=north", "waterlogged=false")); + FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9090, "facing=south", "waterlogged=true")); + FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9091, "facing=south", "waterlogged=false")); + FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9092, "facing=west", "waterlogged=true")); + FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9093, "facing=west", "waterlogged=false")); + FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9094, "facing=east", "waterlogged=true")); + FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9095, "facing=east", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/FrostedIce.java b/src/autogenerated/java/net/minestom/server/instance/block/states/FrostedIce.java index a2f3ce9e0..01179ef1c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/FrostedIce.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/FrostedIce.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class FrostedIce { public static void initStates() { - FROSTED_ICE.addBlockAlternative(new BlockAlternative((short) 9249, "age=0")); - FROSTED_ICE.addBlockAlternative(new BlockAlternative((short) 9250, "age=1")); - FROSTED_ICE.addBlockAlternative(new BlockAlternative((short) 9251, "age=2")); - FROSTED_ICE.addBlockAlternative(new BlockAlternative((short) 9252, "age=3")); + FROSTED_ICE.addBlockAlternative(new BlockAlternative((short) 8713, "age=0")); + FROSTED_ICE.addBlockAlternative(new BlockAlternative((short) 8714, "age=1")); + FROSTED_ICE.addBlockAlternative(new BlockAlternative((short) 8715, "age=2")); + FROSTED_ICE.addBlockAlternative(new BlockAlternative((short) 8716, "age=3")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Furnace.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Furnace.java index ba1174583..eb8002a57 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Furnace.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Furnace.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Furnace { public static void initStates() { - FURNACE.addBlockAlternative(new BlockAlternative((short) 3373, "facing=north", "lit=true")); - FURNACE.addBlockAlternative(new BlockAlternative((short) 3374, "facing=north", "lit=false")); - FURNACE.addBlockAlternative(new BlockAlternative((short) 3375, "facing=south", "lit=true")); - FURNACE.addBlockAlternative(new BlockAlternative((short) 3376, "facing=south", "lit=false")); - FURNACE.addBlockAlternative(new BlockAlternative((short) 3377, "facing=west", "lit=true")); - FURNACE.addBlockAlternative(new BlockAlternative((short) 3378, "facing=west", "lit=false")); - FURNACE.addBlockAlternative(new BlockAlternative((short) 3379, "facing=east", "lit=true")); - FURNACE.addBlockAlternative(new BlockAlternative((short) 3380, "facing=east", "lit=false")); + FURNACE.addBlockAlternative(new BlockAlternative((short) 3371, "facing=north", "lit=true")); + FURNACE.addBlockAlternative(new BlockAlternative((short) 3372, "facing=north", "lit=false")); + FURNACE.addBlockAlternative(new BlockAlternative((short) 3373, "facing=south", "lit=true")); + FURNACE.addBlockAlternative(new BlockAlternative((short) 3374, "facing=south", "lit=false")); + FURNACE.addBlockAlternative(new BlockAlternative((short) 3375, "facing=west", "lit=true")); + FURNACE.addBlockAlternative(new BlockAlternative((short) 3376, "facing=west", "lit=false")); + FURNACE.addBlockAlternative(new BlockAlternative((short) 3377, "facing=east", "lit=true")); + FURNACE.addBlockAlternative(new BlockAlternative((short) 3378, "facing=east", "lit=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GlassPane.java index 1f2bbc5cc..30adf58de 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GlassPane.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class GlassPane { public static void initStates() { - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4731, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4732, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4733, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4734, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4735, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4736, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4737, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4738, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4739, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4740, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4741, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4742, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4743, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4744, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4745, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4746, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4747, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4748, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4749, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4750, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4751, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4752, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4753, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4754, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4755, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4756, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4757, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4758, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4759, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4760, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4761, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4762, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4715, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4716, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4717, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4718, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4719, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4720, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4721, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4722, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4723, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4724, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4725, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4726, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4727, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4728, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4729, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4730, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4731, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4732, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4733, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4734, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4735, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4736, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4737, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4738, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4739, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4740, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4741, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4742, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4743, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4744, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4745, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); + GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4746, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GraniteSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GraniteSlab.java index fd8fabd27..d4b6b025b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GraniteSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GraniteSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class GraniteSlab { public static void initStates() { - GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10837, "type=top", "waterlogged=true")); - GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10838, "type=top", "waterlogged=false")); - GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10839, "type=bottom", "waterlogged=true")); - GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10840, "type=bottom", "waterlogged=false")); - GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10841, "type=double", "waterlogged=true")); - GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10842, "type=double", "waterlogged=false")); + GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10301, "type=top", "waterlogged=true")); + GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10302, "type=top", "waterlogged=false")); + GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10303, "type=bottom", "waterlogged=true")); + GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10304, "type=bottom", "waterlogged=false")); + GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10305, "type=double", "waterlogged=true")); + GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10306, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GraniteStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GraniteStairs.java index 3a5110154..c3da9bcc2 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GraniteStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GraniteStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class GraniteStairs { public static void initStates() { - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10389, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10390, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10391, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10392, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10393, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10394, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10395, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10396, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10397, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10398, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10399, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10400, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10401, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10402, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10403, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10404, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10405, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10406, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10407, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10408, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10409, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10410, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10411, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10412, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10413, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10414, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10415, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10416, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10417, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10418, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10419, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10420, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10421, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10422, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10423, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10424, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10425, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10426, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10427, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10428, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10429, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10430, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10431, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10432, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10433, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10434, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10435, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10436, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10437, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10438, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10439, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10440, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10441, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10442, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10443, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10444, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10445, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10446, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10447, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10448, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10449, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10450, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10451, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10452, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10453, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10454, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10455, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10456, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10457, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10458, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10459, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10460, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10461, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10462, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10463, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10464, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10465, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10466, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10467, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10468, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9853, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9854, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9855, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9856, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9857, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9858, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9859, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9860, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9861, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9862, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9863, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9864, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9865, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9866, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9867, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9868, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9869, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9870, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9871, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9872, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9873, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9874, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9875, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9876, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9877, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9878, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9879, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9880, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9881, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9882, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9883, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9884, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9885, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9886, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9887, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9888, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9889, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9890, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9891, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9892, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9893, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9894, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9895, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9896, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9897, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9898, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9899, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9900, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9901, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9902, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9903, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9904, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9905, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9906, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9907, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9908, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9909, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9910, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9911, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9912, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9913, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9914, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9915, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9916, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9917, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9918, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9919, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9920, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9921, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9922, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9923, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9924, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9925, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9926, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9927, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9928, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9929, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9930, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9931, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9932, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GraniteWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GraniteWall.java index 50c974e3b..d3c33d855 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GraniteWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GraniteWall.java @@ -7,329 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class GraniteWall { public static void initStates() { - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12163, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12164, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12165, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12166, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12167, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12168, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12169, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12170, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12171, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12172, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12173, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12174, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12175, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12176, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12177, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12178, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12179, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12180, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12181, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12182, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12183, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12184, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12185, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12186, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12187, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12188, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12189, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12190, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12191, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12192, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12193, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12194, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12195, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12196, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12197, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12198, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12199, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12200, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12201, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12202, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12203, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12204, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12205, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12206, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12207, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12208, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12209, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12210, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12211, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12212, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12213, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12214, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12215, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12216, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12217, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12218, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12219, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12220, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12221, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12222, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12223, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12224, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12225, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12226, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12227, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12228, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12229, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12230, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12231, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12232, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12233, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12234, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12235, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12236, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12237, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12238, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12239, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12240, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12241, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12242, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12243, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12244, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12245, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12246, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12247, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12248, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12249, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12250, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12251, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12252, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12253, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12254, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12255, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12256, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12257, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12258, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12259, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12260, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12261, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12262, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12263, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12264, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12265, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12266, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12267, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12268, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12269, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12270, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12271, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12272, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12273, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12274, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12275, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12276, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12277, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12278, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12279, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12280, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12281, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12282, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12283, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12284, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12285, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12286, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12287, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12288, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12289, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12290, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12291, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12292, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12293, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12294, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12295, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12296, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12297, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12298, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12299, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12300, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12301, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12302, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12303, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12304, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12305, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12306, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12307, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12308, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12309, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12310, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12311, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12312, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12313, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12314, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12315, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12316, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12317, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12318, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12319, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12320, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12321, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12322, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12323, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12324, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12325, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12326, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12327, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12328, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12329, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12330, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12331, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12332, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12333, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12334, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12335, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12336, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12337, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12338, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12339, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12340, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12341, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12342, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12343, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12344, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12345, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12346, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12347, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12348, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12349, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12350, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12351, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12352, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12353, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12354, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12355, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12356, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12357, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12358, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12359, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12360, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12361, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12362, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12363, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12364, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12365, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12366, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12367, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12368, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12369, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12370, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12371, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12372, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12373, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12374, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12375, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12376, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12377, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12378, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12379, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12380, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12381, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12382, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12383, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12384, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12385, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12386, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12387, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12388, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12389, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12390, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12391, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12392, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12393, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12394, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12395, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12396, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12397, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12398, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12399, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12400, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12401, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12402, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12403, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12404, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12405, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12406, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12407, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12408, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12409, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12410, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12411, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12412, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12413, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12414, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12415, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12416, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12417, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12418, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12419, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12420, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12421, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12422, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12423, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12424, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12425, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12426, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12427, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12428, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12429, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12430, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12431, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12432, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12433, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12434, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12435, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12436, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12437, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12438, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12439, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12440, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12441, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12442, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12443, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12444, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12445, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12446, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12447, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12448, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12449, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12450, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12451, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12452, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12453, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12454, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12455, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12456, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12457, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12458, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12459, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12460, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12461, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12462, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12463, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12464, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12465, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12466, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12467, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12468, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12469, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12470, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12471, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12472, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12473, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12474, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12475, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12476, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12477, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12478, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12479, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12480, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12481, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12482, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12483, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12484, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12485, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12486, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10587, "east=true", "north=true", "south=true", "up=true", "waterlogged=true", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10588, "east=true", "north=true", "south=true", "up=true", "waterlogged=true", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10589, "east=true", "north=true", "south=true", "up=true", "waterlogged=false", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10590, "east=true", "north=true", "south=true", "up=true", "waterlogged=false", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10591, "east=true", "north=true", "south=true", "up=false", "waterlogged=true", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10592, "east=true", "north=true", "south=true", "up=false", "waterlogged=true", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10593, "east=true", "north=true", "south=true", "up=false", "waterlogged=false", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10594, "east=true", "north=true", "south=true", "up=false", "waterlogged=false", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10595, "east=true", "north=true", "south=false", "up=true", "waterlogged=true", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10596, "east=true", "north=true", "south=false", "up=true", "waterlogged=true", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10597, "east=true", "north=true", "south=false", "up=true", "waterlogged=false", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10598, "east=true", "north=true", "south=false", "up=true", "waterlogged=false", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10599, "east=true", "north=true", "south=false", "up=false", "waterlogged=true", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10600, "east=true", "north=true", "south=false", "up=false", "waterlogged=true", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10601, "east=true", "north=true", "south=false", "up=false", "waterlogged=false", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10602, "east=true", "north=true", "south=false", "up=false", "waterlogged=false", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10603, "east=true", "north=false", "south=true", "up=true", "waterlogged=true", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10604, "east=true", "north=false", "south=true", "up=true", "waterlogged=true", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10605, "east=true", "north=false", "south=true", "up=true", "waterlogged=false", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10606, "east=true", "north=false", "south=true", "up=true", "waterlogged=false", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10607, "east=true", "north=false", "south=true", "up=false", "waterlogged=true", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10608, "east=true", "north=false", "south=true", "up=false", "waterlogged=true", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10609, "east=true", "north=false", "south=true", "up=false", "waterlogged=false", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10610, "east=true", "north=false", "south=true", "up=false", "waterlogged=false", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10611, "east=true", "north=false", "south=false", "up=true", "waterlogged=true", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10612, "east=true", "north=false", "south=false", "up=true", "waterlogged=true", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10613, "east=true", "north=false", "south=false", "up=true", "waterlogged=false", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10614, "east=true", "north=false", "south=false", "up=true", "waterlogged=false", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10615, "east=true", "north=false", "south=false", "up=false", "waterlogged=true", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10616, "east=true", "north=false", "south=false", "up=false", "waterlogged=true", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10617, "east=true", "north=false", "south=false", "up=false", "waterlogged=false", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10618, "east=true", "north=false", "south=false", "up=false", "waterlogged=false", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10619, "east=false", "north=true", "south=true", "up=true", "waterlogged=true", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10620, "east=false", "north=true", "south=true", "up=true", "waterlogged=true", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10621, "east=false", "north=true", "south=true", "up=true", "waterlogged=false", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10622, "east=false", "north=true", "south=true", "up=true", "waterlogged=false", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10623, "east=false", "north=true", "south=true", "up=false", "waterlogged=true", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10624, "east=false", "north=true", "south=true", "up=false", "waterlogged=true", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10625, "east=false", "north=true", "south=true", "up=false", "waterlogged=false", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10626, "east=false", "north=true", "south=true", "up=false", "waterlogged=false", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10627, "east=false", "north=true", "south=false", "up=true", "waterlogged=true", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10628, "east=false", "north=true", "south=false", "up=true", "waterlogged=true", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10629, "east=false", "north=true", "south=false", "up=true", "waterlogged=false", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10630, "east=false", "north=true", "south=false", "up=true", "waterlogged=false", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10631, "east=false", "north=true", "south=false", "up=false", "waterlogged=true", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10632, "east=false", "north=true", "south=false", "up=false", "waterlogged=true", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10633, "east=false", "north=true", "south=false", "up=false", "waterlogged=false", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10634, "east=false", "north=true", "south=false", "up=false", "waterlogged=false", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10635, "east=false", "north=false", "south=true", "up=true", "waterlogged=true", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10636, "east=false", "north=false", "south=true", "up=true", "waterlogged=true", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10637, "east=false", "north=false", "south=true", "up=true", "waterlogged=false", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10638, "east=false", "north=false", "south=true", "up=true", "waterlogged=false", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10639, "east=false", "north=false", "south=true", "up=false", "waterlogged=true", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10640, "east=false", "north=false", "south=true", "up=false", "waterlogged=true", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10641, "east=false", "north=false", "south=true", "up=false", "waterlogged=false", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10642, "east=false", "north=false", "south=true", "up=false", "waterlogged=false", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10643, "east=false", "north=false", "south=false", "up=true", "waterlogged=true", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10644, "east=false", "north=false", "south=false", "up=true", "waterlogged=true", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10645, "east=false", "north=false", "south=false", "up=true", "waterlogged=false", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10646, "east=false", "north=false", "south=false", "up=true", "waterlogged=false", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10647, "east=false", "north=false", "south=false", "up=false", "waterlogged=true", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10648, "east=false", "north=false", "south=false", "up=false", "waterlogged=true", "west=false")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10649, "east=false", "north=false", "south=false", "up=false", "waterlogged=false", "west=true")); + GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 10650, "east=false", "north=false", "south=false", "up=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GrayBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayBanner.java index a423a2a23..a1ef9bcbc 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GrayBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayBanner.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class GrayBanner { public static void initStates() { - GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8009, "rotation=0")); - GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8010, "rotation=1")); - GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8011, "rotation=2")); - GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8012, "rotation=3")); - GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8013, "rotation=4")); - GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8014, "rotation=5")); - GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8015, "rotation=6")); - GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8016, "rotation=7")); - GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8017, "rotation=8")); - GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8018, "rotation=9")); - GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8019, "rotation=10")); - GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8020, "rotation=11")); - GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8021, "rotation=12")); - GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8022, "rotation=13")); - GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8023, "rotation=14")); - GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8024, "rotation=15")); + GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7473, "rotation=0")); + GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7474, "rotation=1")); + GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7475, "rotation=2")); + GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7476, "rotation=3")); + GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7477, "rotation=4")); + GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7478, "rotation=5")); + GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7479, "rotation=6")); + GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7480, "rotation=7")); + GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7481, "rotation=8")); + GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7482, "rotation=9")); + GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7483, "rotation=10")); + GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7484, "rotation=11")); + GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7485, "rotation=12")); + GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7486, "rotation=13")); + GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7487, "rotation=14")); + GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7488, "rotation=15")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GrayBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayBed.java index 3cdb461ee..87ae40be0 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GrayBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayBed.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class GrayBed { public static void initStates() { - GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1161, "facing=north", "occupied=true", "part=head")); - GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1162, "facing=north", "occupied=true", "part=foot")); - GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1163, "facing=north", "occupied=false", "part=head")); - GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1164, "facing=north", "occupied=false", "part=foot")); - GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1165, "facing=south", "occupied=true", "part=head")); - GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1166, "facing=south", "occupied=true", "part=foot")); - GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1167, "facing=south", "occupied=false", "part=head")); - GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1168, "facing=south", "occupied=false", "part=foot")); - GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1169, "facing=west", "occupied=true", "part=head")); - GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1170, "facing=west", "occupied=true", "part=foot")); - GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1171, "facing=west", "occupied=false", "part=head")); - GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1172, "facing=west", "occupied=false", "part=foot")); - GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1173, "facing=east", "occupied=true", "part=head")); - GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1174, "facing=east", "occupied=true", "part=foot")); - GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1175, "facing=east", "occupied=false", "part=head")); - GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1176, "facing=east", "occupied=false", "part=foot")); + GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1160, "facing=north", "occupied=true", "part=head")); + GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1161, "facing=north", "occupied=true", "part=foot")); + GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1162, "facing=north", "occupied=false", "part=head")); + GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1163, "facing=north", "occupied=false", "part=foot")); + GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1164, "facing=south", "occupied=true", "part=head")); + GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1165, "facing=south", "occupied=true", "part=foot")); + GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1166, "facing=south", "occupied=false", "part=head")); + GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1167, "facing=south", "occupied=false", "part=foot")); + GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1168, "facing=west", "occupied=true", "part=head")); + GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1169, "facing=west", "occupied=true", "part=foot")); + GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1170, "facing=west", "occupied=false", "part=head")); + GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1171, "facing=west", "occupied=false", "part=foot")); + GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1172, "facing=east", "occupied=true", "part=head")); + GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1173, "facing=east", "occupied=true", "part=foot")); + GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1174, "facing=east", "occupied=false", "part=head")); + GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1175, "facing=east", "occupied=false", "part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GrayGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayGlazedTerracotta.java index e6bac8abb..e105de4c0 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GrayGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayGlazedTerracotta.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class GrayGlazedTerracotta { public static void initStates() { - GRAY_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9402, "facing=north")); - GRAY_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9403, "facing=south")); - GRAY_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9404, "facing=west")); - GRAY_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9405, "facing=east")); + GRAY_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8866, "facing=north")); + GRAY_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8867, "facing=south")); + GRAY_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8868, "facing=west")); + GRAY_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8869, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GrayShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayShulkerBox.java index bb113b6e2..9c7121f13 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GrayShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayShulkerBox.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class GrayShulkerBox { public static void initStates() { - GRAY_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9320, "facing=north")); - GRAY_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9321, "facing=east")); - GRAY_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9322, "facing=south")); - GRAY_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9323, "facing=west")); - GRAY_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9324, "facing=up")); - GRAY_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9325, "facing=down")); + GRAY_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8784, "facing=north")); + GRAY_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8785, "facing=east")); + GRAY_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8786, "facing=south")); + GRAY_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8787, "facing=west")); + GRAY_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8788, "facing=up")); + GRAY_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8789, "facing=down")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GrayStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayStainedGlassPane.java index 52a6038c2..411ac7f57 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GrayStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayStainedGlassPane.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class GrayStainedGlassPane { public static void initStates() { - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7087, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7088, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7089, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7090, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7091, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7092, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7093, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7094, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7095, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7096, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7097, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7098, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7099, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7100, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7101, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7102, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7103, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7104, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7105, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7106, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7107, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7108, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7109, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7110, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7111, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7112, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7113, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7114, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7115, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7116, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7117, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7118, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6551, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6552, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6553, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6554, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6555, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6556, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6557, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6558, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6559, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6560, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6561, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6562, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6563, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6564, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6565, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6566, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6567, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6568, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6569, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6570, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6571, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6572, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6573, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6574, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6575, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6576, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6577, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6578, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6579, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6580, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6581, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); + GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6582, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GrayWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayWallBanner.java index 993d8b776..172cf9512 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GrayWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayWallBanner.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class GrayWallBanner { public static void initStates() { - GRAY_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8181, "facing=north")); - GRAY_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8182, "facing=south")); - GRAY_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8183, "facing=west")); - GRAY_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8184, "facing=east")); + GRAY_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7645, "facing=north")); + GRAY_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7646, "facing=south")); + GRAY_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7647, "facing=west")); + GRAY_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7648, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GreenBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenBanner.java index 06ffcb77b..231e2737b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GreenBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenBanner.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class GreenBanner { public static void initStates() { - GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 8105, "rotation=0")); - GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 8106, "rotation=1")); - GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 8107, "rotation=2")); - GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 8108, "rotation=3")); - GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 8109, "rotation=4")); - GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 8110, "rotation=5")); - GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 8111, "rotation=6")); - GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 8112, "rotation=7")); - GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 8113, "rotation=8")); - GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 8114, "rotation=9")); - GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 8115, "rotation=10")); - GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 8116, "rotation=11")); - GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 8117, "rotation=12")); - GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 8118, "rotation=13")); - GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 8119, "rotation=14")); - GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 8120, "rotation=15")); + GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 7569, "rotation=0")); + GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 7570, "rotation=1")); + GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 7571, "rotation=2")); + GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 7572, "rotation=3")); + GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 7573, "rotation=4")); + GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 7574, "rotation=5")); + GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 7575, "rotation=6")); + GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 7576, "rotation=7")); + GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 7577, "rotation=8")); + GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 7578, "rotation=9")); + GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 7579, "rotation=10")); + GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 7580, "rotation=11")); + GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 7581, "rotation=12")); + GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 7582, "rotation=13")); + GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 7583, "rotation=14")); + GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 7584, "rotation=15")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GreenBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenBed.java index ddabf728a..f50c75871 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GreenBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenBed.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class GreenBed { public static void initStates() { - GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1257, "facing=north", "occupied=true", "part=head")); - GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1258, "facing=north", "occupied=true", "part=foot")); - GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1259, "facing=north", "occupied=false", "part=head")); - GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1260, "facing=north", "occupied=false", "part=foot")); - GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1261, "facing=south", "occupied=true", "part=head")); - GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1262, "facing=south", "occupied=true", "part=foot")); - GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1263, "facing=south", "occupied=false", "part=head")); - GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1264, "facing=south", "occupied=false", "part=foot")); - GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1265, "facing=west", "occupied=true", "part=head")); - GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1266, "facing=west", "occupied=true", "part=foot")); - GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1267, "facing=west", "occupied=false", "part=head")); - GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1268, "facing=west", "occupied=false", "part=foot")); - GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1269, "facing=east", "occupied=true", "part=head")); - GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1270, "facing=east", "occupied=true", "part=foot")); - GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1271, "facing=east", "occupied=false", "part=head")); - GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1272, "facing=east", "occupied=false", "part=foot")); + GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1256, "facing=north", "occupied=true", "part=head")); + GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1257, "facing=north", "occupied=true", "part=foot")); + GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1258, "facing=north", "occupied=false", "part=head")); + GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1259, "facing=north", "occupied=false", "part=foot")); + GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1260, "facing=south", "occupied=true", "part=head")); + GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1261, "facing=south", "occupied=true", "part=foot")); + GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1262, "facing=south", "occupied=false", "part=head")); + GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1263, "facing=south", "occupied=false", "part=foot")); + GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1264, "facing=west", "occupied=true", "part=head")); + GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1265, "facing=west", "occupied=true", "part=foot")); + GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1266, "facing=west", "occupied=false", "part=head")); + GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1267, "facing=west", "occupied=false", "part=foot")); + GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1268, "facing=east", "occupied=true", "part=head")); + GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1269, "facing=east", "occupied=true", "part=foot")); + GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1270, "facing=east", "occupied=false", "part=head")); + GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1271, "facing=east", "occupied=false", "part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GreenGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenGlazedTerracotta.java index bd996678c..04b914346 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GreenGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenGlazedTerracotta.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class GreenGlazedTerracotta { public static void initStates() { - GREEN_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9426, "facing=north")); - GREEN_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9427, "facing=south")); - GREEN_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9428, "facing=west")); - GREEN_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9429, "facing=east")); + GREEN_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8890, "facing=north")); + GREEN_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8891, "facing=south")); + GREEN_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8892, "facing=west")); + GREEN_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8893, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GreenShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenShulkerBox.java index 0f5f79e56..cba475bc0 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GreenShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenShulkerBox.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class GreenShulkerBox { public static void initStates() { - GREEN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9356, "facing=north")); - GREEN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9357, "facing=east")); - GREEN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9358, "facing=south")); - GREEN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9359, "facing=west")); - GREEN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9360, "facing=up")); - GREEN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9361, "facing=down")); + GREEN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8820, "facing=north")); + GREEN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8821, "facing=east")); + GREEN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8822, "facing=south")); + GREEN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8823, "facing=west")); + GREEN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8824, "facing=up")); + GREEN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8825, "facing=down")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GreenStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenStainedGlassPane.java index 11d94f8c4..c14f0e626 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GreenStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenStainedGlassPane.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class GreenStainedGlassPane { public static void initStates() { - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7279, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7280, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7281, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7282, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7283, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7284, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7285, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7286, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7287, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7288, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7289, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7290, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7291, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7292, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7293, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7294, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7295, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7296, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7297, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7298, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7299, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7300, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7301, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7302, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7303, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7304, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7305, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7306, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7307, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7308, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7309, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7310, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6743, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6744, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6745, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6746, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6747, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6748, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6749, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6750, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6751, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6752, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6753, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6754, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6755, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6756, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6757, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6758, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6759, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6760, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6761, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6762, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6763, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6764, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6765, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6766, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6767, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6768, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6769, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6770, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6771, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6772, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6773, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); + GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6774, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GreenWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenWallBanner.java index 25fdcc43c..aa8e18bb2 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GreenWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenWallBanner.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class GreenWallBanner { public static void initStates() { - GREEN_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8205, "facing=north")); - GREEN_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8206, "facing=south")); - GREEN_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8207, "facing=west")); - GREEN_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8208, "facing=east")); + GREEN_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7669, "facing=north")); + GREEN_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7670, "facing=south")); + GREEN_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7671, "facing=west")); + GREEN_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7672, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Grindstone.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Grindstone.java index 7f4e4f8e7..621a8c91c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Grindstone.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Grindstone.java @@ -7,17 +7,17 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Grindstone { public static void initStates() { - GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14821, "face=floor", "facing=north")); - GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14822, "face=floor", "facing=south")); - GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14823, "face=floor", "facing=west")); - GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14824, "face=floor", "facing=east")); - GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14825, "face=wall", "facing=north")); - GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14826, "face=wall", "facing=south")); - GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14827, "face=wall", "facing=west")); - GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14828, "face=wall", "facing=east")); - GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14829, "face=ceiling", "facing=north")); - GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14830, "face=ceiling", "facing=south")); - GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14831, "face=ceiling", "facing=west")); - GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14832, "face=ceiling", "facing=east")); + GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 11165, "face=floor", "facing=north")); + GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 11166, "face=floor", "facing=south")); + GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 11167, "face=floor", "facing=west")); + GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 11168, "face=floor", "facing=east")); + GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 11169, "face=wall", "facing=north")); + GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 11170, "face=wall", "facing=south")); + GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 11171, "face=wall", "facing=west")); + GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 11172, "face=wall", "facing=east")); + GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 11173, "face=ceiling", "facing=north")); + GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 11174, "face=ceiling", "facing=south")); + GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 11175, "face=ceiling", "facing=west")); + GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 11176, "face=ceiling", "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/HayBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/HayBlock.java index 337e3afb1..c15f3f7e4 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/HayBlock.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/HayBlock.java @@ -7,8 +7,8 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class HayBlock { public static void initStates() { - HAY_BLOCK.addBlockAlternative(new BlockAlternative((short) 7863, "axis=x")); - HAY_BLOCK.addBlockAlternative(new BlockAlternative((short) 7864, "axis=y")); - HAY_BLOCK.addBlockAlternative(new BlockAlternative((short) 7865, "axis=z")); + HAY_BLOCK.addBlockAlternative(new BlockAlternative((short) 7327, "axis=x")); + HAY_BLOCK.addBlockAlternative(new BlockAlternative((short) 7328, "axis=y")); + HAY_BLOCK.addBlockAlternative(new BlockAlternative((short) 7329, "axis=z")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/HeavyWeightedPressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/HeavyWeightedPressurePlate.java index fd92b7a71..ecef839c0 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/HeavyWeightedPressurePlate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/HeavyWeightedPressurePlate.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class HeavyWeightedPressurePlate { public static void initStates() { - HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6662, "power=0")); - HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6663, "power=1")); - HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6664, "power=2")); - HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6665, "power=3")); - HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6666, "power=4")); - HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6667, "power=5")); - HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6668, "power=6")); - HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6669, "power=7")); - HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6670, "power=8")); - HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6671, "power=9")); - HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6672, "power=10")); - HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6673, "power=11")); - HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6674, "power=12")); - HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6675, "power=13")); - HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6676, "power=14")); - HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6677, "power=15")); + HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6126, "power=0")); + HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6127, "power=1")); + HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6128, "power=2")); + HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6129, "power=3")); + HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6130, "power=4")); + HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6131, "power=5")); + HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6132, "power=6")); + HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6133, "power=7")); + HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6134, "power=8")); + HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6135, "power=9")); + HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6136, "power=10")); + HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6137, "power=11")); + HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6138, "power=12")); + HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6139, "power=13")); + HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6140, "power=14")); + HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6141, "power=15")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Hopper.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Hopper.java index a4a15b480..e36db47ab 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Hopper.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Hopper.java @@ -7,15 +7,15 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Hopper { public static void initStates() { - HOPPER.addBlockAlternative(new BlockAlternative((short) 6728, "enabled=true", "facing=down")); - HOPPER.addBlockAlternative(new BlockAlternative((short) 6729, "enabled=true", "facing=north")); - HOPPER.addBlockAlternative(new BlockAlternative((short) 6730, "enabled=true", "facing=south")); - HOPPER.addBlockAlternative(new BlockAlternative((short) 6731, "enabled=true", "facing=west")); - HOPPER.addBlockAlternative(new BlockAlternative((short) 6732, "enabled=true", "facing=east")); - HOPPER.addBlockAlternative(new BlockAlternative((short) 6733, "enabled=false", "facing=down")); - HOPPER.addBlockAlternative(new BlockAlternative((short) 6734, "enabled=false", "facing=north")); - HOPPER.addBlockAlternative(new BlockAlternative((short) 6735, "enabled=false", "facing=south")); - HOPPER.addBlockAlternative(new BlockAlternative((short) 6736, "enabled=false", "facing=west")); - HOPPER.addBlockAlternative(new BlockAlternative((short) 6737, "enabled=false", "facing=east")); + HOPPER.addBlockAlternative(new BlockAlternative((short) 6192, "enabled=true", "facing=down")); + HOPPER.addBlockAlternative(new BlockAlternative((short) 6193, "enabled=true", "facing=north")); + HOPPER.addBlockAlternative(new BlockAlternative((short) 6194, "enabled=true", "facing=south")); + HOPPER.addBlockAlternative(new BlockAlternative((short) 6195, "enabled=true", "facing=west")); + HOPPER.addBlockAlternative(new BlockAlternative((short) 6196, "enabled=true", "facing=east")); + HOPPER.addBlockAlternative(new BlockAlternative((short) 6197, "enabled=false", "facing=down")); + HOPPER.addBlockAlternative(new BlockAlternative((short) 6198, "enabled=false", "facing=north")); + HOPPER.addBlockAlternative(new BlockAlternative((short) 6199, "enabled=false", "facing=south")); + HOPPER.addBlockAlternative(new BlockAlternative((short) 6200, "enabled=false", "facing=west")); + HOPPER.addBlockAlternative(new BlockAlternative((short) 6201, "enabled=false", "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoral.java b/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoral.java index 4843697b6..170f99ea4 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoral.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoral.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class HornCoral { public static void initStates() { - HORN_CORAL.addBlockAlternative(new BlockAlternative((short) 9538, "waterlogged=true")); - HORN_CORAL.addBlockAlternative(new BlockAlternative((short) 9539, "waterlogged=false")); + HORN_CORAL.addBlockAlternative(new BlockAlternative((short) 9002, "waterlogged=true")); + HORN_CORAL.addBlockAlternative(new BlockAlternative((short) 9003, "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoralFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoralFan.java index 78786fc1b..ea0cb6693 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoralFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoralFan.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class HornCoralFan { public static void initStates() { - HORN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9558, "waterlogged=true")); - HORN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9559, "waterlogged=false")); + HORN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9022, "waterlogged=true")); + HORN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9023, "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoralWallFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoralWallFan.java index 3273f4e35..65664cd5e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoralWallFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoralWallFan.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class HornCoralWallFan { public static void initStates() { - HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9632, "facing=north", "waterlogged=true")); - HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9633, "facing=north", "waterlogged=false")); - HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9634, "facing=south", "waterlogged=true")); - HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9635, "facing=south", "waterlogged=false")); - HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9636, "facing=west", "waterlogged=true")); - HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9637, "facing=west", "waterlogged=false")); - HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9638, "facing=east", "waterlogged=true")); - HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9639, "facing=east", "waterlogged=false")); + HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9096, "facing=north", "waterlogged=true")); + HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9097, "facing=north", "waterlogged=false")); + HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9098, "facing=south", "waterlogged=true")); + HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9099, "facing=south", "waterlogged=false")); + HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9100, "facing=west", "waterlogged=true")); + HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9101, "facing=west", "waterlogged=false")); + HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9102, "facing=east", "waterlogged=true")); + HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9103, "facing=east", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/IronBars.java b/src/autogenerated/java/net/minestom/server/instance/block/states/IronBars.java index a646bd352..29f9234b0 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/IronBars.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/IronBars.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class IronBars { public static void initStates() { - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4697, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4698, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4699, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4700, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4701, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4702, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4703, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4704, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4705, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4706, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4707, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4708, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4709, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4710, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4711, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4712, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4713, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4714, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4715, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4716, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4717, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4718, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4719, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4720, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4721, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4722, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4723, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4724, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4725, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4726, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4727, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4728, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4683, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4684, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4685, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4686, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4687, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4688, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4689, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4690, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4691, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4692, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4693, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4694, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4695, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4696, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4697, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4698, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4699, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4700, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4701, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4702, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4703, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4704, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4705, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4706, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4707, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4708, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4709, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4710, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4711, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4712, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4713, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); + IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4714, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/IronDoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/IronDoor.java index 563572d95..235bc2e61 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/IronDoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/IronDoor.java @@ -7,69 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class IronDoor { public static void initStates() { - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3809, "facing=north", "half=upper", "hinge=left", "open=true", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3810, "facing=north", "half=upper", "hinge=left", "open=true", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3811, "facing=north", "half=upper", "hinge=left", "open=false", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3812, "facing=north", "half=upper", "hinge=left", "open=false", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3813, "facing=north", "half=upper", "hinge=right", "open=true", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3814, "facing=north", "half=upper", "hinge=right", "open=true", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3815, "facing=north", "half=upper", "hinge=right", "open=false", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3816, "facing=north", "half=upper", "hinge=right", "open=false", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3817, "facing=north", "half=lower", "hinge=left", "open=true", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3818, "facing=north", "half=lower", "hinge=left", "open=true", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3819, "facing=north", "half=lower", "hinge=left", "open=false", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3820, "facing=north", "half=lower", "hinge=left", "open=false", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3821, "facing=north", "half=lower", "hinge=right", "open=true", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3822, "facing=north", "half=lower", "hinge=right", "open=true", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3823, "facing=north", "half=lower", "hinge=right", "open=false", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3824, "facing=north", "half=lower", "hinge=right", "open=false", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3825, "facing=south", "half=upper", "hinge=left", "open=true", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3826, "facing=south", "half=upper", "hinge=left", "open=true", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3827, "facing=south", "half=upper", "hinge=left", "open=false", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3828, "facing=south", "half=upper", "hinge=left", "open=false", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3829, "facing=south", "half=upper", "hinge=right", "open=true", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3830, "facing=south", "half=upper", "hinge=right", "open=true", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3831, "facing=south", "half=upper", "hinge=right", "open=false", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3832, "facing=south", "half=upper", "hinge=right", "open=false", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3833, "facing=south", "half=lower", "hinge=left", "open=true", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3834, "facing=south", "half=lower", "hinge=left", "open=true", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3835, "facing=south", "half=lower", "hinge=left", "open=false", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3836, "facing=south", "half=lower", "hinge=left", "open=false", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3837, "facing=south", "half=lower", "hinge=right", "open=true", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3838, "facing=south", "half=lower", "hinge=right", "open=true", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3839, "facing=south", "half=lower", "hinge=right", "open=false", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3840, "facing=south", "half=lower", "hinge=right", "open=false", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3841, "facing=west", "half=upper", "hinge=left", "open=true", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3842, "facing=west", "half=upper", "hinge=left", "open=true", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3843, "facing=west", "half=upper", "hinge=left", "open=false", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3844, "facing=west", "half=upper", "hinge=left", "open=false", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3845, "facing=west", "half=upper", "hinge=right", "open=true", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3846, "facing=west", "half=upper", "hinge=right", "open=true", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3847, "facing=west", "half=upper", "hinge=right", "open=false", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3848, "facing=west", "half=upper", "hinge=right", "open=false", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3849, "facing=west", "half=lower", "hinge=left", "open=true", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3850, "facing=west", "half=lower", "hinge=left", "open=true", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3851, "facing=west", "half=lower", "hinge=left", "open=false", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3852, "facing=west", "half=lower", "hinge=left", "open=false", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3853, "facing=west", "half=lower", "hinge=right", "open=true", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3854, "facing=west", "half=lower", "hinge=right", "open=true", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3855, "facing=west", "half=lower", "hinge=right", "open=false", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3856, "facing=west", "half=lower", "hinge=right", "open=false", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3857, "facing=east", "half=upper", "hinge=left", "open=true", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3858, "facing=east", "half=upper", "hinge=left", "open=true", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3859, "facing=east", "half=upper", "hinge=left", "open=false", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3860, "facing=east", "half=upper", "hinge=left", "open=false", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3861, "facing=east", "half=upper", "hinge=right", "open=true", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3862, "facing=east", "half=upper", "hinge=right", "open=true", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3863, "facing=east", "half=upper", "hinge=right", "open=false", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3864, "facing=east", "half=upper", "hinge=right", "open=false", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3865, "facing=east", "half=lower", "hinge=left", "open=true", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3866, "facing=east", "half=lower", "hinge=left", "open=true", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3867, "facing=east", "half=lower", "hinge=left", "open=false", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3868, "facing=east", "half=lower", "hinge=left", "open=false", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3869, "facing=east", "half=lower", "hinge=right", "open=true", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3870, "facing=east", "half=lower", "hinge=right", "open=true", "powered=false")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3871, "facing=east", "half=lower", "hinge=right", "open=false", "powered=true")); - IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3872, "facing=east", "half=lower", "hinge=right", "open=false", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3807, "facing=north", "half=upper", "hinge=left", "open=true", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3808, "facing=north", "half=upper", "hinge=left", "open=true", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3809, "facing=north", "half=upper", "hinge=left", "open=false", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3810, "facing=north", "half=upper", "hinge=left", "open=false", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3811, "facing=north", "half=upper", "hinge=right", "open=true", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3812, "facing=north", "half=upper", "hinge=right", "open=true", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3813, "facing=north", "half=upper", "hinge=right", "open=false", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3814, "facing=north", "half=upper", "hinge=right", "open=false", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3815, "facing=north", "half=lower", "hinge=left", "open=true", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3816, "facing=north", "half=lower", "hinge=left", "open=true", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3817, "facing=north", "half=lower", "hinge=left", "open=false", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3818, "facing=north", "half=lower", "hinge=left", "open=false", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3819, "facing=north", "half=lower", "hinge=right", "open=true", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3820, "facing=north", "half=lower", "hinge=right", "open=true", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3821, "facing=north", "half=lower", "hinge=right", "open=false", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3822, "facing=north", "half=lower", "hinge=right", "open=false", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3823, "facing=south", "half=upper", "hinge=left", "open=true", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3824, "facing=south", "half=upper", "hinge=left", "open=true", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3825, "facing=south", "half=upper", "hinge=left", "open=false", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3826, "facing=south", "half=upper", "hinge=left", "open=false", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3827, "facing=south", "half=upper", "hinge=right", "open=true", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3828, "facing=south", "half=upper", "hinge=right", "open=true", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3829, "facing=south", "half=upper", "hinge=right", "open=false", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3830, "facing=south", "half=upper", "hinge=right", "open=false", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3831, "facing=south", "half=lower", "hinge=left", "open=true", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3832, "facing=south", "half=lower", "hinge=left", "open=true", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3833, "facing=south", "half=lower", "hinge=left", "open=false", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3834, "facing=south", "half=lower", "hinge=left", "open=false", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3835, "facing=south", "half=lower", "hinge=right", "open=true", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3836, "facing=south", "half=lower", "hinge=right", "open=true", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3837, "facing=south", "half=lower", "hinge=right", "open=false", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3838, "facing=south", "half=lower", "hinge=right", "open=false", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3839, "facing=west", "half=upper", "hinge=left", "open=true", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3840, "facing=west", "half=upper", "hinge=left", "open=true", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3841, "facing=west", "half=upper", "hinge=left", "open=false", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3842, "facing=west", "half=upper", "hinge=left", "open=false", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3843, "facing=west", "half=upper", "hinge=right", "open=true", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3844, "facing=west", "half=upper", "hinge=right", "open=true", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3845, "facing=west", "half=upper", "hinge=right", "open=false", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3846, "facing=west", "half=upper", "hinge=right", "open=false", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3847, "facing=west", "half=lower", "hinge=left", "open=true", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3848, "facing=west", "half=lower", "hinge=left", "open=true", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3849, "facing=west", "half=lower", "hinge=left", "open=false", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3850, "facing=west", "half=lower", "hinge=left", "open=false", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3851, "facing=west", "half=lower", "hinge=right", "open=true", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3852, "facing=west", "half=lower", "hinge=right", "open=true", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3853, "facing=west", "half=lower", "hinge=right", "open=false", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3854, "facing=west", "half=lower", "hinge=right", "open=false", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3855, "facing=east", "half=upper", "hinge=left", "open=true", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3856, "facing=east", "half=upper", "hinge=left", "open=true", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3857, "facing=east", "half=upper", "hinge=left", "open=false", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3858, "facing=east", "half=upper", "hinge=left", "open=false", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3859, "facing=east", "half=upper", "hinge=right", "open=true", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3860, "facing=east", "half=upper", "hinge=right", "open=true", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3861, "facing=east", "half=upper", "hinge=right", "open=false", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3862, "facing=east", "half=upper", "hinge=right", "open=false", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3863, "facing=east", "half=lower", "hinge=left", "open=true", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3864, "facing=east", "half=lower", "hinge=left", "open=true", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3865, "facing=east", "half=lower", "hinge=left", "open=false", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3866, "facing=east", "half=lower", "hinge=left", "open=false", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3867, "facing=east", "half=lower", "hinge=right", "open=true", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3868, "facing=east", "half=lower", "hinge=right", "open=true", "powered=false")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3869, "facing=east", "half=lower", "hinge=right", "open=false", "powered=true")); + IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3870, "facing=east", "half=lower", "hinge=right", "open=false", "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/IronTrapdoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/IronTrapdoor.java index bec726ba3..99f3fcf61 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/IronTrapdoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/IronTrapdoor.java @@ -7,69 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class IronTrapdoor { public static void initStates() { - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7537, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7538, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7539, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7540, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7541, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7542, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7543, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7544, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7545, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7546, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7547, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7548, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7549, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7550, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7551, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7552, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7553, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7554, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7555, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7556, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7557, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7558, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7559, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7560, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7561, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7562, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7563, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7564, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7565, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7566, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7567, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7568, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7569, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7570, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7571, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7572, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7573, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7574, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7575, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7576, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7577, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7578, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7579, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7580, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7581, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7582, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7583, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7584, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7585, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7586, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7587, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7588, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7589, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7590, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7591, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7592, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7593, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7594, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7595, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7596, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7597, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7598, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7599, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7600, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7001, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7002, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7003, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7004, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7005, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7006, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7007, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7008, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7009, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7010, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7011, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7012, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7013, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7014, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7015, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7016, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7017, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7018, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7019, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7020, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7021, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7022, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7023, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7024, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7025, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7026, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7027, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7028, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7029, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7030, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7031, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7032, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7033, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7034, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7035, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7036, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7037, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7038, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7039, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7040, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7041, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7042, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7043, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7044, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7045, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7046, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7047, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7048, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7049, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7050, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7051, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7052, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7053, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7054, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7055, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7056, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7057, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7058, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7059, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7060, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7061, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7062, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=false")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7063, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=true")); + IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7064, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/JackOLantern.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JackOLantern.java index a6d4e370a..a0b17d5e3 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/JackOLantern.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JackOLantern.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class JackOLantern { public static void initStates() { - JACK_O_LANTERN.addBlockAlternative(new BlockAlternative((short) 4020, "facing=north")); - JACK_O_LANTERN.addBlockAlternative(new BlockAlternative((short) 4021, "facing=south")); - JACK_O_LANTERN.addBlockAlternative(new BlockAlternative((short) 4022, "facing=west")); - JACK_O_LANTERN.addBlockAlternative(new BlockAlternative((short) 4023, "facing=east")); + JACK_O_LANTERN.addBlockAlternative(new BlockAlternative((short) 4006, "facing=north")); + JACK_O_LANTERN.addBlockAlternative(new BlockAlternative((short) 4007, "facing=south")); + JACK_O_LANTERN.addBlockAlternative(new BlockAlternative((short) 4008, "facing=west")); + JACK_O_LANTERN.addBlockAlternative(new BlockAlternative((short) 4009, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Jigsaw.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Jigsaw.java index d0fac8be6..8bd80f3a4 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Jigsaw.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Jigsaw.java @@ -7,17 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Jigsaw { public static void initStates() { - JIGSAW.addBlockAlternative(new BlockAlternative((short) 15739, "orientation=down_east")); - JIGSAW.addBlockAlternative(new BlockAlternative((short) 15740, "orientation=down_north")); - JIGSAW.addBlockAlternative(new BlockAlternative((short) 15741, "orientation=down_south")); - JIGSAW.addBlockAlternative(new BlockAlternative((short) 15742, "orientation=down_west")); - JIGSAW.addBlockAlternative(new BlockAlternative((short) 15743, "orientation=up_east")); - JIGSAW.addBlockAlternative(new BlockAlternative((short) 15744, "orientation=up_north")); - JIGSAW.addBlockAlternative(new BlockAlternative((short) 15745, "orientation=up_south")); - JIGSAW.addBlockAlternative(new BlockAlternative((short) 15746, "orientation=up_west")); - JIGSAW.addBlockAlternative(new BlockAlternative((short) 15747, "orientation=west_up")); - JIGSAW.addBlockAlternative(new BlockAlternative((short) 15748, "orientation=east_up")); - JIGSAW.addBlockAlternative(new BlockAlternative((short) 15749, "orientation=north_up")); - JIGSAW.addBlockAlternative(new BlockAlternative((short) 15750, "orientation=south_up")); + JIGSAW.addBlockAlternative(new BlockAlternative((short) 11272, "facing=north")); + JIGSAW.addBlockAlternative(new BlockAlternative((short) 11273, "facing=east")); + JIGSAW.addBlockAlternative(new BlockAlternative((short) 11274, "facing=south")); + JIGSAW.addBlockAlternative(new BlockAlternative((short) 11275, "facing=west")); + JIGSAW.addBlockAlternative(new BlockAlternative((short) 11276, "facing=up")); + JIGSAW.addBlockAlternative(new BlockAlternative((short) 11277, "facing=down")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Jukebox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Jukebox.java index 5f97ede91..294a44b81 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Jukebox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Jukebox.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Jukebox { public static void initStates() { - JUKEBOX.addBlockAlternative(new BlockAlternative((short) 3964, "has_record=true")); - JUKEBOX.addBlockAlternative(new BlockAlternative((short) 3965, "has_record=false")); + JUKEBOX.addBlockAlternative(new BlockAlternative((short) 3962, "has_record=true")); + JUKEBOX.addBlockAlternative(new BlockAlternative((short) 3963, "has_record=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleButton.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleButton.java index 03400b1d3..f31ca6c3f 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleButton.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleButton.java @@ -7,29 +7,29 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class JungleButton { public static void initStates() { - JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6418, "face=floor", "facing=north", "powered=true")); - JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6419, "face=floor", "facing=north", "powered=false")); - JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6420, "face=floor", "facing=south", "powered=true")); - JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6421, "face=floor", "facing=south", "powered=false")); - JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6422, "face=floor", "facing=west", "powered=true")); - JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6423, "face=floor", "facing=west", "powered=false")); - JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6424, "face=floor", "facing=east", "powered=true")); - JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6425, "face=floor", "facing=east", "powered=false")); - JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6426, "face=wall", "facing=north", "powered=true")); - JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6427, "face=wall", "facing=north", "powered=false")); - JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6428, "face=wall", "facing=south", "powered=true")); - JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6429, "face=wall", "facing=south", "powered=false")); - JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6430, "face=wall", "facing=west", "powered=true")); - JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6431, "face=wall", "facing=west", "powered=false")); - JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6432, "face=wall", "facing=east", "powered=true")); - JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6433, "face=wall", "facing=east", "powered=false")); - JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6434, "face=ceiling", "facing=north", "powered=true")); - JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6435, "face=ceiling", "facing=north", "powered=false")); - JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6436, "face=ceiling", "facing=south", "powered=true")); - JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6437, "face=ceiling", "facing=south", "powered=false")); - JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6438, "face=ceiling", "facing=west", "powered=true")); - JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6439, "face=ceiling", "facing=west", "powered=false")); - JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6440, "face=ceiling", "facing=east", "powered=true")); - JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6441, "face=ceiling", "facing=east", "powered=false")); + JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5882, "face=floor", "facing=north", "powered=true")); + JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5883, "face=floor", "facing=north", "powered=false")); + JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5884, "face=floor", "facing=south", "powered=true")); + JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5885, "face=floor", "facing=south", "powered=false")); + JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5886, "face=floor", "facing=west", "powered=true")); + JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5887, "face=floor", "facing=west", "powered=false")); + JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5888, "face=floor", "facing=east", "powered=true")); + JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5889, "face=floor", "facing=east", "powered=false")); + JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5890, "face=wall", "facing=north", "powered=true")); + JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5891, "face=wall", "facing=north", "powered=false")); + JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5892, "face=wall", "facing=south", "powered=true")); + JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5893, "face=wall", "facing=south", "powered=false")); + JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5894, "face=wall", "facing=west", "powered=true")); + JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5895, "face=wall", "facing=west", "powered=false")); + JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5896, "face=wall", "facing=east", "powered=true")); + JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5897, "face=wall", "facing=east", "powered=false")); + JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5898, "face=ceiling", "facing=north", "powered=true")); + JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5899, "face=ceiling", "facing=north", "powered=false")); + JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5900, "face=ceiling", "facing=south", "powered=true")); + JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5901, "face=ceiling", "facing=south", "powered=false")); + JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5902, "face=ceiling", "facing=west", "powered=true")); + JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5903, "face=ceiling", "facing=west", "powered=false")); + JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5904, "face=ceiling", "facing=east", "powered=true")); + JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5905, "face=ceiling", "facing=east", "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleDoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleDoor.java index 15a84a56d..b2bc5348c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleDoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleDoor.java @@ -7,69 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class JungleDoor { public static void initStates() { - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8866, "facing=north", "half=upper", "hinge=left", "open=true", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8867, "facing=north", "half=upper", "hinge=left", "open=true", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8868, "facing=north", "half=upper", "hinge=left", "open=false", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8869, "facing=north", "half=upper", "hinge=left", "open=false", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8870, "facing=north", "half=upper", "hinge=right", "open=true", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8871, "facing=north", "half=upper", "hinge=right", "open=true", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8872, "facing=north", "half=upper", "hinge=right", "open=false", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8873, "facing=north", "half=upper", "hinge=right", "open=false", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8874, "facing=north", "half=lower", "hinge=left", "open=true", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8875, "facing=north", "half=lower", "hinge=left", "open=true", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8876, "facing=north", "half=lower", "hinge=left", "open=false", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8877, "facing=north", "half=lower", "hinge=left", "open=false", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8878, "facing=north", "half=lower", "hinge=right", "open=true", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8879, "facing=north", "half=lower", "hinge=right", "open=true", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8880, "facing=north", "half=lower", "hinge=right", "open=false", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8881, "facing=north", "half=lower", "hinge=right", "open=false", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8882, "facing=south", "half=upper", "hinge=left", "open=true", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8883, "facing=south", "half=upper", "hinge=left", "open=true", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8884, "facing=south", "half=upper", "hinge=left", "open=false", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8885, "facing=south", "half=upper", "hinge=left", "open=false", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8886, "facing=south", "half=upper", "hinge=right", "open=true", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8887, "facing=south", "half=upper", "hinge=right", "open=true", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8888, "facing=south", "half=upper", "hinge=right", "open=false", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8889, "facing=south", "half=upper", "hinge=right", "open=false", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8890, "facing=south", "half=lower", "hinge=left", "open=true", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8891, "facing=south", "half=lower", "hinge=left", "open=true", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8892, "facing=south", "half=lower", "hinge=left", "open=false", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8893, "facing=south", "half=lower", "hinge=left", "open=false", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8894, "facing=south", "half=lower", "hinge=right", "open=true", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8895, "facing=south", "half=lower", "hinge=right", "open=true", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8896, "facing=south", "half=lower", "hinge=right", "open=false", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8897, "facing=south", "half=lower", "hinge=right", "open=false", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8898, "facing=west", "half=upper", "hinge=left", "open=true", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8899, "facing=west", "half=upper", "hinge=left", "open=true", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8900, "facing=west", "half=upper", "hinge=left", "open=false", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8901, "facing=west", "half=upper", "hinge=left", "open=false", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8902, "facing=west", "half=upper", "hinge=right", "open=true", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8903, "facing=west", "half=upper", "hinge=right", "open=true", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8904, "facing=west", "half=upper", "hinge=right", "open=false", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8905, "facing=west", "half=upper", "hinge=right", "open=false", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8906, "facing=west", "half=lower", "hinge=left", "open=true", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8907, "facing=west", "half=lower", "hinge=left", "open=true", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8908, "facing=west", "half=lower", "hinge=left", "open=false", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8909, "facing=west", "half=lower", "hinge=left", "open=false", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8910, "facing=west", "half=lower", "hinge=right", "open=true", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8911, "facing=west", "half=lower", "hinge=right", "open=true", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8912, "facing=west", "half=lower", "hinge=right", "open=false", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8913, "facing=west", "half=lower", "hinge=right", "open=false", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8914, "facing=east", "half=upper", "hinge=left", "open=true", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8915, "facing=east", "half=upper", "hinge=left", "open=true", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8916, "facing=east", "half=upper", "hinge=left", "open=false", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8917, "facing=east", "half=upper", "hinge=left", "open=false", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8918, "facing=east", "half=upper", "hinge=right", "open=true", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8919, "facing=east", "half=upper", "hinge=right", "open=true", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8920, "facing=east", "half=upper", "hinge=right", "open=false", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8921, "facing=east", "half=upper", "hinge=right", "open=false", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8922, "facing=east", "half=lower", "hinge=left", "open=true", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8923, "facing=east", "half=lower", "hinge=left", "open=true", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8924, "facing=east", "half=lower", "hinge=left", "open=false", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8925, "facing=east", "half=lower", "hinge=left", "open=false", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8926, "facing=east", "half=lower", "hinge=right", "open=true", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8927, "facing=east", "half=lower", "hinge=right", "open=true", "powered=false")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8928, "facing=east", "half=lower", "hinge=right", "open=false", "powered=true")); - JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8929, "facing=east", "half=lower", "hinge=right", "open=false", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8330, "facing=north", "half=upper", "hinge=left", "open=true", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8331, "facing=north", "half=upper", "hinge=left", "open=true", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8332, "facing=north", "half=upper", "hinge=left", "open=false", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8333, "facing=north", "half=upper", "hinge=left", "open=false", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8334, "facing=north", "half=upper", "hinge=right", "open=true", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8335, "facing=north", "half=upper", "hinge=right", "open=true", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8336, "facing=north", "half=upper", "hinge=right", "open=false", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8337, "facing=north", "half=upper", "hinge=right", "open=false", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8338, "facing=north", "half=lower", "hinge=left", "open=true", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8339, "facing=north", "half=lower", "hinge=left", "open=true", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8340, "facing=north", "half=lower", "hinge=left", "open=false", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8341, "facing=north", "half=lower", "hinge=left", "open=false", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8342, "facing=north", "half=lower", "hinge=right", "open=true", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8343, "facing=north", "half=lower", "hinge=right", "open=true", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8344, "facing=north", "half=lower", "hinge=right", "open=false", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8345, "facing=north", "half=lower", "hinge=right", "open=false", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8346, "facing=south", "half=upper", "hinge=left", "open=true", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8347, "facing=south", "half=upper", "hinge=left", "open=true", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8348, "facing=south", "half=upper", "hinge=left", "open=false", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8349, "facing=south", "half=upper", "hinge=left", "open=false", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8350, "facing=south", "half=upper", "hinge=right", "open=true", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8351, "facing=south", "half=upper", "hinge=right", "open=true", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8352, "facing=south", "half=upper", "hinge=right", "open=false", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8353, "facing=south", "half=upper", "hinge=right", "open=false", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8354, "facing=south", "half=lower", "hinge=left", "open=true", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8355, "facing=south", "half=lower", "hinge=left", "open=true", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8356, "facing=south", "half=lower", "hinge=left", "open=false", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8357, "facing=south", "half=lower", "hinge=left", "open=false", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8358, "facing=south", "half=lower", "hinge=right", "open=true", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8359, "facing=south", "half=lower", "hinge=right", "open=true", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8360, "facing=south", "half=lower", "hinge=right", "open=false", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8361, "facing=south", "half=lower", "hinge=right", "open=false", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8362, "facing=west", "half=upper", "hinge=left", "open=true", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8363, "facing=west", "half=upper", "hinge=left", "open=true", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8364, "facing=west", "half=upper", "hinge=left", "open=false", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8365, "facing=west", "half=upper", "hinge=left", "open=false", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8366, "facing=west", "half=upper", "hinge=right", "open=true", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8367, "facing=west", "half=upper", "hinge=right", "open=true", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8368, "facing=west", "half=upper", "hinge=right", "open=false", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8369, "facing=west", "half=upper", "hinge=right", "open=false", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8370, "facing=west", "half=lower", "hinge=left", "open=true", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8371, "facing=west", "half=lower", "hinge=left", "open=true", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8372, "facing=west", "half=lower", "hinge=left", "open=false", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8373, "facing=west", "half=lower", "hinge=left", "open=false", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8374, "facing=west", "half=lower", "hinge=right", "open=true", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8375, "facing=west", "half=lower", "hinge=right", "open=true", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8376, "facing=west", "half=lower", "hinge=right", "open=false", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8377, "facing=west", "half=lower", "hinge=right", "open=false", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8378, "facing=east", "half=upper", "hinge=left", "open=true", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8379, "facing=east", "half=upper", "hinge=left", "open=true", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8380, "facing=east", "half=upper", "hinge=left", "open=false", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8381, "facing=east", "half=upper", "hinge=left", "open=false", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8382, "facing=east", "half=upper", "hinge=right", "open=true", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8383, "facing=east", "half=upper", "hinge=right", "open=true", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8384, "facing=east", "half=upper", "hinge=right", "open=false", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8385, "facing=east", "half=upper", "hinge=right", "open=false", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8386, "facing=east", "half=lower", "hinge=left", "open=true", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8387, "facing=east", "half=lower", "hinge=left", "open=true", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8388, "facing=east", "half=lower", "hinge=left", "open=false", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8389, "facing=east", "half=lower", "hinge=left", "open=false", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8390, "facing=east", "half=lower", "hinge=right", "open=true", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8391, "facing=east", "half=lower", "hinge=right", "open=true", "powered=false")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8392, "facing=east", "half=lower", "hinge=right", "open=false", "powered=true")); + JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8393, "facing=east", "half=lower", "hinge=right", "open=false", "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleFence.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleFence.java index 3be2071c6..b46cd4e95 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleFence.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleFence.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class JungleFence { public static void initStates() { - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8642, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8643, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8644, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8645, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8646, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8647, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8648, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8649, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8650, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8651, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8652, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8653, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8654, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8655, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8656, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8657, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8658, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8659, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8660, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8661, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8662, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8663, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8664, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8665, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8666, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8667, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8668, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8669, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8670, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8671, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8672, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8673, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8106, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8107, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8108, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8109, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8110, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8111, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8112, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8113, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8114, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8115, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8116, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8117, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8118, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8119, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8120, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8121, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8122, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8123, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8124, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8125, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8126, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8127, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8128, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8129, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8130, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8131, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8132, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8133, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8134, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8135, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8136, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); + JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8137, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleFenceGate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleFenceGate.java index 500b5a596..25ce0e812 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleFenceGate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleFenceGate.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class JungleFenceGate { public static void initStates() { - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8482, "facing=north", "in_wall=true", "open=true", "powered=true")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8483, "facing=north", "in_wall=true", "open=true", "powered=false")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8484, "facing=north", "in_wall=true", "open=false", "powered=true")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8485, "facing=north", "in_wall=true", "open=false", "powered=false")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8486, "facing=north", "in_wall=false", "open=true", "powered=true")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8487, "facing=north", "in_wall=false", "open=true", "powered=false")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8488, "facing=north", "in_wall=false", "open=false", "powered=true")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8489, "facing=north", "in_wall=false", "open=false", "powered=false")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8490, "facing=south", "in_wall=true", "open=true", "powered=true")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8491, "facing=south", "in_wall=true", "open=true", "powered=false")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8492, "facing=south", "in_wall=true", "open=false", "powered=true")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8493, "facing=south", "in_wall=true", "open=false", "powered=false")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8494, "facing=south", "in_wall=false", "open=true", "powered=true")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8495, "facing=south", "in_wall=false", "open=true", "powered=false")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8496, "facing=south", "in_wall=false", "open=false", "powered=true")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8497, "facing=south", "in_wall=false", "open=false", "powered=false")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8498, "facing=west", "in_wall=true", "open=true", "powered=true")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8499, "facing=west", "in_wall=true", "open=true", "powered=false")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8500, "facing=west", "in_wall=true", "open=false", "powered=true")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8501, "facing=west", "in_wall=true", "open=false", "powered=false")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8502, "facing=west", "in_wall=false", "open=true", "powered=true")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8503, "facing=west", "in_wall=false", "open=true", "powered=false")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8504, "facing=west", "in_wall=false", "open=false", "powered=true")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8505, "facing=west", "in_wall=false", "open=false", "powered=false")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8506, "facing=east", "in_wall=true", "open=true", "powered=true")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8507, "facing=east", "in_wall=true", "open=true", "powered=false")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8508, "facing=east", "in_wall=true", "open=false", "powered=true")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8509, "facing=east", "in_wall=true", "open=false", "powered=false")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8510, "facing=east", "in_wall=false", "open=true", "powered=true")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8511, "facing=east", "in_wall=false", "open=true", "powered=false")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8512, "facing=east", "in_wall=false", "open=false", "powered=true")); - JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8513, "facing=east", "in_wall=false", "open=false", "powered=false")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7946, "facing=north", "in_wall=true", "open=true", "powered=true")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7947, "facing=north", "in_wall=true", "open=true", "powered=false")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7948, "facing=north", "in_wall=true", "open=false", "powered=true")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7949, "facing=north", "in_wall=true", "open=false", "powered=false")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7950, "facing=north", "in_wall=false", "open=true", "powered=true")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7951, "facing=north", "in_wall=false", "open=true", "powered=false")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7952, "facing=north", "in_wall=false", "open=false", "powered=true")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7953, "facing=north", "in_wall=false", "open=false", "powered=false")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7954, "facing=south", "in_wall=true", "open=true", "powered=true")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7955, "facing=south", "in_wall=true", "open=true", "powered=false")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7956, "facing=south", "in_wall=true", "open=false", "powered=true")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7957, "facing=south", "in_wall=true", "open=false", "powered=false")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7958, "facing=south", "in_wall=false", "open=true", "powered=true")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7959, "facing=south", "in_wall=false", "open=true", "powered=false")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7960, "facing=south", "in_wall=false", "open=false", "powered=true")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7961, "facing=south", "in_wall=false", "open=false", "powered=false")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7962, "facing=west", "in_wall=true", "open=true", "powered=true")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7963, "facing=west", "in_wall=true", "open=true", "powered=false")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7964, "facing=west", "in_wall=true", "open=false", "powered=true")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7965, "facing=west", "in_wall=true", "open=false", "powered=false")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7966, "facing=west", "in_wall=false", "open=true", "powered=true")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7967, "facing=west", "in_wall=false", "open=true", "powered=false")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7968, "facing=west", "in_wall=false", "open=false", "powered=true")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7969, "facing=west", "in_wall=false", "open=false", "powered=false")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7970, "facing=east", "in_wall=true", "open=true", "powered=true")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7971, "facing=east", "in_wall=true", "open=true", "powered=false")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7972, "facing=east", "in_wall=true", "open=false", "powered=true")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7973, "facing=east", "in_wall=true", "open=false", "powered=false")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7974, "facing=east", "in_wall=false", "open=true", "powered=true")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7975, "facing=east", "in_wall=false", "open=true", "powered=false")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7976, "facing=east", "in_wall=false", "open=false", "powered=true")); + JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7977, "facing=east", "in_wall=false", "open=false", "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleLeaves.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleLeaves.java index 9f5e15a06..4d5f26b9c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleLeaves.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleLeaves.java @@ -7,19 +7,19 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class JungleLeaves { public static void initStates() { - JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 187, "distance=1", "persistent=true")); - JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 188, "distance=1", "persistent=false")); - JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 189, "distance=2", "persistent=true")); - JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 190, "distance=2", "persistent=false")); - JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 191, "distance=3", "persistent=true")); - JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 192, "distance=3", "persistent=false")); - JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 193, "distance=4", "persistent=true")); - JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 194, "distance=4", "persistent=false")); - JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 195, "distance=5", "persistent=true")); - JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 196, "distance=5", "persistent=false")); - JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 197, "distance=6", "persistent=true")); - JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 198, "distance=6", "persistent=false")); - JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 199, "distance=7", "persistent=true")); - JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 200, "distance=7", "persistent=false")); + JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 186, "distance=1", "persistent=true")); + JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 187, "distance=1", "persistent=false")); + JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 188, "distance=2", "persistent=true")); + JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 189, "distance=2", "persistent=false")); + JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 190, "distance=3", "persistent=true")); + JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 191, "distance=3", "persistent=false")); + JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 192, "distance=4", "persistent=true")); + JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 193, "distance=4", "persistent=false")); + JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 194, "distance=5", "persistent=true")); + JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 195, "distance=5", "persistent=false")); + JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 196, "distance=6", "persistent=true")); + JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 197, "distance=6", "persistent=false")); + JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 198, "distance=7", "persistent=true")); + JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 199, "distance=7", "persistent=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleLog.java index db523d1cc..9a737598c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleLog.java @@ -7,8 +7,8 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class JungleLog { public static void initStates() { - JUNGLE_LOG.addBlockAlternative(new BlockAlternative((short) 82, "axis=x")); - JUNGLE_LOG.addBlockAlternative(new BlockAlternative((short) 83, "axis=y")); - JUNGLE_LOG.addBlockAlternative(new BlockAlternative((short) 84, "axis=z")); + JUNGLE_LOG.addBlockAlternative(new BlockAlternative((short) 81, "axis=x")); + JUNGLE_LOG.addBlockAlternative(new BlockAlternative((short) 82, "axis=y")); + JUNGLE_LOG.addBlockAlternative(new BlockAlternative((short) 83, "axis=z")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/JunglePressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JunglePressurePlate.java index 8498633f7..ac7809267 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/JunglePressurePlate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JunglePressurePlate.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class JunglePressurePlate { public static void initStates() { - JUNGLE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3879, "powered=true")); - JUNGLE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3880, "powered=false")); + JUNGLE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3877, "powered=true")); + JUNGLE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3878, "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleSign.java index 7706e76b3..7bc0a1e63 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleSign.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class JungleSign { public static void initStates() { - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3509, "rotation=0", "waterlogged=true")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3510, "rotation=0", "waterlogged=false")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3511, "rotation=1", "waterlogged=true")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3512, "rotation=1", "waterlogged=false")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3513, "rotation=2", "waterlogged=true")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3514, "rotation=2", "waterlogged=false")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3515, "rotation=3", "waterlogged=true")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3516, "rotation=3", "waterlogged=false")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3517, "rotation=4", "waterlogged=true")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3518, "rotation=4", "waterlogged=false")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3519, "rotation=5", "waterlogged=true")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3520, "rotation=5", "waterlogged=false")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3521, "rotation=6", "waterlogged=true")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3522, "rotation=6", "waterlogged=false")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3523, "rotation=7", "waterlogged=true")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3524, "rotation=7", "waterlogged=false")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3525, "rotation=8", "waterlogged=true")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3526, "rotation=8", "waterlogged=false")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3527, "rotation=9", "waterlogged=true")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3528, "rotation=9", "waterlogged=false")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3529, "rotation=10", "waterlogged=true")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3530, "rotation=10", "waterlogged=false")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3531, "rotation=11", "waterlogged=true")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3532, "rotation=11", "waterlogged=false")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3533, "rotation=12", "waterlogged=true")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3534, "rotation=12", "waterlogged=false")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3535, "rotation=13", "waterlogged=true")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3536, "rotation=13", "waterlogged=false")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3537, "rotation=14", "waterlogged=true")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3538, "rotation=14", "waterlogged=false")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3539, "rotation=15", "waterlogged=true")); - JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3540, "rotation=15", "waterlogged=false")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3507, "rotation=0", "waterlogged=true")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3508, "rotation=0", "waterlogged=false")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3509, "rotation=1", "waterlogged=true")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3510, "rotation=1", "waterlogged=false")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3511, "rotation=2", "waterlogged=true")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3512, "rotation=2", "waterlogged=false")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3513, "rotation=3", "waterlogged=true")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3514, "rotation=3", "waterlogged=false")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3515, "rotation=4", "waterlogged=true")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3516, "rotation=4", "waterlogged=false")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3517, "rotation=5", "waterlogged=true")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3518, "rotation=5", "waterlogged=false")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3519, "rotation=6", "waterlogged=true")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3520, "rotation=6", "waterlogged=false")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3521, "rotation=7", "waterlogged=true")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3522, "rotation=7", "waterlogged=false")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3523, "rotation=8", "waterlogged=true")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3524, "rotation=8", "waterlogged=false")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3525, "rotation=9", "waterlogged=true")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3526, "rotation=9", "waterlogged=false")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3527, "rotation=10", "waterlogged=true")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3528, "rotation=10", "waterlogged=false")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3529, "rotation=11", "waterlogged=true")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3530, "rotation=11", "waterlogged=false")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3531, "rotation=12", "waterlogged=true")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3532, "rotation=12", "waterlogged=false")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3533, "rotation=13", "waterlogged=true")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3534, "rotation=13", "waterlogged=false")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3535, "rotation=14", "waterlogged=true")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3536, "rotation=14", "waterlogged=false")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3537, "rotation=15", "waterlogged=true")); + JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3538, "rotation=15", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleSlab.java index d191e70ce..18c2377f5 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class JungleSlab { public static void initStates() { - JUNGLE_SLAB.addBlockAlternative(new BlockAlternative((short) 8318, "type=top", "waterlogged=true")); - JUNGLE_SLAB.addBlockAlternative(new BlockAlternative((short) 8319, "type=top", "waterlogged=false")); - JUNGLE_SLAB.addBlockAlternative(new BlockAlternative((short) 8320, "type=bottom", "waterlogged=true")); - JUNGLE_SLAB.addBlockAlternative(new BlockAlternative((short) 8321, "type=bottom", "waterlogged=false")); - JUNGLE_SLAB.addBlockAlternative(new BlockAlternative((short) 8322, "type=double", "waterlogged=true")); - JUNGLE_SLAB.addBlockAlternative(new BlockAlternative((short) 8323, "type=double", "waterlogged=false")); + JUNGLE_SLAB.addBlockAlternative(new BlockAlternative((short) 7782, "type=top", "waterlogged=true")); + JUNGLE_SLAB.addBlockAlternative(new BlockAlternative((short) 7783, "type=top", "waterlogged=false")); + JUNGLE_SLAB.addBlockAlternative(new BlockAlternative((short) 7784, "type=bottom", "waterlogged=true")); + JUNGLE_SLAB.addBlockAlternative(new BlockAlternative((short) 7785, "type=bottom", "waterlogged=false")); + JUNGLE_SLAB.addBlockAlternative(new BlockAlternative((short) 7786, "type=double", "waterlogged=true")); + JUNGLE_SLAB.addBlockAlternative(new BlockAlternative((short) 7787, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleStairs.java index 607f3949e..92c55d400 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class JungleStairs { public static void initStates() { - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5564, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5565, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5566, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5567, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5568, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5569, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5570, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5571, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5572, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5573, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5574, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5575, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5576, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5577, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5578, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5579, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5580, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5581, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5582, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5583, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5584, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5585, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5586, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5587, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5588, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5589, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5590, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5591, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5592, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5593, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5594, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5595, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5596, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5597, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5598, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5599, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5600, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5601, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5602, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5603, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5604, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5605, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5606, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5607, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5608, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5609, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5610, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5611, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5612, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5613, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5614, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5615, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5616, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5617, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5618, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5619, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5620, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5621, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5622, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5623, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5624, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5625, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5626, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5627, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5628, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5629, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5630, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5631, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5632, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5633, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5634, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5635, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5636, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5637, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5638, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5639, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5640, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5641, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5642, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5643, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5548, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5549, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5550, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5551, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5552, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5553, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5554, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5555, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5556, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5557, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5558, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5559, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5560, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5561, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5562, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5563, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5564, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5565, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5566, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5567, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5568, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5569, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5570, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5571, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5572, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5573, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5574, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5575, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5576, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5577, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5578, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5579, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5580, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5581, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5582, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5583, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5584, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5585, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5586, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5587, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5588, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5589, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5590, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5591, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5592, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5593, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5594, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5595, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5596, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5597, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5598, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5599, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5600, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5601, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5602, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5603, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5604, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5605, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5606, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5607, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5608, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5609, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5610, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5611, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5612, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5613, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5614, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5615, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5616, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5617, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5618, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5619, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5620, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5621, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5622, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5623, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5624, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5625, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5626, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5627, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleTrapdoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleTrapdoor.java index b64be4c98..b5faf1e27 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleTrapdoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleTrapdoor.java @@ -7,69 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class JungleTrapdoor { public static void initStates() { - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4303, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4304, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4305, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4306, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4307, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4308, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4309, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4310, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4311, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4312, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4313, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4314, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4315, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4316, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4317, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4318, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4319, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4320, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4321, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4322, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4323, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4324, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4325, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4326, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4327, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4328, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4329, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4330, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4331, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4332, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4333, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4334, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4335, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4336, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4337, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4338, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4339, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4340, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4341, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4342, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4343, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4344, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4345, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4346, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4347, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4348, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4349, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4350, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4351, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4352, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4353, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4354, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4355, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4356, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4357, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4358, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4359, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4360, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4361, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4362, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4363, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4364, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4365, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4366, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4289, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4290, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4291, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4292, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4293, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4294, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4295, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4296, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4297, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4298, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4299, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4300, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4301, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4302, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4303, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4304, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4305, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4306, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4307, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4308, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4309, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4310, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4311, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4312, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4313, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4314, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4315, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4316, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4317, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4318, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4319, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4320, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4321, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4322, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4323, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4324, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4325, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4326, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4327, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4328, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4329, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4330, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4331, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4332, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4333, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4334, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4335, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4336, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4337, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4338, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4339, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4340, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4341, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4342, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4343, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4344, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4345, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4346, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4347, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4348, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4349, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4350, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=false")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4351, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=true")); + JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4352, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleWallSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleWallSign.java index f135b933f..5c2942f8a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleWallSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleWallSign.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class JungleWallSign { public static void initStates() { - JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3767, "facing=north", "waterlogged=true")); - JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3768, "facing=north", "waterlogged=false")); - JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3769, "facing=south", "waterlogged=true")); - JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3770, "facing=south", "waterlogged=false")); - JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3771, "facing=west", "waterlogged=true")); - JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3772, "facing=west", "waterlogged=false")); - JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3773, "facing=east", "waterlogged=true")); - JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3774, "facing=east", "waterlogged=false")); + JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3765, "facing=north", "waterlogged=true")); + JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3766, "facing=north", "waterlogged=false")); + JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3767, "facing=south", "waterlogged=true")); + JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3768, "facing=south", "waterlogged=false")); + JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3769, "facing=west", "waterlogged=true")); + JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3770, "facing=west", "waterlogged=false")); + JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3771, "facing=east", "waterlogged=true")); + JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3772, "facing=east", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleWood.java index 89b57545f..3aad21319 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleWood.java @@ -7,8 +7,8 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class JungleWood { public static void initStates() { - JUNGLE_WOOD.addBlockAlternative(new BlockAlternative((short) 118, "axis=x")); - JUNGLE_WOOD.addBlockAlternative(new BlockAlternative((short) 119, "axis=y")); - JUNGLE_WOOD.addBlockAlternative(new BlockAlternative((short) 120, "axis=z")); + JUNGLE_WOOD.addBlockAlternative(new BlockAlternative((short) 117, "axis=x")); + JUNGLE_WOOD.addBlockAlternative(new BlockAlternative((short) 118, "axis=y")); + JUNGLE_WOOD.addBlockAlternative(new BlockAlternative((short) 119, "axis=z")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Kelp.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Kelp.java index 90d6a9e53..a25bc640e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Kelp.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Kelp.java @@ -7,31 +7,31 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Kelp { public static void initStates() { - KELP.addBlockAlternative(new BlockAlternative((short) 9470, "age=0")); - KELP.addBlockAlternative(new BlockAlternative((short) 9471, "age=1")); - KELP.addBlockAlternative(new BlockAlternative((short) 9472, "age=2")); - KELP.addBlockAlternative(new BlockAlternative((short) 9473, "age=3")); - KELP.addBlockAlternative(new BlockAlternative((short) 9474, "age=4")); - KELP.addBlockAlternative(new BlockAlternative((short) 9475, "age=5")); - KELP.addBlockAlternative(new BlockAlternative((short) 9476, "age=6")); - KELP.addBlockAlternative(new BlockAlternative((short) 9477, "age=7")); - KELP.addBlockAlternative(new BlockAlternative((short) 9478, "age=8")); - KELP.addBlockAlternative(new BlockAlternative((short) 9479, "age=9")); - KELP.addBlockAlternative(new BlockAlternative((short) 9480, "age=10")); - KELP.addBlockAlternative(new BlockAlternative((short) 9481, "age=11")); - KELP.addBlockAlternative(new BlockAlternative((short) 9482, "age=12")); - KELP.addBlockAlternative(new BlockAlternative((short) 9483, "age=13")); - KELP.addBlockAlternative(new BlockAlternative((short) 9484, "age=14")); - KELP.addBlockAlternative(new BlockAlternative((short) 9485, "age=15")); - KELP.addBlockAlternative(new BlockAlternative((short) 9486, "age=16")); - KELP.addBlockAlternative(new BlockAlternative((short) 9487, "age=17")); - KELP.addBlockAlternative(new BlockAlternative((short) 9488, "age=18")); - KELP.addBlockAlternative(new BlockAlternative((short) 9489, "age=19")); - KELP.addBlockAlternative(new BlockAlternative((short) 9490, "age=20")); - KELP.addBlockAlternative(new BlockAlternative((short) 9491, "age=21")); - KELP.addBlockAlternative(new BlockAlternative((short) 9492, "age=22")); - KELP.addBlockAlternative(new BlockAlternative((short) 9493, "age=23")); - KELP.addBlockAlternative(new BlockAlternative((short) 9494, "age=24")); - KELP.addBlockAlternative(new BlockAlternative((short) 9495, "age=25")); + KELP.addBlockAlternative(new BlockAlternative((short) 8934, "age=0")); + KELP.addBlockAlternative(new BlockAlternative((short) 8935, "age=1")); + KELP.addBlockAlternative(new BlockAlternative((short) 8936, "age=2")); + KELP.addBlockAlternative(new BlockAlternative((short) 8937, "age=3")); + KELP.addBlockAlternative(new BlockAlternative((short) 8938, "age=4")); + KELP.addBlockAlternative(new BlockAlternative((short) 8939, "age=5")); + KELP.addBlockAlternative(new BlockAlternative((short) 8940, "age=6")); + KELP.addBlockAlternative(new BlockAlternative((short) 8941, "age=7")); + KELP.addBlockAlternative(new BlockAlternative((short) 8942, "age=8")); + KELP.addBlockAlternative(new BlockAlternative((short) 8943, "age=9")); + KELP.addBlockAlternative(new BlockAlternative((short) 8944, "age=10")); + KELP.addBlockAlternative(new BlockAlternative((short) 8945, "age=11")); + KELP.addBlockAlternative(new BlockAlternative((short) 8946, "age=12")); + KELP.addBlockAlternative(new BlockAlternative((short) 8947, "age=13")); + KELP.addBlockAlternative(new BlockAlternative((short) 8948, "age=14")); + KELP.addBlockAlternative(new BlockAlternative((short) 8949, "age=15")); + KELP.addBlockAlternative(new BlockAlternative((short) 8950, "age=16")); + KELP.addBlockAlternative(new BlockAlternative((short) 8951, "age=17")); + KELP.addBlockAlternative(new BlockAlternative((short) 8952, "age=18")); + KELP.addBlockAlternative(new BlockAlternative((short) 8953, "age=19")); + KELP.addBlockAlternative(new BlockAlternative((short) 8954, "age=20")); + KELP.addBlockAlternative(new BlockAlternative((short) 8955, "age=21")); + KELP.addBlockAlternative(new BlockAlternative((short) 8956, "age=22")); + KELP.addBlockAlternative(new BlockAlternative((short) 8957, "age=23")); + KELP.addBlockAlternative(new BlockAlternative((short) 8958, "age=24")); + KELP.addBlockAlternative(new BlockAlternative((short) 8959, "age=25")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Ladder.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Ladder.java index 6bd0b837d..db69cb66a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Ladder.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Ladder.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Ladder { public static void initStates() { - LADDER.addBlockAlternative(new BlockAlternative((short) 3637, "facing=north", "waterlogged=true")); - LADDER.addBlockAlternative(new BlockAlternative((short) 3638, "facing=north", "waterlogged=false")); - LADDER.addBlockAlternative(new BlockAlternative((short) 3639, "facing=south", "waterlogged=true")); - LADDER.addBlockAlternative(new BlockAlternative((short) 3640, "facing=south", "waterlogged=false")); - LADDER.addBlockAlternative(new BlockAlternative((short) 3641, "facing=west", "waterlogged=true")); - LADDER.addBlockAlternative(new BlockAlternative((short) 3642, "facing=west", "waterlogged=false")); - LADDER.addBlockAlternative(new BlockAlternative((short) 3643, "facing=east", "waterlogged=true")); - LADDER.addBlockAlternative(new BlockAlternative((short) 3644, "facing=east", "waterlogged=false")); + LADDER.addBlockAlternative(new BlockAlternative((short) 3635, "facing=north", "waterlogged=true")); + LADDER.addBlockAlternative(new BlockAlternative((short) 3636, "facing=north", "waterlogged=false")); + LADDER.addBlockAlternative(new BlockAlternative((short) 3637, "facing=south", "waterlogged=true")); + LADDER.addBlockAlternative(new BlockAlternative((short) 3638, "facing=south", "waterlogged=false")); + LADDER.addBlockAlternative(new BlockAlternative((short) 3639, "facing=west", "waterlogged=true")); + LADDER.addBlockAlternative(new BlockAlternative((short) 3640, "facing=west", "waterlogged=false")); + LADDER.addBlockAlternative(new BlockAlternative((short) 3641, "facing=east", "waterlogged=true")); + LADDER.addBlockAlternative(new BlockAlternative((short) 3642, "facing=east", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Lantern.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Lantern.java index 1dbda6d54..58f067570 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Lantern.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Lantern.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Lantern { public static void initStates() { - LANTERN.addBlockAlternative(new BlockAlternative((short) 14886, "hanging=true")); - LANTERN.addBlockAlternative(new BlockAlternative((short) 14887, "hanging=false")); + LANTERN.addBlockAlternative(new BlockAlternative((short) 11230, "hanging=true")); + LANTERN.addBlockAlternative(new BlockAlternative((short) 11231, "hanging=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LargeFern.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LargeFern.java index a8d1bb479..aa51a24d5 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LargeFern.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LargeFern.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class LargeFern { public static void initStates() { - LARGE_FERN.addBlockAlternative(new BlockAlternative((short) 7895, "half=upper")); - LARGE_FERN.addBlockAlternative(new BlockAlternative((short) 7896, "half=lower")); + LARGE_FERN.addBlockAlternative(new BlockAlternative((short) 7359, "half=upper")); + LARGE_FERN.addBlockAlternative(new BlockAlternative((short) 7360, "half=lower")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Lectern.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Lectern.java index e0c65a330..e60d749fa 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Lectern.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Lectern.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Lectern { public static void initStates() { - LECTERN.addBlockAlternative(new BlockAlternative((short) 14833, "facing=north", "has_book=true", "powered=true")); - LECTERN.addBlockAlternative(new BlockAlternative((short) 14834, "facing=north", "has_book=true", "powered=false")); - LECTERN.addBlockAlternative(new BlockAlternative((short) 14835, "facing=north", "has_book=false", "powered=true")); - LECTERN.addBlockAlternative(new BlockAlternative((short) 14836, "facing=north", "has_book=false", "powered=false")); - LECTERN.addBlockAlternative(new BlockAlternative((short) 14837, "facing=south", "has_book=true", "powered=true")); - LECTERN.addBlockAlternative(new BlockAlternative((short) 14838, "facing=south", "has_book=true", "powered=false")); - LECTERN.addBlockAlternative(new BlockAlternative((short) 14839, "facing=south", "has_book=false", "powered=true")); - LECTERN.addBlockAlternative(new BlockAlternative((short) 14840, "facing=south", "has_book=false", "powered=false")); - LECTERN.addBlockAlternative(new BlockAlternative((short) 14841, "facing=west", "has_book=true", "powered=true")); - LECTERN.addBlockAlternative(new BlockAlternative((short) 14842, "facing=west", "has_book=true", "powered=false")); - LECTERN.addBlockAlternative(new BlockAlternative((short) 14843, "facing=west", "has_book=false", "powered=true")); - LECTERN.addBlockAlternative(new BlockAlternative((short) 14844, "facing=west", "has_book=false", "powered=false")); - LECTERN.addBlockAlternative(new BlockAlternative((short) 14845, "facing=east", "has_book=true", "powered=true")); - LECTERN.addBlockAlternative(new BlockAlternative((short) 14846, "facing=east", "has_book=true", "powered=false")); - LECTERN.addBlockAlternative(new BlockAlternative((short) 14847, "facing=east", "has_book=false", "powered=true")); - LECTERN.addBlockAlternative(new BlockAlternative((short) 14848, "facing=east", "has_book=false", "powered=false")); + LECTERN.addBlockAlternative(new BlockAlternative((short) 11177, "facing=north", "has_book=true", "powered=true")); + LECTERN.addBlockAlternative(new BlockAlternative((short) 11178, "facing=north", "has_book=true", "powered=false")); + LECTERN.addBlockAlternative(new BlockAlternative((short) 11179, "facing=north", "has_book=false", "powered=true")); + LECTERN.addBlockAlternative(new BlockAlternative((short) 11180, "facing=north", "has_book=false", "powered=false")); + LECTERN.addBlockAlternative(new BlockAlternative((short) 11181, "facing=south", "has_book=true", "powered=true")); + LECTERN.addBlockAlternative(new BlockAlternative((short) 11182, "facing=south", "has_book=true", "powered=false")); + LECTERN.addBlockAlternative(new BlockAlternative((short) 11183, "facing=south", "has_book=false", "powered=true")); + LECTERN.addBlockAlternative(new BlockAlternative((short) 11184, "facing=south", "has_book=false", "powered=false")); + LECTERN.addBlockAlternative(new BlockAlternative((short) 11185, "facing=west", "has_book=true", "powered=true")); + LECTERN.addBlockAlternative(new BlockAlternative((short) 11186, "facing=west", "has_book=true", "powered=false")); + LECTERN.addBlockAlternative(new BlockAlternative((short) 11187, "facing=west", "has_book=false", "powered=true")); + LECTERN.addBlockAlternative(new BlockAlternative((short) 11188, "facing=west", "has_book=false", "powered=false")); + LECTERN.addBlockAlternative(new BlockAlternative((short) 11189, "facing=east", "has_book=true", "powered=true")); + LECTERN.addBlockAlternative(new BlockAlternative((short) 11190, "facing=east", "has_book=true", "powered=false")); + LECTERN.addBlockAlternative(new BlockAlternative((short) 11191, "facing=east", "has_book=false", "powered=true")); + LECTERN.addBlockAlternative(new BlockAlternative((short) 11192, "facing=east", "has_book=false", "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Lever.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Lever.java index b4b475826..34209b662 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Lever.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Lever.java @@ -7,29 +7,29 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Lever { public static void initStates() { - LEVER.addBlockAlternative(new BlockAlternative((short) 3783, "face=floor", "facing=north", "powered=true")); - LEVER.addBlockAlternative(new BlockAlternative((short) 3784, "face=floor", "facing=north", "powered=false")); - LEVER.addBlockAlternative(new BlockAlternative((short) 3785, "face=floor", "facing=south", "powered=true")); - LEVER.addBlockAlternative(new BlockAlternative((short) 3786, "face=floor", "facing=south", "powered=false")); - LEVER.addBlockAlternative(new BlockAlternative((short) 3787, "face=floor", "facing=west", "powered=true")); - LEVER.addBlockAlternative(new BlockAlternative((short) 3788, "face=floor", "facing=west", "powered=false")); - LEVER.addBlockAlternative(new BlockAlternative((short) 3789, "face=floor", "facing=east", "powered=true")); - LEVER.addBlockAlternative(new BlockAlternative((short) 3790, "face=floor", "facing=east", "powered=false")); - LEVER.addBlockAlternative(new BlockAlternative((short) 3791, "face=wall", "facing=north", "powered=true")); - LEVER.addBlockAlternative(new BlockAlternative((short) 3792, "face=wall", "facing=north", "powered=false")); - LEVER.addBlockAlternative(new BlockAlternative((short) 3793, "face=wall", "facing=south", "powered=true")); - LEVER.addBlockAlternative(new BlockAlternative((short) 3794, "face=wall", "facing=south", "powered=false")); - LEVER.addBlockAlternative(new BlockAlternative((short) 3795, "face=wall", "facing=west", "powered=true")); - LEVER.addBlockAlternative(new BlockAlternative((short) 3796, "face=wall", "facing=west", "powered=false")); - LEVER.addBlockAlternative(new BlockAlternative((short) 3797, "face=wall", "facing=east", "powered=true")); - LEVER.addBlockAlternative(new BlockAlternative((short) 3798, "face=wall", "facing=east", "powered=false")); - LEVER.addBlockAlternative(new BlockAlternative((short) 3799, "face=ceiling", "facing=north", "powered=true")); - LEVER.addBlockAlternative(new BlockAlternative((short) 3800, "face=ceiling", "facing=north", "powered=false")); - LEVER.addBlockAlternative(new BlockAlternative((short) 3801, "face=ceiling", "facing=south", "powered=true")); - LEVER.addBlockAlternative(new BlockAlternative((short) 3802, "face=ceiling", "facing=south", "powered=false")); - LEVER.addBlockAlternative(new BlockAlternative((short) 3803, "face=ceiling", "facing=west", "powered=true")); - LEVER.addBlockAlternative(new BlockAlternative((short) 3804, "face=ceiling", "facing=west", "powered=false")); - LEVER.addBlockAlternative(new BlockAlternative((short) 3805, "face=ceiling", "facing=east", "powered=true")); - LEVER.addBlockAlternative(new BlockAlternative((short) 3806, "face=ceiling", "facing=east", "powered=false")); + LEVER.addBlockAlternative(new BlockAlternative((short) 3781, "face=floor", "facing=north", "powered=true")); + LEVER.addBlockAlternative(new BlockAlternative((short) 3782, "face=floor", "facing=north", "powered=false")); + LEVER.addBlockAlternative(new BlockAlternative((short) 3783, "face=floor", "facing=south", "powered=true")); + LEVER.addBlockAlternative(new BlockAlternative((short) 3784, "face=floor", "facing=south", "powered=false")); + LEVER.addBlockAlternative(new BlockAlternative((short) 3785, "face=floor", "facing=west", "powered=true")); + LEVER.addBlockAlternative(new BlockAlternative((short) 3786, "face=floor", "facing=west", "powered=false")); + LEVER.addBlockAlternative(new BlockAlternative((short) 3787, "face=floor", "facing=east", "powered=true")); + LEVER.addBlockAlternative(new BlockAlternative((short) 3788, "face=floor", "facing=east", "powered=false")); + LEVER.addBlockAlternative(new BlockAlternative((short) 3789, "face=wall", "facing=north", "powered=true")); + LEVER.addBlockAlternative(new BlockAlternative((short) 3790, "face=wall", "facing=north", "powered=false")); + LEVER.addBlockAlternative(new BlockAlternative((short) 3791, "face=wall", "facing=south", "powered=true")); + LEVER.addBlockAlternative(new BlockAlternative((short) 3792, "face=wall", "facing=south", "powered=false")); + LEVER.addBlockAlternative(new BlockAlternative((short) 3793, "face=wall", "facing=west", "powered=true")); + LEVER.addBlockAlternative(new BlockAlternative((short) 3794, "face=wall", "facing=west", "powered=false")); + LEVER.addBlockAlternative(new BlockAlternative((short) 3795, "face=wall", "facing=east", "powered=true")); + LEVER.addBlockAlternative(new BlockAlternative((short) 3796, "face=wall", "facing=east", "powered=false")); + LEVER.addBlockAlternative(new BlockAlternative((short) 3797, "face=ceiling", "facing=north", "powered=true")); + LEVER.addBlockAlternative(new BlockAlternative((short) 3798, "face=ceiling", "facing=north", "powered=false")); + LEVER.addBlockAlternative(new BlockAlternative((short) 3799, "face=ceiling", "facing=south", "powered=true")); + LEVER.addBlockAlternative(new BlockAlternative((short) 3800, "face=ceiling", "facing=south", "powered=false")); + LEVER.addBlockAlternative(new BlockAlternative((short) 3801, "face=ceiling", "facing=west", "powered=true")); + LEVER.addBlockAlternative(new BlockAlternative((short) 3802, "face=ceiling", "facing=west", "powered=false")); + LEVER.addBlockAlternative(new BlockAlternative((short) 3803, "face=ceiling", "facing=east", "powered=true")); + LEVER.addBlockAlternative(new BlockAlternative((short) 3804, "face=ceiling", "facing=east", "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueBanner.java index 95fabc731..f2aac94b7 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueBanner.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class LightBlueBanner { public static void initStates() { - LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7945, "rotation=0")); - LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7946, "rotation=1")); - LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7947, "rotation=2")); - LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7948, "rotation=3")); - LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7949, "rotation=4")); - LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7950, "rotation=5")); - LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7951, "rotation=6")); - LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7952, "rotation=7")); - LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7953, "rotation=8")); - LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7954, "rotation=9")); - LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7955, "rotation=10")); - LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7956, "rotation=11")); - LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7957, "rotation=12")); - LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7958, "rotation=13")); - LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7959, "rotation=14")); - LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7960, "rotation=15")); + LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7409, "rotation=0")); + LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7410, "rotation=1")); + LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7411, "rotation=2")); + LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7412, "rotation=3")); + LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7413, "rotation=4")); + LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7414, "rotation=5")); + LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7415, "rotation=6")); + LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7416, "rotation=7")); + LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7417, "rotation=8")); + LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7418, "rotation=9")); + LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7419, "rotation=10")); + LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7420, "rotation=11")); + LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7421, "rotation=12")); + LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7422, "rotation=13")); + LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7423, "rotation=14")); + LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7424, "rotation=15")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueBed.java index f4f99c49f..12d62c947 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueBed.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class LightBlueBed { public static void initStates() { - LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1097, "facing=north", "occupied=true", "part=head")); - LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1098, "facing=north", "occupied=true", "part=foot")); - LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1099, "facing=north", "occupied=false", "part=head")); - LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1100, "facing=north", "occupied=false", "part=foot")); - LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1101, "facing=south", "occupied=true", "part=head")); - LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1102, "facing=south", "occupied=true", "part=foot")); - LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1103, "facing=south", "occupied=false", "part=head")); - LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1104, "facing=south", "occupied=false", "part=foot")); - LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1105, "facing=west", "occupied=true", "part=head")); - LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1106, "facing=west", "occupied=true", "part=foot")); - LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1107, "facing=west", "occupied=false", "part=head")); - LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1108, "facing=west", "occupied=false", "part=foot")); - LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1109, "facing=east", "occupied=true", "part=head")); - LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1110, "facing=east", "occupied=true", "part=foot")); - LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1111, "facing=east", "occupied=false", "part=head")); - LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1112, "facing=east", "occupied=false", "part=foot")); + LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1096, "facing=north", "occupied=true", "part=head")); + LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1097, "facing=north", "occupied=true", "part=foot")); + LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1098, "facing=north", "occupied=false", "part=head")); + LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1099, "facing=north", "occupied=false", "part=foot")); + LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1100, "facing=south", "occupied=true", "part=head")); + LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1101, "facing=south", "occupied=true", "part=foot")); + LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1102, "facing=south", "occupied=false", "part=head")); + LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1103, "facing=south", "occupied=false", "part=foot")); + LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1104, "facing=west", "occupied=true", "part=head")); + LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1105, "facing=west", "occupied=true", "part=foot")); + LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1106, "facing=west", "occupied=false", "part=head")); + LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1107, "facing=west", "occupied=false", "part=foot")); + LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1108, "facing=east", "occupied=true", "part=head")); + LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1109, "facing=east", "occupied=true", "part=foot")); + LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1110, "facing=east", "occupied=false", "part=head")); + LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1111, "facing=east", "occupied=false", "part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueGlazedTerracotta.java index 2cc2b71f7..d7d71e005 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueGlazedTerracotta.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class LightBlueGlazedTerracotta { public static void initStates() { - LIGHT_BLUE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9386, "facing=north")); - LIGHT_BLUE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9387, "facing=south")); - LIGHT_BLUE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9388, "facing=west")); - LIGHT_BLUE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9389, "facing=east")); + LIGHT_BLUE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8850, "facing=north")); + LIGHT_BLUE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8851, "facing=south")); + LIGHT_BLUE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8852, "facing=west")); + LIGHT_BLUE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8853, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueShulkerBox.java index 8da452204..c855b3508 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueShulkerBox.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class LightBlueShulkerBox { public static void initStates() { - LIGHT_BLUE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9296, "facing=north")); - LIGHT_BLUE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9297, "facing=east")); - LIGHT_BLUE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9298, "facing=south")); - LIGHT_BLUE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9299, "facing=west")); - LIGHT_BLUE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9300, "facing=up")); - LIGHT_BLUE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9301, "facing=down")); + LIGHT_BLUE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8760, "facing=north")); + LIGHT_BLUE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8761, "facing=east")); + LIGHT_BLUE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8762, "facing=south")); + LIGHT_BLUE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8763, "facing=west")); + LIGHT_BLUE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8764, "facing=up")); + LIGHT_BLUE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8765, "facing=down")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueStainedGlassPane.java index ed6b2e904..5a77290a8 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueStainedGlassPane.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class LightBlueStainedGlassPane { public static void initStates() { - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6959, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6960, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6961, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6962, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6963, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6964, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6965, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6966, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6967, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6968, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6969, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6970, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6971, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6972, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6973, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6974, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6975, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6976, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6977, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6978, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6979, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6980, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6981, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6982, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6983, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6984, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6985, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6986, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6987, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6988, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6989, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6990, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6423, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6424, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6425, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6426, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6427, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6428, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6429, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6430, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6431, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6432, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6433, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6434, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6435, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6436, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6437, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6438, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6439, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6440, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6441, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6442, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6443, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6444, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6445, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6446, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6447, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6448, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6449, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6450, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6451, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6452, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6453, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); + LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6454, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueWallBanner.java index e5b93db72..ca8be91bd 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueWallBanner.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class LightBlueWallBanner { public static void initStates() { - LIGHT_BLUE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8165, "facing=north")); - LIGHT_BLUE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8166, "facing=south")); - LIGHT_BLUE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8167, "facing=west")); - LIGHT_BLUE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8168, "facing=east")); + LIGHT_BLUE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7629, "facing=north")); + LIGHT_BLUE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7630, "facing=south")); + LIGHT_BLUE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7631, "facing=west")); + LIGHT_BLUE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7632, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayBanner.java index 4b55cf166..f7589c13e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayBanner.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class LightGrayBanner { public static void initStates() { - LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8025, "rotation=0")); - LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8026, "rotation=1")); - LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8027, "rotation=2")); - LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8028, "rotation=3")); - LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8029, "rotation=4")); - LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8030, "rotation=5")); - LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8031, "rotation=6")); - LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8032, "rotation=7")); - LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8033, "rotation=8")); - LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8034, "rotation=9")); - LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8035, "rotation=10")); - LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8036, "rotation=11")); - LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8037, "rotation=12")); - LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8038, "rotation=13")); - LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8039, "rotation=14")); - LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8040, "rotation=15")); + LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7489, "rotation=0")); + LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7490, "rotation=1")); + LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7491, "rotation=2")); + LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7492, "rotation=3")); + LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7493, "rotation=4")); + LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7494, "rotation=5")); + LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7495, "rotation=6")); + LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7496, "rotation=7")); + LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7497, "rotation=8")); + LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7498, "rotation=9")); + LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7499, "rotation=10")); + LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7500, "rotation=11")); + LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7501, "rotation=12")); + LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7502, "rotation=13")); + LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7503, "rotation=14")); + LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 7504, "rotation=15")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayBed.java index 969558eae..6884be701 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayBed.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class LightGrayBed { public static void initStates() { - LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1177, "facing=north", "occupied=true", "part=head")); - LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1178, "facing=north", "occupied=true", "part=foot")); - LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1179, "facing=north", "occupied=false", "part=head")); - LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1180, "facing=north", "occupied=false", "part=foot")); - LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1181, "facing=south", "occupied=true", "part=head")); - LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1182, "facing=south", "occupied=true", "part=foot")); - LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1183, "facing=south", "occupied=false", "part=head")); - LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1184, "facing=south", "occupied=false", "part=foot")); - LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1185, "facing=west", "occupied=true", "part=head")); - LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1186, "facing=west", "occupied=true", "part=foot")); - LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1187, "facing=west", "occupied=false", "part=head")); - LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1188, "facing=west", "occupied=false", "part=foot")); - LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1189, "facing=east", "occupied=true", "part=head")); - LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1190, "facing=east", "occupied=true", "part=foot")); - LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1191, "facing=east", "occupied=false", "part=head")); - LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1192, "facing=east", "occupied=false", "part=foot")); + LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1176, "facing=north", "occupied=true", "part=head")); + LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1177, "facing=north", "occupied=true", "part=foot")); + LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1178, "facing=north", "occupied=false", "part=head")); + LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1179, "facing=north", "occupied=false", "part=foot")); + LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1180, "facing=south", "occupied=true", "part=head")); + LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1181, "facing=south", "occupied=true", "part=foot")); + LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1182, "facing=south", "occupied=false", "part=head")); + LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1183, "facing=south", "occupied=false", "part=foot")); + LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1184, "facing=west", "occupied=true", "part=head")); + LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1185, "facing=west", "occupied=true", "part=foot")); + LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1186, "facing=west", "occupied=false", "part=head")); + LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1187, "facing=west", "occupied=false", "part=foot")); + LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1188, "facing=east", "occupied=true", "part=head")); + LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1189, "facing=east", "occupied=true", "part=foot")); + LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1190, "facing=east", "occupied=false", "part=head")); + LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1191, "facing=east", "occupied=false", "part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayGlazedTerracotta.java index c386a576e..e79b39e97 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayGlazedTerracotta.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class LightGrayGlazedTerracotta { public static void initStates() { - LIGHT_GRAY_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9406, "facing=north")); - LIGHT_GRAY_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9407, "facing=south")); - LIGHT_GRAY_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9408, "facing=west")); - LIGHT_GRAY_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9409, "facing=east")); + LIGHT_GRAY_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8870, "facing=north")); + LIGHT_GRAY_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8871, "facing=south")); + LIGHT_GRAY_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8872, "facing=west")); + LIGHT_GRAY_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8873, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayShulkerBox.java index b437ad950..c897a8c9a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayShulkerBox.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class LightGrayShulkerBox { public static void initStates() { - LIGHT_GRAY_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9326, "facing=north")); - LIGHT_GRAY_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9327, "facing=east")); - LIGHT_GRAY_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9328, "facing=south")); - LIGHT_GRAY_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9329, "facing=west")); - LIGHT_GRAY_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9330, "facing=up")); - LIGHT_GRAY_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9331, "facing=down")); + LIGHT_GRAY_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8790, "facing=north")); + LIGHT_GRAY_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8791, "facing=east")); + LIGHT_GRAY_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8792, "facing=south")); + LIGHT_GRAY_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8793, "facing=west")); + LIGHT_GRAY_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8794, "facing=up")); + LIGHT_GRAY_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8795, "facing=down")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayStainedGlassPane.java index 37947723e..ca6c4e101 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayStainedGlassPane.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class LightGrayStainedGlassPane { public static void initStates() { - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7119, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7120, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7121, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7122, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7123, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7124, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7125, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7126, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7127, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7128, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7129, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7130, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7131, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7132, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7133, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7134, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7135, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7136, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7137, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7138, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7139, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7140, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7141, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7142, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7143, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7144, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7145, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7146, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7147, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7148, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7149, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7150, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6583, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6584, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6585, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6586, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6587, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6588, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6589, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6590, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6591, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6592, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6593, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6594, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6595, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6596, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6597, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6598, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6599, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6600, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6601, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6602, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6603, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6604, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6605, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6606, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6607, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6608, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6609, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6610, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6611, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6612, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6613, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); + LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6614, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayWallBanner.java index 7508ccb5e..423c14ca5 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayWallBanner.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class LightGrayWallBanner { public static void initStates() { - LIGHT_GRAY_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8185, "facing=north")); - LIGHT_GRAY_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8186, "facing=south")); - LIGHT_GRAY_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8187, "facing=west")); - LIGHT_GRAY_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8188, "facing=east")); + LIGHT_GRAY_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7649, "facing=north")); + LIGHT_GRAY_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7650, "facing=south")); + LIGHT_GRAY_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7651, "facing=west")); + LIGHT_GRAY_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7652, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightWeightedPressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightWeightedPressurePlate.java index 7693d3128..7e37310af 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LightWeightedPressurePlate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightWeightedPressurePlate.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class LightWeightedPressurePlate { public static void initStates() { - LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6646, "power=0")); - LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6647, "power=1")); - LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6648, "power=2")); - LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6649, "power=3")); - LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6650, "power=4")); - LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6651, "power=5")); - LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6652, "power=6")); - LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6653, "power=7")); - LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6654, "power=8")); - LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6655, "power=9")); - LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6656, "power=10")); - LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6657, "power=11")); - LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6658, "power=12")); - LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6659, "power=13")); - LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6660, "power=14")); - LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6661, "power=15")); + LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6110, "power=0")); + LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6111, "power=1")); + LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6112, "power=2")); + LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6113, "power=3")); + LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6114, "power=4")); + LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6115, "power=5")); + LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6116, "power=6")); + LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6117, "power=7")); + LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6118, "power=8")); + LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6119, "power=9")); + LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6120, "power=10")); + LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6121, "power=11")); + LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6122, "power=12")); + LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6123, "power=13")); + LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6124, "power=14")); + LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6125, "power=15")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Lilac.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Lilac.java index 4f2ba0ba2..b45aedc51 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Lilac.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Lilac.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Lilac { public static void initStates() { - LILAC.addBlockAlternative(new BlockAlternative((short) 7887, "half=upper")); - LILAC.addBlockAlternative(new BlockAlternative((short) 7888, "half=lower")); + LILAC.addBlockAlternative(new BlockAlternative((short) 7351, "half=upper")); + LILAC.addBlockAlternative(new BlockAlternative((short) 7352, "half=lower")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LimeBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeBanner.java index e6cf9a110..e5a78a639 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LimeBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeBanner.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class LimeBanner { public static void initStates() { - LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7977, "rotation=0")); - LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7978, "rotation=1")); - LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7979, "rotation=2")); - LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7980, "rotation=3")); - LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7981, "rotation=4")); - LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7982, "rotation=5")); - LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7983, "rotation=6")); - LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7984, "rotation=7")); - LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7985, "rotation=8")); - LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7986, "rotation=9")); - LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7987, "rotation=10")); - LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7988, "rotation=11")); - LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7989, "rotation=12")); - LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7990, "rotation=13")); - LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7991, "rotation=14")); - LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7992, "rotation=15")); + LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7441, "rotation=0")); + LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7442, "rotation=1")); + LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7443, "rotation=2")); + LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7444, "rotation=3")); + LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7445, "rotation=4")); + LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7446, "rotation=5")); + LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7447, "rotation=6")); + LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7448, "rotation=7")); + LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7449, "rotation=8")); + LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7450, "rotation=9")); + LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7451, "rotation=10")); + LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7452, "rotation=11")); + LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7453, "rotation=12")); + LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7454, "rotation=13")); + LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7455, "rotation=14")); + LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7456, "rotation=15")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LimeBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeBed.java index 050e938ff..0fe0c7dd3 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LimeBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeBed.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class LimeBed { public static void initStates() { - LIME_BED.addBlockAlternative(new BlockAlternative((short) 1129, "facing=north", "occupied=true", "part=head")); - LIME_BED.addBlockAlternative(new BlockAlternative((short) 1130, "facing=north", "occupied=true", "part=foot")); - LIME_BED.addBlockAlternative(new BlockAlternative((short) 1131, "facing=north", "occupied=false", "part=head")); - LIME_BED.addBlockAlternative(new BlockAlternative((short) 1132, "facing=north", "occupied=false", "part=foot")); - LIME_BED.addBlockAlternative(new BlockAlternative((short) 1133, "facing=south", "occupied=true", "part=head")); - LIME_BED.addBlockAlternative(new BlockAlternative((short) 1134, "facing=south", "occupied=true", "part=foot")); - LIME_BED.addBlockAlternative(new BlockAlternative((short) 1135, "facing=south", "occupied=false", "part=head")); - LIME_BED.addBlockAlternative(new BlockAlternative((short) 1136, "facing=south", "occupied=false", "part=foot")); - LIME_BED.addBlockAlternative(new BlockAlternative((short) 1137, "facing=west", "occupied=true", "part=head")); - LIME_BED.addBlockAlternative(new BlockAlternative((short) 1138, "facing=west", "occupied=true", "part=foot")); - LIME_BED.addBlockAlternative(new BlockAlternative((short) 1139, "facing=west", "occupied=false", "part=head")); - LIME_BED.addBlockAlternative(new BlockAlternative((short) 1140, "facing=west", "occupied=false", "part=foot")); - LIME_BED.addBlockAlternative(new BlockAlternative((short) 1141, "facing=east", "occupied=true", "part=head")); - LIME_BED.addBlockAlternative(new BlockAlternative((short) 1142, "facing=east", "occupied=true", "part=foot")); - LIME_BED.addBlockAlternative(new BlockAlternative((short) 1143, "facing=east", "occupied=false", "part=head")); - LIME_BED.addBlockAlternative(new BlockAlternative((short) 1144, "facing=east", "occupied=false", "part=foot")); + LIME_BED.addBlockAlternative(new BlockAlternative((short) 1128, "facing=north", "occupied=true", "part=head")); + LIME_BED.addBlockAlternative(new BlockAlternative((short) 1129, "facing=north", "occupied=true", "part=foot")); + LIME_BED.addBlockAlternative(new BlockAlternative((short) 1130, "facing=north", "occupied=false", "part=head")); + LIME_BED.addBlockAlternative(new BlockAlternative((short) 1131, "facing=north", "occupied=false", "part=foot")); + LIME_BED.addBlockAlternative(new BlockAlternative((short) 1132, "facing=south", "occupied=true", "part=head")); + LIME_BED.addBlockAlternative(new BlockAlternative((short) 1133, "facing=south", "occupied=true", "part=foot")); + LIME_BED.addBlockAlternative(new BlockAlternative((short) 1134, "facing=south", "occupied=false", "part=head")); + LIME_BED.addBlockAlternative(new BlockAlternative((short) 1135, "facing=south", "occupied=false", "part=foot")); + LIME_BED.addBlockAlternative(new BlockAlternative((short) 1136, "facing=west", "occupied=true", "part=head")); + LIME_BED.addBlockAlternative(new BlockAlternative((short) 1137, "facing=west", "occupied=true", "part=foot")); + LIME_BED.addBlockAlternative(new BlockAlternative((short) 1138, "facing=west", "occupied=false", "part=head")); + LIME_BED.addBlockAlternative(new BlockAlternative((short) 1139, "facing=west", "occupied=false", "part=foot")); + LIME_BED.addBlockAlternative(new BlockAlternative((short) 1140, "facing=east", "occupied=true", "part=head")); + LIME_BED.addBlockAlternative(new BlockAlternative((short) 1141, "facing=east", "occupied=true", "part=foot")); + LIME_BED.addBlockAlternative(new BlockAlternative((short) 1142, "facing=east", "occupied=false", "part=head")); + LIME_BED.addBlockAlternative(new BlockAlternative((short) 1143, "facing=east", "occupied=false", "part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LimeGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeGlazedTerracotta.java index 9dc45879b..93849dca8 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LimeGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeGlazedTerracotta.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class LimeGlazedTerracotta { public static void initStates() { - LIME_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9394, "facing=north")); - LIME_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9395, "facing=south")); - LIME_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9396, "facing=west")); - LIME_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9397, "facing=east")); + LIME_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8858, "facing=north")); + LIME_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8859, "facing=south")); + LIME_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8860, "facing=west")); + LIME_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8861, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LimeShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeShulkerBox.java index 28d695f6f..7dc5eb7e6 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LimeShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeShulkerBox.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class LimeShulkerBox { public static void initStates() { - LIME_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9308, "facing=north")); - LIME_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9309, "facing=east")); - LIME_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9310, "facing=south")); - LIME_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9311, "facing=west")); - LIME_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9312, "facing=up")); - LIME_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9313, "facing=down")); + LIME_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8772, "facing=north")); + LIME_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8773, "facing=east")); + LIME_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8774, "facing=south")); + LIME_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8775, "facing=west")); + LIME_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8776, "facing=up")); + LIME_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8777, "facing=down")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LimeStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeStainedGlassPane.java index 598f9c012..63fa284fa 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LimeStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeStainedGlassPane.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class LimeStainedGlassPane { public static void initStates() { - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7023, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7024, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7025, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7026, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7027, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7028, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7029, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7030, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7031, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7032, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7033, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7034, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7035, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7036, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7037, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7038, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7039, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7040, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7041, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7042, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7043, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7044, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7045, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7046, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7047, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7048, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7049, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7050, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7051, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7052, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7053, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7054, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6487, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6488, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6489, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6490, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6491, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6492, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6493, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6494, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6495, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6496, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6497, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6498, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6499, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6500, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6501, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6502, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6503, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6504, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6505, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6506, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6507, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6508, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6509, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6510, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6511, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6512, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6513, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6514, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6515, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6516, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6517, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); + LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6518, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LimeWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeWallBanner.java index 25bf12b88..ce97e2f54 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LimeWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeWallBanner.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class LimeWallBanner { public static void initStates() { - LIME_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8173, "facing=north")); - LIME_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8174, "facing=south")); - LIME_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8175, "facing=west")); - LIME_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8176, "facing=east")); + LIME_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7637, "facing=north")); + LIME_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7638, "facing=south")); + LIME_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7639, "facing=west")); + LIME_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7640, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Loom.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Loom.java index 0a4bfac2f..b63fdb918 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Loom.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Loom.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Loom { public static void initStates() { - LOOM.addBlockAlternative(new BlockAlternative((short) 14787, "facing=north")); - LOOM.addBlockAlternative(new BlockAlternative((short) 14788, "facing=south")); - LOOM.addBlockAlternative(new BlockAlternative((short) 14789, "facing=west")); - LOOM.addBlockAlternative(new BlockAlternative((short) 14790, "facing=east")); + LOOM.addBlockAlternative(new BlockAlternative((short) 11131, "facing=north")); + LOOM.addBlockAlternative(new BlockAlternative((short) 11132, "facing=south")); + LOOM.addBlockAlternative(new BlockAlternative((short) 11133, "facing=west")); + LOOM.addBlockAlternative(new BlockAlternative((short) 11134, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaBanner.java index 86282f6a9..a05d6cac2 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaBanner.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class MagentaBanner { public static void initStates() { - MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7929, "rotation=0")); - MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7930, "rotation=1")); - MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7931, "rotation=2")); - MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7932, "rotation=3")); - MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7933, "rotation=4")); - MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7934, "rotation=5")); - MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7935, "rotation=6")); - MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7936, "rotation=7")); - MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7937, "rotation=8")); - MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7938, "rotation=9")); - MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7939, "rotation=10")); - MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7940, "rotation=11")); - MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7941, "rotation=12")); - MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7942, "rotation=13")); - MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7943, "rotation=14")); - MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7944, "rotation=15")); + MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7393, "rotation=0")); + MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7394, "rotation=1")); + MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7395, "rotation=2")); + MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7396, "rotation=3")); + MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7397, "rotation=4")); + MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7398, "rotation=5")); + MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7399, "rotation=6")); + MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7400, "rotation=7")); + MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7401, "rotation=8")); + MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7402, "rotation=9")); + MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7403, "rotation=10")); + MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7404, "rotation=11")); + MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7405, "rotation=12")); + MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7406, "rotation=13")); + MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7407, "rotation=14")); + MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7408, "rotation=15")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaBed.java index 9ed03a1a2..e99770c12 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaBed.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class MagentaBed { public static void initStates() { - MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1081, "facing=north", "occupied=true", "part=head")); - MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1082, "facing=north", "occupied=true", "part=foot")); - MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1083, "facing=north", "occupied=false", "part=head")); - MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1084, "facing=north", "occupied=false", "part=foot")); - MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1085, "facing=south", "occupied=true", "part=head")); - MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1086, "facing=south", "occupied=true", "part=foot")); - MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1087, "facing=south", "occupied=false", "part=head")); - MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1088, "facing=south", "occupied=false", "part=foot")); - MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1089, "facing=west", "occupied=true", "part=head")); - MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1090, "facing=west", "occupied=true", "part=foot")); - MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1091, "facing=west", "occupied=false", "part=head")); - MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1092, "facing=west", "occupied=false", "part=foot")); - MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1093, "facing=east", "occupied=true", "part=head")); - MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1094, "facing=east", "occupied=true", "part=foot")); - MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1095, "facing=east", "occupied=false", "part=head")); - MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1096, "facing=east", "occupied=false", "part=foot")); + MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1080, "facing=north", "occupied=true", "part=head")); + MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1081, "facing=north", "occupied=true", "part=foot")); + MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1082, "facing=north", "occupied=false", "part=head")); + MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1083, "facing=north", "occupied=false", "part=foot")); + MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1084, "facing=south", "occupied=true", "part=head")); + MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1085, "facing=south", "occupied=true", "part=foot")); + MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1086, "facing=south", "occupied=false", "part=head")); + MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1087, "facing=south", "occupied=false", "part=foot")); + MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1088, "facing=west", "occupied=true", "part=head")); + MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1089, "facing=west", "occupied=true", "part=foot")); + MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1090, "facing=west", "occupied=false", "part=head")); + MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1091, "facing=west", "occupied=false", "part=foot")); + MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1092, "facing=east", "occupied=true", "part=head")); + MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1093, "facing=east", "occupied=true", "part=foot")); + MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1094, "facing=east", "occupied=false", "part=head")); + MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1095, "facing=east", "occupied=false", "part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaGlazedTerracotta.java index 797f888cd..dddafc61e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaGlazedTerracotta.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class MagentaGlazedTerracotta { public static void initStates() { - MAGENTA_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9382, "facing=north")); - MAGENTA_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9383, "facing=south")); - MAGENTA_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9384, "facing=west")); - MAGENTA_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9385, "facing=east")); + MAGENTA_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8846, "facing=north")); + MAGENTA_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8847, "facing=south")); + MAGENTA_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8848, "facing=west")); + MAGENTA_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8849, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaShulkerBox.java index 452394d7f..4b0d92ba7 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaShulkerBox.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class MagentaShulkerBox { public static void initStates() { - MAGENTA_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9290, "facing=north")); - MAGENTA_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9291, "facing=east")); - MAGENTA_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9292, "facing=south")); - MAGENTA_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9293, "facing=west")); - MAGENTA_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9294, "facing=up")); - MAGENTA_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9295, "facing=down")); + MAGENTA_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8754, "facing=north")); + MAGENTA_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8755, "facing=east")); + MAGENTA_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8756, "facing=south")); + MAGENTA_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8757, "facing=west")); + MAGENTA_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8758, "facing=up")); + MAGENTA_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8759, "facing=down")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaStainedGlassPane.java index b54a656b7..26b04986b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaStainedGlassPane.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class MagentaStainedGlassPane { public static void initStates() { - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6927, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6928, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6929, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6930, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6931, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6932, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6933, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6934, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6935, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6936, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6937, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6938, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6939, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6940, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6941, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6942, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6943, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6944, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6945, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6946, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6947, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6948, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6949, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6950, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6951, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6952, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6953, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6954, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6955, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6956, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6957, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6958, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6391, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6392, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6393, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6394, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6395, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6396, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6397, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6398, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6399, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6400, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6401, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6402, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6403, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6404, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6405, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6406, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6407, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6408, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6409, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6410, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6411, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6412, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6413, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6414, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6415, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6416, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6417, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6418, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6419, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6420, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6421, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); + MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6422, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaWallBanner.java index 9a7cd2637..2c28e3e74 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaWallBanner.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class MagentaWallBanner { public static void initStates() { - MAGENTA_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8161, "facing=north")); - MAGENTA_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8162, "facing=south")); - MAGENTA_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8163, "facing=west")); - MAGENTA_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8164, "facing=east")); + MAGENTA_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7625, "facing=north")); + MAGENTA_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7626, "facing=south")); + MAGENTA_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7627, "facing=west")); + MAGENTA_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7628, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MelonStem.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MelonStem.java index b3547ba70..313cc722a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/MelonStem.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MelonStem.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class MelonStem { public static void initStates() { - MELON_STEM.addBlockAlternative(new BlockAlternative((short) 4780, "age=0")); - MELON_STEM.addBlockAlternative(new BlockAlternative((short) 4781, "age=1")); - MELON_STEM.addBlockAlternative(new BlockAlternative((short) 4782, "age=2")); - MELON_STEM.addBlockAlternative(new BlockAlternative((short) 4783, "age=3")); - MELON_STEM.addBlockAlternative(new BlockAlternative((short) 4784, "age=4")); - MELON_STEM.addBlockAlternative(new BlockAlternative((short) 4785, "age=5")); - MELON_STEM.addBlockAlternative(new BlockAlternative((short) 4786, "age=6")); - MELON_STEM.addBlockAlternative(new BlockAlternative((short) 4787, "age=7")); + MELON_STEM.addBlockAlternative(new BlockAlternative((short) 4764, "age=0")); + MELON_STEM.addBlockAlternative(new BlockAlternative((short) 4765, "age=1")); + MELON_STEM.addBlockAlternative(new BlockAlternative((short) 4766, "age=2")); + MELON_STEM.addBlockAlternative(new BlockAlternative((short) 4767, "age=3")); + MELON_STEM.addBlockAlternative(new BlockAlternative((short) 4768, "age=4")); + MELON_STEM.addBlockAlternative(new BlockAlternative((short) 4769, "age=5")); + MELON_STEM.addBlockAlternative(new BlockAlternative((short) 4770, "age=6")); + MELON_STEM.addBlockAlternative(new BlockAlternative((short) 4771, "age=7")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneSlab.java index 135cfad94..2aabe97bd 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class MossyCobblestoneSlab { public static void initStates() { - MOSSY_COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10813, "type=top", "waterlogged=true")); - MOSSY_COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10814, "type=top", "waterlogged=false")); - MOSSY_COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10815, "type=bottom", "waterlogged=true")); - MOSSY_COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10816, "type=bottom", "waterlogged=false")); - MOSSY_COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10817, "type=double", "waterlogged=true")); - MOSSY_COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10818, "type=double", "waterlogged=false")); + MOSSY_COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10277, "type=top", "waterlogged=true")); + MOSSY_COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10278, "type=top", "waterlogged=false")); + MOSSY_COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10279, "type=bottom", "waterlogged=true")); + MOSSY_COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10280, "type=bottom", "waterlogged=false")); + MOSSY_COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10281, "type=double", "waterlogged=true")); + MOSSY_COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10282, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneStairs.java index b6b55a11e..cf7cd83d4 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class MossyCobblestoneStairs { public static void initStates() { - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9989, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9990, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9991, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9992, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9993, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9994, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9995, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9996, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9997, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9998, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9999, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10000, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10001, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10002, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10003, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10004, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10005, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10006, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10007, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10008, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10009, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10010, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10011, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10012, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10013, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10014, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10015, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10016, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10017, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10018, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10019, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10020, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10021, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10022, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10023, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10024, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10025, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10026, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10027, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10028, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10029, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10030, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10031, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10032, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10033, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10034, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10035, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10036, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10037, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10038, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10039, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10040, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10041, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10042, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10043, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10044, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10045, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10046, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10047, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10048, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10049, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10050, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10051, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10052, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10053, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10054, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10055, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10056, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10057, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10058, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10059, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10060, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10061, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10062, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10063, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10064, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10065, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10066, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10067, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10068, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9453, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9454, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9455, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9456, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9457, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9458, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9459, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9460, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9461, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9462, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9463, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9464, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9465, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9466, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9467, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9468, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9469, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9470, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9471, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9472, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9473, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9474, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9475, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9476, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9477, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9478, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9479, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9480, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9481, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9482, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9483, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9484, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9485, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9486, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9487, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9488, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9489, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9490, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9491, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9492, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9493, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9494, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9495, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9496, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9497, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9498, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9499, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9500, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9501, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9502, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9503, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9504, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9505, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9506, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9507, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9508, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9509, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9510, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9511, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9512, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9513, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9514, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9515, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9516, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9517, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9518, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9519, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9520, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9521, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9522, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9523, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9524, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9525, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9526, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9527, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9528, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9529, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9530, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9531, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9532, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneWall.java index 7b302ee07..ff19e7eb1 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneWall.java @@ -7,329 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class MossyCobblestoneWall { public static void initStates() { - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5981, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5982, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5983, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5984, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5985, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5986, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5987, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5988, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5989, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5990, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5991, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5992, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5993, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5994, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5995, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5996, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5997, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5998, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5999, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6000, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6001, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6002, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6003, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6004, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6005, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6006, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6007, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6008, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6009, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6010, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6011, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6012, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6013, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6014, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6015, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6016, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6017, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6018, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6019, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6020, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6021, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6022, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6023, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6024, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6025, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6026, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6027, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6028, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6029, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6030, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6031, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6032, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6033, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6034, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6035, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6036, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6037, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6038, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6039, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6040, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6041, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6042, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6043, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6044, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6045, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6046, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6047, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6048, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6049, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6050, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6051, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6052, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6053, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6054, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6055, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6056, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6057, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6058, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6059, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6060, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6061, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6062, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6063, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6064, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6065, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6066, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6067, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6068, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6069, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6070, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6071, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6072, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6073, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6074, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6075, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6076, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6077, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6078, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6079, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6080, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6081, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6082, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6083, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6084, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6085, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6086, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6087, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6088, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6089, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6090, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6091, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6092, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6093, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6094, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6095, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6096, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6097, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6098, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6099, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6100, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6101, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6102, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6103, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6104, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6105, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6106, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6107, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6108, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6109, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6110, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6111, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6112, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6113, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6114, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6115, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6116, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6117, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6118, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6119, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6120, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6121, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6122, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6123, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6124, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6125, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6126, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6127, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6128, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6129, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6130, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6131, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6132, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6133, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6134, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6135, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6136, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6137, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6138, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6139, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6140, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6141, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6142, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6143, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6144, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6145, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6146, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6147, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6148, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6149, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6150, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6151, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6152, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6153, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6154, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6155, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6156, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6157, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6158, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6159, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6160, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6161, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6162, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6163, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6164, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6165, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6166, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6167, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6168, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6169, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6170, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6171, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6172, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6173, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6174, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6175, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6176, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6177, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6178, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6179, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6180, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6181, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6182, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6183, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6184, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6185, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6186, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6187, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6188, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6189, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6190, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6191, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6192, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6193, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6194, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6195, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6196, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6197, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6198, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6199, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6200, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6201, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6202, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6203, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6204, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6205, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6206, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6207, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6208, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6209, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6210, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6211, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6212, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6213, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6214, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6215, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6216, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6217, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6218, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6219, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6220, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6221, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6222, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6223, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6224, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6225, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6226, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6227, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6228, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6229, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6230, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6231, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6232, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6233, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6234, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6235, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6236, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6237, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6238, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6239, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6240, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6241, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6242, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6243, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6244, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6245, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6246, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6247, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6248, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6249, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6250, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6251, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6252, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6253, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6254, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6255, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6256, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6257, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6258, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6259, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6260, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6261, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6262, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6263, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6264, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6265, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6266, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6267, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6268, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6269, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6270, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6271, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6272, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6273, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6274, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6275, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6276, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6277, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6278, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6279, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6280, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6281, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6282, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6283, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6284, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6285, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6286, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6287, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6288, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6289, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6290, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6291, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6292, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6293, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6294, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6295, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6296, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6297, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6298, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6299, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6300, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6301, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6302, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6303, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6304, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5705, "east=true", "north=true", "south=true", "up=true", "waterlogged=true", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5706, "east=true", "north=true", "south=true", "up=true", "waterlogged=true", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5707, "east=true", "north=true", "south=true", "up=true", "waterlogged=false", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5708, "east=true", "north=true", "south=true", "up=true", "waterlogged=false", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5709, "east=true", "north=true", "south=true", "up=false", "waterlogged=true", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5710, "east=true", "north=true", "south=true", "up=false", "waterlogged=true", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5711, "east=true", "north=true", "south=true", "up=false", "waterlogged=false", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5712, "east=true", "north=true", "south=true", "up=false", "waterlogged=false", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5713, "east=true", "north=true", "south=false", "up=true", "waterlogged=true", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5714, "east=true", "north=true", "south=false", "up=true", "waterlogged=true", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5715, "east=true", "north=true", "south=false", "up=true", "waterlogged=false", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5716, "east=true", "north=true", "south=false", "up=true", "waterlogged=false", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5717, "east=true", "north=true", "south=false", "up=false", "waterlogged=true", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5718, "east=true", "north=true", "south=false", "up=false", "waterlogged=true", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5719, "east=true", "north=true", "south=false", "up=false", "waterlogged=false", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5720, "east=true", "north=true", "south=false", "up=false", "waterlogged=false", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5721, "east=true", "north=false", "south=true", "up=true", "waterlogged=true", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5722, "east=true", "north=false", "south=true", "up=true", "waterlogged=true", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5723, "east=true", "north=false", "south=true", "up=true", "waterlogged=false", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5724, "east=true", "north=false", "south=true", "up=true", "waterlogged=false", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5725, "east=true", "north=false", "south=true", "up=false", "waterlogged=true", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5726, "east=true", "north=false", "south=true", "up=false", "waterlogged=true", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5727, "east=true", "north=false", "south=true", "up=false", "waterlogged=false", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5728, "east=true", "north=false", "south=true", "up=false", "waterlogged=false", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5729, "east=true", "north=false", "south=false", "up=true", "waterlogged=true", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5730, "east=true", "north=false", "south=false", "up=true", "waterlogged=true", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5731, "east=true", "north=false", "south=false", "up=true", "waterlogged=false", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5732, "east=true", "north=false", "south=false", "up=true", "waterlogged=false", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5733, "east=true", "north=false", "south=false", "up=false", "waterlogged=true", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5734, "east=true", "north=false", "south=false", "up=false", "waterlogged=true", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5735, "east=true", "north=false", "south=false", "up=false", "waterlogged=false", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5736, "east=true", "north=false", "south=false", "up=false", "waterlogged=false", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5737, "east=false", "north=true", "south=true", "up=true", "waterlogged=true", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5738, "east=false", "north=true", "south=true", "up=true", "waterlogged=true", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5739, "east=false", "north=true", "south=true", "up=true", "waterlogged=false", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5740, "east=false", "north=true", "south=true", "up=true", "waterlogged=false", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5741, "east=false", "north=true", "south=true", "up=false", "waterlogged=true", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5742, "east=false", "north=true", "south=true", "up=false", "waterlogged=true", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5743, "east=false", "north=true", "south=true", "up=false", "waterlogged=false", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5744, "east=false", "north=true", "south=true", "up=false", "waterlogged=false", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5745, "east=false", "north=true", "south=false", "up=true", "waterlogged=true", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5746, "east=false", "north=true", "south=false", "up=true", "waterlogged=true", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5747, "east=false", "north=true", "south=false", "up=true", "waterlogged=false", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5748, "east=false", "north=true", "south=false", "up=true", "waterlogged=false", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5749, "east=false", "north=true", "south=false", "up=false", "waterlogged=true", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5750, "east=false", "north=true", "south=false", "up=false", "waterlogged=true", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5751, "east=false", "north=true", "south=false", "up=false", "waterlogged=false", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5752, "east=false", "north=true", "south=false", "up=false", "waterlogged=false", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5753, "east=false", "north=false", "south=true", "up=true", "waterlogged=true", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5754, "east=false", "north=false", "south=true", "up=true", "waterlogged=true", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5755, "east=false", "north=false", "south=true", "up=true", "waterlogged=false", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5756, "east=false", "north=false", "south=true", "up=true", "waterlogged=false", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5757, "east=false", "north=false", "south=true", "up=false", "waterlogged=true", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5758, "east=false", "north=false", "south=true", "up=false", "waterlogged=true", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5759, "east=false", "north=false", "south=true", "up=false", "waterlogged=false", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5760, "east=false", "north=false", "south=true", "up=false", "waterlogged=false", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5761, "east=false", "north=false", "south=false", "up=true", "waterlogged=true", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5762, "east=false", "north=false", "south=false", "up=true", "waterlogged=true", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5763, "east=false", "north=false", "south=false", "up=true", "waterlogged=false", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5764, "east=false", "north=false", "south=false", "up=true", "waterlogged=false", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5765, "east=false", "north=false", "south=false", "up=false", "waterlogged=true", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5766, "east=false", "north=false", "south=false", "up=false", "waterlogged=true", "west=false")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5767, "east=false", "north=false", "south=false", "up=false", "waterlogged=false", "west=true")); + MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5768, "east=false", "north=false", "south=false", "up=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickSlab.java index 993a52669..0ecabf205 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class MossyStoneBrickSlab { public static void initStates() { - MOSSY_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10801, "type=top", "waterlogged=true")); - MOSSY_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10802, "type=top", "waterlogged=false")); - MOSSY_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10803, "type=bottom", "waterlogged=true")); - MOSSY_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10804, "type=bottom", "waterlogged=false")); - MOSSY_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10805, "type=double", "waterlogged=true")); - MOSSY_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10806, "type=double", "waterlogged=false")); + MOSSY_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10265, "type=top", "waterlogged=true")); + MOSSY_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10266, "type=top", "waterlogged=false")); + MOSSY_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10267, "type=bottom", "waterlogged=true")); + MOSSY_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10268, "type=bottom", "waterlogged=false")); + MOSSY_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10269, "type=double", "waterlogged=true")); + MOSSY_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10270, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickStairs.java index f6c6e6672..1153ea036 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class MossyStoneBrickStairs { public static void initStates() { - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9829, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9830, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9831, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9832, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9833, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9834, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9835, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9836, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9837, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9838, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9839, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9840, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9841, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9842, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9843, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9844, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9845, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9846, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9847, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9848, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9849, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9850, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9851, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9852, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9853, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9854, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9855, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9856, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9857, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9858, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9859, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9860, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9861, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9862, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9863, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9864, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9865, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9866, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9867, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9868, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9869, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9870, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9871, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9872, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9873, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9874, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9875, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9876, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9877, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9878, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9879, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9880, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9881, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9882, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9883, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9884, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9885, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9886, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9887, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9888, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9889, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9890, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9891, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9892, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9893, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9894, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9895, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9896, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9897, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9898, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9899, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9900, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9901, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9902, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9903, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9904, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9905, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9906, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9907, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9908, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9293, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9294, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9295, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9296, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9297, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9298, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9299, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9300, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9301, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9302, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9303, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9304, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9305, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9306, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9307, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9308, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9309, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9310, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9311, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9312, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9313, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9314, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9315, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9316, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9317, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9318, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9319, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9320, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9321, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9322, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9323, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9324, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9325, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9326, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9327, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9328, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9329, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9330, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9331, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9332, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9333, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9334, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9335, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9336, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9337, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9338, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9339, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9340, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9341, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9342, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9343, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9344, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9345, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9346, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9347, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9348, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9349, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9350, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9351, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9352, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9353, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9354, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9355, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9356, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9357, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9358, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9359, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9360, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9361, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9362, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9363, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9364, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9365, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9366, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9367, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9368, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9369, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9370, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9371, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9372, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickWall.java index 970b5f043..81dcaf276 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickWall.java @@ -7,329 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class MossyStoneBrickWall { public static void initStates() { - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11839, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11840, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11841, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11842, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11843, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11844, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11845, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11846, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11847, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11848, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11849, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11850, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11851, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11852, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11853, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11854, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11855, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11856, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11857, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11858, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11859, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11860, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11861, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11862, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11863, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11864, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11865, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11866, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11867, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11868, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11869, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11870, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11871, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11872, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11873, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11874, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11875, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11876, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11877, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11878, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11879, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11880, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11881, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11882, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11883, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11884, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11885, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11886, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11887, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11888, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11889, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11890, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11891, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11892, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11893, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11894, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11895, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11896, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11897, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11898, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11899, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11900, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11901, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11902, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11903, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11904, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11905, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11906, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11907, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11908, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11909, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11910, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11911, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11912, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11913, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11914, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11915, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11916, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11917, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11918, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11919, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11920, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11921, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11922, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11923, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11924, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11925, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11926, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11927, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11928, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11929, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11930, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11931, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11932, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11933, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11934, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11935, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11936, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11937, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11938, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11939, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11940, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11941, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11942, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11943, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11944, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11945, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11946, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11947, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11948, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11949, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11950, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11951, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11952, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11953, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11954, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11955, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11956, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11957, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11958, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11959, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11960, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11961, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11962, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11963, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11964, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11965, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11966, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11967, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11968, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11969, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11970, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11971, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11972, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11973, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11974, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11975, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11976, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11977, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11978, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11979, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11980, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11981, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11982, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11983, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11984, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11985, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11986, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11987, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11988, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11989, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11990, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11991, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11992, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11993, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11994, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11995, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11996, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11997, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11998, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11999, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12000, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12001, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12002, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12003, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12004, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12005, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12006, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12007, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12008, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12009, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12010, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12011, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12012, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12013, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12014, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12015, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12016, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12017, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12018, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12019, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12020, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12021, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12022, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12023, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12024, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12025, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12026, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12027, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12028, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12029, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12030, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12031, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12032, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12033, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12034, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12035, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12036, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12037, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12038, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12039, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12040, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12041, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12042, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12043, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12044, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12045, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12046, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12047, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12048, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12049, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12050, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12051, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12052, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12053, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12054, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12055, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12056, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12057, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12058, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12059, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12060, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12061, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12062, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12063, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12064, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12065, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12066, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12067, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12068, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12069, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12070, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12071, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12072, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12073, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12074, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12075, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12076, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12077, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12078, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12079, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12080, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12081, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12082, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12083, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12084, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12085, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12086, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12087, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12088, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12089, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12090, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12091, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12092, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12093, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12094, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12095, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12096, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12097, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12098, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12099, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12100, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12101, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12102, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12103, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12104, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12105, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12106, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12107, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12108, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12109, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12110, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12111, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12112, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12113, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12114, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12115, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12116, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12117, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12118, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12119, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12120, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12121, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12122, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12123, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12124, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12125, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12126, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12127, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12128, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12129, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12130, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12131, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12132, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12133, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12134, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12135, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12136, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12137, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12138, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12139, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12140, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12141, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12142, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12143, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12144, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12145, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12146, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12147, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12148, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12149, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12150, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12151, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12152, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12153, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12154, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12155, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12156, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12157, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12158, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12159, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12160, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12161, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12162, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10523, "east=true", "north=true", "south=true", "up=true", "waterlogged=true", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10524, "east=true", "north=true", "south=true", "up=true", "waterlogged=true", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10525, "east=true", "north=true", "south=true", "up=true", "waterlogged=false", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10526, "east=true", "north=true", "south=true", "up=true", "waterlogged=false", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10527, "east=true", "north=true", "south=true", "up=false", "waterlogged=true", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10528, "east=true", "north=true", "south=true", "up=false", "waterlogged=true", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10529, "east=true", "north=true", "south=true", "up=false", "waterlogged=false", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10530, "east=true", "north=true", "south=true", "up=false", "waterlogged=false", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10531, "east=true", "north=true", "south=false", "up=true", "waterlogged=true", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10532, "east=true", "north=true", "south=false", "up=true", "waterlogged=true", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10533, "east=true", "north=true", "south=false", "up=true", "waterlogged=false", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10534, "east=true", "north=true", "south=false", "up=true", "waterlogged=false", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10535, "east=true", "north=true", "south=false", "up=false", "waterlogged=true", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10536, "east=true", "north=true", "south=false", "up=false", "waterlogged=true", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10537, "east=true", "north=true", "south=false", "up=false", "waterlogged=false", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10538, "east=true", "north=true", "south=false", "up=false", "waterlogged=false", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10539, "east=true", "north=false", "south=true", "up=true", "waterlogged=true", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10540, "east=true", "north=false", "south=true", "up=true", "waterlogged=true", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10541, "east=true", "north=false", "south=true", "up=true", "waterlogged=false", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10542, "east=true", "north=false", "south=true", "up=true", "waterlogged=false", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10543, "east=true", "north=false", "south=true", "up=false", "waterlogged=true", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10544, "east=true", "north=false", "south=true", "up=false", "waterlogged=true", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10545, "east=true", "north=false", "south=true", "up=false", "waterlogged=false", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10546, "east=true", "north=false", "south=true", "up=false", "waterlogged=false", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10547, "east=true", "north=false", "south=false", "up=true", "waterlogged=true", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10548, "east=true", "north=false", "south=false", "up=true", "waterlogged=true", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10549, "east=true", "north=false", "south=false", "up=true", "waterlogged=false", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10550, "east=true", "north=false", "south=false", "up=true", "waterlogged=false", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10551, "east=true", "north=false", "south=false", "up=false", "waterlogged=true", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10552, "east=true", "north=false", "south=false", "up=false", "waterlogged=true", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10553, "east=true", "north=false", "south=false", "up=false", "waterlogged=false", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10554, "east=true", "north=false", "south=false", "up=false", "waterlogged=false", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10555, "east=false", "north=true", "south=true", "up=true", "waterlogged=true", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10556, "east=false", "north=true", "south=true", "up=true", "waterlogged=true", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10557, "east=false", "north=true", "south=true", "up=true", "waterlogged=false", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10558, "east=false", "north=true", "south=true", "up=true", "waterlogged=false", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10559, "east=false", "north=true", "south=true", "up=false", "waterlogged=true", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10560, "east=false", "north=true", "south=true", "up=false", "waterlogged=true", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10561, "east=false", "north=true", "south=true", "up=false", "waterlogged=false", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10562, "east=false", "north=true", "south=true", "up=false", "waterlogged=false", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10563, "east=false", "north=true", "south=false", "up=true", "waterlogged=true", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10564, "east=false", "north=true", "south=false", "up=true", "waterlogged=true", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10565, "east=false", "north=true", "south=false", "up=true", "waterlogged=false", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10566, "east=false", "north=true", "south=false", "up=true", "waterlogged=false", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10567, "east=false", "north=true", "south=false", "up=false", "waterlogged=true", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10568, "east=false", "north=true", "south=false", "up=false", "waterlogged=true", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10569, "east=false", "north=true", "south=false", "up=false", "waterlogged=false", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10570, "east=false", "north=true", "south=false", "up=false", "waterlogged=false", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10571, "east=false", "north=false", "south=true", "up=true", "waterlogged=true", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10572, "east=false", "north=false", "south=true", "up=true", "waterlogged=true", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10573, "east=false", "north=false", "south=true", "up=true", "waterlogged=false", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10574, "east=false", "north=false", "south=true", "up=true", "waterlogged=false", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10575, "east=false", "north=false", "south=true", "up=false", "waterlogged=true", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10576, "east=false", "north=false", "south=true", "up=false", "waterlogged=true", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10577, "east=false", "north=false", "south=true", "up=false", "waterlogged=false", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10578, "east=false", "north=false", "south=true", "up=false", "waterlogged=false", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10579, "east=false", "north=false", "south=false", "up=true", "waterlogged=true", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10580, "east=false", "north=false", "south=false", "up=true", "waterlogged=true", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10581, "east=false", "north=false", "south=false", "up=true", "waterlogged=false", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10582, "east=false", "north=false", "south=false", "up=true", "waterlogged=false", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10583, "east=false", "north=false", "south=false", "up=false", "waterlogged=true", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10584, "east=false", "north=false", "south=false", "up=false", "waterlogged=true", "west=false")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10585, "east=false", "north=false", "south=false", "up=false", "waterlogged=false", "west=true")); + MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10586, "east=false", "north=false", "south=false", "up=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MovingPiston.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MovingPiston.java index c9231b1a4..d9323aa1f 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/MovingPiston.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MovingPiston.java @@ -7,17 +7,17 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class MovingPiston { public static void initStates() { - MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1400, "facing=north", "type=normal")); - MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1401, "facing=north", "type=sticky")); - MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1402, "facing=east", "type=normal")); - MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1403, "facing=east", "type=sticky")); - MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1404, "facing=south", "type=normal")); - MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1405, "facing=south", "type=sticky")); - MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1406, "facing=west", "type=normal")); - MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1407, "facing=west", "type=sticky")); - MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1408, "facing=up", "type=normal")); - MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1409, "facing=up", "type=sticky")); - MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1410, "facing=down", "type=normal")); - MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1411, "facing=down", "type=sticky")); + MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1399, "facing=north", "type=normal")); + MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1400, "facing=north", "type=sticky")); + MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1401, "facing=east", "type=normal")); + MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1402, "facing=east", "type=sticky")); + MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1403, "facing=south", "type=normal")); + MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1404, "facing=south", "type=sticky")); + MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1405, "facing=west", "type=normal")); + MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1406, "facing=west", "type=sticky")); + MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1407, "facing=up", "type=normal")); + MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1408, "facing=up", "type=sticky")); + MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1409, "facing=down", "type=normal")); + MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1410, "facing=down", "type=sticky")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MushroomStem.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MushroomStem.java index 34155bb7d..16a3aa9bc 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/MushroomStem.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MushroomStem.java @@ -7,69 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class MushroomStem { public static void initStates() { - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4633, "down=true", "east=true", "north=true", "south=true", "up=true", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4634, "down=true", "east=true", "north=true", "south=true", "up=true", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4635, "down=true", "east=true", "north=true", "south=true", "up=false", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4636, "down=true", "east=true", "north=true", "south=true", "up=false", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4637, "down=true", "east=true", "north=true", "south=false", "up=true", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4638, "down=true", "east=true", "north=true", "south=false", "up=true", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4639, "down=true", "east=true", "north=true", "south=false", "up=false", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4640, "down=true", "east=true", "north=true", "south=false", "up=false", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4641, "down=true", "east=true", "north=false", "south=true", "up=true", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4642, "down=true", "east=true", "north=false", "south=true", "up=true", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4643, "down=true", "east=true", "north=false", "south=true", "up=false", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4644, "down=true", "east=true", "north=false", "south=true", "up=false", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4645, "down=true", "east=true", "north=false", "south=false", "up=true", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4646, "down=true", "east=true", "north=false", "south=false", "up=true", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4647, "down=true", "east=true", "north=false", "south=false", "up=false", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4648, "down=true", "east=true", "north=false", "south=false", "up=false", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4649, "down=true", "east=false", "north=true", "south=true", "up=true", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4650, "down=true", "east=false", "north=true", "south=true", "up=true", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4651, "down=true", "east=false", "north=true", "south=true", "up=false", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4652, "down=true", "east=false", "north=true", "south=true", "up=false", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4653, "down=true", "east=false", "north=true", "south=false", "up=true", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4654, "down=true", "east=false", "north=true", "south=false", "up=true", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4655, "down=true", "east=false", "north=true", "south=false", "up=false", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4656, "down=true", "east=false", "north=true", "south=false", "up=false", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4657, "down=true", "east=false", "north=false", "south=true", "up=true", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4658, "down=true", "east=false", "north=false", "south=true", "up=true", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4659, "down=true", "east=false", "north=false", "south=true", "up=false", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4660, "down=true", "east=false", "north=false", "south=true", "up=false", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4661, "down=true", "east=false", "north=false", "south=false", "up=true", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4662, "down=true", "east=false", "north=false", "south=false", "up=true", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4663, "down=true", "east=false", "north=false", "south=false", "up=false", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4664, "down=true", "east=false", "north=false", "south=false", "up=false", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4665, "down=false", "east=true", "north=true", "south=true", "up=true", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4666, "down=false", "east=true", "north=true", "south=true", "up=true", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4667, "down=false", "east=true", "north=true", "south=true", "up=false", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4668, "down=false", "east=true", "north=true", "south=true", "up=false", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4669, "down=false", "east=true", "north=true", "south=false", "up=true", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4670, "down=false", "east=true", "north=true", "south=false", "up=true", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4671, "down=false", "east=true", "north=true", "south=false", "up=false", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4672, "down=false", "east=true", "north=true", "south=false", "up=false", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4673, "down=false", "east=true", "north=false", "south=true", "up=true", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4674, "down=false", "east=true", "north=false", "south=true", "up=true", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4675, "down=false", "east=true", "north=false", "south=true", "up=false", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4676, "down=false", "east=true", "north=false", "south=true", "up=false", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4677, "down=false", "east=true", "north=false", "south=false", "up=true", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4678, "down=false", "east=true", "north=false", "south=false", "up=true", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4679, "down=false", "east=true", "north=false", "south=false", "up=false", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4680, "down=false", "east=true", "north=false", "south=false", "up=false", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4681, "down=false", "east=false", "north=true", "south=true", "up=true", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4682, "down=false", "east=false", "north=true", "south=true", "up=true", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4683, "down=false", "east=false", "north=true", "south=true", "up=false", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4684, "down=false", "east=false", "north=true", "south=true", "up=false", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4685, "down=false", "east=false", "north=true", "south=false", "up=true", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4686, "down=false", "east=false", "north=true", "south=false", "up=true", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4687, "down=false", "east=false", "north=true", "south=false", "up=false", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4688, "down=false", "east=false", "north=true", "south=false", "up=false", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4689, "down=false", "east=false", "north=false", "south=true", "up=true", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4690, "down=false", "east=false", "north=false", "south=true", "up=true", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4691, "down=false", "east=false", "north=false", "south=true", "up=false", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4692, "down=false", "east=false", "north=false", "south=true", "up=false", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4693, "down=false", "east=false", "north=false", "south=false", "up=true", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4694, "down=false", "east=false", "north=false", "south=false", "up=true", "west=false")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4695, "down=false", "east=false", "north=false", "south=false", "up=false", "west=true")); - MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4696, "down=false", "east=false", "north=false", "south=false", "up=false", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4619, "down=true", "east=true", "north=true", "south=true", "up=true", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4620, "down=true", "east=true", "north=true", "south=true", "up=true", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4621, "down=true", "east=true", "north=true", "south=true", "up=false", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4622, "down=true", "east=true", "north=true", "south=true", "up=false", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4623, "down=true", "east=true", "north=true", "south=false", "up=true", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4624, "down=true", "east=true", "north=true", "south=false", "up=true", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4625, "down=true", "east=true", "north=true", "south=false", "up=false", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4626, "down=true", "east=true", "north=true", "south=false", "up=false", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4627, "down=true", "east=true", "north=false", "south=true", "up=true", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4628, "down=true", "east=true", "north=false", "south=true", "up=true", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4629, "down=true", "east=true", "north=false", "south=true", "up=false", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4630, "down=true", "east=true", "north=false", "south=true", "up=false", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4631, "down=true", "east=true", "north=false", "south=false", "up=true", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4632, "down=true", "east=true", "north=false", "south=false", "up=true", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4633, "down=true", "east=true", "north=false", "south=false", "up=false", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4634, "down=true", "east=true", "north=false", "south=false", "up=false", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4635, "down=true", "east=false", "north=true", "south=true", "up=true", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4636, "down=true", "east=false", "north=true", "south=true", "up=true", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4637, "down=true", "east=false", "north=true", "south=true", "up=false", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4638, "down=true", "east=false", "north=true", "south=true", "up=false", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4639, "down=true", "east=false", "north=true", "south=false", "up=true", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4640, "down=true", "east=false", "north=true", "south=false", "up=true", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4641, "down=true", "east=false", "north=true", "south=false", "up=false", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4642, "down=true", "east=false", "north=true", "south=false", "up=false", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4643, "down=true", "east=false", "north=false", "south=true", "up=true", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4644, "down=true", "east=false", "north=false", "south=true", "up=true", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4645, "down=true", "east=false", "north=false", "south=true", "up=false", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4646, "down=true", "east=false", "north=false", "south=true", "up=false", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4647, "down=true", "east=false", "north=false", "south=false", "up=true", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4648, "down=true", "east=false", "north=false", "south=false", "up=true", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4649, "down=true", "east=false", "north=false", "south=false", "up=false", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4650, "down=true", "east=false", "north=false", "south=false", "up=false", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4651, "down=false", "east=true", "north=true", "south=true", "up=true", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4652, "down=false", "east=true", "north=true", "south=true", "up=true", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4653, "down=false", "east=true", "north=true", "south=true", "up=false", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4654, "down=false", "east=true", "north=true", "south=true", "up=false", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4655, "down=false", "east=true", "north=true", "south=false", "up=true", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4656, "down=false", "east=true", "north=true", "south=false", "up=true", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4657, "down=false", "east=true", "north=true", "south=false", "up=false", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4658, "down=false", "east=true", "north=true", "south=false", "up=false", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4659, "down=false", "east=true", "north=false", "south=true", "up=true", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4660, "down=false", "east=true", "north=false", "south=true", "up=true", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4661, "down=false", "east=true", "north=false", "south=true", "up=false", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4662, "down=false", "east=true", "north=false", "south=true", "up=false", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4663, "down=false", "east=true", "north=false", "south=false", "up=true", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4664, "down=false", "east=true", "north=false", "south=false", "up=true", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4665, "down=false", "east=true", "north=false", "south=false", "up=false", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4666, "down=false", "east=true", "north=false", "south=false", "up=false", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4667, "down=false", "east=false", "north=true", "south=true", "up=true", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4668, "down=false", "east=false", "north=true", "south=true", "up=true", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4669, "down=false", "east=false", "north=true", "south=true", "up=false", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4670, "down=false", "east=false", "north=true", "south=true", "up=false", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4671, "down=false", "east=false", "north=true", "south=false", "up=true", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4672, "down=false", "east=false", "north=true", "south=false", "up=true", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4673, "down=false", "east=false", "north=true", "south=false", "up=false", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4674, "down=false", "east=false", "north=true", "south=false", "up=false", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4675, "down=false", "east=false", "north=false", "south=true", "up=true", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4676, "down=false", "east=false", "north=false", "south=true", "up=true", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4677, "down=false", "east=false", "north=false", "south=true", "up=false", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4678, "down=false", "east=false", "north=false", "south=true", "up=false", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4679, "down=false", "east=false", "north=false", "south=false", "up=true", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4680, "down=false", "east=false", "north=false", "south=false", "up=true", "west=false")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4681, "down=false", "east=false", "north=false", "south=false", "up=false", "west=true")); + MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4682, "down=false", "east=false", "north=false", "south=false", "up=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Mycelium.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Mycelium.java index afc0efc84..a269c14a2 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Mycelium.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Mycelium.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Mycelium { public static void initStates() { - MYCELIUM.addBlockAlternative(new BlockAlternative((short) 5012, "snowy=true")); - MYCELIUM.addBlockAlternative(new BlockAlternative((short) 5013, "snowy=false")); + MYCELIUM.addBlockAlternative(new BlockAlternative((short) 4996, "snowy=true")); + MYCELIUM.addBlockAlternative(new BlockAlternative((short) 4997, "snowy=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickFence.java b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickFence.java index 2c6000af0..2681577b8 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickFence.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickFence.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class NetherBrickFence { public static void initStates() { - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5016, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5017, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5018, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5019, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5020, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5021, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5022, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5023, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5024, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5025, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5026, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5027, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5028, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5029, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5030, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5031, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5032, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5033, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5034, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5035, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5036, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5037, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5038, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5039, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5040, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5041, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5042, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5043, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5044, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5045, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5046, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5047, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5000, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5001, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5002, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5003, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5004, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5005, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5006, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5007, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5008, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5009, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5010, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5011, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5012, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5013, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5014, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5015, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5016, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5017, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5018, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5019, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5020, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5021, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5022, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5023, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5024, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5025, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5026, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5027, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5028, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5029, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5030, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); + NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5031, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickSlab.java index a79af13eb..3bdb4c883 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class NetherBrickSlab { public static void initStates() { - NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8384, "type=top", "waterlogged=true")); - NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8385, "type=top", "waterlogged=false")); - NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8386, "type=bottom", "waterlogged=true")); - NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8387, "type=bottom", "waterlogged=false")); - NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8388, "type=double", "waterlogged=true")); - NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8389, "type=double", "waterlogged=false")); + NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7848, "type=top", "waterlogged=true")); + NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7849, "type=top", "waterlogged=false")); + NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7850, "type=bottom", "waterlogged=true")); + NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7851, "type=bottom", "waterlogged=false")); + NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7852, "type=double", "waterlogged=true")); + NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7853, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickStairs.java index 751faa6d2..fd5888790 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class NetherBrickStairs { public static void initStates() { - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5048, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5049, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5050, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5051, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5052, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5053, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5054, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5055, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5056, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5057, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5058, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5059, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5060, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5061, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5062, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5063, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5064, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5065, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5066, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5067, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5068, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5069, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5070, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5071, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5072, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5073, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5074, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5075, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5076, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5077, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5078, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5079, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5080, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5081, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5082, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5083, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5084, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5085, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5086, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5087, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5088, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5089, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5090, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5091, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5092, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5093, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5094, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5095, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5096, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5097, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5098, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5099, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5100, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5101, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5102, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5103, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5104, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5105, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5106, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5107, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5108, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5109, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5110, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5111, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5112, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5113, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5114, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5115, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5116, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5117, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5118, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5119, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5120, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5121, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5122, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5123, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5124, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5125, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5126, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5127, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5032, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5033, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5034, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5035, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5036, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5037, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5038, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5039, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5040, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5041, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5042, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5043, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5044, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5045, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5046, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5047, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5048, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5049, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5050, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5051, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5052, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5053, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5054, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5055, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5056, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5057, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5058, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5059, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5060, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5061, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5062, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5063, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5064, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5065, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5066, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5067, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5068, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5069, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5070, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5071, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5072, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5073, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5074, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5075, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5076, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5077, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5078, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5079, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5080, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5081, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5082, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5083, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5084, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5085, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5086, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5087, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5088, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5089, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5090, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5091, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5092, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5093, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5094, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5095, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5096, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5097, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5098, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5099, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5100, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5101, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5102, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5103, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5104, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5105, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5106, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5107, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5108, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5109, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5110, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5111, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickWall.java index 717bb6e11..de5766491 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickWall.java @@ -7,329 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class NetherBrickWall { public static void initStates() { - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12811, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12812, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12813, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12814, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12815, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12816, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12817, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12818, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12819, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12820, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12821, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12822, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12823, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12824, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12825, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12826, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12827, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12828, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12829, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12830, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12831, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12832, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12833, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12834, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12835, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12836, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12837, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12838, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12839, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12840, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12841, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12842, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12843, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12844, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12845, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12846, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12847, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12848, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12849, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12850, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12851, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12852, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12853, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12854, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12855, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12856, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12857, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12858, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12859, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12860, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12861, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12862, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12863, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12864, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12865, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12866, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12867, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12868, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12869, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12870, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12871, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12872, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12873, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12874, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12875, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12876, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12877, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12878, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12879, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12880, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12881, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12882, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12883, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12884, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12885, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12886, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12887, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12888, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12889, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12890, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12891, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12892, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12893, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12894, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12895, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12896, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12897, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12898, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12899, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12900, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12901, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12902, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12903, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12904, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12905, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12906, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12907, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12908, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12909, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12910, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12911, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12912, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12913, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12914, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12915, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12916, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12917, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12918, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12919, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12920, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12921, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12922, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12923, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12924, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12925, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12926, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12927, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12928, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12929, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12930, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12931, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12932, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12933, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12934, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12935, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12936, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12937, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12938, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12939, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12940, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12941, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12942, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12943, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12944, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12945, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12946, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12947, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12948, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12949, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12950, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12951, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12952, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12953, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12954, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12955, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12956, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12957, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12958, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12959, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12960, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12961, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12962, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12963, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12964, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12965, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12966, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12967, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12968, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12969, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12970, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12971, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12972, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12973, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12974, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12975, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12976, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12977, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12978, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12979, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12980, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12981, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12982, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12983, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12984, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12985, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12986, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12987, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12988, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12989, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12990, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12991, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12992, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12993, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12994, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12995, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12996, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12997, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12998, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12999, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13000, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13001, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13002, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13003, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13004, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13005, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13006, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13007, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13008, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13009, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13010, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13011, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13012, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13013, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13014, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13015, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13016, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13017, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13018, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13019, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13020, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13021, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13022, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13023, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13024, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13025, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13026, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13027, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13028, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13029, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13030, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13031, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13032, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13033, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13034, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13035, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13036, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13037, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13038, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13039, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13040, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13041, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13042, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13043, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13044, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13045, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13046, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13047, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13048, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13049, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13050, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13051, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13052, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13053, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13054, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13055, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13056, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13057, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13058, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13059, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13060, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13061, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13062, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13063, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13064, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13065, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13066, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13067, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13068, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13069, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13070, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13071, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13072, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13073, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13074, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13075, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13076, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13077, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13078, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13079, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13080, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13081, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13082, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13083, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13084, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13085, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13086, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13087, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13088, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13089, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13090, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13091, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13092, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13093, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13094, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13095, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13096, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13097, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13098, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13099, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13100, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13101, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13102, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13103, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13104, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13105, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13106, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13107, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13108, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13109, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13110, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13111, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13112, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13113, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13114, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13115, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13116, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13117, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13118, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13119, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13120, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13121, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13122, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13123, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13124, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13125, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13126, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13127, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13128, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13129, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13130, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13131, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13132, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13133, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13134, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10715, "east=true", "north=true", "south=true", "up=true", "waterlogged=true", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10716, "east=true", "north=true", "south=true", "up=true", "waterlogged=true", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10717, "east=true", "north=true", "south=true", "up=true", "waterlogged=false", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10718, "east=true", "north=true", "south=true", "up=true", "waterlogged=false", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10719, "east=true", "north=true", "south=true", "up=false", "waterlogged=true", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10720, "east=true", "north=true", "south=true", "up=false", "waterlogged=true", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10721, "east=true", "north=true", "south=true", "up=false", "waterlogged=false", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10722, "east=true", "north=true", "south=true", "up=false", "waterlogged=false", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10723, "east=true", "north=true", "south=false", "up=true", "waterlogged=true", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10724, "east=true", "north=true", "south=false", "up=true", "waterlogged=true", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10725, "east=true", "north=true", "south=false", "up=true", "waterlogged=false", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10726, "east=true", "north=true", "south=false", "up=true", "waterlogged=false", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10727, "east=true", "north=true", "south=false", "up=false", "waterlogged=true", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10728, "east=true", "north=true", "south=false", "up=false", "waterlogged=true", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10729, "east=true", "north=true", "south=false", "up=false", "waterlogged=false", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10730, "east=true", "north=true", "south=false", "up=false", "waterlogged=false", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10731, "east=true", "north=false", "south=true", "up=true", "waterlogged=true", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10732, "east=true", "north=false", "south=true", "up=true", "waterlogged=true", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10733, "east=true", "north=false", "south=true", "up=true", "waterlogged=false", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10734, "east=true", "north=false", "south=true", "up=true", "waterlogged=false", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10735, "east=true", "north=false", "south=true", "up=false", "waterlogged=true", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10736, "east=true", "north=false", "south=true", "up=false", "waterlogged=true", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10737, "east=true", "north=false", "south=true", "up=false", "waterlogged=false", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10738, "east=true", "north=false", "south=true", "up=false", "waterlogged=false", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10739, "east=true", "north=false", "south=false", "up=true", "waterlogged=true", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10740, "east=true", "north=false", "south=false", "up=true", "waterlogged=true", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10741, "east=true", "north=false", "south=false", "up=true", "waterlogged=false", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10742, "east=true", "north=false", "south=false", "up=true", "waterlogged=false", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10743, "east=true", "north=false", "south=false", "up=false", "waterlogged=true", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10744, "east=true", "north=false", "south=false", "up=false", "waterlogged=true", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10745, "east=true", "north=false", "south=false", "up=false", "waterlogged=false", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10746, "east=true", "north=false", "south=false", "up=false", "waterlogged=false", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10747, "east=false", "north=true", "south=true", "up=true", "waterlogged=true", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10748, "east=false", "north=true", "south=true", "up=true", "waterlogged=true", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10749, "east=false", "north=true", "south=true", "up=true", "waterlogged=false", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10750, "east=false", "north=true", "south=true", "up=true", "waterlogged=false", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10751, "east=false", "north=true", "south=true", "up=false", "waterlogged=true", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10752, "east=false", "north=true", "south=true", "up=false", "waterlogged=true", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10753, "east=false", "north=true", "south=true", "up=false", "waterlogged=false", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10754, "east=false", "north=true", "south=true", "up=false", "waterlogged=false", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10755, "east=false", "north=true", "south=false", "up=true", "waterlogged=true", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10756, "east=false", "north=true", "south=false", "up=true", "waterlogged=true", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10757, "east=false", "north=true", "south=false", "up=true", "waterlogged=false", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10758, "east=false", "north=true", "south=false", "up=true", "waterlogged=false", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10759, "east=false", "north=true", "south=false", "up=false", "waterlogged=true", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10760, "east=false", "north=true", "south=false", "up=false", "waterlogged=true", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10761, "east=false", "north=true", "south=false", "up=false", "waterlogged=false", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10762, "east=false", "north=true", "south=false", "up=false", "waterlogged=false", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10763, "east=false", "north=false", "south=true", "up=true", "waterlogged=true", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10764, "east=false", "north=false", "south=true", "up=true", "waterlogged=true", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10765, "east=false", "north=false", "south=true", "up=true", "waterlogged=false", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10766, "east=false", "north=false", "south=true", "up=true", "waterlogged=false", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10767, "east=false", "north=false", "south=true", "up=false", "waterlogged=true", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10768, "east=false", "north=false", "south=true", "up=false", "waterlogged=true", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10769, "east=false", "north=false", "south=true", "up=false", "waterlogged=false", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10770, "east=false", "north=false", "south=true", "up=false", "waterlogged=false", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10771, "east=false", "north=false", "south=false", "up=true", "waterlogged=true", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10772, "east=false", "north=false", "south=false", "up=true", "waterlogged=true", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10773, "east=false", "north=false", "south=false", "up=true", "waterlogged=false", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10774, "east=false", "north=false", "south=false", "up=true", "waterlogged=false", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10775, "east=false", "north=false", "south=false", "up=false", "waterlogged=true", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10776, "east=false", "north=false", "south=false", "up=false", "waterlogged=true", "west=false")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10777, "east=false", "north=false", "south=false", "up=false", "waterlogged=false", "west=true")); + NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10778, "east=false", "north=false", "south=false", "up=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/NetherPortal.java b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherPortal.java index c931a1c0c..d7a1f276b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/NetherPortal.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherPortal.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class NetherPortal { public static void initStates() { - NETHER_PORTAL.addBlockAlternative(new BlockAlternative((short) 4014, "axis=x")); - NETHER_PORTAL.addBlockAlternative(new BlockAlternative((short) 4015, "axis=z")); + NETHER_PORTAL.addBlockAlternative(new BlockAlternative((short) 4000, "axis=x")); + NETHER_PORTAL.addBlockAlternative(new BlockAlternative((short) 4001, "axis=z")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/NetherWart.java b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherWart.java index 798e56083..ec05dfcd7 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/NetherWart.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherWart.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class NetherWart { public static void initStates() { - NETHER_WART.addBlockAlternative(new BlockAlternative((short) 5128, "age=0")); - NETHER_WART.addBlockAlternative(new BlockAlternative((short) 5129, "age=1")); - NETHER_WART.addBlockAlternative(new BlockAlternative((short) 5130, "age=2")); - NETHER_WART.addBlockAlternative(new BlockAlternative((short) 5131, "age=3")); + NETHER_WART.addBlockAlternative(new BlockAlternative((short) 5112, "age=0")); + NETHER_WART.addBlockAlternative(new BlockAlternative((short) 5113, "age=1")); + NETHER_WART.addBlockAlternative(new BlockAlternative((short) 5114, "age=2")); + NETHER_WART.addBlockAlternative(new BlockAlternative((short) 5115, "age=3")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/NoteBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/NoteBlock.java index d7a2f65c1..1e21d7e8f 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/NoteBlock.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/NoteBlock.java @@ -7,805 +7,805 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class NoteBlock { public static void initStates() { - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 249, "instrument=harp", "note=0", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 250, "instrument=harp", "note=0", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 251, "instrument=harp", "note=1", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 252, "instrument=harp", "note=1", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 253, "instrument=harp", "note=2", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 254, "instrument=harp", "note=2", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 255, "instrument=harp", "note=3", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 256, "instrument=harp", "note=3", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 257, "instrument=harp", "note=4", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 258, "instrument=harp", "note=4", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 259, "instrument=harp", "note=5", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 260, "instrument=harp", "note=5", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 261, "instrument=harp", "note=6", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 262, "instrument=harp", "note=6", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 263, "instrument=harp", "note=7", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 264, "instrument=harp", "note=7", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 265, "instrument=harp", "note=8", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 266, "instrument=harp", "note=8", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 267, "instrument=harp", "note=9", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 268, "instrument=harp", "note=9", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 269, "instrument=harp", "note=10", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 270, "instrument=harp", "note=10", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 271, "instrument=harp", "note=11", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 272, "instrument=harp", "note=11", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 273, "instrument=harp", "note=12", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 274, "instrument=harp", "note=12", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 275, "instrument=harp", "note=13", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 276, "instrument=harp", "note=13", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 277, "instrument=harp", "note=14", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 278, "instrument=harp", "note=14", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 279, "instrument=harp", "note=15", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 280, "instrument=harp", "note=15", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 281, "instrument=harp", "note=16", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 282, "instrument=harp", "note=16", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 283, "instrument=harp", "note=17", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 284, "instrument=harp", "note=17", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 285, "instrument=harp", "note=18", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 286, "instrument=harp", "note=18", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 287, "instrument=harp", "note=19", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 288, "instrument=harp", "note=19", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 289, "instrument=harp", "note=20", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 290, "instrument=harp", "note=20", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 291, "instrument=harp", "note=21", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 292, "instrument=harp", "note=21", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 293, "instrument=harp", "note=22", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 294, "instrument=harp", "note=22", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 295, "instrument=harp", "note=23", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 296, "instrument=harp", "note=23", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 297, "instrument=harp", "note=24", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 298, "instrument=harp", "note=24", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 299, "instrument=basedrum", "note=0", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 300, "instrument=basedrum", "note=0", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 301, "instrument=basedrum", "note=1", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 302, "instrument=basedrum", "note=1", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 303, "instrument=basedrum", "note=2", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 304, "instrument=basedrum", "note=2", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 305, "instrument=basedrum", "note=3", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 306, "instrument=basedrum", "note=3", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 307, "instrument=basedrum", "note=4", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 308, "instrument=basedrum", "note=4", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 309, "instrument=basedrum", "note=5", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 310, "instrument=basedrum", "note=5", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 311, "instrument=basedrum", "note=6", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 312, "instrument=basedrum", "note=6", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 313, "instrument=basedrum", "note=7", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 314, "instrument=basedrum", "note=7", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 315, "instrument=basedrum", "note=8", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 316, "instrument=basedrum", "note=8", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 317, "instrument=basedrum", "note=9", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 318, "instrument=basedrum", "note=9", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 319, "instrument=basedrum", "note=10", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 320, "instrument=basedrum", "note=10", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 321, "instrument=basedrum", "note=11", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 322, "instrument=basedrum", "note=11", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 323, "instrument=basedrum", "note=12", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 324, "instrument=basedrum", "note=12", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 325, "instrument=basedrum", "note=13", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 326, "instrument=basedrum", "note=13", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 327, "instrument=basedrum", "note=14", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 328, "instrument=basedrum", "note=14", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 329, "instrument=basedrum", "note=15", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 330, "instrument=basedrum", "note=15", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 331, "instrument=basedrum", "note=16", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 332, "instrument=basedrum", "note=16", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 333, "instrument=basedrum", "note=17", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 334, "instrument=basedrum", "note=17", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 335, "instrument=basedrum", "note=18", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 336, "instrument=basedrum", "note=18", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 337, "instrument=basedrum", "note=19", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 338, "instrument=basedrum", "note=19", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 339, "instrument=basedrum", "note=20", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 340, "instrument=basedrum", "note=20", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 341, "instrument=basedrum", "note=21", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 342, "instrument=basedrum", "note=21", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 343, "instrument=basedrum", "note=22", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 344, "instrument=basedrum", "note=22", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 345, "instrument=basedrum", "note=23", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 346, "instrument=basedrum", "note=23", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 347, "instrument=basedrum", "note=24", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 348, "instrument=basedrum", "note=24", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 349, "instrument=snare", "note=0", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 350, "instrument=snare", "note=0", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 351, "instrument=snare", "note=1", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 352, "instrument=snare", "note=1", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 353, "instrument=snare", "note=2", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 354, "instrument=snare", "note=2", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 355, "instrument=snare", "note=3", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 356, "instrument=snare", "note=3", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 357, "instrument=snare", "note=4", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 358, "instrument=snare", "note=4", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 359, "instrument=snare", "note=5", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 360, "instrument=snare", "note=5", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 361, "instrument=snare", "note=6", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 362, "instrument=snare", "note=6", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 363, "instrument=snare", "note=7", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 364, "instrument=snare", "note=7", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 365, "instrument=snare", "note=8", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 366, "instrument=snare", "note=8", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 367, "instrument=snare", "note=9", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 368, "instrument=snare", "note=9", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 369, "instrument=snare", "note=10", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 370, "instrument=snare", "note=10", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 371, "instrument=snare", "note=11", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 372, "instrument=snare", "note=11", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 373, "instrument=snare", "note=12", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 374, "instrument=snare", "note=12", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 375, "instrument=snare", "note=13", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 376, "instrument=snare", "note=13", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 377, "instrument=snare", "note=14", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 378, "instrument=snare", "note=14", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 379, "instrument=snare", "note=15", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 380, "instrument=snare", "note=15", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 381, "instrument=snare", "note=16", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 382, "instrument=snare", "note=16", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 383, "instrument=snare", "note=17", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 384, "instrument=snare", "note=17", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 385, "instrument=snare", "note=18", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 386, "instrument=snare", "note=18", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 387, "instrument=snare", "note=19", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 388, "instrument=snare", "note=19", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 389, "instrument=snare", "note=20", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 390, "instrument=snare", "note=20", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 391, "instrument=snare", "note=21", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 392, "instrument=snare", "note=21", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 393, "instrument=snare", "note=22", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 394, "instrument=snare", "note=22", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 395, "instrument=snare", "note=23", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 396, "instrument=snare", "note=23", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 397, "instrument=snare", "note=24", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 398, "instrument=snare", "note=24", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 399, "instrument=hat", "note=0", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 400, "instrument=hat", "note=0", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 401, "instrument=hat", "note=1", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 402, "instrument=hat", "note=1", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 403, "instrument=hat", "note=2", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 404, "instrument=hat", "note=2", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 405, "instrument=hat", "note=3", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 406, "instrument=hat", "note=3", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 407, "instrument=hat", "note=4", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 408, "instrument=hat", "note=4", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 409, "instrument=hat", "note=5", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 410, "instrument=hat", "note=5", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 411, "instrument=hat", "note=6", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 412, "instrument=hat", "note=6", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 413, "instrument=hat", "note=7", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 414, "instrument=hat", "note=7", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 415, "instrument=hat", "note=8", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 416, "instrument=hat", "note=8", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 417, "instrument=hat", "note=9", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 418, "instrument=hat", "note=9", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 419, "instrument=hat", "note=10", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 420, "instrument=hat", "note=10", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 421, "instrument=hat", "note=11", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 422, "instrument=hat", "note=11", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 423, "instrument=hat", "note=12", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 424, "instrument=hat", "note=12", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 425, "instrument=hat", "note=13", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 426, "instrument=hat", "note=13", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 427, "instrument=hat", "note=14", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 428, "instrument=hat", "note=14", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 429, "instrument=hat", "note=15", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 430, "instrument=hat", "note=15", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 431, "instrument=hat", "note=16", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 432, "instrument=hat", "note=16", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 433, "instrument=hat", "note=17", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 434, "instrument=hat", "note=17", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 435, "instrument=hat", "note=18", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 436, "instrument=hat", "note=18", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 437, "instrument=hat", "note=19", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 438, "instrument=hat", "note=19", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 439, "instrument=hat", "note=20", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 440, "instrument=hat", "note=20", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 441, "instrument=hat", "note=21", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 442, "instrument=hat", "note=21", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 443, "instrument=hat", "note=22", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 444, "instrument=hat", "note=22", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 445, "instrument=hat", "note=23", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 446, "instrument=hat", "note=23", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 447, "instrument=hat", "note=24", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 448, "instrument=hat", "note=24", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 449, "instrument=bass", "note=0", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 450, "instrument=bass", "note=0", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 451, "instrument=bass", "note=1", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 452, "instrument=bass", "note=1", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 453, "instrument=bass", "note=2", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 454, "instrument=bass", "note=2", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 455, "instrument=bass", "note=3", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 456, "instrument=bass", "note=3", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 457, "instrument=bass", "note=4", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 458, "instrument=bass", "note=4", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 459, "instrument=bass", "note=5", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 460, "instrument=bass", "note=5", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 461, "instrument=bass", "note=6", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 462, "instrument=bass", "note=6", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 463, "instrument=bass", "note=7", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 464, "instrument=bass", "note=7", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 465, "instrument=bass", "note=8", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 466, "instrument=bass", "note=8", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 467, "instrument=bass", "note=9", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 468, "instrument=bass", "note=9", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 469, "instrument=bass", "note=10", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 470, "instrument=bass", "note=10", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 471, "instrument=bass", "note=11", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 472, "instrument=bass", "note=11", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 473, "instrument=bass", "note=12", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 474, "instrument=bass", "note=12", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 475, "instrument=bass", "note=13", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 476, "instrument=bass", "note=13", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 477, "instrument=bass", "note=14", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 478, "instrument=bass", "note=14", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 479, "instrument=bass", "note=15", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 480, "instrument=bass", "note=15", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 481, "instrument=bass", "note=16", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 482, "instrument=bass", "note=16", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 483, "instrument=bass", "note=17", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 484, "instrument=bass", "note=17", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 485, "instrument=bass", "note=18", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 486, "instrument=bass", "note=18", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 487, "instrument=bass", "note=19", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 488, "instrument=bass", "note=19", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 489, "instrument=bass", "note=20", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 490, "instrument=bass", "note=20", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 491, "instrument=bass", "note=21", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 492, "instrument=bass", "note=21", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 493, "instrument=bass", "note=22", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 494, "instrument=bass", "note=22", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 495, "instrument=bass", "note=23", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 496, "instrument=bass", "note=23", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 497, "instrument=bass", "note=24", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 498, "instrument=bass", "note=24", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 499, "instrument=flute", "note=0", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 500, "instrument=flute", "note=0", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 501, "instrument=flute", "note=1", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 502, "instrument=flute", "note=1", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 503, "instrument=flute", "note=2", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 504, "instrument=flute", "note=2", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 505, "instrument=flute", "note=3", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 506, "instrument=flute", "note=3", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 507, "instrument=flute", "note=4", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 508, "instrument=flute", "note=4", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 509, "instrument=flute", "note=5", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 510, "instrument=flute", "note=5", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 511, "instrument=flute", "note=6", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 512, "instrument=flute", "note=6", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 513, "instrument=flute", "note=7", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 514, "instrument=flute", "note=7", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 515, "instrument=flute", "note=8", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 516, "instrument=flute", "note=8", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 517, "instrument=flute", "note=9", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 518, "instrument=flute", "note=9", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 519, "instrument=flute", "note=10", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 520, "instrument=flute", "note=10", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 521, "instrument=flute", "note=11", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 522, "instrument=flute", "note=11", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 523, "instrument=flute", "note=12", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 524, "instrument=flute", "note=12", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 525, "instrument=flute", "note=13", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 526, "instrument=flute", "note=13", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 527, "instrument=flute", "note=14", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 528, "instrument=flute", "note=14", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 529, "instrument=flute", "note=15", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 530, "instrument=flute", "note=15", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 531, "instrument=flute", "note=16", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 532, "instrument=flute", "note=16", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 533, "instrument=flute", "note=17", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 534, "instrument=flute", "note=17", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 535, "instrument=flute", "note=18", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 536, "instrument=flute", "note=18", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 537, "instrument=flute", "note=19", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 538, "instrument=flute", "note=19", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 539, "instrument=flute", "note=20", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 540, "instrument=flute", "note=20", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 541, "instrument=flute", "note=21", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 542, "instrument=flute", "note=21", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 543, "instrument=flute", "note=22", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 544, "instrument=flute", "note=22", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 545, "instrument=flute", "note=23", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 546, "instrument=flute", "note=23", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 547, "instrument=flute", "note=24", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 548, "instrument=flute", "note=24", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 549, "instrument=bell", "note=0", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 550, "instrument=bell", "note=0", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 551, "instrument=bell", "note=1", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 552, "instrument=bell", "note=1", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 553, "instrument=bell", "note=2", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 554, "instrument=bell", "note=2", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 555, "instrument=bell", "note=3", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 556, "instrument=bell", "note=3", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 557, "instrument=bell", "note=4", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 558, "instrument=bell", "note=4", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 559, "instrument=bell", "note=5", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 560, "instrument=bell", "note=5", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 561, "instrument=bell", "note=6", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 562, "instrument=bell", "note=6", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 563, "instrument=bell", "note=7", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 564, "instrument=bell", "note=7", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 565, "instrument=bell", "note=8", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 566, "instrument=bell", "note=8", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 567, "instrument=bell", "note=9", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 568, "instrument=bell", "note=9", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 569, "instrument=bell", "note=10", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 570, "instrument=bell", "note=10", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 571, "instrument=bell", "note=11", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 572, "instrument=bell", "note=11", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 573, "instrument=bell", "note=12", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 574, "instrument=bell", "note=12", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 575, "instrument=bell", "note=13", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 576, "instrument=bell", "note=13", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 577, "instrument=bell", "note=14", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 578, "instrument=bell", "note=14", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 579, "instrument=bell", "note=15", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 580, "instrument=bell", "note=15", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 581, "instrument=bell", "note=16", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 582, "instrument=bell", "note=16", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 583, "instrument=bell", "note=17", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 584, "instrument=bell", "note=17", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 585, "instrument=bell", "note=18", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 586, "instrument=bell", "note=18", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 587, "instrument=bell", "note=19", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 588, "instrument=bell", "note=19", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 589, "instrument=bell", "note=20", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 590, "instrument=bell", "note=20", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 591, "instrument=bell", "note=21", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 592, "instrument=bell", "note=21", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 593, "instrument=bell", "note=22", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 594, "instrument=bell", "note=22", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 595, "instrument=bell", "note=23", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 596, "instrument=bell", "note=23", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 597, "instrument=bell", "note=24", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 598, "instrument=bell", "note=24", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 599, "instrument=guitar", "note=0", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 600, "instrument=guitar", "note=0", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 601, "instrument=guitar", "note=1", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 602, "instrument=guitar", "note=1", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 603, "instrument=guitar", "note=2", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 604, "instrument=guitar", "note=2", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 605, "instrument=guitar", "note=3", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 606, "instrument=guitar", "note=3", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 607, "instrument=guitar", "note=4", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 608, "instrument=guitar", "note=4", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 609, "instrument=guitar", "note=5", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 610, "instrument=guitar", "note=5", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 611, "instrument=guitar", "note=6", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 612, "instrument=guitar", "note=6", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 613, "instrument=guitar", "note=7", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 614, "instrument=guitar", "note=7", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 615, "instrument=guitar", "note=8", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 616, "instrument=guitar", "note=8", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 617, "instrument=guitar", "note=9", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 618, "instrument=guitar", "note=9", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 619, "instrument=guitar", "note=10", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 620, "instrument=guitar", "note=10", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 621, "instrument=guitar", "note=11", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 622, "instrument=guitar", "note=11", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 623, "instrument=guitar", "note=12", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 624, "instrument=guitar", "note=12", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 625, "instrument=guitar", "note=13", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 626, "instrument=guitar", "note=13", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 627, "instrument=guitar", "note=14", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 628, "instrument=guitar", "note=14", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 629, "instrument=guitar", "note=15", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 630, "instrument=guitar", "note=15", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 631, "instrument=guitar", "note=16", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 632, "instrument=guitar", "note=16", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 633, "instrument=guitar", "note=17", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 634, "instrument=guitar", "note=17", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 635, "instrument=guitar", "note=18", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 636, "instrument=guitar", "note=18", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 637, "instrument=guitar", "note=19", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 638, "instrument=guitar", "note=19", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 639, "instrument=guitar", "note=20", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 640, "instrument=guitar", "note=20", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 641, "instrument=guitar", "note=21", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 642, "instrument=guitar", "note=21", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 643, "instrument=guitar", "note=22", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 644, "instrument=guitar", "note=22", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 645, "instrument=guitar", "note=23", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 646, "instrument=guitar", "note=23", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 647, "instrument=guitar", "note=24", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 648, "instrument=guitar", "note=24", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 649, "instrument=chime", "note=0", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 650, "instrument=chime", "note=0", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 651, "instrument=chime", "note=1", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 652, "instrument=chime", "note=1", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 653, "instrument=chime", "note=2", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 654, "instrument=chime", "note=2", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 655, "instrument=chime", "note=3", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 656, "instrument=chime", "note=3", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 657, "instrument=chime", "note=4", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 658, "instrument=chime", "note=4", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 659, "instrument=chime", "note=5", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 660, "instrument=chime", "note=5", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 661, "instrument=chime", "note=6", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 662, "instrument=chime", "note=6", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 663, "instrument=chime", "note=7", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 664, "instrument=chime", "note=7", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 665, "instrument=chime", "note=8", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 666, "instrument=chime", "note=8", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 667, "instrument=chime", "note=9", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 668, "instrument=chime", "note=9", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 669, "instrument=chime", "note=10", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 670, "instrument=chime", "note=10", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 671, "instrument=chime", "note=11", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 672, "instrument=chime", "note=11", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 673, "instrument=chime", "note=12", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 674, "instrument=chime", "note=12", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 675, "instrument=chime", "note=13", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 676, "instrument=chime", "note=13", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 677, "instrument=chime", "note=14", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 678, "instrument=chime", "note=14", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 679, "instrument=chime", "note=15", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 680, "instrument=chime", "note=15", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 681, "instrument=chime", "note=16", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 682, "instrument=chime", "note=16", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 683, "instrument=chime", "note=17", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 684, "instrument=chime", "note=17", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 685, "instrument=chime", "note=18", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 686, "instrument=chime", "note=18", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 687, "instrument=chime", "note=19", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 688, "instrument=chime", "note=19", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 689, "instrument=chime", "note=20", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 690, "instrument=chime", "note=20", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 691, "instrument=chime", "note=21", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 692, "instrument=chime", "note=21", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 693, "instrument=chime", "note=22", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 694, "instrument=chime", "note=22", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 695, "instrument=chime", "note=23", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 696, "instrument=chime", "note=23", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 697, "instrument=chime", "note=24", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 698, "instrument=chime", "note=24", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 699, "instrument=xylophone", "note=0", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 700, "instrument=xylophone", "note=0", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 701, "instrument=xylophone", "note=1", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 702, "instrument=xylophone", "note=1", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 703, "instrument=xylophone", "note=2", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 704, "instrument=xylophone", "note=2", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 705, "instrument=xylophone", "note=3", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 706, "instrument=xylophone", "note=3", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 707, "instrument=xylophone", "note=4", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 708, "instrument=xylophone", "note=4", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 709, "instrument=xylophone", "note=5", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 710, "instrument=xylophone", "note=5", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 711, "instrument=xylophone", "note=6", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 712, "instrument=xylophone", "note=6", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 713, "instrument=xylophone", "note=7", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 714, "instrument=xylophone", "note=7", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 715, "instrument=xylophone", "note=8", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 716, "instrument=xylophone", "note=8", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 717, "instrument=xylophone", "note=9", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 718, "instrument=xylophone", "note=9", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 719, "instrument=xylophone", "note=10", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 720, "instrument=xylophone", "note=10", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 721, "instrument=xylophone", "note=11", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 722, "instrument=xylophone", "note=11", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 723, "instrument=xylophone", "note=12", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 724, "instrument=xylophone", "note=12", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 725, "instrument=xylophone", "note=13", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 726, "instrument=xylophone", "note=13", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 727, "instrument=xylophone", "note=14", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 728, "instrument=xylophone", "note=14", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 729, "instrument=xylophone", "note=15", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 730, "instrument=xylophone", "note=15", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 731, "instrument=xylophone", "note=16", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 732, "instrument=xylophone", "note=16", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 733, "instrument=xylophone", "note=17", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 734, "instrument=xylophone", "note=17", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 735, "instrument=xylophone", "note=18", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 736, "instrument=xylophone", "note=18", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 737, "instrument=xylophone", "note=19", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 738, "instrument=xylophone", "note=19", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 739, "instrument=xylophone", "note=20", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 740, "instrument=xylophone", "note=20", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 741, "instrument=xylophone", "note=21", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 742, "instrument=xylophone", "note=21", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 743, "instrument=xylophone", "note=22", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 744, "instrument=xylophone", "note=22", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 745, "instrument=xylophone", "note=23", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 746, "instrument=xylophone", "note=23", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 747, "instrument=xylophone", "note=24", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 748, "instrument=xylophone", "note=24", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 749, "instrument=iron_xylophone", "note=0", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 750, "instrument=iron_xylophone", "note=0", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 751, "instrument=iron_xylophone", "note=1", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 752, "instrument=iron_xylophone", "note=1", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 753, "instrument=iron_xylophone", "note=2", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 754, "instrument=iron_xylophone", "note=2", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 755, "instrument=iron_xylophone", "note=3", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 756, "instrument=iron_xylophone", "note=3", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 757, "instrument=iron_xylophone", "note=4", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 758, "instrument=iron_xylophone", "note=4", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 759, "instrument=iron_xylophone", "note=5", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 760, "instrument=iron_xylophone", "note=5", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 761, "instrument=iron_xylophone", "note=6", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 762, "instrument=iron_xylophone", "note=6", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 763, "instrument=iron_xylophone", "note=7", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 764, "instrument=iron_xylophone", "note=7", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 765, "instrument=iron_xylophone", "note=8", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 766, "instrument=iron_xylophone", "note=8", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 767, "instrument=iron_xylophone", "note=9", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 768, "instrument=iron_xylophone", "note=9", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 769, "instrument=iron_xylophone", "note=10", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 770, "instrument=iron_xylophone", "note=10", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 771, "instrument=iron_xylophone", "note=11", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 772, "instrument=iron_xylophone", "note=11", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 773, "instrument=iron_xylophone", "note=12", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 774, "instrument=iron_xylophone", "note=12", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 775, "instrument=iron_xylophone", "note=13", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 776, "instrument=iron_xylophone", "note=13", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 777, "instrument=iron_xylophone", "note=14", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 778, "instrument=iron_xylophone", "note=14", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 779, "instrument=iron_xylophone", "note=15", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 780, "instrument=iron_xylophone", "note=15", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 781, "instrument=iron_xylophone", "note=16", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 782, "instrument=iron_xylophone", "note=16", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 783, "instrument=iron_xylophone", "note=17", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 784, "instrument=iron_xylophone", "note=17", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 785, "instrument=iron_xylophone", "note=18", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 786, "instrument=iron_xylophone", "note=18", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 787, "instrument=iron_xylophone", "note=19", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 788, "instrument=iron_xylophone", "note=19", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 789, "instrument=iron_xylophone", "note=20", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 790, "instrument=iron_xylophone", "note=20", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 791, "instrument=iron_xylophone", "note=21", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 792, "instrument=iron_xylophone", "note=21", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 793, "instrument=iron_xylophone", "note=22", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 794, "instrument=iron_xylophone", "note=22", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 795, "instrument=iron_xylophone", "note=23", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 796, "instrument=iron_xylophone", "note=23", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 797, "instrument=iron_xylophone", "note=24", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 798, "instrument=iron_xylophone", "note=24", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 799, "instrument=cow_bell", "note=0", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 800, "instrument=cow_bell", "note=0", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 801, "instrument=cow_bell", "note=1", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 802, "instrument=cow_bell", "note=1", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 803, "instrument=cow_bell", "note=2", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 804, "instrument=cow_bell", "note=2", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 805, "instrument=cow_bell", "note=3", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 806, "instrument=cow_bell", "note=3", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 807, "instrument=cow_bell", "note=4", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 808, "instrument=cow_bell", "note=4", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 809, "instrument=cow_bell", "note=5", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 810, "instrument=cow_bell", "note=5", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 811, "instrument=cow_bell", "note=6", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 812, "instrument=cow_bell", "note=6", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 813, "instrument=cow_bell", "note=7", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 814, "instrument=cow_bell", "note=7", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 815, "instrument=cow_bell", "note=8", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 816, "instrument=cow_bell", "note=8", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 817, "instrument=cow_bell", "note=9", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 818, "instrument=cow_bell", "note=9", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 819, "instrument=cow_bell", "note=10", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 820, "instrument=cow_bell", "note=10", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 821, "instrument=cow_bell", "note=11", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 822, "instrument=cow_bell", "note=11", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 823, "instrument=cow_bell", "note=12", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 824, "instrument=cow_bell", "note=12", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 825, "instrument=cow_bell", "note=13", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 826, "instrument=cow_bell", "note=13", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 827, "instrument=cow_bell", "note=14", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 828, "instrument=cow_bell", "note=14", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 829, "instrument=cow_bell", "note=15", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 830, "instrument=cow_bell", "note=15", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 831, "instrument=cow_bell", "note=16", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 832, "instrument=cow_bell", "note=16", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 833, "instrument=cow_bell", "note=17", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 834, "instrument=cow_bell", "note=17", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 835, "instrument=cow_bell", "note=18", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 836, "instrument=cow_bell", "note=18", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 837, "instrument=cow_bell", "note=19", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 838, "instrument=cow_bell", "note=19", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 839, "instrument=cow_bell", "note=20", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 840, "instrument=cow_bell", "note=20", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 841, "instrument=cow_bell", "note=21", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 842, "instrument=cow_bell", "note=21", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 843, "instrument=cow_bell", "note=22", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 844, "instrument=cow_bell", "note=22", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 845, "instrument=cow_bell", "note=23", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 846, "instrument=cow_bell", "note=23", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 847, "instrument=cow_bell", "note=24", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 848, "instrument=cow_bell", "note=24", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 849, "instrument=didgeridoo", "note=0", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 850, "instrument=didgeridoo", "note=0", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 851, "instrument=didgeridoo", "note=1", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 852, "instrument=didgeridoo", "note=1", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 853, "instrument=didgeridoo", "note=2", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 854, "instrument=didgeridoo", "note=2", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 855, "instrument=didgeridoo", "note=3", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 856, "instrument=didgeridoo", "note=3", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 857, "instrument=didgeridoo", "note=4", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 858, "instrument=didgeridoo", "note=4", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 859, "instrument=didgeridoo", "note=5", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 860, "instrument=didgeridoo", "note=5", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 861, "instrument=didgeridoo", "note=6", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 862, "instrument=didgeridoo", "note=6", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 863, "instrument=didgeridoo", "note=7", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 864, "instrument=didgeridoo", "note=7", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 865, "instrument=didgeridoo", "note=8", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 866, "instrument=didgeridoo", "note=8", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 867, "instrument=didgeridoo", "note=9", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 868, "instrument=didgeridoo", "note=9", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 869, "instrument=didgeridoo", "note=10", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 870, "instrument=didgeridoo", "note=10", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 871, "instrument=didgeridoo", "note=11", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 872, "instrument=didgeridoo", "note=11", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 873, "instrument=didgeridoo", "note=12", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 874, "instrument=didgeridoo", "note=12", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 875, "instrument=didgeridoo", "note=13", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 876, "instrument=didgeridoo", "note=13", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 877, "instrument=didgeridoo", "note=14", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 878, "instrument=didgeridoo", "note=14", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 879, "instrument=didgeridoo", "note=15", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 880, "instrument=didgeridoo", "note=15", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 881, "instrument=didgeridoo", "note=16", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 882, "instrument=didgeridoo", "note=16", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 883, "instrument=didgeridoo", "note=17", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 884, "instrument=didgeridoo", "note=17", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 885, "instrument=didgeridoo", "note=18", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 886, "instrument=didgeridoo", "note=18", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 887, "instrument=didgeridoo", "note=19", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 888, "instrument=didgeridoo", "note=19", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 889, "instrument=didgeridoo", "note=20", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 890, "instrument=didgeridoo", "note=20", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 891, "instrument=didgeridoo", "note=21", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 892, "instrument=didgeridoo", "note=21", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 893, "instrument=didgeridoo", "note=22", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 894, "instrument=didgeridoo", "note=22", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 895, "instrument=didgeridoo", "note=23", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 896, "instrument=didgeridoo", "note=23", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 897, "instrument=didgeridoo", "note=24", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 898, "instrument=didgeridoo", "note=24", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 899, "instrument=bit", "note=0", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 900, "instrument=bit", "note=0", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 901, "instrument=bit", "note=1", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 902, "instrument=bit", "note=1", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 903, "instrument=bit", "note=2", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 904, "instrument=bit", "note=2", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 905, "instrument=bit", "note=3", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 906, "instrument=bit", "note=3", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 907, "instrument=bit", "note=4", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 908, "instrument=bit", "note=4", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 909, "instrument=bit", "note=5", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 910, "instrument=bit", "note=5", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 911, "instrument=bit", "note=6", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 912, "instrument=bit", "note=6", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 913, "instrument=bit", "note=7", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 914, "instrument=bit", "note=7", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 915, "instrument=bit", "note=8", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 916, "instrument=bit", "note=8", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 917, "instrument=bit", "note=9", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 918, "instrument=bit", "note=9", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 919, "instrument=bit", "note=10", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 920, "instrument=bit", "note=10", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 921, "instrument=bit", "note=11", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 922, "instrument=bit", "note=11", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 923, "instrument=bit", "note=12", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 924, "instrument=bit", "note=12", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 925, "instrument=bit", "note=13", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 926, "instrument=bit", "note=13", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 927, "instrument=bit", "note=14", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 928, "instrument=bit", "note=14", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 929, "instrument=bit", "note=15", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 930, "instrument=bit", "note=15", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 931, "instrument=bit", "note=16", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 932, "instrument=bit", "note=16", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 933, "instrument=bit", "note=17", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 934, "instrument=bit", "note=17", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 935, "instrument=bit", "note=18", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 936, "instrument=bit", "note=18", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 937, "instrument=bit", "note=19", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 938, "instrument=bit", "note=19", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 939, "instrument=bit", "note=20", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 940, "instrument=bit", "note=20", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 941, "instrument=bit", "note=21", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 942, "instrument=bit", "note=21", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 943, "instrument=bit", "note=22", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 944, "instrument=bit", "note=22", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 945, "instrument=bit", "note=23", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 946, "instrument=bit", "note=23", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 947, "instrument=bit", "note=24", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 948, "instrument=bit", "note=24", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 949, "instrument=banjo", "note=0", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 950, "instrument=banjo", "note=0", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 951, "instrument=banjo", "note=1", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 952, "instrument=banjo", "note=1", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 953, "instrument=banjo", "note=2", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 954, "instrument=banjo", "note=2", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 955, "instrument=banjo", "note=3", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 956, "instrument=banjo", "note=3", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 957, "instrument=banjo", "note=4", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 958, "instrument=banjo", "note=4", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 959, "instrument=banjo", "note=5", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 960, "instrument=banjo", "note=5", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 961, "instrument=banjo", "note=6", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 962, "instrument=banjo", "note=6", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 963, "instrument=banjo", "note=7", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 964, "instrument=banjo", "note=7", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 965, "instrument=banjo", "note=8", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 966, "instrument=banjo", "note=8", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 967, "instrument=banjo", "note=9", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 968, "instrument=banjo", "note=9", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 969, "instrument=banjo", "note=10", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 970, "instrument=banjo", "note=10", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 971, "instrument=banjo", "note=11", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 972, "instrument=banjo", "note=11", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 973, "instrument=banjo", "note=12", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 974, "instrument=banjo", "note=12", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 975, "instrument=banjo", "note=13", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 976, "instrument=banjo", "note=13", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 977, "instrument=banjo", "note=14", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 978, "instrument=banjo", "note=14", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 979, "instrument=banjo", "note=15", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 980, "instrument=banjo", "note=15", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 981, "instrument=banjo", "note=16", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 982, "instrument=banjo", "note=16", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 983, "instrument=banjo", "note=17", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 984, "instrument=banjo", "note=17", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 985, "instrument=banjo", "note=18", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 986, "instrument=banjo", "note=18", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 987, "instrument=banjo", "note=19", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 988, "instrument=banjo", "note=19", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 989, "instrument=banjo", "note=20", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 990, "instrument=banjo", "note=20", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 991, "instrument=banjo", "note=21", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 992, "instrument=banjo", "note=21", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 993, "instrument=banjo", "note=22", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 994, "instrument=banjo", "note=22", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 995, "instrument=banjo", "note=23", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 996, "instrument=banjo", "note=23", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 997, "instrument=banjo", "note=24", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 998, "instrument=banjo", "note=24", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 999, "instrument=pling", "note=0", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1000, "instrument=pling", "note=0", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1001, "instrument=pling", "note=1", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1002, "instrument=pling", "note=1", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1003, "instrument=pling", "note=2", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1004, "instrument=pling", "note=2", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1005, "instrument=pling", "note=3", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1006, "instrument=pling", "note=3", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1007, "instrument=pling", "note=4", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1008, "instrument=pling", "note=4", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1009, "instrument=pling", "note=5", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1010, "instrument=pling", "note=5", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1011, "instrument=pling", "note=6", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1012, "instrument=pling", "note=6", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1013, "instrument=pling", "note=7", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1014, "instrument=pling", "note=7", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1015, "instrument=pling", "note=8", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1016, "instrument=pling", "note=8", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1017, "instrument=pling", "note=9", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1018, "instrument=pling", "note=9", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1019, "instrument=pling", "note=10", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1020, "instrument=pling", "note=10", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1021, "instrument=pling", "note=11", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1022, "instrument=pling", "note=11", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1023, "instrument=pling", "note=12", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1024, "instrument=pling", "note=12", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1025, "instrument=pling", "note=13", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1026, "instrument=pling", "note=13", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1027, "instrument=pling", "note=14", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1028, "instrument=pling", "note=14", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1029, "instrument=pling", "note=15", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1030, "instrument=pling", "note=15", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1031, "instrument=pling", "note=16", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1032, "instrument=pling", "note=16", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1033, "instrument=pling", "note=17", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1034, "instrument=pling", "note=17", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1035, "instrument=pling", "note=18", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1036, "instrument=pling", "note=18", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1037, "instrument=pling", "note=19", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1038, "instrument=pling", "note=19", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1039, "instrument=pling", "note=20", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1040, "instrument=pling", "note=20", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1041, "instrument=pling", "note=21", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1042, "instrument=pling", "note=21", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1043, "instrument=pling", "note=22", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1044, "instrument=pling", "note=22", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1045, "instrument=pling", "note=23", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1046, "instrument=pling", "note=23", "powered=false")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1047, "instrument=pling", "note=24", "powered=true")); - NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1048, "instrument=pling", "note=24", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 248, "instrument=harp", "note=0", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 249, "instrument=harp", "note=0", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 250, "instrument=harp", "note=1", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 251, "instrument=harp", "note=1", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 252, "instrument=harp", "note=2", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 253, "instrument=harp", "note=2", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 254, "instrument=harp", "note=3", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 255, "instrument=harp", "note=3", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 256, "instrument=harp", "note=4", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 257, "instrument=harp", "note=4", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 258, "instrument=harp", "note=5", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 259, "instrument=harp", "note=5", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 260, "instrument=harp", "note=6", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 261, "instrument=harp", "note=6", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 262, "instrument=harp", "note=7", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 263, "instrument=harp", "note=7", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 264, "instrument=harp", "note=8", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 265, "instrument=harp", "note=8", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 266, "instrument=harp", "note=9", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 267, "instrument=harp", "note=9", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 268, "instrument=harp", "note=10", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 269, "instrument=harp", "note=10", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 270, "instrument=harp", "note=11", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 271, "instrument=harp", "note=11", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 272, "instrument=harp", "note=12", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 273, "instrument=harp", "note=12", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 274, "instrument=harp", "note=13", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 275, "instrument=harp", "note=13", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 276, "instrument=harp", "note=14", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 277, "instrument=harp", "note=14", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 278, "instrument=harp", "note=15", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 279, "instrument=harp", "note=15", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 280, "instrument=harp", "note=16", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 281, "instrument=harp", "note=16", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 282, "instrument=harp", "note=17", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 283, "instrument=harp", "note=17", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 284, "instrument=harp", "note=18", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 285, "instrument=harp", "note=18", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 286, "instrument=harp", "note=19", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 287, "instrument=harp", "note=19", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 288, "instrument=harp", "note=20", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 289, "instrument=harp", "note=20", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 290, "instrument=harp", "note=21", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 291, "instrument=harp", "note=21", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 292, "instrument=harp", "note=22", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 293, "instrument=harp", "note=22", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 294, "instrument=harp", "note=23", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 295, "instrument=harp", "note=23", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 296, "instrument=harp", "note=24", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 297, "instrument=harp", "note=24", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 298, "instrument=basedrum", "note=0", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 299, "instrument=basedrum", "note=0", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 300, "instrument=basedrum", "note=1", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 301, "instrument=basedrum", "note=1", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 302, "instrument=basedrum", "note=2", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 303, "instrument=basedrum", "note=2", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 304, "instrument=basedrum", "note=3", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 305, "instrument=basedrum", "note=3", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 306, "instrument=basedrum", "note=4", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 307, "instrument=basedrum", "note=4", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 308, "instrument=basedrum", "note=5", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 309, "instrument=basedrum", "note=5", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 310, "instrument=basedrum", "note=6", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 311, "instrument=basedrum", "note=6", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 312, "instrument=basedrum", "note=7", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 313, "instrument=basedrum", "note=7", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 314, "instrument=basedrum", "note=8", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 315, "instrument=basedrum", "note=8", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 316, "instrument=basedrum", "note=9", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 317, "instrument=basedrum", "note=9", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 318, "instrument=basedrum", "note=10", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 319, "instrument=basedrum", "note=10", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 320, "instrument=basedrum", "note=11", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 321, "instrument=basedrum", "note=11", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 322, "instrument=basedrum", "note=12", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 323, "instrument=basedrum", "note=12", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 324, "instrument=basedrum", "note=13", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 325, "instrument=basedrum", "note=13", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 326, "instrument=basedrum", "note=14", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 327, "instrument=basedrum", "note=14", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 328, "instrument=basedrum", "note=15", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 329, "instrument=basedrum", "note=15", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 330, "instrument=basedrum", "note=16", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 331, "instrument=basedrum", "note=16", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 332, "instrument=basedrum", "note=17", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 333, "instrument=basedrum", "note=17", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 334, "instrument=basedrum", "note=18", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 335, "instrument=basedrum", "note=18", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 336, "instrument=basedrum", "note=19", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 337, "instrument=basedrum", "note=19", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 338, "instrument=basedrum", "note=20", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 339, "instrument=basedrum", "note=20", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 340, "instrument=basedrum", "note=21", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 341, "instrument=basedrum", "note=21", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 342, "instrument=basedrum", "note=22", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 343, "instrument=basedrum", "note=22", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 344, "instrument=basedrum", "note=23", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 345, "instrument=basedrum", "note=23", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 346, "instrument=basedrum", "note=24", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 347, "instrument=basedrum", "note=24", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 348, "instrument=snare", "note=0", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 349, "instrument=snare", "note=0", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 350, "instrument=snare", "note=1", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 351, "instrument=snare", "note=1", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 352, "instrument=snare", "note=2", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 353, "instrument=snare", "note=2", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 354, "instrument=snare", "note=3", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 355, "instrument=snare", "note=3", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 356, "instrument=snare", "note=4", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 357, "instrument=snare", "note=4", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 358, "instrument=snare", "note=5", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 359, "instrument=snare", "note=5", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 360, "instrument=snare", "note=6", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 361, "instrument=snare", "note=6", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 362, "instrument=snare", "note=7", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 363, "instrument=snare", "note=7", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 364, "instrument=snare", "note=8", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 365, "instrument=snare", "note=8", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 366, "instrument=snare", "note=9", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 367, "instrument=snare", "note=9", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 368, "instrument=snare", "note=10", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 369, "instrument=snare", "note=10", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 370, "instrument=snare", "note=11", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 371, "instrument=snare", "note=11", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 372, "instrument=snare", "note=12", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 373, "instrument=snare", "note=12", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 374, "instrument=snare", "note=13", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 375, "instrument=snare", "note=13", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 376, "instrument=snare", "note=14", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 377, "instrument=snare", "note=14", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 378, "instrument=snare", "note=15", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 379, "instrument=snare", "note=15", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 380, "instrument=snare", "note=16", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 381, "instrument=snare", "note=16", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 382, "instrument=snare", "note=17", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 383, "instrument=snare", "note=17", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 384, "instrument=snare", "note=18", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 385, "instrument=snare", "note=18", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 386, "instrument=snare", "note=19", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 387, "instrument=snare", "note=19", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 388, "instrument=snare", "note=20", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 389, "instrument=snare", "note=20", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 390, "instrument=snare", "note=21", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 391, "instrument=snare", "note=21", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 392, "instrument=snare", "note=22", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 393, "instrument=snare", "note=22", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 394, "instrument=snare", "note=23", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 395, "instrument=snare", "note=23", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 396, "instrument=snare", "note=24", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 397, "instrument=snare", "note=24", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 398, "instrument=hat", "note=0", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 399, "instrument=hat", "note=0", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 400, "instrument=hat", "note=1", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 401, "instrument=hat", "note=1", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 402, "instrument=hat", "note=2", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 403, "instrument=hat", "note=2", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 404, "instrument=hat", "note=3", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 405, "instrument=hat", "note=3", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 406, "instrument=hat", "note=4", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 407, "instrument=hat", "note=4", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 408, "instrument=hat", "note=5", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 409, "instrument=hat", "note=5", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 410, "instrument=hat", "note=6", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 411, "instrument=hat", "note=6", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 412, "instrument=hat", "note=7", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 413, "instrument=hat", "note=7", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 414, "instrument=hat", "note=8", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 415, "instrument=hat", "note=8", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 416, "instrument=hat", "note=9", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 417, "instrument=hat", "note=9", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 418, "instrument=hat", "note=10", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 419, "instrument=hat", "note=10", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 420, "instrument=hat", "note=11", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 421, "instrument=hat", "note=11", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 422, "instrument=hat", "note=12", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 423, "instrument=hat", "note=12", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 424, "instrument=hat", "note=13", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 425, "instrument=hat", "note=13", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 426, "instrument=hat", "note=14", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 427, "instrument=hat", "note=14", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 428, "instrument=hat", "note=15", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 429, "instrument=hat", "note=15", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 430, "instrument=hat", "note=16", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 431, "instrument=hat", "note=16", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 432, "instrument=hat", "note=17", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 433, "instrument=hat", "note=17", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 434, "instrument=hat", "note=18", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 435, "instrument=hat", "note=18", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 436, "instrument=hat", "note=19", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 437, "instrument=hat", "note=19", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 438, "instrument=hat", "note=20", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 439, "instrument=hat", "note=20", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 440, "instrument=hat", "note=21", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 441, "instrument=hat", "note=21", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 442, "instrument=hat", "note=22", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 443, "instrument=hat", "note=22", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 444, "instrument=hat", "note=23", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 445, "instrument=hat", "note=23", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 446, "instrument=hat", "note=24", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 447, "instrument=hat", "note=24", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 448, "instrument=bass", "note=0", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 449, "instrument=bass", "note=0", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 450, "instrument=bass", "note=1", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 451, "instrument=bass", "note=1", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 452, "instrument=bass", "note=2", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 453, "instrument=bass", "note=2", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 454, "instrument=bass", "note=3", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 455, "instrument=bass", "note=3", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 456, "instrument=bass", "note=4", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 457, "instrument=bass", "note=4", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 458, "instrument=bass", "note=5", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 459, "instrument=bass", "note=5", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 460, "instrument=bass", "note=6", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 461, "instrument=bass", "note=6", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 462, "instrument=bass", "note=7", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 463, "instrument=bass", "note=7", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 464, "instrument=bass", "note=8", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 465, "instrument=bass", "note=8", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 466, "instrument=bass", "note=9", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 467, "instrument=bass", "note=9", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 468, "instrument=bass", "note=10", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 469, "instrument=bass", "note=10", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 470, "instrument=bass", "note=11", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 471, "instrument=bass", "note=11", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 472, "instrument=bass", "note=12", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 473, "instrument=bass", "note=12", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 474, "instrument=bass", "note=13", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 475, "instrument=bass", "note=13", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 476, "instrument=bass", "note=14", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 477, "instrument=bass", "note=14", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 478, "instrument=bass", "note=15", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 479, "instrument=bass", "note=15", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 480, "instrument=bass", "note=16", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 481, "instrument=bass", "note=16", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 482, "instrument=bass", "note=17", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 483, "instrument=bass", "note=17", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 484, "instrument=bass", "note=18", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 485, "instrument=bass", "note=18", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 486, "instrument=bass", "note=19", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 487, "instrument=bass", "note=19", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 488, "instrument=bass", "note=20", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 489, "instrument=bass", "note=20", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 490, "instrument=bass", "note=21", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 491, "instrument=bass", "note=21", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 492, "instrument=bass", "note=22", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 493, "instrument=bass", "note=22", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 494, "instrument=bass", "note=23", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 495, "instrument=bass", "note=23", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 496, "instrument=bass", "note=24", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 497, "instrument=bass", "note=24", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 498, "instrument=flute", "note=0", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 499, "instrument=flute", "note=0", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 500, "instrument=flute", "note=1", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 501, "instrument=flute", "note=1", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 502, "instrument=flute", "note=2", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 503, "instrument=flute", "note=2", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 504, "instrument=flute", "note=3", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 505, "instrument=flute", "note=3", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 506, "instrument=flute", "note=4", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 507, "instrument=flute", "note=4", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 508, "instrument=flute", "note=5", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 509, "instrument=flute", "note=5", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 510, "instrument=flute", "note=6", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 511, "instrument=flute", "note=6", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 512, "instrument=flute", "note=7", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 513, "instrument=flute", "note=7", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 514, "instrument=flute", "note=8", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 515, "instrument=flute", "note=8", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 516, "instrument=flute", "note=9", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 517, "instrument=flute", "note=9", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 518, "instrument=flute", "note=10", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 519, "instrument=flute", "note=10", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 520, "instrument=flute", "note=11", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 521, "instrument=flute", "note=11", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 522, "instrument=flute", "note=12", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 523, "instrument=flute", "note=12", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 524, "instrument=flute", "note=13", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 525, "instrument=flute", "note=13", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 526, "instrument=flute", "note=14", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 527, "instrument=flute", "note=14", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 528, "instrument=flute", "note=15", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 529, "instrument=flute", "note=15", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 530, "instrument=flute", "note=16", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 531, "instrument=flute", "note=16", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 532, "instrument=flute", "note=17", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 533, "instrument=flute", "note=17", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 534, "instrument=flute", "note=18", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 535, "instrument=flute", "note=18", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 536, "instrument=flute", "note=19", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 537, "instrument=flute", "note=19", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 538, "instrument=flute", "note=20", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 539, "instrument=flute", "note=20", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 540, "instrument=flute", "note=21", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 541, "instrument=flute", "note=21", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 542, "instrument=flute", "note=22", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 543, "instrument=flute", "note=22", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 544, "instrument=flute", "note=23", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 545, "instrument=flute", "note=23", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 546, "instrument=flute", "note=24", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 547, "instrument=flute", "note=24", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 548, "instrument=bell", "note=0", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 549, "instrument=bell", "note=0", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 550, "instrument=bell", "note=1", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 551, "instrument=bell", "note=1", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 552, "instrument=bell", "note=2", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 553, "instrument=bell", "note=2", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 554, "instrument=bell", "note=3", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 555, "instrument=bell", "note=3", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 556, "instrument=bell", "note=4", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 557, "instrument=bell", "note=4", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 558, "instrument=bell", "note=5", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 559, "instrument=bell", "note=5", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 560, "instrument=bell", "note=6", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 561, "instrument=bell", "note=6", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 562, "instrument=bell", "note=7", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 563, "instrument=bell", "note=7", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 564, "instrument=bell", "note=8", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 565, "instrument=bell", "note=8", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 566, "instrument=bell", "note=9", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 567, "instrument=bell", "note=9", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 568, "instrument=bell", "note=10", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 569, "instrument=bell", "note=10", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 570, "instrument=bell", "note=11", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 571, "instrument=bell", "note=11", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 572, "instrument=bell", "note=12", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 573, "instrument=bell", "note=12", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 574, "instrument=bell", "note=13", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 575, "instrument=bell", "note=13", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 576, "instrument=bell", "note=14", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 577, "instrument=bell", "note=14", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 578, "instrument=bell", "note=15", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 579, "instrument=bell", "note=15", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 580, "instrument=bell", "note=16", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 581, "instrument=bell", "note=16", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 582, "instrument=bell", "note=17", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 583, "instrument=bell", "note=17", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 584, "instrument=bell", "note=18", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 585, "instrument=bell", "note=18", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 586, "instrument=bell", "note=19", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 587, "instrument=bell", "note=19", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 588, "instrument=bell", "note=20", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 589, "instrument=bell", "note=20", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 590, "instrument=bell", "note=21", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 591, "instrument=bell", "note=21", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 592, "instrument=bell", "note=22", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 593, "instrument=bell", "note=22", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 594, "instrument=bell", "note=23", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 595, "instrument=bell", "note=23", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 596, "instrument=bell", "note=24", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 597, "instrument=bell", "note=24", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 598, "instrument=guitar", "note=0", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 599, "instrument=guitar", "note=0", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 600, "instrument=guitar", "note=1", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 601, "instrument=guitar", "note=1", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 602, "instrument=guitar", "note=2", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 603, "instrument=guitar", "note=2", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 604, "instrument=guitar", "note=3", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 605, "instrument=guitar", "note=3", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 606, "instrument=guitar", "note=4", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 607, "instrument=guitar", "note=4", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 608, "instrument=guitar", "note=5", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 609, "instrument=guitar", "note=5", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 610, "instrument=guitar", "note=6", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 611, "instrument=guitar", "note=6", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 612, "instrument=guitar", "note=7", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 613, "instrument=guitar", "note=7", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 614, "instrument=guitar", "note=8", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 615, "instrument=guitar", "note=8", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 616, "instrument=guitar", "note=9", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 617, "instrument=guitar", "note=9", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 618, "instrument=guitar", "note=10", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 619, "instrument=guitar", "note=10", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 620, "instrument=guitar", "note=11", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 621, "instrument=guitar", "note=11", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 622, "instrument=guitar", "note=12", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 623, "instrument=guitar", "note=12", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 624, "instrument=guitar", "note=13", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 625, "instrument=guitar", "note=13", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 626, "instrument=guitar", "note=14", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 627, "instrument=guitar", "note=14", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 628, "instrument=guitar", "note=15", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 629, "instrument=guitar", "note=15", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 630, "instrument=guitar", "note=16", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 631, "instrument=guitar", "note=16", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 632, "instrument=guitar", "note=17", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 633, "instrument=guitar", "note=17", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 634, "instrument=guitar", "note=18", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 635, "instrument=guitar", "note=18", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 636, "instrument=guitar", "note=19", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 637, "instrument=guitar", "note=19", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 638, "instrument=guitar", "note=20", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 639, "instrument=guitar", "note=20", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 640, "instrument=guitar", "note=21", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 641, "instrument=guitar", "note=21", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 642, "instrument=guitar", "note=22", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 643, "instrument=guitar", "note=22", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 644, "instrument=guitar", "note=23", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 645, "instrument=guitar", "note=23", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 646, "instrument=guitar", "note=24", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 647, "instrument=guitar", "note=24", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 648, "instrument=chime", "note=0", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 649, "instrument=chime", "note=0", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 650, "instrument=chime", "note=1", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 651, "instrument=chime", "note=1", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 652, "instrument=chime", "note=2", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 653, "instrument=chime", "note=2", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 654, "instrument=chime", "note=3", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 655, "instrument=chime", "note=3", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 656, "instrument=chime", "note=4", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 657, "instrument=chime", "note=4", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 658, "instrument=chime", "note=5", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 659, "instrument=chime", "note=5", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 660, "instrument=chime", "note=6", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 661, "instrument=chime", "note=6", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 662, "instrument=chime", "note=7", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 663, "instrument=chime", "note=7", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 664, "instrument=chime", "note=8", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 665, "instrument=chime", "note=8", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 666, "instrument=chime", "note=9", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 667, "instrument=chime", "note=9", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 668, "instrument=chime", "note=10", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 669, "instrument=chime", "note=10", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 670, "instrument=chime", "note=11", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 671, "instrument=chime", "note=11", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 672, "instrument=chime", "note=12", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 673, "instrument=chime", "note=12", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 674, "instrument=chime", "note=13", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 675, "instrument=chime", "note=13", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 676, "instrument=chime", "note=14", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 677, "instrument=chime", "note=14", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 678, "instrument=chime", "note=15", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 679, "instrument=chime", "note=15", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 680, "instrument=chime", "note=16", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 681, "instrument=chime", "note=16", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 682, "instrument=chime", "note=17", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 683, "instrument=chime", "note=17", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 684, "instrument=chime", "note=18", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 685, "instrument=chime", "note=18", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 686, "instrument=chime", "note=19", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 687, "instrument=chime", "note=19", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 688, "instrument=chime", "note=20", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 689, "instrument=chime", "note=20", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 690, "instrument=chime", "note=21", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 691, "instrument=chime", "note=21", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 692, "instrument=chime", "note=22", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 693, "instrument=chime", "note=22", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 694, "instrument=chime", "note=23", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 695, "instrument=chime", "note=23", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 696, "instrument=chime", "note=24", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 697, "instrument=chime", "note=24", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 698, "instrument=xylophone", "note=0", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 699, "instrument=xylophone", "note=0", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 700, "instrument=xylophone", "note=1", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 701, "instrument=xylophone", "note=1", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 702, "instrument=xylophone", "note=2", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 703, "instrument=xylophone", "note=2", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 704, "instrument=xylophone", "note=3", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 705, "instrument=xylophone", "note=3", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 706, "instrument=xylophone", "note=4", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 707, "instrument=xylophone", "note=4", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 708, "instrument=xylophone", "note=5", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 709, "instrument=xylophone", "note=5", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 710, "instrument=xylophone", "note=6", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 711, "instrument=xylophone", "note=6", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 712, "instrument=xylophone", "note=7", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 713, "instrument=xylophone", "note=7", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 714, "instrument=xylophone", "note=8", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 715, "instrument=xylophone", "note=8", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 716, "instrument=xylophone", "note=9", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 717, "instrument=xylophone", "note=9", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 718, "instrument=xylophone", "note=10", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 719, "instrument=xylophone", "note=10", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 720, "instrument=xylophone", "note=11", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 721, "instrument=xylophone", "note=11", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 722, "instrument=xylophone", "note=12", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 723, "instrument=xylophone", "note=12", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 724, "instrument=xylophone", "note=13", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 725, "instrument=xylophone", "note=13", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 726, "instrument=xylophone", "note=14", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 727, "instrument=xylophone", "note=14", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 728, "instrument=xylophone", "note=15", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 729, "instrument=xylophone", "note=15", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 730, "instrument=xylophone", "note=16", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 731, "instrument=xylophone", "note=16", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 732, "instrument=xylophone", "note=17", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 733, "instrument=xylophone", "note=17", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 734, "instrument=xylophone", "note=18", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 735, "instrument=xylophone", "note=18", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 736, "instrument=xylophone", "note=19", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 737, "instrument=xylophone", "note=19", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 738, "instrument=xylophone", "note=20", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 739, "instrument=xylophone", "note=20", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 740, "instrument=xylophone", "note=21", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 741, "instrument=xylophone", "note=21", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 742, "instrument=xylophone", "note=22", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 743, "instrument=xylophone", "note=22", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 744, "instrument=xylophone", "note=23", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 745, "instrument=xylophone", "note=23", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 746, "instrument=xylophone", "note=24", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 747, "instrument=xylophone", "note=24", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 748, "instrument=iron_xylophone", "note=0", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 749, "instrument=iron_xylophone", "note=0", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 750, "instrument=iron_xylophone", "note=1", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 751, "instrument=iron_xylophone", "note=1", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 752, "instrument=iron_xylophone", "note=2", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 753, "instrument=iron_xylophone", "note=2", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 754, "instrument=iron_xylophone", "note=3", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 755, "instrument=iron_xylophone", "note=3", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 756, "instrument=iron_xylophone", "note=4", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 757, "instrument=iron_xylophone", "note=4", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 758, "instrument=iron_xylophone", "note=5", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 759, "instrument=iron_xylophone", "note=5", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 760, "instrument=iron_xylophone", "note=6", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 761, "instrument=iron_xylophone", "note=6", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 762, "instrument=iron_xylophone", "note=7", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 763, "instrument=iron_xylophone", "note=7", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 764, "instrument=iron_xylophone", "note=8", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 765, "instrument=iron_xylophone", "note=8", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 766, "instrument=iron_xylophone", "note=9", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 767, "instrument=iron_xylophone", "note=9", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 768, "instrument=iron_xylophone", "note=10", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 769, "instrument=iron_xylophone", "note=10", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 770, "instrument=iron_xylophone", "note=11", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 771, "instrument=iron_xylophone", "note=11", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 772, "instrument=iron_xylophone", "note=12", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 773, "instrument=iron_xylophone", "note=12", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 774, "instrument=iron_xylophone", "note=13", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 775, "instrument=iron_xylophone", "note=13", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 776, "instrument=iron_xylophone", "note=14", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 777, "instrument=iron_xylophone", "note=14", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 778, "instrument=iron_xylophone", "note=15", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 779, "instrument=iron_xylophone", "note=15", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 780, "instrument=iron_xylophone", "note=16", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 781, "instrument=iron_xylophone", "note=16", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 782, "instrument=iron_xylophone", "note=17", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 783, "instrument=iron_xylophone", "note=17", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 784, "instrument=iron_xylophone", "note=18", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 785, "instrument=iron_xylophone", "note=18", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 786, "instrument=iron_xylophone", "note=19", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 787, "instrument=iron_xylophone", "note=19", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 788, "instrument=iron_xylophone", "note=20", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 789, "instrument=iron_xylophone", "note=20", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 790, "instrument=iron_xylophone", "note=21", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 791, "instrument=iron_xylophone", "note=21", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 792, "instrument=iron_xylophone", "note=22", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 793, "instrument=iron_xylophone", "note=22", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 794, "instrument=iron_xylophone", "note=23", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 795, "instrument=iron_xylophone", "note=23", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 796, "instrument=iron_xylophone", "note=24", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 797, "instrument=iron_xylophone", "note=24", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 798, "instrument=cow_bell", "note=0", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 799, "instrument=cow_bell", "note=0", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 800, "instrument=cow_bell", "note=1", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 801, "instrument=cow_bell", "note=1", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 802, "instrument=cow_bell", "note=2", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 803, "instrument=cow_bell", "note=2", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 804, "instrument=cow_bell", "note=3", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 805, "instrument=cow_bell", "note=3", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 806, "instrument=cow_bell", "note=4", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 807, "instrument=cow_bell", "note=4", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 808, "instrument=cow_bell", "note=5", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 809, "instrument=cow_bell", "note=5", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 810, "instrument=cow_bell", "note=6", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 811, "instrument=cow_bell", "note=6", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 812, "instrument=cow_bell", "note=7", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 813, "instrument=cow_bell", "note=7", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 814, "instrument=cow_bell", "note=8", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 815, "instrument=cow_bell", "note=8", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 816, "instrument=cow_bell", "note=9", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 817, "instrument=cow_bell", "note=9", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 818, "instrument=cow_bell", "note=10", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 819, "instrument=cow_bell", "note=10", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 820, "instrument=cow_bell", "note=11", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 821, "instrument=cow_bell", "note=11", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 822, "instrument=cow_bell", "note=12", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 823, "instrument=cow_bell", "note=12", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 824, "instrument=cow_bell", "note=13", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 825, "instrument=cow_bell", "note=13", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 826, "instrument=cow_bell", "note=14", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 827, "instrument=cow_bell", "note=14", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 828, "instrument=cow_bell", "note=15", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 829, "instrument=cow_bell", "note=15", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 830, "instrument=cow_bell", "note=16", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 831, "instrument=cow_bell", "note=16", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 832, "instrument=cow_bell", "note=17", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 833, "instrument=cow_bell", "note=17", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 834, "instrument=cow_bell", "note=18", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 835, "instrument=cow_bell", "note=18", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 836, "instrument=cow_bell", "note=19", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 837, "instrument=cow_bell", "note=19", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 838, "instrument=cow_bell", "note=20", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 839, "instrument=cow_bell", "note=20", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 840, "instrument=cow_bell", "note=21", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 841, "instrument=cow_bell", "note=21", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 842, "instrument=cow_bell", "note=22", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 843, "instrument=cow_bell", "note=22", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 844, "instrument=cow_bell", "note=23", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 845, "instrument=cow_bell", "note=23", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 846, "instrument=cow_bell", "note=24", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 847, "instrument=cow_bell", "note=24", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 848, "instrument=didgeridoo", "note=0", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 849, "instrument=didgeridoo", "note=0", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 850, "instrument=didgeridoo", "note=1", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 851, "instrument=didgeridoo", "note=1", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 852, "instrument=didgeridoo", "note=2", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 853, "instrument=didgeridoo", "note=2", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 854, "instrument=didgeridoo", "note=3", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 855, "instrument=didgeridoo", "note=3", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 856, "instrument=didgeridoo", "note=4", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 857, "instrument=didgeridoo", "note=4", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 858, "instrument=didgeridoo", "note=5", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 859, "instrument=didgeridoo", "note=5", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 860, "instrument=didgeridoo", "note=6", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 861, "instrument=didgeridoo", "note=6", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 862, "instrument=didgeridoo", "note=7", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 863, "instrument=didgeridoo", "note=7", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 864, "instrument=didgeridoo", "note=8", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 865, "instrument=didgeridoo", "note=8", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 866, "instrument=didgeridoo", "note=9", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 867, "instrument=didgeridoo", "note=9", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 868, "instrument=didgeridoo", "note=10", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 869, "instrument=didgeridoo", "note=10", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 870, "instrument=didgeridoo", "note=11", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 871, "instrument=didgeridoo", "note=11", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 872, "instrument=didgeridoo", "note=12", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 873, "instrument=didgeridoo", "note=12", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 874, "instrument=didgeridoo", "note=13", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 875, "instrument=didgeridoo", "note=13", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 876, "instrument=didgeridoo", "note=14", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 877, "instrument=didgeridoo", "note=14", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 878, "instrument=didgeridoo", "note=15", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 879, "instrument=didgeridoo", "note=15", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 880, "instrument=didgeridoo", "note=16", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 881, "instrument=didgeridoo", "note=16", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 882, "instrument=didgeridoo", "note=17", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 883, "instrument=didgeridoo", "note=17", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 884, "instrument=didgeridoo", "note=18", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 885, "instrument=didgeridoo", "note=18", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 886, "instrument=didgeridoo", "note=19", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 887, "instrument=didgeridoo", "note=19", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 888, "instrument=didgeridoo", "note=20", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 889, "instrument=didgeridoo", "note=20", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 890, "instrument=didgeridoo", "note=21", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 891, "instrument=didgeridoo", "note=21", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 892, "instrument=didgeridoo", "note=22", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 893, "instrument=didgeridoo", "note=22", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 894, "instrument=didgeridoo", "note=23", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 895, "instrument=didgeridoo", "note=23", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 896, "instrument=didgeridoo", "note=24", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 897, "instrument=didgeridoo", "note=24", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 898, "instrument=bit", "note=0", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 899, "instrument=bit", "note=0", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 900, "instrument=bit", "note=1", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 901, "instrument=bit", "note=1", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 902, "instrument=bit", "note=2", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 903, "instrument=bit", "note=2", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 904, "instrument=bit", "note=3", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 905, "instrument=bit", "note=3", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 906, "instrument=bit", "note=4", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 907, "instrument=bit", "note=4", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 908, "instrument=bit", "note=5", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 909, "instrument=bit", "note=5", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 910, "instrument=bit", "note=6", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 911, "instrument=bit", "note=6", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 912, "instrument=bit", "note=7", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 913, "instrument=bit", "note=7", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 914, "instrument=bit", "note=8", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 915, "instrument=bit", "note=8", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 916, "instrument=bit", "note=9", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 917, "instrument=bit", "note=9", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 918, "instrument=bit", "note=10", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 919, "instrument=bit", "note=10", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 920, "instrument=bit", "note=11", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 921, "instrument=bit", "note=11", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 922, "instrument=bit", "note=12", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 923, "instrument=bit", "note=12", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 924, "instrument=bit", "note=13", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 925, "instrument=bit", "note=13", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 926, "instrument=bit", "note=14", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 927, "instrument=bit", "note=14", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 928, "instrument=bit", "note=15", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 929, "instrument=bit", "note=15", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 930, "instrument=bit", "note=16", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 931, "instrument=bit", "note=16", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 932, "instrument=bit", "note=17", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 933, "instrument=bit", "note=17", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 934, "instrument=bit", "note=18", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 935, "instrument=bit", "note=18", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 936, "instrument=bit", "note=19", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 937, "instrument=bit", "note=19", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 938, "instrument=bit", "note=20", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 939, "instrument=bit", "note=20", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 940, "instrument=bit", "note=21", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 941, "instrument=bit", "note=21", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 942, "instrument=bit", "note=22", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 943, "instrument=bit", "note=22", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 944, "instrument=bit", "note=23", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 945, "instrument=bit", "note=23", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 946, "instrument=bit", "note=24", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 947, "instrument=bit", "note=24", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 948, "instrument=banjo", "note=0", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 949, "instrument=banjo", "note=0", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 950, "instrument=banjo", "note=1", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 951, "instrument=banjo", "note=1", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 952, "instrument=banjo", "note=2", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 953, "instrument=banjo", "note=2", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 954, "instrument=banjo", "note=3", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 955, "instrument=banjo", "note=3", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 956, "instrument=banjo", "note=4", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 957, "instrument=banjo", "note=4", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 958, "instrument=banjo", "note=5", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 959, "instrument=banjo", "note=5", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 960, "instrument=banjo", "note=6", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 961, "instrument=banjo", "note=6", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 962, "instrument=banjo", "note=7", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 963, "instrument=banjo", "note=7", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 964, "instrument=banjo", "note=8", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 965, "instrument=banjo", "note=8", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 966, "instrument=banjo", "note=9", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 967, "instrument=banjo", "note=9", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 968, "instrument=banjo", "note=10", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 969, "instrument=banjo", "note=10", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 970, "instrument=banjo", "note=11", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 971, "instrument=banjo", "note=11", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 972, "instrument=banjo", "note=12", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 973, "instrument=banjo", "note=12", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 974, "instrument=banjo", "note=13", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 975, "instrument=banjo", "note=13", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 976, "instrument=banjo", "note=14", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 977, "instrument=banjo", "note=14", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 978, "instrument=banjo", "note=15", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 979, "instrument=banjo", "note=15", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 980, "instrument=banjo", "note=16", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 981, "instrument=banjo", "note=16", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 982, "instrument=banjo", "note=17", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 983, "instrument=banjo", "note=17", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 984, "instrument=banjo", "note=18", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 985, "instrument=banjo", "note=18", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 986, "instrument=banjo", "note=19", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 987, "instrument=banjo", "note=19", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 988, "instrument=banjo", "note=20", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 989, "instrument=banjo", "note=20", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 990, "instrument=banjo", "note=21", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 991, "instrument=banjo", "note=21", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 992, "instrument=banjo", "note=22", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 993, "instrument=banjo", "note=22", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 994, "instrument=banjo", "note=23", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 995, "instrument=banjo", "note=23", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 996, "instrument=banjo", "note=24", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 997, "instrument=banjo", "note=24", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 998, "instrument=pling", "note=0", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 999, "instrument=pling", "note=0", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1000, "instrument=pling", "note=1", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1001, "instrument=pling", "note=1", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1002, "instrument=pling", "note=2", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1003, "instrument=pling", "note=2", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1004, "instrument=pling", "note=3", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1005, "instrument=pling", "note=3", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1006, "instrument=pling", "note=4", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1007, "instrument=pling", "note=4", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1008, "instrument=pling", "note=5", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1009, "instrument=pling", "note=5", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1010, "instrument=pling", "note=6", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1011, "instrument=pling", "note=6", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1012, "instrument=pling", "note=7", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1013, "instrument=pling", "note=7", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1014, "instrument=pling", "note=8", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1015, "instrument=pling", "note=8", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1016, "instrument=pling", "note=9", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1017, "instrument=pling", "note=9", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1018, "instrument=pling", "note=10", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1019, "instrument=pling", "note=10", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1020, "instrument=pling", "note=11", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1021, "instrument=pling", "note=11", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1022, "instrument=pling", "note=12", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1023, "instrument=pling", "note=12", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1024, "instrument=pling", "note=13", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1025, "instrument=pling", "note=13", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1026, "instrument=pling", "note=14", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1027, "instrument=pling", "note=14", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1028, "instrument=pling", "note=15", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1029, "instrument=pling", "note=15", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1030, "instrument=pling", "note=16", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1031, "instrument=pling", "note=16", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1032, "instrument=pling", "note=17", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1033, "instrument=pling", "note=17", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1034, "instrument=pling", "note=18", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1035, "instrument=pling", "note=18", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1036, "instrument=pling", "note=19", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1037, "instrument=pling", "note=19", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1038, "instrument=pling", "note=20", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1039, "instrument=pling", "note=20", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1040, "instrument=pling", "note=21", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1041, "instrument=pling", "note=21", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1042, "instrument=pling", "note=22", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1043, "instrument=pling", "note=22", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1044, "instrument=pling", "note=23", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1045, "instrument=pling", "note=23", "powered=false")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1046, "instrument=pling", "note=24", "powered=true")); + NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1047, "instrument=pling", "note=24", "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OakButton.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakButton.java index bcc76596e..bf9ac2ecf 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OakButton.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakButton.java @@ -7,29 +7,29 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class OakButton { public static void initStates() { - OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6346, "face=floor", "facing=north", "powered=true")); - OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6347, "face=floor", "facing=north", "powered=false")); - OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6348, "face=floor", "facing=south", "powered=true")); - OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6349, "face=floor", "facing=south", "powered=false")); - OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6350, "face=floor", "facing=west", "powered=true")); - OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6351, "face=floor", "facing=west", "powered=false")); - OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6352, "face=floor", "facing=east", "powered=true")); - OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6353, "face=floor", "facing=east", "powered=false")); - OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6354, "face=wall", "facing=north", "powered=true")); - OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6355, "face=wall", "facing=north", "powered=false")); - OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6356, "face=wall", "facing=south", "powered=true")); - OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6357, "face=wall", "facing=south", "powered=false")); - OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6358, "face=wall", "facing=west", "powered=true")); - OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6359, "face=wall", "facing=west", "powered=false")); - OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6360, "face=wall", "facing=east", "powered=true")); - OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6361, "face=wall", "facing=east", "powered=false")); - OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6362, "face=ceiling", "facing=north", "powered=true")); - OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6363, "face=ceiling", "facing=north", "powered=false")); - OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6364, "face=ceiling", "facing=south", "powered=true")); - OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6365, "face=ceiling", "facing=south", "powered=false")); - OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6366, "face=ceiling", "facing=west", "powered=true")); - OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6367, "face=ceiling", "facing=west", "powered=false")); - OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6368, "face=ceiling", "facing=east", "powered=true")); - OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6369, "face=ceiling", "facing=east", "powered=false")); + OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5810, "face=floor", "facing=north", "powered=true")); + OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5811, "face=floor", "facing=north", "powered=false")); + OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5812, "face=floor", "facing=south", "powered=true")); + OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5813, "face=floor", "facing=south", "powered=false")); + OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5814, "face=floor", "facing=west", "powered=true")); + OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5815, "face=floor", "facing=west", "powered=false")); + OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5816, "face=floor", "facing=east", "powered=true")); + OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5817, "face=floor", "facing=east", "powered=false")); + OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5818, "face=wall", "facing=north", "powered=true")); + OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5819, "face=wall", "facing=north", "powered=false")); + OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5820, "face=wall", "facing=south", "powered=true")); + OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5821, "face=wall", "facing=south", "powered=false")); + OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5822, "face=wall", "facing=west", "powered=true")); + OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5823, "face=wall", "facing=west", "powered=false")); + OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5824, "face=wall", "facing=east", "powered=true")); + OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5825, "face=wall", "facing=east", "powered=false")); + OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5826, "face=ceiling", "facing=north", "powered=true")); + OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5827, "face=ceiling", "facing=north", "powered=false")); + OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5828, "face=ceiling", "facing=south", "powered=true")); + OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5829, "face=ceiling", "facing=south", "powered=false")); + OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5830, "face=ceiling", "facing=west", "powered=true")); + OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5831, "face=ceiling", "facing=west", "powered=false")); + OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5832, "face=ceiling", "facing=east", "powered=true")); + OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 5833, "face=ceiling", "facing=east", "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OakDoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakDoor.java index 17ea19c64..85757accd 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OakDoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakDoor.java @@ -7,69 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class OakDoor { public static void initStates() { - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3573, "facing=north", "half=upper", "hinge=left", "open=true", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3574, "facing=north", "half=upper", "hinge=left", "open=true", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3575, "facing=north", "half=upper", "hinge=left", "open=false", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3576, "facing=north", "half=upper", "hinge=left", "open=false", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3577, "facing=north", "half=upper", "hinge=right", "open=true", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3578, "facing=north", "half=upper", "hinge=right", "open=true", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3579, "facing=north", "half=upper", "hinge=right", "open=false", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3580, "facing=north", "half=upper", "hinge=right", "open=false", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3581, "facing=north", "half=lower", "hinge=left", "open=true", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3582, "facing=north", "half=lower", "hinge=left", "open=true", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3583, "facing=north", "half=lower", "hinge=left", "open=false", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3584, "facing=north", "half=lower", "hinge=left", "open=false", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3585, "facing=north", "half=lower", "hinge=right", "open=true", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3586, "facing=north", "half=lower", "hinge=right", "open=true", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3587, "facing=north", "half=lower", "hinge=right", "open=false", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3588, "facing=north", "half=lower", "hinge=right", "open=false", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3589, "facing=south", "half=upper", "hinge=left", "open=true", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3590, "facing=south", "half=upper", "hinge=left", "open=true", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3591, "facing=south", "half=upper", "hinge=left", "open=false", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3592, "facing=south", "half=upper", "hinge=left", "open=false", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3593, "facing=south", "half=upper", "hinge=right", "open=true", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3594, "facing=south", "half=upper", "hinge=right", "open=true", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3595, "facing=south", "half=upper", "hinge=right", "open=false", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3596, "facing=south", "half=upper", "hinge=right", "open=false", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3597, "facing=south", "half=lower", "hinge=left", "open=true", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3598, "facing=south", "half=lower", "hinge=left", "open=true", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3599, "facing=south", "half=lower", "hinge=left", "open=false", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3600, "facing=south", "half=lower", "hinge=left", "open=false", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3601, "facing=south", "half=lower", "hinge=right", "open=true", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3602, "facing=south", "half=lower", "hinge=right", "open=true", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3603, "facing=south", "half=lower", "hinge=right", "open=false", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3604, "facing=south", "half=lower", "hinge=right", "open=false", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3605, "facing=west", "half=upper", "hinge=left", "open=true", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3606, "facing=west", "half=upper", "hinge=left", "open=true", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3607, "facing=west", "half=upper", "hinge=left", "open=false", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3608, "facing=west", "half=upper", "hinge=left", "open=false", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3609, "facing=west", "half=upper", "hinge=right", "open=true", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3610, "facing=west", "half=upper", "hinge=right", "open=true", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3611, "facing=west", "half=upper", "hinge=right", "open=false", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3612, "facing=west", "half=upper", "hinge=right", "open=false", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3613, "facing=west", "half=lower", "hinge=left", "open=true", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3614, "facing=west", "half=lower", "hinge=left", "open=true", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3615, "facing=west", "half=lower", "hinge=left", "open=false", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3616, "facing=west", "half=lower", "hinge=left", "open=false", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3617, "facing=west", "half=lower", "hinge=right", "open=true", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3618, "facing=west", "half=lower", "hinge=right", "open=true", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3619, "facing=west", "half=lower", "hinge=right", "open=false", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3620, "facing=west", "half=lower", "hinge=right", "open=false", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3621, "facing=east", "half=upper", "hinge=left", "open=true", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3622, "facing=east", "half=upper", "hinge=left", "open=true", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3623, "facing=east", "half=upper", "hinge=left", "open=false", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3624, "facing=east", "half=upper", "hinge=left", "open=false", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3625, "facing=east", "half=upper", "hinge=right", "open=true", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3626, "facing=east", "half=upper", "hinge=right", "open=true", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3627, "facing=east", "half=upper", "hinge=right", "open=false", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3628, "facing=east", "half=upper", "hinge=right", "open=false", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3629, "facing=east", "half=lower", "hinge=left", "open=true", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3630, "facing=east", "half=lower", "hinge=left", "open=true", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3631, "facing=east", "half=lower", "hinge=left", "open=false", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3632, "facing=east", "half=lower", "hinge=left", "open=false", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3633, "facing=east", "half=lower", "hinge=right", "open=true", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3634, "facing=east", "half=lower", "hinge=right", "open=true", "powered=false")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3635, "facing=east", "half=lower", "hinge=right", "open=false", "powered=true")); - OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3636, "facing=east", "half=lower", "hinge=right", "open=false", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3571, "facing=north", "half=upper", "hinge=left", "open=true", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3572, "facing=north", "half=upper", "hinge=left", "open=true", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3573, "facing=north", "half=upper", "hinge=left", "open=false", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3574, "facing=north", "half=upper", "hinge=left", "open=false", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3575, "facing=north", "half=upper", "hinge=right", "open=true", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3576, "facing=north", "half=upper", "hinge=right", "open=true", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3577, "facing=north", "half=upper", "hinge=right", "open=false", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3578, "facing=north", "half=upper", "hinge=right", "open=false", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3579, "facing=north", "half=lower", "hinge=left", "open=true", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3580, "facing=north", "half=lower", "hinge=left", "open=true", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3581, "facing=north", "half=lower", "hinge=left", "open=false", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3582, "facing=north", "half=lower", "hinge=left", "open=false", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3583, "facing=north", "half=lower", "hinge=right", "open=true", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3584, "facing=north", "half=lower", "hinge=right", "open=true", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3585, "facing=north", "half=lower", "hinge=right", "open=false", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3586, "facing=north", "half=lower", "hinge=right", "open=false", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3587, "facing=south", "half=upper", "hinge=left", "open=true", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3588, "facing=south", "half=upper", "hinge=left", "open=true", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3589, "facing=south", "half=upper", "hinge=left", "open=false", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3590, "facing=south", "half=upper", "hinge=left", "open=false", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3591, "facing=south", "half=upper", "hinge=right", "open=true", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3592, "facing=south", "half=upper", "hinge=right", "open=true", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3593, "facing=south", "half=upper", "hinge=right", "open=false", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3594, "facing=south", "half=upper", "hinge=right", "open=false", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3595, "facing=south", "half=lower", "hinge=left", "open=true", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3596, "facing=south", "half=lower", "hinge=left", "open=true", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3597, "facing=south", "half=lower", "hinge=left", "open=false", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3598, "facing=south", "half=lower", "hinge=left", "open=false", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3599, "facing=south", "half=lower", "hinge=right", "open=true", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3600, "facing=south", "half=lower", "hinge=right", "open=true", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3601, "facing=south", "half=lower", "hinge=right", "open=false", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3602, "facing=south", "half=lower", "hinge=right", "open=false", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3603, "facing=west", "half=upper", "hinge=left", "open=true", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3604, "facing=west", "half=upper", "hinge=left", "open=true", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3605, "facing=west", "half=upper", "hinge=left", "open=false", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3606, "facing=west", "half=upper", "hinge=left", "open=false", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3607, "facing=west", "half=upper", "hinge=right", "open=true", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3608, "facing=west", "half=upper", "hinge=right", "open=true", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3609, "facing=west", "half=upper", "hinge=right", "open=false", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3610, "facing=west", "half=upper", "hinge=right", "open=false", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3611, "facing=west", "half=lower", "hinge=left", "open=true", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3612, "facing=west", "half=lower", "hinge=left", "open=true", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3613, "facing=west", "half=lower", "hinge=left", "open=false", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3614, "facing=west", "half=lower", "hinge=left", "open=false", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3615, "facing=west", "half=lower", "hinge=right", "open=true", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3616, "facing=west", "half=lower", "hinge=right", "open=true", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3617, "facing=west", "half=lower", "hinge=right", "open=false", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3618, "facing=west", "half=lower", "hinge=right", "open=false", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3619, "facing=east", "half=upper", "hinge=left", "open=true", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3620, "facing=east", "half=upper", "hinge=left", "open=true", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3621, "facing=east", "half=upper", "hinge=left", "open=false", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3622, "facing=east", "half=upper", "hinge=left", "open=false", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3623, "facing=east", "half=upper", "hinge=right", "open=true", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3624, "facing=east", "half=upper", "hinge=right", "open=true", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3625, "facing=east", "half=upper", "hinge=right", "open=false", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3626, "facing=east", "half=upper", "hinge=right", "open=false", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3627, "facing=east", "half=lower", "hinge=left", "open=true", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3628, "facing=east", "half=lower", "hinge=left", "open=true", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3629, "facing=east", "half=lower", "hinge=left", "open=false", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3630, "facing=east", "half=lower", "hinge=left", "open=false", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3631, "facing=east", "half=lower", "hinge=right", "open=true", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3632, "facing=east", "half=lower", "hinge=right", "open=true", "powered=false")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3633, "facing=east", "half=lower", "hinge=right", "open=false", "powered=true")); + OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3634, "facing=east", "half=lower", "hinge=right", "open=false", "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OakFence.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakFence.java index 07a33c29f..c71006175 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OakFence.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakFence.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class OakFence { public static void initStates() { - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3966, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3967, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3968, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3969, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3970, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3971, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3972, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3973, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3974, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3975, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3976, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3977, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3978, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3979, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3980, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3981, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3982, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3983, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3984, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3985, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3986, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3987, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3988, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3989, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3990, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3991, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3992, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3993, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3994, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3995, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3996, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3997, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3964, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3965, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3966, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3967, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3968, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3969, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3970, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3971, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3972, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3973, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3974, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3975, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3976, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3977, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3978, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3979, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3980, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3981, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3982, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3983, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3984, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3985, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3986, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3987, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3988, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3989, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3990, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3991, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3992, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3993, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3994, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); + OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3995, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OakFenceGate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakFenceGate.java index 2c451140d..3153905ba 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OakFenceGate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakFenceGate.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class OakFenceGate { public static void initStates() { - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4820, "facing=north", "in_wall=true", "open=true", "powered=true")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4821, "facing=north", "in_wall=true", "open=true", "powered=false")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4822, "facing=north", "in_wall=true", "open=false", "powered=true")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4823, "facing=north", "in_wall=true", "open=false", "powered=false")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4824, "facing=north", "in_wall=false", "open=true", "powered=true")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4825, "facing=north", "in_wall=false", "open=true", "powered=false")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4826, "facing=north", "in_wall=false", "open=false", "powered=true")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4827, "facing=north", "in_wall=false", "open=false", "powered=false")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4828, "facing=south", "in_wall=true", "open=true", "powered=true")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4829, "facing=south", "in_wall=true", "open=true", "powered=false")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4830, "facing=south", "in_wall=true", "open=false", "powered=true")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4831, "facing=south", "in_wall=true", "open=false", "powered=false")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4832, "facing=south", "in_wall=false", "open=true", "powered=true")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4833, "facing=south", "in_wall=false", "open=true", "powered=false")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4834, "facing=south", "in_wall=false", "open=false", "powered=true")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4835, "facing=south", "in_wall=false", "open=false", "powered=false")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4836, "facing=west", "in_wall=true", "open=true", "powered=true")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4837, "facing=west", "in_wall=true", "open=true", "powered=false")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4838, "facing=west", "in_wall=true", "open=false", "powered=true")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4839, "facing=west", "in_wall=true", "open=false", "powered=false")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4840, "facing=west", "in_wall=false", "open=true", "powered=true")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4841, "facing=west", "in_wall=false", "open=true", "powered=false")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4842, "facing=west", "in_wall=false", "open=false", "powered=true")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4843, "facing=west", "in_wall=false", "open=false", "powered=false")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4844, "facing=east", "in_wall=true", "open=true", "powered=true")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4845, "facing=east", "in_wall=true", "open=true", "powered=false")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4846, "facing=east", "in_wall=true", "open=false", "powered=true")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4847, "facing=east", "in_wall=true", "open=false", "powered=false")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4848, "facing=east", "in_wall=false", "open=true", "powered=true")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4849, "facing=east", "in_wall=false", "open=true", "powered=false")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4850, "facing=east", "in_wall=false", "open=false", "powered=true")); - OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4851, "facing=east", "in_wall=false", "open=false", "powered=false")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4804, "facing=north", "in_wall=true", "open=true", "powered=true")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4805, "facing=north", "in_wall=true", "open=true", "powered=false")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4806, "facing=north", "in_wall=true", "open=false", "powered=true")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4807, "facing=north", "in_wall=true", "open=false", "powered=false")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4808, "facing=north", "in_wall=false", "open=true", "powered=true")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4809, "facing=north", "in_wall=false", "open=true", "powered=false")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4810, "facing=north", "in_wall=false", "open=false", "powered=true")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4811, "facing=north", "in_wall=false", "open=false", "powered=false")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4812, "facing=south", "in_wall=true", "open=true", "powered=true")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4813, "facing=south", "in_wall=true", "open=true", "powered=false")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4814, "facing=south", "in_wall=true", "open=false", "powered=true")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4815, "facing=south", "in_wall=true", "open=false", "powered=false")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4816, "facing=south", "in_wall=false", "open=true", "powered=true")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4817, "facing=south", "in_wall=false", "open=true", "powered=false")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4818, "facing=south", "in_wall=false", "open=false", "powered=true")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4819, "facing=south", "in_wall=false", "open=false", "powered=false")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4820, "facing=west", "in_wall=true", "open=true", "powered=true")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4821, "facing=west", "in_wall=true", "open=true", "powered=false")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4822, "facing=west", "in_wall=true", "open=false", "powered=true")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4823, "facing=west", "in_wall=true", "open=false", "powered=false")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4824, "facing=west", "in_wall=false", "open=true", "powered=true")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4825, "facing=west", "in_wall=false", "open=true", "powered=false")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4826, "facing=west", "in_wall=false", "open=false", "powered=true")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4827, "facing=west", "in_wall=false", "open=false", "powered=false")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4828, "facing=east", "in_wall=true", "open=true", "powered=true")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4829, "facing=east", "in_wall=true", "open=true", "powered=false")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4830, "facing=east", "in_wall=true", "open=false", "powered=true")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4831, "facing=east", "in_wall=true", "open=false", "powered=false")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4832, "facing=east", "in_wall=false", "open=true", "powered=true")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4833, "facing=east", "in_wall=false", "open=true", "powered=false")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4834, "facing=east", "in_wall=false", "open=false", "powered=true")); + OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4835, "facing=east", "in_wall=false", "open=false", "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OakLeaves.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakLeaves.java index b957daca6..fcd5648b3 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OakLeaves.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakLeaves.java @@ -7,19 +7,19 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class OakLeaves { public static void initStates() { - OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 145, "distance=1", "persistent=true")); - OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 146, "distance=1", "persistent=false")); - OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 147, "distance=2", "persistent=true")); - OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 148, "distance=2", "persistent=false")); - OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 149, "distance=3", "persistent=true")); - OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 150, "distance=3", "persistent=false")); - OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 151, "distance=4", "persistent=true")); - OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 152, "distance=4", "persistent=false")); - OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 153, "distance=5", "persistent=true")); - OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 154, "distance=5", "persistent=false")); - OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 155, "distance=6", "persistent=true")); - OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 156, "distance=6", "persistent=false")); - OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 157, "distance=7", "persistent=true")); - OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 158, "distance=7", "persistent=false")); + OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 144, "distance=1", "persistent=true")); + OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 145, "distance=1", "persistent=false")); + OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 146, "distance=2", "persistent=true")); + OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 147, "distance=2", "persistent=false")); + OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 148, "distance=3", "persistent=true")); + OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 149, "distance=3", "persistent=false")); + OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 150, "distance=4", "persistent=true")); + OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 151, "distance=4", "persistent=false")); + OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 152, "distance=5", "persistent=true")); + OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 153, "distance=5", "persistent=false")); + OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 154, "distance=6", "persistent=true")); + OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 155, "distance=6", "persistent=false")); + OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 156, "distance=7", "persistent=true")); + OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 157, "distance=7", "persistent=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OakLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakLog.java index a286cff56..f922dc8c2 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OakLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakLog.java @@ -7,8 +7,8 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class OakLog { public static void initStates() { - OAK_LOG.addBlockAlternative(new BlockAlternative((short) 73, "axis=x")); - OAK_LOG.addBlockAlternative(new BlockAlternative((short) 74, "axis=y")); - OAK_LOG.addBlockAlternative(new BlockAlternative((short) 75, "axis=z")); + OAK_LOG.addBlockAlternative(new BlockAlternative((short) 72, "axis=x")); + OAK_LOG.addBlockAlternative(new BlockAlternative((short) 73, "axis=y")); + OAK_LOG.addBlockAlternative(new BlockAlternative((short) 74, "axis=z")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OakPressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakPressurePlate.java index 06f598030..3c4b91854 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OakPressurePlate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakPressurePlate.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class OakPressurePlate { public static void initStates() { - OAK_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3873, "powered=true")); - OAK_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3874, "powered=false")); + OAK_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3871, "powered=true")); + OAK_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3872, "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OakSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakSign.java index d16beaf1d..d99a1c50b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OakSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakSign.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class OakSign { public static void initStates() { - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3381, "rotation=0", "waterlogged=true")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3382, "rotation=0", "waterlogged=false")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3383, "rotation=1", "waterlogged=true")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3384, "rotation=1", "waterlogged=false")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3385, "rotation=2", "waterlogged=true")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3386, "rotation=2", "waterlogged=false")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3387, "rotation=3", "waterlogged=true")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3388, "rotation=3", "waterlogged=false")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3389, "rotation=4", "waterlogged=true")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3390, "rotation=4", "waterlogged=false")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3391, "rotation=5", "waterlogged=true")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3392, "rotation=5", "waterlogged=false")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3393, "rotation=6", "waterlogged=true")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3394, "rotation=6", "waterlogged=false")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3395, "rotation=7", "waterlogged=true")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3396, "rotation=7", "waterlogged=false")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3397, "rotation=8", "waterlogged=true")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3398, "rotation=8", "waterlogged=false")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3399, "rotation=9", "waterlogged=true")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3400, "rotation=9", "waterlogged=false")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3401, "rotation=10", "waterlogged=true")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3402, "rotation=10", "waterlogged=false")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3403, "rotation=11", "waterlogged=true")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3404, "rotation=11", "waterlogged=false")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3405, "rotation=12", "waterlogged=true")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3406, "rotation=12", "waterlogged=false")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3407, "rotation=13", "waterlogged=true")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3408, "rotation=13", "waterlogged=false")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3409, "rotation=14", "waterlogged=true")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3410, "rotation=14", "waterlogged=false")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3411, "rotation=15", "waterlogged=true")); - OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3412, "rotation=15", "waterlogged=false")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3379, "rotation=0", "waterlogged=true")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3380, "rotation=0", "waterlogged=false")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3381, "rotation=1", "waterlogged=true")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3382, "rotation=1", "waterlogged=false")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3383, "rotation=2", "waterlogged=true")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3384, "rotation=2", "waterlogged=false")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3385, "rotation=3", "waterlogged=true")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3386, "rotation=3", "waterlogged=false")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3387, "rotation=4", "waterlogged=true")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3388, "rotation=4", "waterlogged=false")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3389, "rotation=5", "waterlogged=true")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3390, "rotation=5", "waterlogged=false")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3391, "rotation=6", "waterlogged=true")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3392, "rotation=6", "waterlogged=false")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3393, "rotation=7", "waterlogged=true")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3394, "rotation=7", "waterlogged=false")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3395, "rotation=8", "waterlogged=true")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3396, "rotation=8", "waterlogged=false")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3397, "rotation=9", "waterlogged=true")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3398, "rotation=9", "waterlogged=false")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3399, "rotation=10", "waterlogged=true")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3400, "rotation=10", "waterlogged=false")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3401, "rotation=11", "waterlogged=true")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3402, "rotation=11", "waterlogged=false")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3403, "rotation=12", "waterlogged=true")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3404, "rotation=12", "waterlogged=false")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3405, "rotation=13", "waterlogged=true")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3406, "rotation=13", "waterlogged=false")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3407, "rotation=14", "waterlogged=true")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3408, "rotation=14", "waterlogged=false")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3409, "rotation=15", "waterlogged=true")); + OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3410, "rotation=15", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OakSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakSlab.java index 202590424..a3d1b37c0 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OakSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class OakSlab { public static void initStates() { - OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8300, "type=top", "waterlogged=true")); - OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8301, "type=top", "waterlogged=false")); - OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8302, "type=bottom", "waterlogged=true")); - OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8303, "type=bottom", "waterlogged=false")); - OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8304, "type=double", "waterlogged=true")); - OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8305, "type=double", "waterlogged=false")); + OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 7764, "type=top", "waterlogged=true")); + OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 7765, "type=top", "waterlogged=false")); + OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 7766, "type=bottom", "waterlogged=true")); + OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 7767, "type=bottom", "waterlogged=false")); + OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 7768, "type=double", "waterlogged=true")); + OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 7769, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OakStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakStairs.java index 8724ecb0e..87d059b46 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OakStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class OakStairs { public static void initStates() { - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1954, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1955, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1956, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1957, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1958, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1959, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1960, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1961, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1962, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1963, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1964, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1965, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1966, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1967, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1968, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1969, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1970, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1971, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1972, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1973, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1974, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1975, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1976, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1977, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1978, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1979, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1980, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1981, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1982, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1983, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1984, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1985, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1986, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1987, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1988, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1989, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1990, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1991, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1992, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1993, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1994, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1995, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1996, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1997, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1998, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1999, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2000, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2001, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2002, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2003, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2004, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2005, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2006, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2007, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2008, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2009, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2010, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2011, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2012, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2013, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2014, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2015, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2016, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2017, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2018, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2019, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2020, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2021, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2022, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2023, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2024, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2025, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2026, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2027, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2028, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2029, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2030, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2031, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2032, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2033, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1952, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1953, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1954, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1955, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1956, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1957, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1958, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1959, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1960, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1961, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1962, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1963, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1964, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1965, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1966, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1967, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1968, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1969, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1970, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1971, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1972, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1973, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1974, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1975, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1976, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1977, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1978, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1979, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1980, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1981, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1982, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1983, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1984, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1985, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1986, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1987, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1988, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1989, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1990, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1991, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1992, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1993, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1994, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1995, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1996, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1997, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1998, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1999, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2000, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2001, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2002, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2003, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2004, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2005, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2006, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2007, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2008, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2009, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2010, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2011, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2012, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2013, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2014, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2015, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2016, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2017, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2018, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2019, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2020, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2021, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2022, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2023, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2024, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2025, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2026, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2027, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2028, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2029, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2030, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2031, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OakTrapdoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakTrapdoor.java index 077cfe38d..712fa716e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OakTrapdoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakTrapdoor.java @@ -7,69 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class OakTrapdoor { public static void initStates() { - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4111, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4112, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4113, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4114, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4115, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4116, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4117, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4118, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4119, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4120, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4121, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4122, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4123, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4124, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4125, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4126, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4127, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4128, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4129, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4130, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4131, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4132, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4133, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4134, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4135, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4136, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4137, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4138, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4139, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4140, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4141, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4142, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4143, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4144, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4145, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4146, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4147, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4148, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4149, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4150, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4151, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4152, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4153, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4154, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4155, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4156, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4157, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4158, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4159, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4160, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4161, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4162, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4163, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4164, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4165, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4166, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4167, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4168, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4169, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4170, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4171, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4172, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4173, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4174, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4097, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4098, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4099, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4100, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4101, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4102, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4103, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4104, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4105, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4106, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4107, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4108, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4109, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4110, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4111, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4112, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4113, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4114, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4115, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4116, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4117, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4118, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4119, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4120, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4121, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4122, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4123, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4124, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4125, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4126, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4127, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4128, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4129, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4130, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4131, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4132, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4133, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4134, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4135, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4136, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4137, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4138, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4139, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4140, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4141, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4142, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4143, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4144, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4145, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4146, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4147, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4148, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4149, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4150, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4151, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4152, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4153, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4154, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4155, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4156, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4157, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4158, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=false")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4159, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=true")); + OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4160, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OakWallSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakWallSign.java index b144c74e3..039b6b5df 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OakWallSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakWallSign.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class OakWallSign { public static void initStates() { - OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3735, "facing=north", "waterlogged=true")); - OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3736, "facing=north", "waterlogged=false")); - OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3737, "facing=south", "waterlogged=true")); - OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3738, "facing=south", "waterlogged=false")); - OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3739, "facing=west", "waterlogged=true")); - OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3740, "facing=west", "waterlogged=false")); - OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3741, "facing=east", "waterlogged=true")); - OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3742, "facing=east", "waterlogged=false")); + OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3733, "facing=north", "waterlogged=true")); + OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3734, "facing=north", "waterlogged=false")); + OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3735, "facing=south", "waterlogged=true")); + OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3736, "facing=south", "waterlogged=false")); + OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3737, "facing=west", "waterlogged=true")); + OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3738, "facing=west", "waterlogged=false")); + OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3739, "facing=east", "waterlogged=true")); + OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3740, "facing=east", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OakWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakWood.java index b412d71c6..57abe86ce 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OakWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakWood.java @@ -7,8 +7,8 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class OakWood { public static void initStates() { - OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 109, "axis=x")); - OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 110, "axis=y")); - OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 111, "axis=z")); + OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 108, "axis=x")); + OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 109, "axis=y")); + OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 110, "axis=z")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Observer.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Observer.java index fd845c380..0818432a2 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Observer.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Observer.java @@ -7,17 +7,17 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Observer { public static void initStates() { - OBSERVER.addBlockAlternative(new BlockAlternative((short) 9260, "facing=north", "powered=true")); - OBSERVER.addBlockAlternative(new BlockAlternative((short) 9261, "facing=north", "powered=false")); - OBSERVER.addBlockAlternative(new BlockAlternative((short) 9262, "facing=east", "powered=true")); - OBSERVER.addBlockAlternative(new BlockAlternative((short) 9263, "facing=east", "powered=false")); - OBSERVER.addBlockAlternative(new BlockAlternative((short) 9264, "facing=south", "powered=true")); - OBSERVER.addBlockAlternative(new BlockAlternative((short) 9265, "facing=south", "powered=false")); - OBSERVER.addBlockAlternative(new BlockAlternative((short) 9266, "facing=west", "powered=true")); - OBSERVER.addBlockAlternative(new BlockAlternative((short) 9267, "facing=west", "powered=false")); - OBSERVER.addBlockAlternative(new BlockAlternative((short) 9268, "facing=up", "powered=true")); - OBSERVER.addBlockAlternative(new BlockAlternative((short) 9269, "facing=up", "powered=false")); - OBSERVER.addBlockAlternative(new BlockAlternative((short) 9270, "facing=down", "powered=true")); - OBSERVER.addBlockAlternative(new BlockAlternative((short) 9271, "facing=down", "powered=false")); + OBSERVER.addBlockAlternative(new BlockAlternative((short) 8724, "facing=north", "powered=true")); + OBSERVER.addBlockAlternative(new BlockAlternative((short) 8725, "facing=north", "powered=false")); + OBSERVER.addBlockAlternative(new BlockAlternative((short) 8726, "facing=east", "powered=true")); + OBSERVER.addBlockAlternative(new BlockAlternative((short) 8727, "facing=east", "powered=false")); + OBSERVER.addBlockAlternative(new BlockAlternative((short) 8728, "facing=south", "powered=true")); + OBSERVER.addBlockAlternative(new BlockAlternative((short) 8729, "facing=south", "powered=false")); + OBSERVER.addBlockAlternative(new BlockAlternative((short) 8730, "facing=west", "powered=true")); + OBSERVER.addBlockAlternative(new BlockAlternative((short) 8731, "facing=west", "powered=false")); + OBSERVER.addBlockAlternative(new BlockAlternative((short) 8732, "facing=up", "powered=true")); + OBSERVER.addBlockAlternative(new BlockAlternative((short) 8733, "facing=up", "powered=false")); + OBSERVER.addBlockAlternative(new BlockAlternative((short) 8734, "facing=down", "powered=true")); + OBSERVER.addBlockAlternative(new BlockAlternative((short) 8735, "facing=down", "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeBanner.java index f3cb82a59..4b8bee3f2 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeBanner.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class OrangeBanner { public static void initStates() { - ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7913, "rotation=0")); - ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7914, "rotation=1")); - ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7915, "rotation=2")); - ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7916, "rotation=3")); - ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7917, "rotation=4")); - ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7918, "rotation=5")); - ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7919, "rotation=6")); - ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7920, "rotation=7")); - ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7921, "rotation=8")); - ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7922, "rotation=9")); - ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7923, "rotation=10")); - ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7924, "rotation=11")); - ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7925, "rotation=12")); - ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7926, "rotation=13")); - ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7927, "rotation=14")); - ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7928, "rotation=15")); + ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7377, "rotation=0")); + ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7378, "rotation=1")); + ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7379, "rotation=2")); + ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7380, "rotation=3")); + ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7381, "rotation=4")); + ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7382, "rotation=5")); + ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7383, "rotation=6")); + ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7384, "rotation=7")); + ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7385, "rotation=8")); + ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7386, "rotation=9")); + ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7387, "rotation=10")); + ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7388, "rotation=11")); + ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7389, "rotation=12")); + ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7390, "rotation=13")); + ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7391, "rotation=14")); + ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7392, "rotation=15")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeBed.java index 6b9480575..1c30219a0 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeBed.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class OrangeBed { public static void initStates() { - ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1065, "facing=north", "occupied=true", "part=head")); - ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1066, "facing=north", "occupied=true", "part=foot")); - ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1067, "facing=north", "occupied=false", "part=head")); - ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1068, "facing=north", "occupied=false", "part=foot")); - ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1069, "facing=south", "occupied=true", "part=head")); - ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1070, "facing=south", "occupied=true", "part=foot")); - ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1071, "facing=south", "occupied=false", "part=head")); - ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1072, "facing=south", "occupied=false", "part=foot")); - ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1073, "facing=west", "occupied=true", "part=head")); - ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1074, "facing=west", "occupied=true", "part=foot")); - ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1075, "facing=west", "occupied=false", "part=head")); - ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1076, "facing=west", "occupied=false", "part=foot")); - ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1077, "facing=east", "occupied=true", "part=head")); - ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1078, "facing=east", "occupied=true", "part=foot")); - ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1079, "facing=east", "occupied=false", "part=head")); - ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1080, "facing=east", "occupied=false", "part=foot")); + ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1064, "facing=north", "occupied=true", "part=head")); + ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1065, "facing=north", "occupied=true", "part=foot")); + ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1066, "facing=north", "occupied=false", "part=head")); + ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1067, "facing=north", "occupied=false", "part=foot")); + ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1068, "facing=south", "occupied=true", "part=head")); + ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1069, "facing=south", "occupied=true", "part=foot")); + ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1070, "facing=south", "occupied=false", "part=head")); + ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1071, "facing=south", "occupied=false", "part=foot")); + ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1072, "facing=west", "occupied=true", "part=head")); + ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1073, "facing=west", "occupied=true", "part=foot")); + ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1074, "facing=west", "occupied=false", "part=head")); + ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1075, "facing=west", "occupied=false", "part=foot")); + ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1076, "facing=east", "occupied=true", "part=head")); + ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1077, "facing=east", "occupied=true", "part=foot")); + ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1078, "facing=east", "occupied=false", "part=head")); + ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1079, "facing=east", "occupied=false", "part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeGlazedTerracotta.java index 5086eacf6..49faaaeaf 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeGlazedTerracotta.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class OrangeGlazedTerracotta { public static void initStates() { - ORANGE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9378, "facing=north")); - ORANGE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9379, "facing=south")); - ORANGE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9380, "facing=west")); - ORANGE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9381, "facing=east")); + ORANGE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8842, "facing=north")); + ORANGE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8843, "facing=south")); + ORANGE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8844, "facing=west")); + ORANGE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8845, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeShulkerBox.java index 53c6d8e3f..66f3329a6 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeShulkerBox.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class OrangeShulkerBox { public static void initStates() { - ORANGE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9284, "facing=north")); - ORANGE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9285, "facing=east")); - ORANGE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9286, "facing=south")); - ORANGE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9287, "facing=west")); - ORANGE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9288, "facing=up")); - ORANGE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9289, "facing=down")); + ORANGE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8748, "facing=north")); + ORANGE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8749, "facing=east")); + ORANGE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8750, "facing=south")); + ORANGE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8751, "facing=west")); + ORANGE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8752, "facing=up")); + ORANGE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8753, "facing=down")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeStainedGlassPane.java index 0b75dbcc7..84390f0df 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeStainedGlassPane.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class OrangeStainedGlassPane { public static void initStates() { - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6895, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6896, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6897, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6898, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6899, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6900, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6901, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6902, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6903, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6904, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6905, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6906, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6907, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6908, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6909, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6910, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6911, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6912, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6913, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6914, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6915, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6916, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6917, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6918, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6919, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6920, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6921, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6922, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6923, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6924, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6925, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6926, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6359, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6360, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6361, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6362, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6363, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6364, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6365, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6366, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6367, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6368, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6369, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6370, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6371, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6372, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6373, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6374, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6375, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6376, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6377, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6378, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6379, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6380, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6381, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6382, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6383, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6384, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6385, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6386, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6387, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6388, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6389, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); + ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6390, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeWallBanner.java index 1ceb97bec..68ca72889 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeWallBanner.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class OrangeWallBanner { public static void initStates() { - ORANGE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8157, "facing=north")); - ORANGE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8158, "facing=south")); - ORANGE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8159, "facing=west")); - ORANGE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8160, "facing=east")); + ORANGE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7621, "facing=north")); + ORANGE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7622, "facing=south")); + ORANGE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7623, "facing=west")); + ORANGE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7624, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Peony.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Peony.java index 73e526d60..dc8689a8d 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Peony.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Peony.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Peony { public static void initStates() { - PEONY.addBlockAlternative(new BlockAlternative((short) 7891, "half=upper")); - PEONY.addBlockAlternative(new BlockAlternative((short) 7892, "half=lower")); + PEONY.addBlockAlternative(new BlockAlternative((short) 7355, "half=upper")); + PEONY.addBlockAlternative(new BlockAlternative((short) 7356, "half=lower")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PetrifiedOakSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PetrifiedOakSlab.java index bf472391d..1df84a646 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PetrifiedOakSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PetrifiedOakSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PetrifiedOakSlab { public static void initStates() { - PETRIFIED_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8360, "type=top", "waterlogged=true")); - PETRIFIED_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8361, "type=top", "waterlogged=false")); - PETRIFIED_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8362, "type=bottom", "waterlogged=true")); - PETRIFIED_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8363, "type=bottom", "waterlogged=false")); - PETRIFIED_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8364, "type=double", "waterlogged=true")); - PETRIFIED_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8365, "type=double", "waterlogged=false")); + PETRIFIED_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 7824, "type=top", "waterlogged=true")); + PETRIFIED_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 7825, "type=top", "waterlogged=false")); + PETRIFIED_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 7826, "type=bottom", "waterlogged=true")); + PETRIFIED_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 7827, "type=bottom", "waterlogged=false")); + PETRIFIED_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 7828, "type=double", "waterlogged=true")); + PETRIFIED_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 7829, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkBanner.java index 2587c613b..dc14bf629 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkBanner.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PinkBanner { public static void initStates() { - PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 7993, "rotation=0")); - PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 7994, "rotation=1")); - PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 7995, "rotation=2")); - PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 7996, "rotation=3")); - PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 7997, "rotation=4")); - PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 7998, "rotation=5")); - PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 7999, "rotation=6")); - PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 8000, "rotation=7")); - PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 8001, "rotation=8")); - PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 8002, "rotation=9")); - PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 8003, "rotation=10")); - PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 8004, "rotation=11")); - PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 8005, "rotation=12")); - PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 8006, "rotation=13")); - PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 8007, "rotation=14")); - PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 8008, "rotation=15")); + PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 7457, "rotation=0")); + PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 7458, "rotation=1")); + PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 7459, "rotation=2")); + PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 7460, "rotation=3")); + PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 7461, "rotation=4")); + PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 7462, "rotation=5")); + PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 7463, "rotation=6")); + PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 7464, "rotation=7")); + PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 7465, "rotation=8")); + PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 7466, "rotation=9")); + PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 7467, "rotation=10")); + PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 7468, "rotation=11")); + PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 7469, "rotation=12")); + PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 7470, "rotation=13")); + PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 7471, "rotation=14")); + PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 7472, "rotation=15")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkBed.java index ae46d6071..575096955 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkBed.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PinkBed { public static void initStates() { - PINK_BED.addBlockAlternative(new BlockAlternative((short) 1145, "facing=north", "occupied=true", "part=head")); - PINK_BED.addBlockAlternative(new BlockAlternative((short) 1146, "facing=north", "occupied=true", "part=foot")); - PINK_BED.addBlockAlternative(new BlockAlternative((short) 1147, "facing=north", "occupied=false", "part=head")); - PINK_BED.addBlockAlternative(new BlockAlternative((short) 1148, "facing=north", "occupied=false", "part=foot")); - PINK_BED.addBlockAlternative(new BlockAlternative((short) 1149, "facing=south", "occupied=true", "part=head")); - PINK_BED.addBlockAlternative(new BlockAlternative((short) 1150, "facing=south", "occupied=true", "part=foot")); - PINK_BED.addBlockAlternative(new BlockAlternative((short) 1151, "facing=south", "occupied=false", "part=head")); - PINK_BED.addBlockAlternative(new BlockAlternative((short) 1152, "facing=south", "occupied=false", "part=foot")); - PINK_BED.addBlockAlternative(new BlockAlternative((short) 1153, "facing=west", "occupied=true", "part=head")); - PINK_BED.addBlockAlternative(new BlockAlternative((short) 1154, "facing=west", "occupied=true", "part=foot")); - PINK_BED.addBlockAlternative(new BlockAlternative((short) 1155, "facing=west", "occupied=false", "part=head")); - PINK_BED.addBlockAlternative(new BlockAlternative((short) 1156, "facing=west", "occupied=false", "part=foot")); - PINK_BED.addBlockAlternative(new BlockAlternative((short) 1157, "facing=east", "occupied=true", "part=head")); - PINK_BED.addBlockAlternative(new BlockAlternative((short) 1158, "facing=east", "occupied=true", "part=foot")); - PINK_BED.addBlockAlternative(new BlockAlternative((short) 1159, "facing=east", "occupied=false", "part=head")); - PINK_BED.addBlockAlternative(new BlockAlternative((short) 1160, "facing=east", "occupied=false", "part=foot")); + PINK_BED.addBlockAlternative(new BlockAlternative((short) 1144, "facing=north", "occupied=true", "part=head")); + PINK_BED.addBlockAlternative(new BlockAlternative((short) 1145, "facing=north", "occupied=true", "part=foot")); + PINK_BED.addBlockAlternative(new BlockAlternative((short) 1146, "facing=north", "occupied=false", "part=head")); + PINK_BED.addBlockAlternative(new BlockAlternative((short) 1147, "facing=north", "occupied=false", "part=foot")); + PINK_BED.addBlockAlternative(new BlockAlternative((short) 1148, "facing=south", "occupied=true", "part=head")); + PINK_BED.addBlockAlternative(new BlockAlternative((short) 1149, "facing=south", "occupied=true", "part=foot")); + PINK_BED.addBlockAlternative(new BlockAlternative((short) 1150, "facing=south", "occupied=false", "part=head")); + PINK_BED.addBlockAlternative(new BlockAlternative((short) 1151, "facing=south", "occupied=false", "part=foot")); + PINK_BED.addBlockAlternative(new BlockAlternative((short) 1152, "facing=west", "occupied=true", "part=head")); + PINK_BED.addBlockAlternative(new BlockAlternative((short) 1153, "facing=west", "occupied=true", "part=foot")); + PINK_BED.addBlockAlternative(new BlockAlternative((short) 1154, "facing=west", "occupied=false", "part=head")); + PINK_BED.addBlockAlternative(new BlockAlternative((short) 1155, "facing=west", "occupied=false", "part=foot")); + PINK_BED.addBlockAlternative(new BlockAlternative((short) 1156, "facing=east", "occupied=true", "part=head")); + PINK_BED.addBlockAlternative(new BlockAlternative((short) 1157, "facing=east", "occupied=true", "part=foot")); + PINK_BED.addBlockAlternative(new BlockAlternative((short) 1158, "facing=east", "occupied=false", "part=head")); + PINK_BED.addBlockAlternative(new BlockAlternative((short) 1159, "facing=east", "occupied=false", "part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkGlazedTerracotta.java index 821970990..55101a602 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkGlazedTerracotta.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PinkGlazedTerracotta { public static void initStates() { - PINK_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9398, "facing=north")); - PINK_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9399, "facing=south")); - PINK_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9400, "facing=west")); - PINK_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9401, "facing=east")); + PINK_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8862, "facing=north")); + PINK_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8863, "facing=south")); + PINK_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8864, "facing=west")); + PINK_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8865, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkShulkerBox.java index a625f8bcc..3052a4aef 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkShulkerBox.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PinkShulkerBox { public static void initStates() { - PINK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9314, "facing=north")); - PINK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9315, "facing=east")); - PINK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9316, "facing=south")); - PINK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9317, "facing=west")); - PINK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9318, "facing=up")); - PINK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9319, "facing=down")); + PINK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8778, "facing=north")); + PINK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8779, "facing=east")); + PINK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8780, "facing=south")); + PINK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8781, "facing=west")); + PINK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8782, "facing=up")); + PINK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8783, "facing=down")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkStainedGlassPane.java index 3a68e85f5..126790096 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkStainedGlassPane.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PinkStainedGlassPane { public static void initStates() { - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7055, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7056, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7057, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7058, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7059, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7060, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7061, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7062, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7063, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7064, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7065, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7066, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7067, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7068, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7069, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7070, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7071, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7072, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7073, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7074, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7075, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7076, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7077, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7078, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7079, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7080, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7081, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7082, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7083, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7084, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7085, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7086, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6519, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6520, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6521, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6522, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6523, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6524, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6525, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6526, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6527, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6528, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6529, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6530, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6531, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6532, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6533, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6534, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6535, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6536, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6537, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6538, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6539, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6540, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6541, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6542, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6543, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6544, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6545, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6546, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6547, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6548, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6549, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); + PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6550, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkWallBanner.java index 1fa3ced8c..6952f9a57 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkWallBanner.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PinkWallBanner { public static void initStates() { - PINK_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8177, "facing=north")); - PINK_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8178, "facing=south")); - PINK_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8179, "facing=west")); - PINK_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8180, "facing=east")); + PINK_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7641, "facing=north")); + PINK_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7642, "facing=south")); + PINK_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7643, "facing=west")); + PINK_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7644, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Piston.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Piston.java index 242a8ee2a..d4e09aa20 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Piston.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Piston.java @@ -7,17 +7,17 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Piston { public static void initStates() { - PISTON.addBlockAlternative(new BlockAlternative((short) 1348, "extended=true", "facing=north")); - PISTON.addBlockAlternative(new BlockAlternative((short) 1349, "extended=true", "facing=east")); - PISTON.addBlockAlternative(new BlockAlternative((short) 1350, "extended=true", "facing=south")); - PISTON.addBlockAlternative(new BlockAlternative((short) 1351, "extended=true", "facing=west")); - PISTON.addBlockAlternative(new BlockAlternative((short) 1352, "extended=true", "facing=up")); - PISTON.addBlockAlternative(new BlockAlternative((short) 1353, "extended=true", "facing=down")); - PISTON.addBlockAlternative(new BlockAlternative((short) 1354, "extended=false", "facing=north")); - PISTON.addBlockAlternative(new BlockAlternative((short) 1355, "extended=false", "facing=east")); - PISTON.addBlockAlternative(new BlockAlternative((short) 1356, "extended=false", "facing=south")); - PISTON.addBlockAlternative(new BlockAlternative((short) 1357, "extended=false", "facing=west")); - PISTON.addBlockAlternative(new BlockAlternative((short) 1358, "extended=false", "facing=up")); - PISTON.addBlockAlternative(new BlockAlternative((short) 1359, "extended=false", "facing=down")); + PISTON.addBlockAlternative(new BlockAlternative((short) 1347, "extended=true", "facing=north")); + PISTON.addBlockAlternative(new BlockAlternative((short) 1348, "extended=true", "facing=east")); + PISTON.addBlockAlternative(new BlockAlternative((short) 1349, "extended=true", "facing=south")); + PISTON.addBlockAlternative(new BlockAlternative((short) 1350, "extended=true", "facing=west")); + PISTON.addBlockAlternative(new BlockAlternative((short) 1351, "extended=true", "facing=up")); + PISTON.addBlockAlternative(new BlockAlternative((short) 1352, "extended=true", "facing=down")); + PISTON.addBlockAlternative(new BlockAlternative((short) 1353, "extended=false", "facing=north")); + PISTON.addBlockAlternative(new BlockAlternative((short) 1354, "extended=false", "facing=east")); + PISTON.addBlockAlternative(new BlockAlternative((short) 1355, "extended=false", "facing=south")); + PISTON.addBlockAlternative(new BlockAlternative((short) 1356, "extended=false", "facing=west")); + PISTON.addBlockAlternative(new BlockAlternative((short) 1357, "extended=false", "facing=up")); + PISTON.addBlockAlternative(new BlockAlternative((short) 1358, "extended=false", "facing=down")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PistonHead.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PistonHead.java index 2d927a84e..29f7d0272 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PistonHead.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PistonHead.java @@ -7,29 +7,29 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PistonHead { public static void initStates() { - PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1360, "facing=north", "short=true", "type=normal")); - PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1361, "facing=north", "short=true", "type=sticky")); - PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1362, "facing=north", "short=false", "type=normal")); - PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1363, "facing=north", "short=false", "type=sticky")); - PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1364, "facing=east", "short=true", "type=normal")); - PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1365, "facing=east", "short=true", "type=sticky")); - PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1366, "facing=east", "short=false", "type=normal")); - PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1367, "facing=east", "short=false", "type=sticky")); - PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1368, "facing=south", "short=true", "type=normal")); - PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1369, "facing=south", "short=true", "type=sticky")); - PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1370, "facing=south", "short=false", "type=normal")); - PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1371, "facing=south", "short=false", "type=sticky")); - PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1372, "facing=west", "short=true", "type=normal")); - PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1373, "facing=west", "short=true", "type=sticky")); - PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1374, "facing=west", "short=false", "type=normal")); - PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1375, "facing=west", "short=false", "type=sticky")); - PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1376, "facing=up", "short=true", "type=normal")); - PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1377, "facing=up", "short=true", "type=sticky")); - PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1378, "facing=up", "short=false", "type=normal")); - PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1379, "facing=up", "short=false", "type=sticky")); - PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1380, "facing=down", "short=true", "type=normal")); - PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1381, "facing=down", "short=true", "type=sticky")); - PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1382, "facing=down", "short=false", "type=normal")); - PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1383, "facing=down", "short=false", "type=sticky")); + PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1359, "facing=north", "short=true", "type=normal")); + PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1360, "facing=north", "short=true", "type=sticky")); + PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1361, "facing=north", "short=false", "type=normal")); + PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1362, "facing=north", "short=false", "type=sticky")); + PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1363, "facing=east", "short=true", "type=normal")); + PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1364, "facing=east", "short=true", "type=sticky")); + PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1365, "facing=east", "short=false", "type=normal")); + PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1366, "facing=east", "short=false", "type=sticky")); + PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1367, "facing=south", "short=true", "type=normal")); + PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1368, "facing=south", "short=true", "type=sticky")); + PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1369, "facing=south", "short=false", "type=normal")); + PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1370, "facing=south", "short=false", "type=sticky")); + PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1371, "facing=west", "short=true", "type=normal")); + PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1372, "facing=west", "short=true", "type=sticky")); + PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1373, "facing=west", "short=false", "type=normal")); + PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1374, "facing=west", "short=false", "type=sticky")); + PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1375, "facing=up", "short=true", "type=normal")); + PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1376, "facing=up", "short=true", "type=sticky")); + PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1377, "facing=up", "short=false", "type=normal")); + PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1378, "facing=up", "short=false", "type=sticky")); + PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1379, "facing=down", "short=true", "type=normal")); + PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1380, "facing=down", "short=true", "type=sticky")); + PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1381, "facing=down", "short=false", "type=normal")); + PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1382, "facing=down", "short=false", "type=sticky")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PlayerHead.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PlayerHead.java index f0cba09e8..9b40254c4 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PlayerHead.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PlayerHead.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PlayerHead { public static void initStates() { - PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6550, "rotation=0")); - PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6551, "rotation=1")); - PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6552, "rotation=2")); - PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6553, "rotation=3")); - PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6554, "rotation=4")); - PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6555, "rotation=5")); - PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6556, "rotation=6")); - PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6557, "rotation=7")); - PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6558, "rotation=8")); - PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6559, "rotation=9")); - PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6560, "rotation=10")); - PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6561, "rotation=11")); - PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6562, "rotation=12")); - PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6563, "rotation=13")); - PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6564, "rotation=14")); - PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6565, "rotation=15")); + PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6014, "rotation=0")); + PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6015, "rotation=1")); + PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6016, "rotation=2")); + PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6017, "rotation=3")); + PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6018, "rotation=4")); + PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6019, "rotation=5")); + PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6020, "rotation=6")); + PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6021, "rotation=7")); + PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6022, "rotation=8")); + PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6023, "rotation=9")); + PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6024, "rotation=10")); + PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6025, "rotation=11")); + PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6026, "rotation=12")); + PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6027, "rotation=13")); + PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6028, "rotation=14")); + PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6029, "rotation=15")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PlayerWallHead.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PlayerWallHead.java index 49d35459c..2547bc7aa 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PlayerWallHead.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PlayerWallHead.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PlayerWallHead { public static void initStates() { - PLAYER_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6566, "facing=north")); - PLAYER_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6567, "facing=south")); - PLAYER_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6568, "facing=west")); - PLAYER_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6569, "facing=east")); + PLAYER_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6030, "facing=north")); + PLAYER_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6031, "facing=south")); + PLAYER_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6032, "facing=west")); + PLAYER_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6033, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedAndesiteSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedAndesiteSlab.java index 2e50db6f9..1da359b2f 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedAndesiteSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedAndesiteSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PolishedAndesiteSlab { public static void initStates() { - POLISHED_ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10855, "type=top", "waterlogged=true")); - POLISHED_ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10856, "type=top", "waterlogged=false")); - POLISHED_ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10857, "type=bottom", "waterlogged=true")); - POLISHED_ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10858, "type=bottom", "waterlogged=false")); - POLISHED_ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10859, "type=double", "waterlogged=true")); - POLISHED_ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10860, "type=double", "waterlogged=false")); + POLISHED_ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10319, "type=top", "waterlogged=true")); + POLISHED_ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10320, "type=top", "waterlogged=false")); + POLISHED_ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10321, "type=bottom", "waterlogged=true")); + POLISHED_ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10322, "type=bottom", "waterlogged=false")); + POLISHED_ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10323, "type=double", "waterlogged=true")); + POLISHED_ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10324, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedAndesiteStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedAndesiteStairs.java index 68a54ca59..dad45a3a1 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedAndesiteStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedAndesiteStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PolishedAndesiteStairs { public static void initStates() { - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10629, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10630, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10631, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10632, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10633, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10634, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10635, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10636, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10637, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10638, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10639, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10640, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10641, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10642, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10643, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10644, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10645, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10646, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10647, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10648, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10649, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10650, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10651, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10652, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10653, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10654, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10655, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10656, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10657, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10658, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10659, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10660, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10661, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10662, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10663, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10664, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10665, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10666, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10667, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10668, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10669, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10670, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10671, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10672, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10673, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10674, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10675, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10676, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10677, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10678, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10679, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10680, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10681, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10682, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10683, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10684, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10685, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10686, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10687, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10688, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10689, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10690, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10691, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10692, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10693, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10694, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10695, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10696, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10697, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10698, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10699, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10700, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10701, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10702, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10703, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10704, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10705, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10706, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10707, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10708, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10093, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10094, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10095, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10096, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10097, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10098, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10099, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10100, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10101, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10102, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10103, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10104, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10105, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10106, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10107, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10108, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10109, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10110, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10111, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10112, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10113, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10114, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10115, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10116, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10117, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10118, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10119, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10120, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10121, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10122, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10123, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10124, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10125, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10126, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10127, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10128, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10129, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10130, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10131, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10132, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10133, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10134, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10135, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10136, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10137, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10138, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10139, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10140, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10141, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10142, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10143, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10144, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10145, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10146, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10147, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10148, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10149, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10150, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10151, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10152, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10153, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10154, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10155, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10156, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10157, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10158, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10159, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10160, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10161, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10162, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10163, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10164, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10165, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10166, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10167, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10168, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10169, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10170, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10171, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10172, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBasalt.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBasalt.java deleted file mode 100644 index 32d88608f..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBasalt.java +++ /dev/null @@ -1,14 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class PolishedBasalt { - public static void initStates() { - POLISHED_BASALT.addBlockAlternative(new BlockAlternative((short) 4005, "axis=x")); - POLISHED_BASALT.addBlockAlternative(new BlockAlternative((short) 4006, "axis=y")); - POLISHED_BASALT.addBlockAlternative(new BlockAlternative((short) 4007, "axis=z")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBrickSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBrickSlab.java deleted file mode 100644 index d2264fd54..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBrickSlab.java +++ /dev/null @@ -1,17 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class PolishedBlackstoneBrickSlab { - public static void initStates() { - POLISHED_BLACKSTONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 16254, "type=top", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 16255, "type=top", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 16256, "type=bottom", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 16257, "type=bottom", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 16258, "type=double", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 16259, "type=double", "waterlogged=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBrickStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBrickStairs.java deleted file mode 100644 index 90d041d10..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBrickStairs.java +++ /dev/null @@ -1,91 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class PolishedBlackstoneBrickStairs { - public static void initStates() { - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16260, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16261, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16262, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16263, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16264, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16265, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16266, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16267, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16268, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16269, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16270, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16271, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16272, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16273, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16274, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16275, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16276, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16277, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16278, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16279, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16280, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16281, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16282, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16283, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16284, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16285, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16286, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16287, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16288, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16289, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16290, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16291, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16292, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16293, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16294, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16295, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16296, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16297, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16298, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16299, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16300, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16301, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16302, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16303, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16304, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16305, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16306, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16307, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16308, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16309, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16310, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16311, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16312, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16313, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16314, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16315, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16316, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16317, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16318, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16319, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16320, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16321, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16322, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16323, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16324, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16325, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16326, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16327, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16328, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16329, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16330, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16331, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16332, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16333, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16334, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16335, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16336, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16337, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16338, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16339, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBrickWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBrickWall.java deleted file mode 100644 index fee4721a6..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBrickWall.java +++ /dev/null @@ -1,335 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class PolishedBlackstoneBrickWall { - public static void initStates() { - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16340, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16341, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16342, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16343, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16344, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16345, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16346, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16347, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16348, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16349, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16350, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16351, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16352, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16353, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16354, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16355, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16356, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16357, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16358, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16359, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16360, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16361, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16362, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16363, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16364, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16365, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16366, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16367, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16368, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16369, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16370, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16371, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16372, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16373, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16374, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16375, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16376, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16377, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16378, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16379, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16380, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16381, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16382, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16383, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16384, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16385, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16386, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16387, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16388, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16389, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16390, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16391, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16392, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16393, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16394, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16395, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16396, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16397, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16398, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16399, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16400, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16401, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16402, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16403, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16404, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16405, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16406, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16407, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16408, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16409, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16410, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16411, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16412, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16413, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16414, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16415, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16416, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16417, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16418, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16419, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16420, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16421, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16422, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16423, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16424, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16425, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16426, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16427, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16428, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16429, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16430, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16431, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16432, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16433, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16434, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16435, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16436, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16437, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16438, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16439, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16440, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16441, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16442, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16443, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16444, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16445, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16446, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16447, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16448, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16449, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16450, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16451, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16452, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16453, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16454, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16455, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16456, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16457, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16458, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16459, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16460, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16461, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16462, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16463, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16464, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16465, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16466, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16467, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16468, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16469, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16470, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16471, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16472, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16473, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16474, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16475, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16476, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16477, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16478, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16479, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16480, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16481, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16482, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16483, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16484, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16485, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16486, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16487, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16488, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16489, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16490, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16491, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16492, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16493, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16494, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16495, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16496, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16497, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16498, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16499, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16500, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16501, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16502, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16503, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16504, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16505, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16506, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16507, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16508, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16509, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16510, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16511, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16512, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16513, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16514, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16515, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16516, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16517, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16518, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16519, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16520, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16521, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16522, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16523, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16524, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16525, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16526, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16527, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16528, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16529, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16530, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16531, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16532, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16533, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16534, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16535, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16536, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16537, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16538, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16539, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16540, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16541, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16542, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16543, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16544, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16545, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16546, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16547, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16548, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16549, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16550, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16551, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16552, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16553, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16554, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16555, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16556, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16557, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16558, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16559, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16560, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16561, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16562, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16563, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16564, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16565, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16566, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16567, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16568, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16569, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16570, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16571, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16572, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16573, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16574, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16575, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16576, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16577, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16578, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16579, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16580, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16581, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16582, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16583, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16584, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16585, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16586, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16587, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16588, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16589, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16590, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16591, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16592, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16593, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16594, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16595, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16596, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16597, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16598, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16599, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16600, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16601, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16602, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16603, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16604, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16605, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16606, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16607, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16608, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16609, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16610, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16611, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16612, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16613, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16614, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16615, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16616, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16617, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16618, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16619, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16620, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16621, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16622, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16623, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16624, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16625, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16626, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16627, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16628, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16629, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16630, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16631, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16632, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16633, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16634, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16635, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16636, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16637, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16638, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16639, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16640, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16641, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16642, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16643, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16644, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16645, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16646, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16647, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16648, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16649, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16650, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16651, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16652, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16653, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16654, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16655, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16656, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16657, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16658, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16659, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16660, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16661, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16662, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16663, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneButton.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneButton.java deleted file mode 100644 index d0224b44a..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneButton.java +++ /dev/null @@ -1,35 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class PolishedBlackstoneButton { - public static void initStates() { - POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16753, "face=floor", "facing=north", "powered=true")); - POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16754, "face=floor", "facing=north", "powered=false")); - POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16755, "face=floor", "facing=south", "powered=true")); - POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16756, "face=floor", "facing=south", "powered=false")); - POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16757, "face=floor", "facing=west", "powered=true")); - POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16758, "face=floor", "facing=west", "powered=false")); - POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16759, "face=floor", "facing=east", "powered=true")); - POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16760, "face=floor", "facing=east", "powered=false")); - POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16761, "face=wall", "facing=north", "powered=true")); - POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16762, "face=wall", "facing=north", "powered=false")); - POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16763, "face=wall", "facing=south", "powered=true")); - POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16764, "face=wall", "facing=south", "powered=false")); - POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16765, "face=wall", "facing=west", "powered=true")); - POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16766, "face=wall", "facing=west", "powered=false")); - POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16767, "face=wall", "facing=east", "powered=true")); - POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16768, "face=wall", "facing=east", "powered=false")); - POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16769, "face=ceiling", "facing=north", "powered=true")); - POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16770, "face=ceiling", "facing=north", "powered=false")); - POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16771, "face=ceiling", "facing=south", "powered=true")); - POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16772, "face=ceiling", "facing=south", "powered=false")); - POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16773, "face=ceiling", "facing=west", "powered=true")); - POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16774, "face=ceiling", "facing=west", "powered=false")); - POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16775, "face=ceiling", "facing=east", "powered=true")); - POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16776, "face=ceiling", "facing=east", "powered=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstonePressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstonePressurePlate.java deleted file mode 100644 index fac29edd4..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstonePressurePlate.java +++ /dev/null @@ -1,13 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class PolishedBlackstonePressurePlate { - public static void initStates() { - POLISHED_BLACKSTONE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 16751, "powered=true")); - POLISHED_BLACKSTONE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 16752, "powered=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneSlab.java deleted file mode 100644 index 8ecea4150..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneSlab.java +++ /dev/null @@ -1,17 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class PolishedBlackstoneSlab { - public static void initStates() { - POLISHED_BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16745, "type=top", "waterlogged=true")); - POLISHED_BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16746, "type=top", "waterlogged=false")); - POLISHED_BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16747, "type=bottom", "waterlogged=true")); - POLISHED_BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16748, "type=bottom", "waterlogged=false")); - POLISHED_BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16749, "type=double", "waterlogged=true")); - POLISHED_BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16750, "type=double", "waterlogged=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneStairs.java deleted file mode 100644 index 8986a55a7..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneStairs.java +++ /dev/null @@ -1,91 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class PolishedBlackstoneStairs { - public static void initStates() { - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16665, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16666, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16667, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16668, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16669, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16670, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16671, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16672, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16673, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16674, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16675, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16676, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16677, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16678, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16679, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16680, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16681, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16682, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16683, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16684, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16685, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16686, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16687, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16688, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16689, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16690, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16691, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16692, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16693, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16694, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16695, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16696, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16697, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16698, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16699, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16700, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16701, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16702, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16703, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16704, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16705, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16706, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16707, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16708, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16709, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16710, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16711, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16712, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16713, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16714, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16715, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16716, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16717, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16718, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16719, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16720, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16721, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16722, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16723, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16724, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16725, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16726, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16727, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16728, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16729, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16730, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16731, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16732, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16733, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16734, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16735, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16736, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16737, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16738, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16739, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16740, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16741, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16742, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16743, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16744, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneWall.java deleted file mode 100644 index 65d928a18..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneWall.java +++ /dev/null @@ -1,335 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class PolishedBlackstoneWall { - public static void initStates() { - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16777, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16778, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16779, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16780, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16781, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16782, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16783, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16784, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16785, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16786, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16787, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16788, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16789, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16790, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16791, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16792, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16793, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16794, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16795, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16796, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16797, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16798, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16799, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16800, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16801, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16802, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16803, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16804, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16805, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16806, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16807, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16808, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16809, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16810, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16811, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16812, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16813, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16814, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16815, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16816, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16817, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16818, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16819, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16820, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16821, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16822, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16823, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16824, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16825, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16826, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16827, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16828, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16829, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16830, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16831, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16832, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16833, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16834, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16835, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16836, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16837, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16838, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16839, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16840, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16841, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16842, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16843, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16844, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16845, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16846, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16847, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16848, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16849, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16850, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16851, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16852, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16853, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16854, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16855, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16856, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16857, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16858, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16859, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16860, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16861, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16862, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16863, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16864, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16865, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16866, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16867, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16868, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16869, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16870, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16871, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16872, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16873, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16874, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16875, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16876, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16877, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16878, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16879, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16880, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16881, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16882, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16883, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16884, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16885, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16886, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16887, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16888, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16889, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16890, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16891, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16892, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16893, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16894, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16895, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16896, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16897, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16898, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16899, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16900, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16901, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16902, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16903, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16904, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16905, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16906, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16907, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16908, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16909, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16910, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16911, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16912, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16913, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16914, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16915, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16916, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16917, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16918, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16919, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16920, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16921, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16922, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16923, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16924, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16925, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16926, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16927, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16928, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16929, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16930, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16931, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16932, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16933, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16934, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16935, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16936, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16937, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16938, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16939, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16940, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16941, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16942, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16943, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16944, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16945, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16946, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16947, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16948, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16949, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16950, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16951, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16952, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16953, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16954, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16955, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16956, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16957, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16958, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16959, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16960, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16961, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16962, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16963, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16964, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16965, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16966, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16967, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16968, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16969, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16970, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16971, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16972, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16973, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16974, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16975, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16976, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16977, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16978, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16979, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16980, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16981, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16982, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16983, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16984, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16985, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16986, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16987, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16988, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16989, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16990, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16991, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16992, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16993, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16994, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16995, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16996, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16997, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16998, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16999, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17000, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17001, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17002, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17003, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17004, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17005, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17006, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17007, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17008, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17009, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17010, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17011, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17012, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17013, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17014, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17015, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17016, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17017, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17018, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17019, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17020, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17021, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17022, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17023, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17024, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17025, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17026, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17027, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17028, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17029, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17030, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17031, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17032, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17033, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17034, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17035, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17036, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17037, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17038, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17039, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17040, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17041, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17042, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17043, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17044, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17045, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17046, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17047, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17048, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17049, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17050, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17051, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17052, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17053, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17054, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17055, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17056, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17057, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17058, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17059, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17060, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17061, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17062, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17063, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17064, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17065, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17066, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17067, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17068, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17069, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17070, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17071, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17072, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17073, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17074, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17075, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17076, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17077, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17078, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17079, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17080, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17081, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17082, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17083, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17084, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17085, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17086, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17087, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17088, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17089, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17090, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17091, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17092, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17093, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17094, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17095, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17096, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17097, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17098, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17099, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17100, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedDioriteSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedDioriteSlab.java index e9530aba0..91b53bc21 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedDioriteSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedDioriteSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PolishedDioriteSlab { public static void initStates() { - POLISHED_DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10807, "type=top", "waterlogged=true")); - POLISHED_DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10808, "type=top", "waterlogged=false")); - POLISHED_DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10809, "type=bottom", "waterlogged=true")); - POLISHED_DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10810, "type=bottom", "waterlogged=false")); - POLISHED_DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10811, "type=double", "waterlogged=true")); - POLISHED_DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10812, "type=double", "waterlogged=false")); + POLISHED_DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10271, "type=top", "waterlogged=true")); + POLISHED_DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10272, "type=top", "waterlogged=false")); + POLISHED_DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10273, "type=bottom", "waterlogged=true")); + POLISHED_DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10274, "type=bottom", "waterlogged=false")); + POLISHED_DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10275, "type=double", "waterlogged=true")); + POLISHED_DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10276, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedDioriteStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedDioriteStairs.java index cc1d65014..79e1af0c8 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedDioriteStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedDioriteStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PolishedDioriteStairs { public static void initStates() { - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9909, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9910, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9911, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9912, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9913, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9914, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9915, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9916, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9917, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9918, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9919, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9920, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9921, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9922, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9923, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9924, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9925, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9926, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9927, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9928, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9929, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9930, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9931, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9932, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9933, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9934, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9935, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9936, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9937, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9938, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9939, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9940, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9941, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9942, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9943, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9944, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9945, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9946, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9947, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9948, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9949, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9950, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9951, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9952, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9953, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9954, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9955, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9956, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9957, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9958, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9959, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9960, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9961, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9962, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9963, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9964, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9965, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9966, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9967, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9968, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9969, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9970, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9971, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9972, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9973, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9974, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9975, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9976, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9977, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9978, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9979, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9980, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9981, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9982, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9983, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9984, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9985, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9986, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9987, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9988, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9373, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9374, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9375, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9376, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9377, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9378, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9379, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9380, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9381, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9382, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9383, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9384, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9385, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9386, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9387, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9388, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9389, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9390, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9391, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9392, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9393, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9394, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9395, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9396, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9397, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9398, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9399, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9400, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9401, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9402, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9403, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9404, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9405, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9406, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9407, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9408, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9409, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9410, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9411, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9412, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9413, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9414, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9415, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9416, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9417, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9418, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9419, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9420, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9421, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9422, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9423, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9424, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9425, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9426, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9427, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9428, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9429, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9430, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9431, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9432, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9433, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9434, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9435, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9436, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9437, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9438, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9439, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9440, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9441, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9442, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9443, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9444, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9445, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9446, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9447, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9448, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9449, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9450, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9451, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9452, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedGraniteSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedGraniteSlab.java index ade31aba3..e7c9f3f75 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedGraniteSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedGraniteSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PolishedGraniteSlab { public static void initStates() { - POLISHED_GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10789, "type=top", "waterlogged=true")); - POLISHED_GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10790, "type=top", "waterlogged=false")); - POLISHED_GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10791, "type=bottom", "waterlogged=true")); - POLISHED_GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10792, "type=bottom", "waterlogged=false")); - POLISHED_GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10793, "type=double", "waterlogged=true")); - POLISHED_GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10794, "type=double", "waterlogged=false")); + POLISHED_GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10253, "type=top", "waterlogged=true")); + POLISHED_GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10254, "type=top", "waterlogged=false")); + POLISHED_GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10255, "type=bottom", "waterlogged=true")); + POLISHED_GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10256, "type=bottom", "waterlogged=false")); + POLISHED_GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10257, "type=double", "waterlogged=true")); + POLISHED_GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10258, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedGraniteStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedGraniteStairs.java index 167c963db..7ba08b3a5 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedGraniteStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedGraniteStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PolishedGraniteStairs { public static void initStates() { - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9669, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9670, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9671, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9672, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9673, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9674, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9675, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9676, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9677, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9678, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9679, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9680, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9681, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9682, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9683, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9684, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9685, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9686, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9687, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9688, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9689, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9690, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9691, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9692, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9693, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9694, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9695, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9696, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9697, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9698, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9699, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9700, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9701, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9702, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9703, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9704, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9705, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9706, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9707, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9708, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9709, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9710, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9711, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9712, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9713, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9714, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9715, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9716, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9717, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9718, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9719, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9720, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9721, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9722, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9723, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9724, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9725, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9726, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9727, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9728, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9729, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9730, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9731, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9732, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9733, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9734, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9735, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9736, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9737, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9738, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9739, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9740, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9741, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9742, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9743, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9744, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9745, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9746, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9747, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9748, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9133, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9134, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9135, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9136, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9137, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9138, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9139, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9140, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9141, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9142, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9143, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9144, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9145, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9146, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9147, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9148, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9149, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9150, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9151, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9152, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9153, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9154, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9155, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9156, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9157, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9158, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9159, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9160, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9161, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9162, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9163, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9164, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9165, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9166, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9167, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9168, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9169, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9170, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9171, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9172, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9173, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9174, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9175, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9176, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9177, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9178, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9179, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9180, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9181, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9182, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9183, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9184, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9185, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9186, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9187, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9188, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9189, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9190, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9191, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9192, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9193, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9194, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9195, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9196, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9197, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9198, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9199, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9200, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9201, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9202, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9203, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9204, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9205, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9206, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9207, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9208, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9209, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9210, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9211, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9212, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Potatoes.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Potatoes.java index 705bc46b4..7ad732c60 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Potatoes.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Potatoes.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Potatoes { public static void initStates() { - POTATOES.addBlockAlternative(new BlockAlternative((short) 6338, "age=0")); - POTATOES.addBlockAlternative(new BlockAlternative((short) 6339, "age=1")); - POTATOES.addBlockAlternative(new BlockAlternative((short) 6340, "age=2")); - POTATOES.addBlockAlternative(new BlockAlternative((short) 6341, "age=3")); - POTATOES.addBlockAlternative(new BlockAlternative((short) 6342, "age=4")); - POTATOES.addBlockAlternative(new BlockAlternative((short) 6343, "age=5")); - POTATOES.addBlockAlternative(new BlockAlternative((short) 6344, "age=6")); - POTATOES.addBlockAlternative(new BlockAlternative((short) 6345, "age=7")); + POTATOES.addBlockAlternative(new BlockAlternative((short) 5802, "age=0")); + POTATOES.addBlockAlternative(new BlockAlternative((short) 5803, "age=1")); + POTATOES.addBlockAlternative(new BlockAlternative((short) 5804, "age=2")); + POTATOES.addBlockAlternative(new BlockAlternative((short) 5805, "age=3")); + POTATOES.addBlockAlternative(new BlockAlternative((short) 5806, "age=4")); + POTATOES.addBlockAlternative(new BlockAlternative((short) 5807, "age=5")); + POTATOES.addBlockAlternative(new BlockAlternative((short) 5808, "age=6")); + POTATOES.addBlockAlternative(new BlockAlternative((short) 5809, "age=7")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PoweredRail.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PoweredRail.java index 3b711954a..015eac0ef 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PoweredRail.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PoweredRail.java @@ -7,17 +7,17 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PoweredRail { public static void initStates() { - POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1305, "powered=true", "shape=north_south")); - POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1306, "powered=true", "shape=east_west")); - POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1307, "powered=true", "shape=ascending_east")); - POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1308, "powered=true", "shape=ascending_west")); - POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1309, "powered=true", "shape=ascending_north")); - POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1310, "powered=true", "shape=ascending_south")); - POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1311, "powered=false", "shape=north_south")); - POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1312, "powered=false", "shape=east_west")); - POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1313, "powered=false", "shape=ascending_east")); - POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1314, "powered=false", "shape=ascending_west")); - POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1315, "powered=false", "shape=ascending_north")); - POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1316, "powered=false", "shape=ascending_south")); + POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1304, "powered=true", "shape=north_south")); + POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1305, "powered=true", "shape=east_west")); + POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1306, "powered=true", "shape=ascending_east")); + POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1307, "powered=true", "shape=ascending_west")); + POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1308, "powered=true", "shape=ascending_north")); + POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1309, "powered=true", "shape=ascending_south")); + POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1310, "powered=false", "shape=north_south")); + POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1311, "powered=false", "shape=east_west")); + POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1312, "powered=false", "shape=ascending_east")); + POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1313, "powered=false", "shape=ascending_west")); + POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1314, "powered=false", "shape=ascending_north")); + POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1315, "powered=false", "shape=ascending_south")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineBrickSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineBrickSlab.java index 789ec1785..981d27a8b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineBrickSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineBrickSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PrismarineBrickSlab { public static void initStates() { - PRISMARINE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7850, "type=top", "waterlogged=true")); - PRISMARINE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7851, "type=top", "waterlogged=false")); - PRISMARINE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7852, "type=bottom", "waterlogged=true")); - PRISMARINE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7853, "type=bottom", "waterlogged=false")); - PRISMARINE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7854, "type=double", "waterlogged=true")); - PRISMARINE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7855, "type=double", "waterlogged=false")); + PRISMARINE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7314, "type=top", "waterlogged=true")); + PRISMARINE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7315, "type=top", "waterlogged=false")); + PRISMARINE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7316, "type=bottom", "waterlogged=true")); + PRISMARINE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7317, "type=bottom", "waterlogged=false")); + PRISMARINE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7318, "type=double", "waterlogged=true")); + PRISMARINE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7319, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineBrickStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineBrickStairs.java index eac91fdf4..1d487229a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineBrickStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineBrickStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PrismarineBrickStairs { public static void initStates() { - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7684, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7685, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7686, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7687, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7688, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7689, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7690, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7691, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7692, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7693, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7694, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7695, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7696, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7697, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7698, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7699, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7700, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7701, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7702, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7703, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7704, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7705, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7706, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7707, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7708, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7709, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7710, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7711, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7712, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7713, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7714, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7715, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7716, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7717, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7718, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7719, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7720, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7721, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7722, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7723, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7724, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7725, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7726, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7727, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7728, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7729, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7730, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7731, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7732, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7733, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7734, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7735, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7736, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7737, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7738, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7739, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7740, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7741, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7742, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7743, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7744, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7745, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7746, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7747, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7748, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7749, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7750, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7751, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7752, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7753, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7754, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7755, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7756, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7757, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7758, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7759, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7760, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7761, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7762, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7763, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7148, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7149, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7150, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7151, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7152, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7153, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7154, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7155, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7156, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7157, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7158, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7159, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7160, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7161, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7162, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7163, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7164, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7165, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7166, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7167, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7168, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7169, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7170, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7171, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7172, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7173, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7174, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7175, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7176, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7177, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7178, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7179, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7180, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7181, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7182, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7183, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7184, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7185, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7186, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7187, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7188, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7189, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7190, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7191, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7192, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7193, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7194, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7195, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7196, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7197, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7198, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7199, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7200, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7201, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7202, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7203, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7204, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7205, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7206, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7207, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7208, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7209, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7210, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7211, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7212, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7213, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7214, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7215, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7216, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7217, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7218, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7219, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7220, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7221, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7222, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7223, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7224, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7225, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7226, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7227, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineSlab.java index 06088d7cd..5cd052501 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PrismarineSlab { public static void initStates() { - PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7844, "type=top", "waterlogged=true")); - PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7845, "type=top", "waterlogged=false")); - PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7846, "type=bottom", "waterlogged=true")); - PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7847, "type=bottom", "waterlogged=false")); - PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7848, "type=double", "waterlogged=true")); - PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7849, "type=double", "waterlogged=false")); + PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7308, "type=top", "waterlogged=true")); + PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7309, "type=top", "waterlogged=false")); + PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7310, "type=bottom", "waterlogged=true")); + PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7311, "type=bottom", "waterlogged=false")); + PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7312, "type=double", "waterlogged=true")); + PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7313, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineStairs.java index bd185ba35..ac5ce55bf 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PrismarineStairs { public static void initStates() { - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7604, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7605, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7606, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7607, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7608, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7609, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7610, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7611, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7612, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7613, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7614, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7615, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7616, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7617, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7618, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7619, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7620, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7621, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7622, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7623, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7624, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7625, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7626, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7627, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7628, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7629, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7630, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7631, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7632, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7633, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7634, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7635, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7636, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7637, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7638, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7639, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7640, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7641, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7642, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7643, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7644, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7645, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7646, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7647, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7648, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7649, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7650, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7651, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7652, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7653, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7654, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7655, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7656, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7657, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7658, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7659, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7660, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7661, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7662, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7663, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7664, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7665, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7666, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7667, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7668, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7669, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7670, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7671, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7672, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7673, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7674, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7675, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7676, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7677, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7678, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7679, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7680, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7681, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7682, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7683, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7068, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7069, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7070, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7071, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7072, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7073, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7074, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7075, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7076, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7077, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7078, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7079, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7080, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7081, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7082, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7083, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7084, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7085, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7086, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7087, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7088, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7089, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7090, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7091, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7092, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7093, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7094, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7095, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7096, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7097, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7098, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7099, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7100, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7101, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7102, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7103, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7104, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7105, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7106, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7107, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7108, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7109, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7110, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7111, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7112, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7113, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7114, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7115, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7116, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7117, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7118, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7119, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7120, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7121, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7122, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7123, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7124, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7125, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7126, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7127, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7128, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7129, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7130, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7131, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7132, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7133, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7134, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7135, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7136, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7137, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7138, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7139, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7140, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7141, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7142, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7143, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7144, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7145, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7146, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7147, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineWall.java index d4ea6f070..d1715437b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineWall.java @@ -7,329 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PrismarineWall { public static void initStates() { - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11191, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11192, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11193, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11194, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11195, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11196, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11197, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11198, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11199, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11200, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11201, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11202, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11203, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11204, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11205, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11206, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11207, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11208, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11209, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11210, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11211, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11212, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11213, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11214, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11215, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11216, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11217, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11218, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11219, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11220, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11221, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11222, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11223, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11224, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11225, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11226, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11227, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11228, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11229, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11230, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11231, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11232, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11233, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11234, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11235, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11236, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11237, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11238, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11239, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11240, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11241, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11242, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11243, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11244, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11245, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11246, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11247, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11248, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11249, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11250, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11251, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11252, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11253, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11254, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11255, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11256, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11257, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11258, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11259, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11260, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11261, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11262, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11263, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11264, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11265, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11266, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11267, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11268, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11269, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11270, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11271, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11272, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11273, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11274, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11275, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11276, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11277, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11278, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11279, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11280, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11281, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11282, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11283, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11284, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11285, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11286, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11287, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11288, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11289, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11290, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11291, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11292, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11293, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11294, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11295, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11296, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11297, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11298, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11299, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11300, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11301, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11302, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11303, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11304, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11305, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11306, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11307, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11308, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11309, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11310, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11311, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11312, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11313, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11314, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11315, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11316, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11317, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11318, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11319, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11320, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11321, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11322, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11323, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11324, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11325, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11326, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11327, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11328, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11329, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11330, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11331, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11332, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11333, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11334, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11335, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11336, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11337, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11338, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11339, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11340, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11341, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11342, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11343, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11344, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11345, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11346, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11347, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11348, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11349, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11350, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11351, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11352, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11353, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11354, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11355, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11356, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11357, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11358, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11359, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11360, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11361, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11362, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11363, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11364, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11365, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11366, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11367, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11368, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11369, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11370, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11371, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11372, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11373, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11374, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11375, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11376, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11377, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11378, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11379, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11380, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11381, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11382, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11383, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11384, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11385, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11386, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11387, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11388, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11389, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11390, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11391, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11392, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11393, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11394, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11395, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11396, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11397, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11398, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11399, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11400, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11401, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11402, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11403, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11404, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11405, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11406, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11407, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11408, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11409, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11410, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11411, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11412, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11413, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11414, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11415, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11416, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11417, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11418, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11419, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11420, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11421, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11422, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11423, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11424, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11425, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11426, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11427, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11428, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11429, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11430, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11431, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11432, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11433, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11434, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11435, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11436, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11437, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11438, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11439, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11440, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11441, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11442, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11443, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11444, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11445, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11446, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11447, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11448, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11449, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11450, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11451, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11452, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11453, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11454, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11455, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11456, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11457, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11458, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11459, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11460, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11461, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11462, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11463, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11464, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11465, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11466, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11467, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11468, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11469, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11470, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11471, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11472, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11473, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11474, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11475, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11476, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11477, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11478, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11479, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11480, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11481, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11482, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11483, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11484, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11485, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11486, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11487, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11488, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11489, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11490, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11491, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11492, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11493, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11494, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11495, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11496, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11497, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11498, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11499, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11500, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11501, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11502, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11503, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11504, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11505, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11506, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11507, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11508, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11509, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11510, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11511, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11512, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11513, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11514, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10395, "east=true", "north=true", "south=true", "up=true", "waterlogged=true", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10396, "east=true", "north=true", "south=true", "up=true", "waterlogged=true", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10397, "east=true", "north=true", "south=true", "up=true", "waterlogged=false", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10398, "east=true", "north=true", "south=true", "up=true", "waterlogged=false", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10399, "east=true", "north=true", "south=true", "up=false", "waterlogged=true", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10400, "east=true", "north=true", "south=true", "up=false", "waterlogged=true", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10401, "east=true", "north=true", "south=true", "up=false", "waterlogged=false", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10402, "east=true", "north=true", "south=true", "up=false", "waterlogged=false", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10403, "east=true", "north=true", "south=false", "up=true", "waterlogged=true", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10404, "east=true", "north=true", "south=false", "up=true", "waterlogged=true", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10405, "east=true", "north=true", "south=false", "up=true", "waterlogged=false", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10406, "east=true", "north=true", "south=false", "up=true", "waterlogged=false", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10407, "east=true", "north=true", "south=false", "up=false", "waterlogged=true", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10408, "east=true", "north=true", "south=false", "up=false", "waterlogged=true", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10409, "east=true", "north=true", "south=false", "up=false", "waterlogged=false", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10410, "east=true", "north=true", "south=false", "up=false", "waterlogged=false", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10411, "east=true", "north=false", "south=true", "up=true", "waterlogged=true", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10412, "east=true", "north=false", "south=true", "up=true", "waterlogged=true", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10413, "east=true", "north=false", "south=true", "up=true", "waterlogged=false", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10414, "east=true", "north=false", "south=true", "up=true", "waterlogged=false", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10415, "east=true", "north=false", "south=true", "up=false", "waterlogged=true", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10416, "east=true", "north=false", "south=true", "up=false", "waterlogged=true", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10417, "east=true", "north=false", "south=true", "up=false", "waterlogged=false", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10418, "east=true", "north=false", "south=true", "up=false", "waterlogged=false", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10419, "east=true", "north=false", "south=false", "up=true", "waterlogged=true", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10420, "east=true", "north=false", "south=false", "up=true", "waterlogged=true", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10421, "east=true", "north=false", "south=false", "up=true", "waterlogged=false", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10422, "east=true", "north=false", "south=false", "up=true", "waterlogged=false", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10423, "east=true", "north=false", "south=false", "up=false", "waterlogged=true", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10424, "east=true", "north=false", "south=false", "up=false", "waterlogged=true", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10425, "east=true", "north=false", "south=false", "up=false", "waterlogged=false", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10426, "east=true", "north=false", "south=false", "up=false", "waterlogged=false", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10427, "east=false", "north=true", "south=true", "up=true", "waterlogged=true", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10428, "east=false", "north=true", "south=true", "up=true", "waterlogged=true", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10429, "east=false", "north=true", "south=true", "up=true", "waterlogged=false", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10430, "east=false", "north=true", "south=true", "up=true", "waterlogged=false", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10431, "east=false", "north=true", "south=true", "up=false", "waterlogged=true", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10432, "east=false", "north=true", "south=true", "up=false", "waterlogged=true", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10433, "east=false", "north=true", "south=true", "up=false", "waterlogged=false", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10434, "east=false", "north=true", "south=true", "up=false", "waterlogged=false", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10435, "east=false", "north=true", "south=false", "up=true", "waterlogged=true", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10436, "east=false", "north=true", "south=false", "up=true", "waterlogged=true", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10437, "east=false", "north=true", "south=false", "up=true", "waterlogged=false", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10438, "east=false", "north=true", "south=false", "up=true", "waterlogged=false", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10439, "east=false", "north=true", "south=false", "up=false", "waterlogged=true", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10440, "east=false", "north=true", "south=false", "up=false", "waterlogged=true", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10441, "east=false", "north=true", "south=false", "up=false", "waterlogged=false", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10442, "east=false", "north=true", "south=false", "up=false", "waterlogged=false", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10443, "east=false", "north=false", "south=true", "up=true", "waterlogged=true", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10444, "east=false", "north=false", "south=true", "up=true", "waterlogged=true", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10445, "east=false", "north=false", "south=true", "up=true", "waterlogged=false", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10446, "east=false", "north=false", "south=true", "up=true", "waterlogged=false", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10447, "east=false", "north=false", "south=true", "up=false", "waterlogged=true", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10448, "east=false", "north=false", "south=true", "up=false", "waterlogged=true", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10449, "east=false", "north=false", "south=true", "up=false", "waterlogged=false", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10450, "east=false", "north=false", "south=true", "up=false", "waterlogged=false", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10451, "east=false", "north=false", "south=false", "up=true", "waterlogged=true", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10452, "east=false", "north=false", "south=false", "up=true", "waterlogged=true", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10453, "east=false", "north=false", "south=false", "up=true", "waterlogged=false", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10454, "east=false", "north=false", "south=false", "up=true", "waterlogged=false", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10455, "east=false", "north=false", "south=false", "up=false", "waterlogged=true", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10456, "east=false", "north=false", "south=false", "up=false", "waterlogged=true", "west=false")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10457, "east=false", "north=false", "south=false", "up=false", "waterlogged=false", "west=true")); + PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 10458, "east=false", "north=false", "south=false", "up=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PumpkinStem.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PumpkinStem.java index d2f2b0253..cef55ec4a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PumpkinStem.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PumpkinStem.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PumpkinStem { public static void initStates() { - PUMPKIN_STEM.addBlockAlternative(new BlockAlternative((short) 4772, "age=0")); - PUMPKIN_STEM.addBlockAlternative(new BlockAlternative((short) 4773, "age=1")); - PUMPKIN_STEM.addBlockAlternative(new BlockAlternative((short) 4774, "age=2")); - PUMPKIN_STEM.addBlockAlternative(new BlockAlternative((short) 4775, "age=3")); - PUMPKIN_STEM.addBlockAlternative(new BlockAlternative((short) 4776, "age=4")); - PUMPKIN_STEM.addBlockAlternative(new BlockAlternative((short) 4777, "age=5")); - PUMPKIN_STEM.addBlockAlternative(new BlockAlternative((short) 4778, "age=6")); - PUMPKIN_STEM.addBlockAlternative(new BlockAlternative((short) 4779, "age=7")); + PUMPKIN_STEM.addBlockAlternative(new BlockAlternative((short) 4756, "age=0")); + PUMPKIN_STEM.addBlockAlternative(new BlockAlternative((short) 4757, "age=1")); + PUMPKIN_STEM.addBlockAlternative(new BlockAlternative((short) 4758, "age=2")); + PUMPKIN_STEM.addBlockAlternative(new BlockAlternative((short) 4759, "age=3")); + PUMPKIN_STEM.addBlockAlternative(new BlockAlternative((short) 4760, "age=4")); + PUMPKIN_STEM.addBlockAlternative(new BlockAlternative((short) 4761, "age=5")); + PUMPKIN_STEM.addBlockAlternative(new BlockAlternative((short) 4762, "age=6")); + PUMPKIN_STEM.addBlockAlternative(new BlockAlternative((short) 4763, "age=7")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleBanner.java index c151d0393..ecb9b2121 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleBanner.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PurpleBanner { public static void initStates() { - PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 8057, "rotation=0")); - PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 8058, "rotation=1")); - PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 8059, "rotation=2")); - PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 8060, "rotation=3")); - PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 8061, "rotation=4")); - PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 8062, "rotation=5")); - PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 8063, "rotation=6")); - PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 8064, "rotation=7")); - PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 8065, "rotation=8")); - PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 8066, "rotation=9")); - PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 8067, "rotation=10")); - PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 8068, "rotation=11")); - PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 8069, "rotation=12")); - PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 8070, "rotation=13")); - PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 8071, "rotation=14")); - PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 8072, "rotation=15")); + PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 7521, "rotation=0")); + PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 7522, "rotation=1")); + PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 7523, "rotation=2")); + PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 7524, "rotation=3")); + PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 7525, "rotation=4")); + PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 7526, "rotation=5")); + PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 7527, "rotation=6")); + PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 7528, "rotation=7")); + PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 7529, "rotation=8")); + PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 7530, "rotation=9")); + PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 7531, "rotation=10")); + PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 7532, "rotation=11")); + PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 7533, "rotation=12")); + PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 7534, "rotation=13")); + PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 7535, "rotation=14")); + PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 7536, "rotation=15")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleBed.java index e8301bcbc..cb57b07bf 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleBed.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PurpleBed { public static void initStates() { - PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1209, "facing=north", "occupied=true", "part=head")); - PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1210, "facing=north", "occupied=true", "part=foot")); - PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1211, "facing=north", "occupied=false", "part=head")); - PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1212, "facing=north", "occupied=false", "part=foot")); - PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1213, "facing=south", "occupied=true", "part=head")); - PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1214, "facing=south", "occupied=true", "part=foot")); - PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1215, "facing=south", "occupied=false", "part=head")); - PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1216, "facing=south", "occupied=false", "part=foot")); - PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1217, "facing=west", "occupied=true", "part=head")); - PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1218, "facing=west", "occupied=true", "part=foot")); - PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1219, "facing=west", "occupied=false", "part=head")); - PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1220, "facing=west", "occupied=false", "part=foot")); - PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1221, "facing=east", "occupied=true", "part=head")); - PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1222, "facing=east", "occupied=true", "part=foot")); - PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1223, "facing=east", "occupied=false", "part=head")); - PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1224, "facing=east", "occupied=false", "part=foot")); + PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1208, "facing=north", "occupied=true", "part=head")); + PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1209, "facing=north", "occupied=true", "part=foot")); + PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1210, "facing=north", "occupied=false", "part=head")); + PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1211, "facing=north", "occupied=false", "part=foot")); + PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1212, "facing=south", "occupied=true", "part=head")); + PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1213, "facing=south", "occupied=true", "part=foot")); + PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1214, "facing=south", "occupied=false", "part=head")); + PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1215, "facing=south", "occupied=false", "part=foot")); + PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1216, "facing=west", "occupied=true", "part=head")); + PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1217, "facing=west", "occupied=true", "part=foot")); + PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1218, "facing=west", "occupied=false", "part=head")); + PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1219, "facing=west", "occupied=false", "part=foot")); + PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1220, "facing=east", "occupied=true", "part=head")); + PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1221, "facing=east", "occupied=true", "part=foot")); + PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1222, "facing=east", "occupied=false", "part=head")); + PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1223, "facing=east", "occupied=false", "part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleGlazedTerracotta.java index 1917166b3..2690e7159 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleGlazedTerracotta.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PurpleGlazedTerracotta { public static void initStates() { - PURPLE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9414, "facing=north")); - PURPLE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9415, "facing=south")); - PURPLE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9416, "facing=west")); - PURPLE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9417, "facing=east")); + PURPLE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8878, "facing=north")); + PURPLE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8879, "facing=south")); + PURPLE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8880, "facing=west")); + PURPLE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8881, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleShulkerBox.java index 1c0aaecb3..b179f88ae 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleShulkerBox.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PurpleShulkerBox { public static void initStates() { - PURPLE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9338, "facing=north")); - PURPLE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9339, "facing=east")); - PURPLE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9340, "facing=south")); - PURPLE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9341, "facing=west")); - PURPLE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9342, "facing=up")); - PURPLE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9343, "facing=down")); + PURPLE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8802, "facing=north")); + PURPLE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8803, "facing=east")); + PURPLE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8804, "facing=south")); + PURPLE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8805, "facing=west")); + PURPLE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8806, "facing=up")); + PURPLE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8807, "facing=down")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleStainedGlassPane.java index 413eef377..fe99e8213 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleStainedGlassPane.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PurpleStainedGlassPane { public static void initStates() { - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7183, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7184, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7185, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7186, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7187, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7188, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7189, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7190, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7191, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7192, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7193, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7194, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7195, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7196, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7197, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7198, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7199, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7200, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7201, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7202, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7203, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7204, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7205, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7206, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7207, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7208, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7209, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7210, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7211, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7212, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7213, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7214, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6647, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6648, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6649, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6650, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6651, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6652, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6653, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6654, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6655, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6656, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6657, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6658, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6659, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6660, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6661, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6662, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6663, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6664, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6665, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6666, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6667, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6668, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6669, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6670, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6671, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6672, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6673, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6674, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6675, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6676, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6677, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); + PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6678, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleWallBanner.java index 633a27028..c74d51d5e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleWallBanner.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PurpleWallBanner { public static void initStates() { - PURPLE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8193, "facing=north")); - PURPLE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8194, "facing=south")); - PURPLE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8195, "facing=west")); - PURPLE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8196, "facing=east")); + PURPLE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7657, "facing=north")); + PURPLE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7658, "facing=south")); + PURPLE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7659, "facing=west")); + PURPLE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7660, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurPillar.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurPillar.java index 4723854e4..ab09727c9 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurPillar.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurPillar.java @@ -7,8 +7,8 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PurpurPillar { public static void initStates() { - PURPUR_PILLAR.addBlockAlternative(new BlockAlternative((short) 9135, "axis=x")); - PURPUR_PILLAR.addBlockAlternative(new BlockAlternative((short) 9136, "axis=y")); - PURPUR_PILLAR.addBlockAlternative(new BlockAlternative((short) 9137, "axis=z")); + PURPUR_PILLAR.addBlockAlternative(new BlockAlternative((short) 8599, "axis=x")); + PURPUR_PILLAR.addBlockAlternative(new BlockAlternative((short) 8600, "axis=y")); + PURPUR_PILLAR.addBlockAlternative(new BlockAlternative((short) 8601, "axis=z")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurSlab.java index e30c28979..1f6c7509c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PurpurSlab { public static void initStates() { - PURPUR_SLAB.addBlockAlternative(new BlockAlternative((short) 8408, "type=top", "waterlogged=true")); - PURPUR_SLAB.addBlockAlternative(new BlockAlternative((short) 8409, "type=top", "waterlogged=false")); - PURPUR_SLAB.addBlockAlternative(new BlockAlternative((short) 8410, "type=bottom", "waterlogged=true")); - PURPUR_SLAB.addBlockAlternative(new BlockAlternative((short) 8411, "type=bottom", "waterlogged=false")); - PURPUR_SLAB.addBlockAlternative(new BlockAlternative((short) 8412, "type=double", "waterlogged=true")); - PURPUR_SLAB.addBlockAlternative(new BlockAlternative((short) 8413, "type=double", "waterlogged=false")); + PURPUR_SLAB.addBlockAlternative(new BlockAlternative((short) 7872, "type=top", "waterlogged=true")); + PURPUR_SLAB.addBlockAlternative(new BlockAlternative((short) 7873, "type=top", "waterlogged=false")); + PURPUR_SLAB.addBlockAlternative(new BlockAlternative((short) 7874, "type=bottom", "waterlogged=true")); + PURPUR_SLAB.addBlockAlternative(new BlockAlternative((short) 7875, "type=bottom", "waterlogged=false")); + PURPUR_SLAB.addBlockAlternative(new BlockAlternative((short) 7876, "type=double", "waterlogged=true")); + PURPUR_SLAB.addBlockAlternative(new BlockAlternative((short) 7877, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurStairs.java index 3c6a20344..84e40d8cd 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class PurpurStairs { public static void initStates() { - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9138, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9139, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9140, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9141, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9142, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9143, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9144, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9145, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9146, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9147, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9148, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9149, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9150, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9151, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9152, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9153, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9154, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9155, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9156, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9157, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9158, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9159, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9160, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9161, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9162, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9163, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9164, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9165, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9166, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9167, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9168, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9169, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9170, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9171, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9172, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9173, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9174, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9175, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9176, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9177, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9178, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9179, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9180, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9181, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9182, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9183, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9184, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9185, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9186, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9187, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9188, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9189, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9190, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9191, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9192, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9193, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9194, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9195, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9196, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9197, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9198, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9199, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9200, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9201, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9202, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9203, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9204, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9205, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9206, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9207, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9208, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9209, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9210, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9211, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9212, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9213, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9214, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9215, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9216, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9217, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8602, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8603, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8604, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8605, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8606, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8607, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8608, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8609, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8610, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8611, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8612, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8613, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8614, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8615, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8616, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8617, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8618, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8619, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8620, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8621, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8622, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8623, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8624, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8625, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8626, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8627, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8628, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8629, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8630, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8631, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8632, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8633, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8634, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8635, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8636, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8637, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8638, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8639, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8640, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8641, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8642, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8643, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8644, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8645, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8646, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8647, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8648, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8649, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8650, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8651, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8652, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8653, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8654, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8655, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8656, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8657, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8658, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8659, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8660, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8661, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8662, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8663, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8664, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8665, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8666, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8667, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8668, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8669, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8670, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8671, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8672, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8673, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8674, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8675, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8676, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8677, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8678, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8679, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8680, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 8681, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzPillar.java b/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzPillar.java index ba8a90c55..05f3b0924 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzPillar.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzPillar.java @@ -7,8 +7,8 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class QuartzPillar { public static void initStates() { - QUARTZ_PILLAR.addBlockAlternative(new BlockAlternative((short) 6740, "axis=x")); - QUARTZ_PILLAR.addBlockAlternative(new BlockAlternative((short) 6741, "axis=y")); - QUARTZ_PILLAR.addBlockAlternative(new BlockAlternative((short) 6742, "axis=z")); + QUARTZ_PILLAR.addBlockAlternative(new BlockAlternative((short) 6204, "axis=x")); + QUARTZ_PILLAR.addBlockAlternative(new BlockAlternative((short) 6205, "axis=y")); + QUARTZ_PILLAR.addBlockAlternative(new BlockAlternative((short) 6206, "axis=z")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzSlab.java index bb5493833..76de6cc48 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class QuartzSlab { public static void initStates() { - QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 8390, "type=top", "waterlogged=true")); - QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 8391, "type=top", "waterlogged=false")); - QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 8392, "type=bottom", "waterlogged=true")); - QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 8393, "type=bottom", "waterlogged=false")); - QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 8394, "type=double", "waterlogged=true")); - QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 8395, "type=double", "waterlogged=false")); + QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 7854, "type=top", "waterlogged=true")); + QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 7855, "type=top", "waterlogged=false")); + QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 7856, "type=bottom", "waterlogged=true")); + QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 7857, "type=bottom", "waterlogged=false")); + QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 7858, "type=double", "waterlogged=true")); + QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 7859, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzStairs.java index f98c23f04..cb4e74b06 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class QuartzStairs { public static void initStates() { - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6743, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6744, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6745, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6746, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6747, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6748, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6749, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6750, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6751, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6752, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6753, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6754, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6755, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6756, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6757, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6758, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6759, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6760, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6761, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6762, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6763, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6764, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6765, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6766, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6767, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6768, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6769, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6770, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6771, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6772, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6773, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6774, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6775, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6776, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6777, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6778, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6779, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6780, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6781, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6782, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6783, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6784, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6785, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6786, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6787, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6788, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6789, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6790, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6791, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6792, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6793, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6794, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6795, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6796, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6797, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6798, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6799, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6800, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6801, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6802, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6803, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6804, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6805, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6806, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6807, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6808, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6809, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6810, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6811, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6812, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6813, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6814, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6815, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6816, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6817, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6818, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6819, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6820, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6821, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6822, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6207, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6208, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6209, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6210, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6211, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6212, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6213, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6214, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6215, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6216, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6217, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6218, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6219, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6220, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6221, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6222, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6223, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6224, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6225, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6226, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6227, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6228, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6229, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6230, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6231, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6232, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6233, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6234, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6235, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6236, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6237, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6238, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6239, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6240, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6241, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6242, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6243, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6244, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6245, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6246, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6247, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6248, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6249, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6250, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6251, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6252, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6253, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6254, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6255, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6256, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6257, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6258, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6259, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6260, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6261, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6262, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6263, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6264, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6265, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6266, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6267, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6268, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6269, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6270, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6271, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6272, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6273, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6274, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6275, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6276, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6277, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6278, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6279, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6280, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6281, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6282, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6283, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6284, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6285, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6286, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Rail.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Rail.java index 6d9da2b25..296ce5772 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Rail.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Rail.java @@ -7,15 +7,15 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Rail { public static void initStates() { - RAIL.addBlockAlternative(new BlockAlternative((short) 3645, "shape=north_south")); - RAIL.addBlockAlternative(new BlockAlternative((short) 3646, "shape=east_west")); - RAIL.addBlockAlternative(new BlockAlternative((short) 3647, "shape=ascending_east")); - RAIL.addBlockAlternative(new BlockAlternative((short) 3648, "shape=ascending_west")); - RAIL.addBlockAlternative(new BlockAlternative((short) 3649, "shape=ascending_north")); - RAIL.addBlockAlternative(new BlockAlternative((short) 3650, "shape=ascending_south")); - RAIL.addBlockAlternative(new BlockAlternative((short) 3651, "shape=south_east")); - RAIL.addBlockAlternative(new BlockAlternative((short) 3652, "shape=south_west")); - RAIL.addBlockAlternative(new BlockAlternative((short) 3653, "shape=north_west")); - RAIL.addBlockAlternative(new BlockAlternative((short) 3654, "shape=north_east")); + RAIL.addBlockAlternative(new BlockAlternative((short) 3643, "shape=north_south")); + RAIL.addBlockAlternative(new BlockAlternative((short) 3644, "shape=east_west")); + RAIL.addBlockAlternative(new BlockAlternative((short) 3645, "shape=ascending_east")); + RAIL.addBlockAlternative(new BlockAlternative((short) 3646, "shape=ascending_west")); + RAIL.addBlockAlternative(new BlockAlternative((short) 3647, "shape=ascending_north")); + RAIL.addBlockAlternative(new BlockAlternative((short) 3648, "shape=ascending_south")); + RAIL.addBlockAlternative(new BlockAlternative((short) 3649, "shape=south_east")); + RAIL.addBlockAlternative(new BlockAlternative((short) 3650, "shape=south_west")); + RAIL.addBlockAlternative(new BlockAlternative((short) 3651, "shape=north_west")); + RAIL.addBlockAlternative(new BlockAlternative((short) 3652, "shape=north_east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedBanner.java index 4f8f0c276..cce4ea353 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedBanner.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class RedBanner { public static void initStates() { - RED_BANNER.addBlockAlternative(new BlockAlternative((short) 8121, "rotation=0")); - RED_BANNER.addBlockAlternative(new BlockAlternative((short) 8122, "rotation=1")); - RED_BANNER.addBlockAlternative(new BlockAlternative((short) 8123, "rotation=2")); - RED_BANNER.addBlockAlternative(new BlockAlternative((short) 8124, "rotation=3")); - RED_BANNER.addBlockAlternative(new BlockAlternative((short) 8125, "rotation=4")); - RED_BANNER.addBlockAlternative(new BlockAlternative((short) 8126, "rotation=5")); - RED_BANNER.addBlockAlternative(new BlockAlternative((short) 8127, "rotation=6")); - RED_BANNER.addBlockAlternative(new BlockAlternative((short) 8128, "rotation=7")); - RED_BANNER.addBlockAlternative(new BlockAlternative((short) 8129, "rotation=8")); - RED_BANNER.addBlockAlternative(new BlockAlternative((short) 8130, "rotation=9")); - RED_BANNER.addBlockAlternative(new BlockAlternative((short) 8131, "rotation=10")); - RED_BANNER.addBlockAlternative(new BlockAlternative((short) 8132, "rotation=11")); - RED_BANNER.addBlockAlternative(new BlockAlternative((short) 8133, "rotation=12")); - RED_BANNER.addBlockAlternative(new BlockAlternative((short) 8134, "rotation=13")); - RED_BANNER.addBlockAlternative(new BlockAlternative((short) 8135, "rotation=14")); - RED_BANNER.addBlockAlternative(new BlockAlternative((short) 8136, "rotation=15")); + RED_BANNER.addBlockAlternative(new BlockAlternative((short) 7585, "rotation=0")); + RED_BANNER.addBlockAlternative(new BlockAlternative((short) 7586, "rotation=1")); + RED_BANNER.addBlockAlternative(new BlockAlternative((short) 7587, "rotation=2")); + RED_BANNER.addBlockAlternative(new BlockAlternative((short) 7588, "rotation=3")); + RED_BANNER.addBlockAlternative(new BlockAlternative((short) 7589, "rotation=4")); + RED_BANNER.addBlockAlternative(new BlockAlternative((short) 7590, "rotation=5")); + RED_BANNER.addBlockAlternative(new BlockAlternative((short) 7591, "rotation=6")); + RED_BANNER.addBlockAlternative(new BlockAlternative((short) 7592, "rotation=7")); + RED_BANNER.addBlockAlternative(new BlockAlternative((short) 7593, "rotation=8")); + RED_BANNER.addBlockAlternative(new BlockAlternative((short) 7594, "rotation=9")); + RED_BANNER.addBlockAlternative(new BlockAlternative((short) 7595, "rotation=10")); + RED_BANNER.addBlockAlternative(new BlockAlternative((short) 7596, "rotation=11")); + RED_BANNER.addBlockAlternative(new BlockAlternative((short) 7597, "rotation=12")); + RED_BANNER.addBlockAlternative(new BlockAlternative((short) 7598, "rotation=13")); + RED_BANNER.addBlockAlternative(new BlockAlternative((short) 7599, "rotation=14")); + RED_BANNER.addBlockAlternative(new BlockAlternative((short) 7600, "rotation=15")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedBed.java index b0f9fa549..0ac880352 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedBed.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class RedBed { public static void initStates() { - RED_BED.addBlockAlternative(new BlockAlternative((short) 1273, "facing=north", "occupied=true", "part=head")); - RED_BED.addBlockAlternative(new BlockAlternative((short) 1274, "facing=north", "occupied=true", "part=foot")); - RED_BED.addBlockAlternative(new BlockAlternative((short) 1275, "facing=north", "occupied=false", "part=head")); - RED_BED.addBlockAlternative(new BlockAlternative((short) 1276, "facing=north", "occupied=false", "part=foot")); - RED_BED.addBlockAlternative(new BlockAlternative((short) 1277, "facing=south", "occupied=true", "part=head")); - RED_BED.addBlockAlternative(new BlockAlternative((short) 1278, "facing=south", "occupied=true", "part=foot")); - RED_BED.addBlockAlternative(new BlockAlternative((short) 1279, "facing=south", "occupied=false", "part=head")); - RED_BED.addBlockAlternative(new BlockAlternative((short) 1280, "facing=south", "occupied=false", "part=foot")); - RED_BED.addBlockAlternative(new BlockAlternative((short) 1281, "facing=west", "occupied=true", "part=head")); - RED_BED.addBlockAlternative(new BlockAlternative((short) 1282, "facing=west", "occupied=true", "part=foot")); - RED_BED.addBlockAlternative(new BlockAlternative((short) 1283, "facing=west", "occupied=false", "part=head")); - RED_BED.addBlockAlternative(new BlockAlternative((short) 1284, "facing=west", "occupied=false", "part=foot")); - RED_BED.addBlockAlternative(new BlockAlternative((short) 1285, "facing=east", "occupied=true", "part=head")); - RED_BED.addBlockAlternative(new BlockAlternative((short) 1286, "facing=east", "occupied=true", "part=foot")); - RED_BED.addBlockAlternative(new BlockAlternative((short) 1287, "facing=east", "occupied=false", "part=head")); - RED_BED.addBlockAlternative(new BlockAlternative((short) 1288, "facing=east", "occupied=false", "part=foot")); + RED_BED.addBlockAlternative(new BlockAlternative((short) 1272, "facing=north", "occupied=true", "part=head")); + RED_BED.addBlockAlternative(new BlockAlternative((short) 1273, "facing=north", "occupied=true", "part=foot")); + RED_BED.addBlockAlternative(new BlockAlternative((short) 1274, "facing=north", "occupied=false", "part=head")); + RED_BED.addBlockAlternative(new BlockAlternative((short) 1275, "facing=north", "occupied=false", "part=foot")); + RED_BED.addBlockAlternative(new BlockAlternative((short) 1276, "facing=south", "occupied=true", "part=head")); + RED_BED.addBlockAlternative(new BlockAlternative((short) 1277, "facing=south", "occupied=true", "part=foot")); + RED_BED.addBlockAlternative(new BlockAlternative((short) 1278, "facing=south", "occupied=false", "part=head")); + RED_BED.addBlockAlternative(new BlockAlternative((short) 1279, "facing=south", "occupied=false", "part=foot")); + RED_BED.addBlockAlternative(new BlockAlternative((short) 1280, "facing=west", "occupied=true", "part=head")); + RED_BED.addBlockAlternative(new BlockAlternative((short) 1281, "facing=west", "occupied=true", "part=foot")); + RED_BED.addBlockAlternative(new BlockAlternative((short) 1282, "facing=west", "occupied=false", "part=head")); + RED_BED.addBlockAlternative(new BlockAlternative((short) 1283, "facing=west", "occupied=false", "part=foot")); + RED_BED.addBlockAlternative(new BlockAlternative((short) 1284, "facing=east", "occupied=true", "part=head")); + RED_BED.addBlockAlternative(new BlockAlternative((short) 1285, "facing=east", "occupied=true", "part=foot")); + RED_BED.addBlockAlternative(new BlockAlternative((short) 1286, "facing=east", "occupied=false", "part=head")); + RED_BED.addBlockAlternative(new BlockAlternative((short) 1287, "facing=east", "occupied=false", "part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedGlazedTerracotta.java index dc5a984c9..97e2965da 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedGlazedTerracotta.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class RedGlazedTerracotta { public static void initStates() { - RED_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9430, "facing=north")); - RED_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9431, "facing=south")); - RED_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9432, "facing=west")); - RED_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9433, "facing=east")); + RED_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8894, "facing=north")); + RED_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8895, "facing=south")); + RED_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8896, "facing=west")); + RED_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8897, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedMushroomBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedMushroomBlock.java index 4b23ab60d..8e5cfdd7d 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedMushroomBlock.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedMushroomBlock.java @@ -7,69 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class RedMushroomBlock { public static void initStates() { - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4569, "down=true", "east=true", "north=true", "south=true", "up=true", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4570, "down=true", "east=true", "north=true", "south=true", "up=true", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4571, "down=true", "east=true", "north=true", "south=true", "up=false", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4572, "down=true", "east=true", "north=true", "south=true", "up=false", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4573, "down=true", "east=true", "north=true", "south=false", "up=true", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4574, "down=true", "east=true", "north=true", "south=false", "up=true", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4575, "down=true", "east=true", "north=true", "south=false", "up=false", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4576, "down=true", "east=true", "north=true", "south=false", "up=false", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4577, "down=true", "east=true", "north=false", "south=true", "up=true", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4578, "down=true", "east=true", "north=false", "south=true", "up=true", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4579, "down=true", "east=true", "north=false", "south=true", "up=false", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4580, "down=true", "east=true", "north=false", "south=true", "up=false", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4581, "down=true", "east=true", "north=false", "south=false", "up=true", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4582, "down=true", "east=true", "north=false", "south=false", "up=true", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4583, "down=true", "east=true", "north=false", "south=false", "up=false", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4584, "down=true", "east=true", "north=false", "south=false", "up=false", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4585, "down=true", "east=false", "north=true", "south=true", "up=true", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4586, "down=true", "east=false", "north=true", "south=true", "up=true", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4587, "down=true", "east=false", "north=true", "south=true", "up=false", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4588, "down=true", "east=false", "north=true", "south=true", "up=false", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4589, "down=true", "east=false", "north=true", "south=false", "up=true", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4590, "down=true", "east=false", "north=true", "south=false", "up=true", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4591, "down=true", "east=false", "north=true", "south=false", "up=false", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4592, "down=true", "east=false", "north=true", "south=false", "up=false", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4593, "down=true", "east=false", "north=false", "south=true", "up=true", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4594, "down=true", "east=false", "north=false", "south=true", "up=true", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4595, "down=true", "east=false", "north=false", "south=true", "up=false", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4596, "down=true", "east=false", "north=false", "south=true", "up=false", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4597, "down=true", "east=false", "north=false", "south=false", "up=true", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4598, "down=true", "east=false", "north=false", "south=false", "up=true", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4599, "down=true", "east=false", "north=false", "south=false", "up=false", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4600, "down=true", "east=false", "north=false", "south=false", "up=false", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4601, "down=false", "east=true", "north=true", "south=true", "up=true", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4602, "down=false", "east=true", "north=true", "south=true", "up=true", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4603, "down=false", "east=true", "north=true", "south=true", "up=false", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4604, "down=false", "east=true", "north=true", "south=true", "up=false", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4605, "down=false", "east=true", "north=true", "south=false", "up=true", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4606, "down=false", "east=true", "north=true", "south=false", "up=true", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4607, "down=false", "east=true", "north=true", "south=false", "up=false", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4608, "down=false", "east=true", "north=true", "south=false", "up=false", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4609, "down=false", "east=true", "north=false", "south=true", "up=true", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4610, "down=false", "east=true", "north=false", "south=true", "up=true", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4611, "down=false", "east=true", "north=false", "south=true", "up=false", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4612, "down=false", "east=true", "north=false", "south=true", "up=false", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4613, "down=false", "east=true", "north=false", "south=false", "up=true", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4614, "down=false", "east=true", "north=false", "south=false", "up=true", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4615, "down=false", "east=true", "north=false", "south=false", "up=false", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4616, "down=false", "east=true", "north=false", "south=false", "up=false", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4617, "down=false", "east=false", "north=true", "south=true", "up=true", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4618, "down=false", "east=false", "north=true", "south=true", "up=true", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4619, "down=false", "east=false", "north=true", "south=true", "up=false", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4620, "down=false", "east=false", "north=true", "south=true", "up=false", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4621, "down=false", "east=false", "north=true", "south=false", "up=true", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4622, "down=false", "east=false", "north=true", "south=false", "up=true", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4623, "down=false", "east=false", "north=true", "south=false", "up=false", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4624, "down=false", "east=false", "north=true", "south=false", "up=false", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4625, "down=false", "east=false", "north=false", "south=true", "up=true", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4626, "down=false", "east=false", "north=false", "south=true", "up=true", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4627, "down=false", "east=false", "north=false", "south=true", "up=false", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4628, "down=false", "east=false", "north=false", "south=true", "up=false", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4629, "down=false", "east=false", "north=false", "south=false", "up=true", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4630, "down=false", "east=false", "north=false", "south=false", "up=true", "west=false")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4631, "down=false", "east=false", "north=false", "south=false", "up=false", "west=true")); - RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4632, "down=false", "east=false", "north=false", "south=false", "up=false", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4555, "down=true", "east=true", "north=true", "south=true", "up=true", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4556, "down=true", "east=true", "north=true", "south=true", "up=true", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4557, "down=true", "east=true", "north=true", "south=true", "up=false", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4558, "down=true", "east=true", "north=true", "south=true", "up=false", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4559, "down=true", "east=true", "north=true", "south=false", "up=true", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4560, "down=true", "east=true", "north=true", "south=false", "up=true", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4561, "down=true", "east=true", "north=true", "south=false", "up=false", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4562, "down=true", "east=true", "north=true", "south=false", "up=false", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4563, "down=true", "east=true", "north=false", "south=true", "up=true", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4564, "down=true", "east=true", "north=false", "south=true", "up=true", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4565, "down=true", "east=true", "north=false", "south=true", "up=false", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4566, "down=true", "east=true", "north=false", "south=true", "up=false", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4567, "down=true", "east=true", "north=false", "south=false", "up=true", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4568, "down=true", "east=true", "north=false", "south=false", "up=true", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4569, "down=true", "east=true", "north=false", "south=false", "up=false", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4570, "down=true", "east=true", "north=false", "south=false", "up=false", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4571, "down=true", "east=false", "north=true", "south=true", "up=true", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4572, "down=true", "east=false", "north=true", "south=true", "up=true", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4573, "down=true", "east=false", "north=true", "south=true", "up=false", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4574, "down=true", "east=false", "north=true", "south=true", "up=false", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4575, "down=true", "east=false", "north=true", "south=false", "up=true", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4576, "down=true", "east=false", "north=true", "south=false", "up=true", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4577, "down=true", "east=false", "north=true", "south=false", "up=false", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4578, "down=true", "east=false", "north=true", "south=false", "up=false", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4579, "down=true", "east=false", "north=false", "south=true", "up=true", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4580, "down=true", "east=false", "north=false", "south=true", "up=true", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4581, "down=true", "east=false", "north=false", "south=true", "up=false", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4582, "down=true", "east=false", "north=false", "south=true", "up=false", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4583, "down=true", "east=false", "north=false", "south=false", "up=true", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4584, "down=true", "east=false", "north=false", "south=false", "up=true", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4585, "down=true", "east=false", "north=false", "south=false", "up=false", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4586, "down=true", "east=false", "north=false", "south=false", "up=false", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4587, "down=false", "east=true", "north=true", "south=true", "up=true", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4588, "down=false", "east=true", "north=true", "south=true", "up=true", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4589, "down=false", "east=true", "north=true", "south=true", "up=false", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4590, "down=false", "east=true", "north=true", "south=true", "up=false", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4591, "down=false", "east=true", "north=true", "south=false", "up=true", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4592, "down=false", "east=true", "north=true", "south=false", "up=true", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4593, "down=false", "east=true", "north=true", "south=false", "up=false", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4594, "down=false", "east=true", "north=true", "south=false", "up=false", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4595, "down=false", "east=true", "north=false", "south=true", "up=true", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4596, "down=false", "east=true", "north=false", "south=true", "up=true", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4597, "down=false", "east=true", "north=false", "south=true", "up=false", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4598, "down=false", "east=true", "north=false", "south=true", "up=false", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4599, "down=false", "east=true", "north=false", "south=false", "up=true", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4600, "down=false", "east=true", "north=false", "south=false", "up=true", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4601, "down=false", "east=true", "north=false", "south=false", "up=false", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4602, "down=false", "east=true", "north=false", "south=false", "up=false", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4603, "down=false", "east=false", "north=true", "south=true", "up=true", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4604, "down=false", "east=false", "north=true", "south=true", "up=true", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4605, "down=false", "east=false", "north=true", "south=true", "up=false", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4606, "down=false", "east=false", "north=true", "south=true", "up=false", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4607, "down=false", "east=false", "north=true", "south=false", "up=true", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4608, "down=false", "east=false", "north=true", "south=false", "up=true", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4609, "down=false", "east=false", "north=true", "south=false", "up=false", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4610, "down=false", "east=false", "north=true", "south=false", "up=false", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4611, "down=false", "east=false", "north=false", "south=true", "up=true", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4612, "down=false", "east=false", "north=false", "south=true", "up=true", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4613, "down=false", "east=false", "north=false", "south=true", "up=false", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4614, "down=false", "east=false", "north=false", "south=true", "up=false", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4615, "down=false", "east=false", "north=false", "south=false", "up=true", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4616, "down=false", "east=false", "north=false", "south=false", "up=true", "west=false")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4617, "down=false", "east=false", "north=false", "south=false", "up=false", "west=true")); + RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4618, "down=false", "east=false", "north=false", "south=false", "up=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickSlab.java index d39e520ed..e60dbea59 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class RedNetherBrickSlab { public static void initStates() { - RED_NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10849, "type=top", "waterlogged=true")); - RED_NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10850, "type=top", "waterlogged=false")); - RED_NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10851, "type=bottom", "waterlogged=true")); - RED_NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10852, "type=bottom", "waterlogged=false")); - RED_NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10853, "type=double", "waterlogged=true")); - RED_NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10854, "type=double", "waterlogged=false")); + RED_NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10313, "type=top", "waterlogged=true")); + RED_NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10314, "type=top", "waterlogged=false")); + RED_NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10315, "type=bottom", "waterlogged=true")); + RED_NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10316, "type=bottom", "waterlogged=false")); + RED_NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10317, "type=double", "waterlogged=true")); + RED_NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10318, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickStairs.java index d24337e6a..95c195bbb 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class RedNetherBrickStairs { public static void initStates() { - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10549, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10550, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10551, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10552, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10553, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10554, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10555, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10556, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10557, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10558, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10559, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10560, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10561, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10562, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10563, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10564, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10565, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10566, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10567, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10568, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10569, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10570, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10571, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10572, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10573, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10574, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10575, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10576, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10577, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10578, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10579, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10580, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10581, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10582, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10583, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10584, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10585, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10586, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10587, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10588, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10589, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10590, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10591, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10592, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10593, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10594, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10595, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10596, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10597, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10598, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10599, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10600, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10601, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10602, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10603, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10604, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10605, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10606, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10607, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10608, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10609, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10610, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10611, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10612, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10613, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10614, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10615, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10616, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10617, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10618, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10619, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10620, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10621, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10622, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10623, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10624, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10625, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10626, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10627, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10628, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10013, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10014, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10015, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10016, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10017, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10018, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10019, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10020, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10021, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10022, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10023, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10024, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10025, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10026, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10027, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10028, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10029, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10030, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10031, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10032, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10033, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10034, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10035, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10036, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10037, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10038, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10039, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10040, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10041, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10042, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10043, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10044, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10045, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10046, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10047, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10048, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10049, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10050, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10051, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10052, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10053, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10054, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10055, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10056, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10057, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10058, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10059, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10060, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10061, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10062, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10063, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10064, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10065, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10066, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10067, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10068, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10069, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10070, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10071, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10072, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10073, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10074, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10075, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10076, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10077, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10078, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10079, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10080, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10081, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10082, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10083, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10084, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10085, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10086, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10087, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10088, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10089, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10090, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10091, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10092, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickWall.java index ccec75bfc..3c945c118 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickWall.java @@ -7,329 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class RedNetherBrickWall { public static void initStates() { - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13459, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13460, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13461, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13462, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13463, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13464, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13465, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13466, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13467, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13468, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13469, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13470, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13471, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13472, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13473, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13474, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13475, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13476, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13477, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13478, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13479, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13480, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13481, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13482, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13483, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13484, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13485, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13486, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13487, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13488, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13489, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13490, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13491, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13492, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13493, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13494, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13495, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13496, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13497, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13498, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13499, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13500, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13501, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13502, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13503, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13504, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13505, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13506, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13507, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13508, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13509, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13510, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13511, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13512, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13513, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13514, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13515, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13516, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13517, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13518, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13519, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13520, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13521, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13522, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13523, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13524, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13525, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13526, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13527, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13528, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13529, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13530, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13531, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13532, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13533, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13534, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13535, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13536, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13537, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13538, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13539, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13540, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13541, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13542, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13543, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13544, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13545, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13546, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13547, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13548, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13549, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13550, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13551, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13552, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13553, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13554, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13555, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13556, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13557, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13558, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13559, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13560, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13561, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13562, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13563, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13564, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13565, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13566, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13567, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13568, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13569, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13570, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13571, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13572, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13573, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13574, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13575, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13576, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13577, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13578, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13579, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13580, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13581, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13582, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13583, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13584, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13585, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13586, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13587, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13588, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13589, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13590, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13591, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13592, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13593, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13594, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13595, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13596, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13597, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13598, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13599, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13600, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13601, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13602, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13603, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13604, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13605, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13606, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13607, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13608, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13609, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13610, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13611, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13612, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13613, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13614, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13615, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13616, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13617, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13618, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13619, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13620, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13621, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13622, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13623, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13624, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13625, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13626, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13627, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13628, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13629, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13630, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13631, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13632, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13633, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13634, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13635, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13636, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13637, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13638, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13639, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13640, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13641, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13642, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13643, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13644, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13645, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13646, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13647, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13648, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13649, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13650, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13651, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13652, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13653, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13654, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13655, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13656, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13657, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13658, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13659, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13660, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13661, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13662, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13663, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13664, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13665, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13666, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13667, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13668, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13669, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13670, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13671, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13672, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13673, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13674, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13675, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13676, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13677, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13678, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13679, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13680, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13681, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13682, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13683, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13684, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13685, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13686, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13687, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13688, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13689, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13690, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13691, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13692, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13693, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13694, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13695, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13696, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13697, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13698, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13699, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13700, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13701, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13702, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13703, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13704, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13705, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13706, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13707, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13708, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13709, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13710, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13711, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13712, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13713, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13714, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13715, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13716, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13717, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13718, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13719, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13720, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13721, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13722, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13723, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13724, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13725, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13726, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13727, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13728, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13729, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13730, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13731, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13732, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13733, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13734, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13735, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13736, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13737, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13738, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13739, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13740, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13741, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13742, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13743, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13744, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13745, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13746, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13747, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13748, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13749, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13750, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13751, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13752, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13753, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13754, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13755, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13756, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13757, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13758, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13759, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13760, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13761, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13762, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13763, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13764, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13765, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13766, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13767, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13768, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13769, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13770, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13771, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13772, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13773, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13774, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13775, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13776, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13777, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13778, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13779, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13780, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13781, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13782, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10843, "east=true", "north=true", "south=true", "up=true", "waterlogged=true", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10844, "east=true", "north=true", "south=true", "up=true", "waterlogged=true", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10845, "east=true", "north=true", "south=true", "up=true", "waterlogged=false", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10846, "east=true", "north=true", "south=true", "up=true", "waterlogged=false", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10847, "east=true", "north=true", "south=true", "up=false", "waterlogged=true", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10848, "east=true", "north=true", "south=true", "up=false", "waterlogged=true", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10849, "east=true", "north=true", "south=true", "up=false", "waterlogged=false", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10850, "east=true", "north=true", "south=true", "up=false", "waterlogged=false", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10851, "east=true", "north=true", "south=false", "up=true", "waterlogged=true", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10852, "east=true", "north=true", "south=false", "up=true", "waterlogged=true", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10853, "east=true", "north=true", "south=false", "up=true", "waterlogged=false", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10854, "east=true", "north=true", "south=false", "up=true", "waterlogged=false", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10855, "east=true", "north=true", "south=false", "up=false", "waterlogged=true", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10856, "east=true", "north=true", "south=false", "up=false", "waterlogged=true", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10857, "east=true", "north=true", "south=false", "up=false", "waterlogged=false", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10858, "east=true", "north=true", "south=false", "up=false", "waterlogged=false", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10859, "east=true", "north=false", "south=true", "up=true", "waterlogged=true", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10860, "east=true", "north=false", "south=true", "up=true", "waterlogged=true", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10861, "east=true", "north=false", "south=true", "up=true", "waterlogged=false", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10862, "east=true", "north=false", "south=true", "up=true", "waterlogged=false", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10863, "east=true", "north=false", "south=true", "up=false", "waterlogged=true", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10864, "east=true", "north=false", "south=true", "up=false", "waterlogged=true", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10865, "east=true", "north=false", "south=true", "up=false", "waterlogged=false", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10866, "east=true", "north=false", "south=true", "up=false", "waterlogged=false", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10867, "east=true", "north=false", "south=false", "up=true", "waterlogged=true", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10868, "east=true", "north=false", "south=false", "up=true", "waterlogged=true", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10869, "east=true", "north=false", "south=false", "up=true", "waterlogged=false", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10870, "east=true", "north=false", "south=false", "up=true", "waterlogged=false", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10871, "east=true", "north=false", "south=false", "up=false", "waterlogged=true", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10872, "east=true", "north=false", "south=false", "up=false", "waterlogged=true", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10873, "east=true", "north=false", "south=false", "up=false", "waterlogged=false", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10874, "east=true", "north=false", "south=false", "up=false", "waterlogged=false", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10875, "east=false", "north=true", "south=true", "up=true", "waterlogged=true", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10876, "east=false", "north=true", "south=true", "up=true", "waterlogged=true", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10877, "east=false", "north=true", "south=true", "up=true", "waterlogged=false", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10878, "east=false", "north=true", "south=true", "up=true", "waterlogged=false", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10879, "east=false", "north=true", "south=true", "up=false", "waterlogged=true", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10880, "east=false", "north=true", "south=true", "up=false", "waterlogged=true", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10881, "east=false", "north=true", "south=true", "up=false", "waterlogged=false", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10882, "east=false", "north=true", "south=true", "up=false", "waterlogged=false", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10883, "east=false", "north=true", "south=false", "up=true", "waterlogged=true", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10884, "east=false", "north=true", "south=false", "up=true", "waterlogged=true", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10885, "east=false", "north=true", "south=false", "up=true", "waterlogged=false", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10886, "east=false", "north=true", "south=false", "up=true", "waterlogged=false", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10887, "east=false", "north=true", "south=false", "up=false", "waterlogged=true", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10888, "east=false", "north=true", "south=false", "up=false", "waterlogged=true", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10889, "east=false", "north=true", "south=false", "up=false", "waterlogged=false", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10890, "east=false", "north=true", "south=false", "up=false", "waterlogged=false", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10891, "east=false", "north=false", "south=true", "up=true", "waterlogged=true", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10892, "east=false", "north=false", "south=true", "up=true", "waterlogged=true", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10893, "east=false", "north=false", "south=true", "up=true", "waterlogged=false", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10894, "east=false", "north=false", "south=true", "up=true", "waterlogged=false", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10895, "east=false", "north=false", "south=true", "up=false", "waterlogged=true", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10896, "east=false", "north=false", "south=true", "up=false", "waterlogged=true", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10897, "east=false", "north=false", "south=true", "up=false", "waterlogged=false", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10898, "east=false", "north=false", "south=true", "up=false", "waterlogged=false", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10899, "east=false", "north=false", "south=false", "up=true", "waterlogged=true", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10900, "east=false", "north=false", "south=false", "up=true", "waterlogged=true", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10901, "east=false", "north=false", "south=false", "up=true", "waterlogged=false", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10902, "east=false", "north=false", "south=false", "up=true", "waterlogged=false", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10903, "east=false", "north=false", "south=false", "up=false", "waterlogged=true", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10904, "east=false", "north=false", "south=false", "up=false", "waterlogged=true", "west=false")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10905, "east=false", "north=false", "south=false", "up=false", "waterlogged=false", "west=true")); + RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10906, "east=false", "north=false", "south=false", "up=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneSlab.java index 59fe5119d..1becf9fb3 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class RedSandstoneSlab { public static void initStates() { - RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8396, "type=top", "waterlogged=true")); - RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8397, "type=top", "waterlogged=false")); - RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8398, "type=bottom", "waterlogged=true")); - RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8399, "type=bottom", "waterlogged=false")); - RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8400, "type=double", "waterlogged=true")); - RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8401, "type=double", "waterlogged=false")); + RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7860, "type=top", "waterlogged=true")); + RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7861, "type=top", "waterlogged=false")); + RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7862, "type=bottom", "waterlogged=true")); + RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7863, "type=bottom", "waterlogged=false")); + RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7864, "type=double", "waterlogged=true")); + RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7865, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneStairs.java index f693b76bb..380b8c49e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class RedSandstoneStairs { public static void initStates() { - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8220, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8221, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8222, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8223, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8224, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8225, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8226, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8227, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8228, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8229, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8230, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8231, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8232, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8233, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8234, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8235, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8236, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8237, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8238, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8239, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8240, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8241, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8242, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8243, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8244, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8245, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8246, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8247, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8248, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8249, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8250, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8251, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8252, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8253, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8254, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8255, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8256, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8257, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8258, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8259, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8260, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8261, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8262, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8263, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8264, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8265, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8266, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8267, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8268, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8269, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8270, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8271, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8272, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8273, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8274, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8275, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8276, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8277, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8278, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8279, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8280, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8281, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8282, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8283, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8284, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8285, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8286, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8287, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8288, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8289, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8290, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8291, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8292, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8293, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8294, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8295, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8296, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8297, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8298, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8299, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7684, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7685, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7686, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7687, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7688, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7689, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7690, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7691, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7692, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7693, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7694, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7695, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7696, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7697, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7698, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7699, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7700, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7701, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7702, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7703, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7704, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7705, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7706, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7707, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7708, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7709, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7710, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7711, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7712, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7713, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7714, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7715, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7716, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7717, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7718, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7719, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7720, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7721, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7722, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7723, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7724, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7725, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7726, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7727, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7728, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7729, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7730, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7731, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7732, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7733, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7734, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7735, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7736, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7737, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7738, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7739, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7740, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7741, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7742, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7743, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7744, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7745, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7746, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7747, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7748, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7749, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7750, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7751, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7752, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7753, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7754, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7755, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7756, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7757, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7758, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7759, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7760, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7761, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7762, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7763, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneWall.java index ae26841b9..312be0320 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneWall.java @@ -7,329 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class RedSandstoneWall { public static void initStates() { - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11515, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11516, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11517, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11518, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11519, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11520, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11521, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11522, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11523, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11524, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11525, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11526, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11527, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11528, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11529, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11530, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11531, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11532, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11533, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11534, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11535, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11536, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11537, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11538, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11539, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11540, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11541, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11542, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11543, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11544, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11545, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11546, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11547, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11548, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11549, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11550, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11551, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11552, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11553, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11554, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11555, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11556, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11557, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11558, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11559, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11560, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11561, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11562, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11563, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11564, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11565, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11566, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11567, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11568, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11569, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11570, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11571, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11572, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11573, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11574, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11575, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11576, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11577, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11578, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11579, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11580, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11581, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11582, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11583, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11584, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11585, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11586, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11587, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11588, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11589, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11590, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11591, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11592, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11593, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11594, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11595, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11596, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11597, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11598, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11599, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11600, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11601, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11602, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11603, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11604, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11605, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11606, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11607, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11608, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11609, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11610, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11611, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11612, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11613, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11614, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11615, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11616, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11617, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11618, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11619, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11620, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11621, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11622, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11623, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11624, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11625, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11626, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11627, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11628, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11629, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11630, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11631, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11632, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11633, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11634, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11635, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11636, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11637, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11638, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11639, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11640, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11641, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11642, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11643, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11644, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11645, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11646, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11647, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11648, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11649, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11650, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11651, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11652, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11653, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11654, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11655, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11656, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11657, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11658, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11659, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11660, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11661, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11662, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11663, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11664, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11665, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11666, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11667, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11668, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11669, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11670, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11671, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11672, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11673, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11674, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11675, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11676, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11677, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11678, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11679, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11680, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11681, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11682, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11683, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11684, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11685, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11686, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11687, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11688, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11689, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11690, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11691, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11692, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11693, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11694, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11695, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11696, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11697, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11698, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11699, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11700, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11701, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11702, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11703, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11704, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11705, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11706, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11707, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11708, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11709, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11710, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11711, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11712, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11713, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11714, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11715, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11716, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11717, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11718, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11719, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11720, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11721, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11722, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11723, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11724, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11725, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11726, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11727, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11728, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11729, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11730, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11731, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11732, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11733, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11734, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11735, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11736, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11737, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11738, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11739, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11740, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11741, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11742, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11743, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11744, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11745, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11746, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11747, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11748, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11749, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11750, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11751, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11752, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11753, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11754, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11755, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11756, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11757, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11758, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11759, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11760, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11761, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11762, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11763, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11764, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11765, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11766, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11767, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11768, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11769, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11770, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11771, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11772, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11773, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11774, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11775, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11776, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11777, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11778, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11779, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11780, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11781, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11782, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11783, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11784, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11785, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11786, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11787, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11788, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11789, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11790, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11791, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11792, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11793, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11794, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11795, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11796, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11797, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11798, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11799, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11800, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11801, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11802, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11803, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11804, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11805, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11806, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11807, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11808, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11809, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11810, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11811, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11812, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11813, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11814, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11815, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11816, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11817, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11818, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11819, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11820, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11821, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11822, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11823, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11824, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11825, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11826, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11827, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11828, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11829, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11830, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11831, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11832, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11833, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11834, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11835, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11836, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11837, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11838, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10459, "east=true", "north=true", "south=true", "up=true", "waterlogged=true", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10460, "east=true", "north=true", "south=true", "up=true", "waterlogged=true", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10461, "east=true", "north=true", "south=true", "up=true", "waterlogged=false", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10462, "east=true", "north=true", "south=true", "up=true", "waterlogged=false", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10463, "east=true", "north=true", "south=true", "up=false", "waterlogged=true", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10464, "east=true", "north=true", "south=true", "up=false", "waterlogged=true", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10465, "east=true", "north=true", "south=true", "up=false", "waterlogged=false", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10466, "east=true", "north=true", "south=true", "up=false", "waterlogged=false", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10467, "east=true", "north=true", "south=false", "up=true", "waterlogged=true", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10468, "east=true", "north=true", "south=false", "up=true", "waterlogged=true", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10469, "east=true", "north=true", "south=false", "up=true", "waterlogged=false", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10470, "east=true", "north=true", "south=false", "up=true", "waterlogged=false", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10471, "east=true", "north=true", "south=false", "up=false", "waterlogged=true", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10472, "east=true", "north=true", "south=false", "up=false", "waterlogged=true", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10473, "east=true", "north=true", "south=false", "up=false", "waterlogged=false", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10474, "east=true", "north=true", "south=false", "up=false", "waterlogged=false", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10475, "east=true", "north=false", "south=true", "up=true", "waterlogged=true", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10476, "east=true", "north=false", "south=true", "up=true", "waterlogged=true", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10477, "east=true", "north=false", "south=true", "up=true", "waterlogged=false", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10478, "east=true", "north=false", "south=true", "up=true", "waterlogged=false", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10479, "east=true", "north=false", "south=true", "up=false", "waterlogged=true", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10480, "east=true", "north=false", "south=true", "up=false", "waterlogged=true", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10481, "east=true", "north=false", "south=true", "up=false", "waterlogged=false", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10482, "east=true", "north=false", "south=true", "up=false", "waterlogged=false", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10483, "east=true", "north=false", "south=false", "up=true", "waterlogged=true", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10484, "east=true", "north=false", "south=false", "up=true", "waterlogged=true", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10485, "east=true", "north=false", "south=false", "up=true", "waterlogged=false", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10486, "east=true", "north=false", "south=false", "up=true", "waterlogged=false", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10487, "east=true", "north=false", "south=false", "up=false", "waterlogged=true", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10488, "east=true", "north=false", "south=false", "up=false", "waterlogged=true", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10489, "east=true", "north=false", "south=false", "up=false", "waterlogged=false", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10490, "east=true", "north=false", "south=false", "up=false", "waterlogged=false", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10491, "east=false", "north=true", "south=true", "up=true", "waterlogged=true", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10492, "east=false", "north=true", "south=true", "up=true", "waterlogged=true", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10493, "east=false", "north=true", "south=true", "up=true", "waterlogged=false", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10494, "east=false", "north=true", "south=true", "up=true", "waterlogged=false", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10495, "east=false", "north=true", "south=true", "up=false", "waterlogged=true", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10496, "east=false", "north=true", "south=true", "up=false", "waterlogged=true", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10497, "east=false", "north=true", "south=true", "up=false", "waterlogged=false", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10498, "east=false", "north=true", "south=true", "up=false", "waterlogged=false", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10499, "east=false", "north=true", "south=false", "up=true", "waterlogged=true", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10500, "east=false", "north=true", "south=false", "up=true", "waterlogged=true", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10501, "east=false", "north=true", "south=false", "up=true", "waterlogged=false", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10502, "east=false", "north=true", "south=false", "up=true", "waterlogged=false", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10503, "east=false", "north=true", "south=false", "up=false", "waterlogged=true", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10504, "east=false", "north=true", "south=false", "up=false", "waterlogged=true", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10505, "east=false", "north=true", "south=false", "up=false", "waterlogged=false", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10506, "east=false", "north=true", "south=false", "up=false", "waterlogged=false", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10507, "east=false", "north=false", "south=true", "up=true", "waterlogged=true", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10508, "east=false", "north=false", "south=true", "up=true", "waterlogged=true", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10509, "east=false", "north=false", "south=true", "up=true", "waterlogged=false", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10510, "east=false", "north=false", "south=true", "up=true", "waterlogged=false", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10511, "east=false", "north=false", "south=true", "up=false", "waterlogged=true", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10512, "east=false", "north=false", "south=true", "up=false", "waterlogged=true", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10513, "east=false", "north=false", "south=true", "up=false", "waterlogged=false", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10514, "east=false", "north=false", "south=true", "up=false", "waterlogged=false", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10515, "east=false", "north=false", "south=false", "up=true", "waterlogged=true", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10516, "east=false", "north=false", "south=false", "up=true", "waterlogged=true", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10517, "east=false", "north=false", "south=false", "up=true", "waterlogged=false", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10518, "east=false", "north=false", "south=false", "up=true", "waterlogged=false", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10519, "east=false", "north=false", "south=false", "up=false", "waterlogged=true", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10520, "east=false", "north=false", "south=false", "up=false", "waterlogged=true", "west=false")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10521, "east=false", "north=false", "south=false", "up=false", "waterlogged=false", "west=true")); + RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10522, "east=false", "north=false", "south=false", "up=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedShulkerBox.java index e499b4393..b42219ef6 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedShulkerBox.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class RedShulkerBox { public static void initStates() { - RED_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9362, "facing=north")); - RED_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9363, "facing=east")); - RED_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9364, "facing=south")); - RED_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9365, "facing=west")); - RED_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9366, "facing=up")); - RED_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9367, "facing=down")); + RED_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8826, "facing=north")); + RED_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8827, "facing=east")); + RED_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8828, "facing=south")); + RED_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8829, "facing=west")); + RED_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8830, "facing=up")); + RED_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8831, "facing=down")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedStainedGlassPane.java index faf446d4c..785444f42 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedStainedGlassPane.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class RedStainedGlassPane { public static void initStates() { - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7311, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7312, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7313, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7314, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7315, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7316, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7317, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7318, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7319, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7320, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7321, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7322, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7323, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7324, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7325, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7326, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7327, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7328, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7329, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7330, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7331, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7332, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7333, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7334, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7335, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7336, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7337, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7338, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7339, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7340, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7341, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7342, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6775, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6776, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6777, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6778, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6779, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6780, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6781, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6782, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6783, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6784, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6785, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6786, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6787, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6788, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6789, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6790, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6791, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6792, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6793, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6794, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6795, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6796, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6797, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6798, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6799, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6800, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6801, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6802, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6803, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6804, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6805, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); + RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6806, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedWallBanner.java index c1fbd3fed..65f091bee 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedWallBanner.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class RedWallBanner { public static void initStates() { - RED_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8209, "facing=north")); - RED_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8210, "facing=south")); - RED_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8211, "facing=west")); - RED_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8212, "facing=east")); + RED_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7673, "facing=north")); + RED_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7674, "facing=south")); + RED_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7675, "facing=west")); + RED_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7676, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneLamp.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneLamp.java index fe29263c8..d692ade09 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneLamp.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneLamp.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class RedstoneLamp { public static void initStates() { - REDSTONE_LAMP.addBlockAlternative(new BlockAlternative((short) 5156, "lit=true")); - REDSTONE_LAMP.addBlockAlternative(new BlockAlternative((short) 5157, "lit=false")); + REDSTONE_LAMP.addBlockAlternative(new BlockAlternative((short) 5140, "lit=true")); + REDSTONE_LAMP.addBlockAlternative(new BlockAlternative((short) 5141, "lit=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneOre.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneOre.java index c9689fc25..441f89195 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneOre.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneOre.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class RedstoneOre { public static void initStates() { - REDSTONE_ORE.addBlockAlternative(new BlockAlternative((short) 3885, "lit=true")); - REDSTONE_ORE.addBlockAlternative(new BlockAlternative((short) 3886, "lit=false")); + REDSTONE_ORE.addBlockAlternative(new BlockAlternative((short) 3883, "lit=true")); + REDSTONE_ORE.addBlockAlternative(new BlockAlternative((short) 3884, "lit=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneTorch.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneTorch.java index f442ab502..81c250b0d 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneTorch.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneTorch.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class RedstoneTorch { public static void initStates() { - REDSTONE_TORCH.addBlockAlternative(new BlockAlternative((short) 3887, "lit=true")); - REDSTONE_TORCH.addBlockAlternative(new BlockAlternative((short) 3888, "lit=false")); + REDSTONE_TORCH.addBlockAlternative(new BlockAlternative((short) 3885, "lit=true")); + REDSTONE_TORCH.addBlockAlternative(new BlockAlternative((short) 3886, "lit=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneWallTorch.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneWallTorch.java index e3a0b40e9..945e66f9d 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneWallTorch.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneWallTorch.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class RedstoneWallTorch { public static void initStates() { - REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3889, "facing=north", "lit=true")); - REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3890, "facing=north", "lit=false")); - REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3891, "facing=south", "lit=true")); - REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3892, "facing=south", "lit=false")); - REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3893, "facing=west", "lit=true")); - REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3894, "facing=west", "lit=false")); - REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3895, "facing=east", "lit=true")); - REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3896, "facing=east", "lit=false")); + REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3887, "facing=north", "lit=true")); + REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3888, "facing=north", "lit=false")); + REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3889, "facing=south", "lit=true")); + REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3890, "facing=south", "lit=false")); + REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3891, "facing=west", "lit=true")); + REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3892, "facing=west", "lit=false")); + REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3893, "facing=east", "lit=true")); + REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3894, "facing=east", "lit=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneWire.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneWire.java index 8145c6fa1..44de4366e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneWire.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneWire.java @@ -7,1301 +7,1301 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class RedstoneWire { public static void initStates() { - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2058, "east=up", "north=up", "power=0", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2059, "east=up", "north=up", "power=0", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2060, "east=up", "north=up", "power=0", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2061, "east=up", "north=up", "power=0", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2062, "east=up", "north=up", "power=0", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2063, "east=up", "north=up", "power=0", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2064, "east=up", "north=up", "power=0", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2065, "east=up", "north=up", "power=0", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2066, "east=up", "north=up", "power=0", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2067, "east=up", "north=up", "power=1", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2068, "east=up", "north=up", "power=1", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2069, "east=up", "north=up", "power=1", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2070, "east=up", "north=up", "power=1", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2071, "east=up", "north=up", "power=1", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2072, "east=up", "north=up", "power=1", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2073, "east=up", "north=up", "power=1", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2074, "east=up", "north=up", "power=1", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2075, "east=up", "north=up", "power=1", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2076, "east=up", "north=up", "power=2", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2077, "east=up", "north=up", "power=2", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2078, "east=up", "north=up", "power=2", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2079, "east=up", "north=up", "power=2", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2080, "east=up", "north=up", "power=2", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2081, "east=up", "north=up", "power=2", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2082, "east=up", "north=up", "power=2", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2083, "east=up", "north=up", "power=2", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2084, "east=up", "north=up", "power=2", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2085, "east=up", "north=up", "power=3", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2086, "east=up", "north=up", "power=3", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2087, "east=up", "north=up", "power=3", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2088, "east=up", "north=up", "power=3", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2089, "east=up", "north=up", "power=3", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2090, "east=up", "north=up", "power=3", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2091, "east=up", "north=up", "power=3", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2092, "east=up", "north=up", "power=3", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2093, "east=up", "north=up", "power=3", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2094, "east=up", "north=up", "power=4", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2095, "east=up", "north=up", "power=4", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2096, "east=up", "north=up", "power=4", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2097, "east=up", "north=up", "power=4", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2098, "east=up", "north=up", "power=4", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2099, "east=up", "north=up", "power=4", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2100, "east=up", "north=up", "power=4", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2101, "east=up", "north=up", "power=4", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2102, "east=up", "north=up", "power=4", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2103, "east=up", "north=up", "power=5", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2104, "east=up", "north=up", "power=5", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2105, "east=up", "north=up", "power=5", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2106, "east=up", "north=up", "power=5", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2107, "east=up", "north=up", "power=5", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2108, "east=up", "north=up", "power=5", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2109, "east=up", "north=up", "power=5", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2110, "east=up", "north=up", "power=5", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2111, "east=up", "north=up", "power=5", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2112, "east=up", "north=up", "power=6", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2113, "east=up", "north=up", "power=6", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2114, "east=up", "north=up", "power=6", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2115, "east=up", "north=up", "power=6", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2116, "east=up", "north=up", "power=6", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2117, "east=up", "north=up", "power=6", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2118, "east=up", "north=up", "power=6", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2119, "east=up", "north=up", "power=6", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2120, "east=up", "north=up", "power=6", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2121, "east=up", "north=up", "power=7", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2122, "east=up", "north=up", "power=7", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2123, "east=up", "north=up", "power=7", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2124, "east=up", "north=up", "power=7", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2125, "east=up", "north=up", "power=7", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2126, "east=up", "north=up", "power=7", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2127, "east=up", "north=up", "power=7", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2128, "east=up", "north=up", "power=7", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2129, "east=up", "north=up", "power=7", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2130, "east=up", "north=up", "power=8", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2131, "east=up", "north=up", "power=8", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2132, "east=up", "north=up", "power=8", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2133, "east=up", "north=up", "power=8", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2134, "east=up", "north=up", "power=8", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2135, "east=up", "north=up", "power=8", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2136, "east=up", "north=up", "power=8", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2137, "east=up", "north=up", "power=8", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2138, "east=up", "north=up", "power=8", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2139, "east=up", "north=up", "power=9", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2140, "east=up", "north=up", "power=9", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2141, "east=up", "north=up", "power=9", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2142, "east=up", "north=up", "power=9", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2143, "east=up", "north=up", "power=9", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2144, "east=up", "north=up", "power=9", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2145, "east=up", "north=up", "power=9", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2146, "east=up", "north=up", "power=9", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2147, "east=up", "north=up", "power=9", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2148, "east=up", "north=up", "power=10", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2149, "east=up", "north=up", "power=10", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2150, "east=up", "north=up", "power=10", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2151, "east=up", "north=up", "power=10", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2152, "east=up", "north=up", "power=10", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2153, "east=up", "north=up", "power=10", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2154, "east=up", "north=up", "power=10", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2155, "east=up", "north=up", "power=10", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2156, "east=up", "north=up", "power=10", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2157, "east=up", "north=up", "power=11", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2158, "east=up", "north=up", "power=11", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2159, "east=up", "north=up", "power=11", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2160, "east=up", "north=up", "power=11", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2161, "east=up", "north=up", "power=11", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2162, "east=up", "north=up", "power=11", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2163, "east=up", "north=up", "power=11", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2164, "east=up", "north=up", "power=11", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2165, "east=up", "north=up", "power=11", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2166, "east=up", "north=up", "power=12", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2167, "east=up", "north=up", "power=12", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2168, "east=up", "north=up", "power=12", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2169, "east=up", "north=up", "power=12", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2170, "east=up", "north=up", "power=12", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2171, "east=up", "north=up", "power=12", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2172, "east=up", "north=up", "power=12", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2173, "east=up", "north=up", "power=12", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2174, "east=up", "north=up", "power=12", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2175, "east=up", "north=up", "power=13", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2176, "east=up", "north=up", "power=13", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2177, "east=up", "north=up", "power=13", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2178, "east=up", "north=up", "power=13", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2179, "east=up", "north=up", "power=13", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2180, "east=up", "north=up", "power=13", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2181, "east=up", "north=up", "power=13", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2182, "east=up", "north=up", "power=13", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2183, "east=up", "north=up", "power=13", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2184, "east=up", "north=up", "power=14", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2185, "east=up", "north=up", "power=14", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2186, "east=up", "north=up", "power=14", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2187, "east=up", "north=up", "power=14", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2188, "east=up", "north=up", "power=14", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2189, "east=up", "north=up", "power=14", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2190, "east=up", "north=up", "power=14", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2191, "east=up", "north=up", "power=14", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2192, "east=up", "north=up", "power=14", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2193, "east=up", "north=up", "power=15", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2194, "east=up", "north=up", "power=15", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2195, "east=up", "north=up", "power=15", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2196, "east=up", "north=up", "power=15", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2197, "east=up", "north=up", "power=15", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2198, "east=up", "north=up", "power=15", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2199, "east=up", "north=up", "power=15", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2200, "east=up", "north=up", "power=15", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2201, "east=up", "north=up", "power=15", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2202, "east=up", "north=side", "power=0", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2203, "east=up", "north=side", "power=0", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2204, "east=up", "north=side", "power=0", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2205, "east=up", "north=side", "power=0", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2206, "east=up", "north=side", "power=0", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2207, "east=up", "north=side", "power=0", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2208, "east=up", "north=side", "power=0", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2209, "east=up", "north=side", "power=0", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2210, "east=up", "north=side", "power=0", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2211, "east=up", "north=side", "power=1", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2212, "east=up", "north=side", "power=1", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2213, "east=up", "north=side", "power=1", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2214, "east=up", "north=side", "power=1", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2215, "east=up", "north=side", "power=1", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2216, "east=up", "north=side", "power=1", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2217, "east=up", "north=side", "power=1", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2218, "east=up", "north=side", "power=1", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2219, "east=up", "north=side", "power=1", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2220, "east=up", "north=side", "power=2", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2221, "east=up", "north=side", "power=2", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2222, "east=up", "north=side", "power=2", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2223, "east=up", "north=side", "power=2", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2224, "east=up", "north=side", "power=2", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2225, "east=up", "north=side", "power=2", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2226, "east=up", "north=side", "power=2", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2227, "east=up", "north=side", "power=2", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2228, "east=up", "north=side", "power=2", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2229, "east=up", "north=side", "power=3", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2230, "east=up", "north=side", "power=3", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2231, "east=up", "north=side", "power=3", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2232, "east=up", "north=side", "power=3", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2233, "east=up", "north=side", "power=3", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2234, "east=up", "north=side", "power=3", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2235, "east=up", "north=side", "power=3", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2236, "east=up", "north=side", "power=3", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2237, "east=up", "north=side", "power=3", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2238, "east=up", "north=side", "power=4", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2239, "east=up", "north=side", "power=4", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2240, "east=up", "north=side", "power=4", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2241, "east=up", "north=side", "power=4", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2242, "east=up", "north=side", "power=4", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2243, "east=up", "north=side", "power=4", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2244, "east=up", "north=side", "power=4", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2245, "east=up", "north=side", "power=4", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2246, "east=up", "north=side", "power=4", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2247, "east=up", "north=side", "power=5", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2248, "east=up", "north=side", "power=5", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2249, "east=up", "north=side", "power=5", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2250, "east=up", "north=side", "power=5", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2251, "east=up", "north=side", "power=5", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2252, "east=up", "north=side", "power=5", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2253, "east=up", "north=side", "power=5", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2254, "east=up", "north=side", "power=5", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2255, "east=up", "north=side", "power=5", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2256, "east=up", "north=side", "power=6", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2257, "east=up", "north=side", "power=6", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2258, "east=up", "north=side", "power=6", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2259, "east=up", "north=side", "power=6", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2260, "east=up", "north=side", "power=6", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2261, "east=up", "north=side", "power=6", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2262, "east=up", "north=side", "power=6", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2263, "east=up", "north=side", "power=6", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2264, "east=up", "north=side", "power=6", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2265, "east=up", "north=side", "power=7", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2266, "east=up", "north=side", "power=7", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2267, "east=up", "north=side", "power=7", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2268, "east=up", "north=side", "power=7", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2269, "east=up", "north=side", "power=7", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2270, "east=up", "north=side", "power=7", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2271, "east=up", "north=side", "power=7", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2272, "east=up", "north=side", "power=7", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2273, "east=up", "north=side", "power=7", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2274, "east=up", "north=side", "power=8", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2275, "east=up", "north=side", "power=8", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2276, "east=up", "north=side", "power=8", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2277, "east=up", "north=side", "power=8", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2278, "east=up", "north=side", "power=8", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2279, "east=up", "north=side", "power=8", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2280, "east=up", "north=side", "power=8", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2281, "east=up", "north=side", "power=8", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2282, "east=up", "north=side", "power=8", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2283, "east=up", "north=side", "power=9", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2284, "east=up", "north=side", "power=9", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2285, "east=up", "north=side", "power=9", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2286, "east=up", "north=side", "power=9", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2287, "east=up", "north=side", "power=9", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2288, "east=up", "north=side", "power=9", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2289, "east=up", "north=side", "power=9", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2290, "east=up", "north=side", "power=9", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2291, "east=up", "north=side", "power=9", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2292, "east=up", "north=side", "power=10", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2293, "east=up", "north=side", "power=10", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2294, "east=up", "north=side", "power=10", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2295, "east=up", "north=side", "power=10", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2296, "east=up", "north=side", "power=10", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2297, "east=up", "north=side", "power=10", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2298, "east=up", "north=side", "power=10", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2299, "east=up", "north=side", "power=10", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2300, "east=up", "north=side", "power=10", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2301, "east=up", "north=side", "power=11", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2302, "east=up", "north=side", "power=11", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2303, "east=up", "north=side", "power=11", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2304, "east=up", "north=side", "power=11", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2305, "east=up", "north=side", "power=11", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2306, "east=up", "north=side", "power=11", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2307, "east=up", "north=side", "power=11", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2308, "east=up", "north=side", "power=11", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2309, "east=up", "north=side", "power=11", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2310, "east=up", "north=side", "power=12", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2311, "east=up", "north=side", "power=12", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2312, "east=up", "north=side", "power=12", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2313, "east=up", "north=side", "power=12", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2314, "east=up", "north=side", "power=12", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2315, "east=up", "north=side", "power=12", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2316, "east=up", "north=side", "power=12", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2317, "east=up", "north=side", "power=12", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2318, "east=up", "north=side", "power=12", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2319, "east=up", "north=side", "power=13", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2320, "east=up", "north=side", "power=13", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2321, "east=up", "north=side", "power=13", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2322, "east=up", "north=side", "power=13", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2323, "east=up", "north=side", "power=13", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2324, "east=up", "north=side", "power=13", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2325, "east=up", "north=side", "power=13", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2326, "east=up", "north=side", "power=13", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2327, "east=up", "north=side", "power=13", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2328, "east=up", "north=side", "power=14", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2329, "east=up", "north=side", "power=14", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2330, "east=up", "north=side", "power=14", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2331, "east=up", "north=side", "power=14", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2332, "east=up", "north=side", "power=14", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2333, "east=up", "north=side", "power=14", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2334, "east=up", "north=side", "power=14", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2335, "east=up", "north=side", "power=14", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2336, "east=up", "north=side", "power=14", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2337, "east=up", "north=side", "power=15", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2338, "east=up", "north=side", "power=15", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2339, "east=up", "north=side", "power=15", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2340, "east=up", "north=side", "power=15", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2341, "east=up", "north=side", "power=15", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2342, "east=up", "north=side", "power=15", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2343, "east=up", "north=side", "power=15", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2344, "east=up", "north=side", "power=15", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2345, "east=up", "north=side", "power=15", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2346, "east=up", "north=none", "power=0", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2347, "east=up", "north=none", "power=0", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2348, "east=up", "north=none", "power=0", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2349, "east=up", "north=none", "power=0", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2350, "east=up", "north=none", "power=0", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2351, "east=up", "north=none", "power=0", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2352, "east=up", "north=none", "power=0", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2353, "east=up", "north=none", "power=0", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2354, "east=up", "north=none", "power=0", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2355, "east=up", "north=none", "power=1", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2356, "east=up", "north=none", "power=1", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2357, "east=up", "north=none", "power=1", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2358, "east=up", "north=none", "power=1", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2359, "east=up", "north=none", "power=1", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2360, "east=up", "north=none", "power=1", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2361, "east=up", "north=none", "power=1", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2362, "east=up", "north=none", "power=1", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2363, "east=up", "north=none", "power=1", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2364, "east=up", "north=none", "power=2", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2365, "east=up", "north=none", "power=2", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2366, "east=up", "north=none", "power=2", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2367, "east=up", "north=none", "power=2", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2368, "east=up", "north=none", "power=2", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2369, "east=up", "north=none", "power=2", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2370, "east=up", "north=none", "power=2", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2371, "east=up", "north=none", "power=2", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2372, "east=up", "north=none", "power=2", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2373, "east=up", "north=none", "power=3", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2374, "east=up", "north=none", "power=3", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2375, "east=up", "north=none", "power=3", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2376, "east=up", "north=none", "power=3", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2377, "east=up", "north=none", "power=3", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2378, "east=up", "north=none", "power=3", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2379, "east=up", "north=none", "power=3", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2380, "east=up", "north=none", "power=3", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2381, "east=up", "north=none", "power=3", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2382, "east=up", "north=none", "power=4", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2383, "east=up", "north=none", "power=4", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2384, "east=up", "north=none", "power=4", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2385, "east=up", "north=none", "power=4", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2386, "east=up", "north=none", "power=4", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2387, "east=up", "north=none", "power=4", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2388, "east=up", "north=none", "power=4", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2389, "east=up", "north=none", "power=4", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2390, "east=up", "north=none", "power=4", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2391, "east=up", "north=none", "power=5", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2392, "east=up", "north=none", "power=5", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2393, "east=up", "north=none", "power=5", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2394, "east=up", "north=none", "power=5", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2395, "east=up", "north=none", "power=5", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2396, "east=up", "north=none", "power=5", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2397, "east=up", "north=none", "power=5", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2398, "east=up", "north=none", "power=5", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2399, "east=up", "north=none", "power=5", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2400, "east=up", "north=none", "power=6", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2401, "east=up", "north=none", "power=6", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2402, "east=up", "north=none", "power=6", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2403, "east=up", "north=none", "power=6", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2404, "east=up", "north=none", "power=6", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2405, "east=up", "north=none", "power=6", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2406, "east=up", "north=none", "power=6", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2407, "east=up", "north=none", "power=6", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2408, "east=up", "north=none", "power=6", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2409, "east=up", "north=none", "power=7", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2410, "east=up", "north=none", "power=7", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2411, "east=up", "north=none", "power=7", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2412, "east=up", "north=none", "power=7", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2413, "east=up", "north=none", "power=7", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2414, "east=up", "north=none", "power=7", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2415, "east=up", "north=none", "power=7", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2416, "east=up", "north=none", "power=7", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2417, "east=up", "north=none", "power=7", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2418, "east=up", "north=none", "power=8", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2419, "east=up", "north=none", "power=8", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2420, "east=up", "north=none", "power=8", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2421, "east=up", "north=none", "power=8", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2422, "east=up", "north=none", "power=8", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2423, "east=up", "north=none", "power=8", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2424, "east=up", "north=none", "power=8", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2425, "east=up", "north=none", "power=8", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2426, "east=up", "north=none", "power=8", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2427, "east=up", "north=none", "power=9", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2428, "east=up", "north=none", "power=9", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2429, "east=up", "north=none", "power=9", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2430, "east=up", "north=none", "power=9", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2431, "east=up", "north=none", "power=9", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2432, "east=up", "north=none", "power=9", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2433, "east=up", "north=none", "power=9", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2434, "east=up", "north=none", "power=9", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2435, "east=up", "north=none", "power=9", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2436, "east=up", "north=none", "power=10", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2437, "east=up", "north=none", "power=10", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2438, "east=up", "north=none", "power=10", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2439, "east=up", "north=none", "power=10", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2440, "east=up", "north=none", "power=10", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2441, "east=up", "north=none", "power=10", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2442, "east=up", "north=none", "power=10", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2443, "east=up", "north=none", "power=10", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2444, "east=up", "north=none", "power=10", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2445, "east=up", "north=none", "power=11", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2446, "east=up", "north=none", "power=11", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2447, "east=up", "north=none", "power=11", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2448, "east=up", "north=none", "power=11", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2449, "east=up", "north=none", "power=11", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2450, "east=up", "north=none", "power=11", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2451, "east=up", "north=none", "power=11", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2452, "east=up", "north=none", "power=11", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2453, "east=up", "north=none", "power=11", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2454, "east=up", "north=none", "power=12", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2455, "east=up", "north=none", "power=12", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2456, "east=up", "north=none", "power=12", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2457, "east=up", "north=none", "power=12", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2458, "east=up", "north=none", "power=12", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2459, "east=up", "north=none", "power=12", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2460, "east=up", "north=none", "power=12", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2461, "east=up", "north=none", "power=12", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2462, "east=up", "north=none", "power=12", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2463, "east=up", "north=none", "power=13", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2464, "east=up", "north=none", "power=13", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2465, "east=up", "north=none", "power=13", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2466, "east=up", "north=none", "power=13", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2467, "east=up", "north=none", "power=13", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2468, "east=up", "north=none", "power=13", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2469, "east=up", "north=none", "power=13", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2470, "east=up", "north=none", "power=13", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2471, "east=up", "north=none", "power=13", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2472, "east=up", "north=none", "power=14", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2473, "east=up", "north=none", "power=14", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2474, "east=up", "north=none", "power=14", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2475, "east=up", "north=none", "power=14", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2476, "east=up", "north=none", "power=14", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2477, "east=up", "north=none", "power=14", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2478, "east=up", "north=none", "power=14", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2479, "east=up", "north=none", "power=14", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2480, "east=up", "north=none", "power=14", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2481, "east=up", "north=none", "power=15", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2482, "east=up", "north=none", "power=15", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2483, "east=up", "north=none", "power=15", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2484, "east=up", "north=none", "power=15", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2485, "east=up", "north=none", "power=15", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2486, "east=up", "north=none", "power=15", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2487, "east=up", "north=none", "power=15", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2488, "east=up", "north=none", "power=15", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2489, "east=up", "north=none", "power=15", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2490, "east=side", "north=up", "power=0", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2491, "east=side", "north=up", "power=0", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2492, "east=side", "north=up", "power=0", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2493, "east=side", "north=up", "power=0", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2494, "east=side", "north=up", "power=0", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2495, "east=side", "north=up", "power=0", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2496, "east=side", "north=up", "power=0", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2497, "east=side", "north=up", "power=0", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2498, "east=side", "north=up", "power=0", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2499, "east=side", "north=up", "power=1", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2500, "east=side", "north=up", "power=1", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2501, "east=side", "north=up", "power=1", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2502, "east=side", "north=up", "power=1", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2503, "east=side", "north=up", "power=1", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2504, "east=side", "north=up", "power=1", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2505, "east=side", "north=up", "power=1", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2506, "east=side", "north=up", "power=1", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2507, "east=side", "north=up", "power=1", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2508, "east=side", "north=up", "power=2", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2509, "east=side", "north=up", "power=2", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2510, "east=side", "north=up", "power=2", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2511, "east=side", "north=up", "power=2", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2512, "east=side", "north=up", "power=2", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2513, "east=side", "north=up", "power=2", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2514, "east=side", "north=up", "power=2", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2515, "east=side", "north=up", "power=2", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2516, "east=side", "north=up", "power=2", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2517, "east=side", "north=up", "power=3", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2518, "east=side", "north=up", "power=3", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2519, "east=side", "north=up", "power=3", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2520, "east=side", "north=up", "power=3", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2521, "east=side", "north=up", "power=3", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2522, "east=side", "north=up", "power=3", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2523, "east=side", "north=up", "power=3", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2524, "east=side", "north=up", "power=3", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2525, "east=side", "north=up", "power=3", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2526, "east=side", "north=up", "power=4", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2527, "east=side", "north=up", "power=4", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2528, "east=side", "north=up", "power=4", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2529, "east=side", "north=up", "power=4", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2530, "east=side", "north=up", "power=4", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2531, "east=side", "north=up", "power=4", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2532, "east=side", "north=up", "power=4", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2533, "east=side", "north=up", "power=4", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2534, "east=side", "north=up", "power=4", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2535, "east=side", "north=up", "power=5", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2536, "east=side", "north=up", "power=5", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2537, "east=side", "north=up", "power=5", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2538, "east=side", "north=up", "power=5", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2539, "east=side", "north=up", "power=5", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2540, "east=side", "north=up", "power=5", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2541, "east=side", "north=up", "power=5", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2542, "east=side", "north=up", "power=5", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2543, "east=side", "north=up", "power=5", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2544, "east=side", "north=up", "power=6", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2545, "east=side", "north=up", "power=6", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2546, "east=side", "north=up", "power=6", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2547, "east=side", "north=up", "power=6", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2548, "east=side", "north=up", "power=6", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2549, "east=side", "north=up", "power=6", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2550, "east=side", "north=up", "power=6", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2551, "east=side", "north=up", "power=6", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2552, "east=side", "north=up", "power=6", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2553, "east=side", "north=up", "power=7", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2554, "east=side", "north=up", "power=7", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2555, "east=side", "north=up", "power=7", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2556, "east=side", "north=up", "power=7", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2557, "east=side", "north=up", "power=7", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2558, "east=side", "north=up", "power=7", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2559, "east=side", "north=up", "power=7", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2560, "east=side", "north=up", "power=7", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2561, "east=side", "north=up", "power=7", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2562, "east=side", "north=up", "power=8", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2563, "east=side", "north=up", "power=8", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2564, "east=side", "north=up", "power=8", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2565, "east=side", "north=up", "power=8", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2566, "east=side", "north=up", "power=8", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2567, "east=side", "north=up", "power=8", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2568, "east=side", "north=up", "power=8", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2569, "east=side", "north=up", "power=8", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2570, "east=side", "north=up", "power=8", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2571, "east=side", "north=up", "power=9", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2572, "east=side", "north=up", "power=9", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2573, "east=side", "north=up", "power=9", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2574, "east=side", "north=up", "power=9", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2575, "east=side", "north=up", "power=9", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2576, "east=side", "north=up", "power=9", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2577, "east=side", "north=up", "power=9", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2578, "east=side", "north=up", "power=9", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2579, "east=side", "north=up", "power=9", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2580, "east=side", "north=up", "power=10", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2581, "east=side", "north=up", "power=10", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2582, "east=side", "north=up", "power=10", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2583, "east=side", "north=up", "power=10", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2584, "east=side", "north=up", "power=10", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2585, "east=side", "north=up", "power=10", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2586, "east=side", "north=up", "power=10", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2587, "east=side", "north=up", "power=10", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2588, "east=side", "north=up", "power=10", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2589, "east=side", "north=up", "power=11", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2590, "east=side", "north=up", "power=11", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2591, "east=side", "north=up", "power=11", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2592, "east=side", "north=up", "power=11", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2593, "east=side", "north=up", "power=11", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2594, "east=side", "north=up", "power=11", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2595, "east=side", "north=up", "power=11", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2596, "east=side", "north=up", "power=11", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2597, "east=side", "north=up", "power=11", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2598, "east=side", "north=up", "power=12", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2599, "east=side", "north=up", "power=12", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2600, "east=side", "north=up", "power=12", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2601, "east=side", "north=up", "power=12", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2602, "east=side", "north=up", "power=12", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2603, "east=side", "north=up", "power=12", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2604, "east=side", "north=up", "power=12", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2605, "east=side", "north=up", "power=12", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2606, "east=side", "north=up", "power=12", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2607, "east=side", "north=up", "power=13", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2608, "east=side", "north=up", "power=13", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2609, "east=side", "north=up", "power=13", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2610, "east=side", "north=up", "power=13", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2611, "east=side", "north=up", "power=13", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2612, "east=side", "north=up", "power=13", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2613, "east=side", "north=up", "power=13", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2614, "east=side", "north=up", "power=13", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2615, "east=side", "north=up", "power=13", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2616, "east=side", "north=up", "power=14", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2617, "east=side", "north=up", "power=14", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2618, "east=side", "north=up", "power=14", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2619, "east=side", "north=up", "power=14", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2620, "east=side", "north=up", "power=14", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2621, "east=side", "north=up", "power=14", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2622, "east=side", "north=up", "power=14", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2623, "east=side", "north=up", "power=14", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2624, "east=side", "north=up", "power=14", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2625, "east=side", "north=up", "power=15", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2626, "east=side", "north=up", "power=15", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2627, "east=side", "north=up", "power=15", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2628, "east=side", "north=up", "power=15", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2629, "east=side", "north=up", "power=15", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2630, "east=side", "north=up", "power=15", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2631, "east=side", "north=up", "power=15", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2632, "east=side", "north=up", "power=15", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2633, "east=side", "north=up", "power=15", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2634, "east=side", "north=side", "power=0", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2635, "east=side", "north=side", "power=0", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2636, "east=side", "north=side", "power=0", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2637, "east=side", "north=side", "power=0", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2638, "east=side", "north=side", "power=0", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2639, "east=side", "north=side", "power=0", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2640, "east=side", "north=side", "power=0", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2641, "east=side", "north=side", "power=0", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2642, "east=side", "north=side", "power=0", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2643, "east=side", "north=side", "power=1", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2644, "east=side", "north=side", "power=1", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2645, "east=side", "north=side", "power=1", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2646, "east=side", "north=side", "power=1", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2647, "east=side", "north=side", "power=1", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2648, "east=side", "north=side", "power=1", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2649, "east=side", "north=side", "power=1", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2650, "east=side", "north=side", "power=1", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2651, "east=side", "north=side", "power=1", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2652, "east=side", "north=side", "power=2", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2653, "east=side", "north=side", "power=2", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2654, "east=side", "north=side", "power=2", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2655, "east=side", "north=side", "power=2", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2656, "east=side", "north=side", "power=2", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2657, "east=side", "north=side", "power=2", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2658, "east=side", "north=side", "power=2", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2659, "east=side", "north=side", "power=2", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2660, "east=side", "north=side", "power=2", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2661, "east=side", "north=side", "power=3", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2662, "east=side", "north=side", "power=3", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2663, "east=side", "north=side", "power=3", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2664, "east=side", "north=side", "power=3", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2665, "east=side", "north=side", "power=3", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2666, "east=side", "north=side", "power=3", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2667, "east=side", "north=side", "power=3", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2668, "east=side", "north=side", "power=3", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2669, "east=side", "north=side", "power=3", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2670, "east=side", "north=side", "power=4", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2671, "east=side", "north=side", "power=4", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2672, "east=side", "north=side", "power=4", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2673, "east=side", "north=side", "power=4", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2674, "east=side", "north=side", "power=4", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2675, "east=side", "north=side", "power=4", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2676, "east=side", "north=side", "power=4", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2677, "east=side", "north=side", "power=4", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2678, "east=side", "north=side", "power=4", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2679, "east=side", "north=side", "power=5", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2680, "east=side", "north=side", "power=5", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2681, "east=side", "north=side", "power=5", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2682, "east=side", "north=side", "power=5", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2683, "east=side", "north=side", "power=5", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2684, "east=side", "north=side", "power=5", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2685, "east=side", "north=side", "power=5", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2686, "east=side", "north=side", "power=5", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2687, "east=side", "north=side", "power=5", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2688, "east=side", "north=side", "power=6", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2689, "east=side", "north=side", "power=6", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2690, "east=side", "north=side", "power=6", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2691, "east=side", "north=side", "power=6", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2692, "east=side", "north=side", "power=6", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2693, "east=side", "north=side", "power=6", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2694, "east=side", "north=side", "power=6", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2695, "east=side", "north=side", "power=6", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2696, "east=side", "north=side", "power=6", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2697, "east=side", "north=side", "power=7", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2698, "east=side", "north=side", "power=7", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2699, "east=side", "north=side", "power=7", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2700, "east=side", "north=side", "power=7", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2701, "east=side", "north=side", "power=7", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2702, "east=side", "north=side", "power=7", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2703, "east=side", "north=side", "power=7", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2704, "east=side", "north=side", "power=7", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2705, "east=side", "north=side", "power=7", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2706, "east=side", "north=side", "power=8", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2707, "east=side", "north=side", "power=8", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2708, "east=side", "north=side", "power=8", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2709, "east=side", "north=side", "power=8", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2710, "east=side", "north=side", "power=8", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2711, "east=side", "north=side", "power=8", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2712, "east=side", "north=side", "power=8", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2713, "east=side", "north=side", "power=8", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2714, "east=side", "north=side", "power=8", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2715, "east=side", "north=side", "power=9", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2716, "east=side", "north=side", "power=9", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2717, "east=side", "north=side", "power=9", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2718, "east=side", "north=side", "power=9", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2719, "east=side", "north=side", "power=9", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2720, "east=side", "north=side", "power=9", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2721, "east=side", "north=side", "power=9", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2722, "east=side", "north=side", "power=9", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2723, "east=side", "north=side", "power=9", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2724, "east=side", "north=side", "power=10", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2725, "east=side", "north=side", "power=10", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2726, "east=side", "north=side", "power=10", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2727, "east=side", "north=side", "power=10", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2728, "east=side", "north=side", "power=10", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2729, "east=side", "north=side", "power=10", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2730, "east=side", "north=side", "power=10", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2731, "east=side", "north=side", "power=10", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2732, "east=side", "north=side", "power=10", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2733, "east=side", "north=side", "power=11", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2734, "east=side", "north=side", "power=11", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2735, "east=side", "north=side", "power=11", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2736, "east=side", "north=side", "power=11", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2737, "east=side", "north=side", "power=11", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2738, "east=side", "north=side", "power=11", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2739, "east=side", "north=side", "power=11", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2740, "east=side", "north=side", "power=11", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2741, "east=side", "north=side", "power=11", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2742, "east=side", "north=side", "power=12", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2743, "east=side", "north=side", "power=12", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2744, "east=side", "north=side", "power=12", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2745, "east=side", "north=side", "power=12", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2746, "east=side", "north=side", "power=12", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2747, "east=side", "north=side", "power=12", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2748, "east=side", "north=side", "power=12", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2749, "east=side", "north=side", "power=12", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2750, "east=side", "north=side", "power=12", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2751, "east=side", "north=side", "power=13", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2752, "east=side", "north=side", "power=13", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2753, "east=side", "north=side", "power=13", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2754, "east=side", "north=side", "power=13", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2755, "east=side", "north=side", "power=13", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2756, "east=side", "north=side", "power=13", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2757, "east=side", "north=side", "power=13", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2758, "east=side", "north=side", "power=13", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2759, "east=side", "north=side", "power=13", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2760, "east=side", "north=side", "power=14", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2761, "east=side", "north=side", "power=14", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2762, "east=side", "north=side", "power=14", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2763, "east=side", "north=side", "power=14", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2764, "east=side", "north=side", "power=14", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2765, "east=side", "north=side", "power=14", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2766, "east=side", "north=side", "power=14", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2767, "east=side", "north=side", "power=14", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2768, "east=side", "north=side", "power=14", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2769, "east=side", "north=side", "power=15", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2770, "east=side", "north=side", "power=15", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2771, "east=side", "north=side", "power=15", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2772, "east=side", "north=side", "power=15", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2773, "east=side", "north=side", "power=15", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2774, "east=side", "north=side", "power=15", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2775, "east=side", "north=side", "power=15", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2776, "east=side", "north=side", "power=15", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2777, "east=side", "north=side", "power=15", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2778, "east=side", "north=none", "power=0", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2779, "east=side", "north=none", "power=0", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2780, "east=side", "north=none", "power=0", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2781, "east=side", "north=none", "power=0", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2782, "east=side", "north=none", "power=0", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2783, "east=side", "north=none", "power=0", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2784, "east=side", "north=none", "power=0", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2785, "east=side", "north=none", "power=0", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2786, "east=side", "north=none", "power=0", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2787, "east=side", "north=none", "power=1", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2788, "east=side", "north=none", "power=1", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2789, "east=side", "north=none", "power=1", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2790, "east=side", "north=none", "power=1", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2791, "east=side", "north=none", "power=1", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2792, "east=side", "north=none", "power=1", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2793, "east=side", "north=none", "power=1", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2794, "east=side", "north=none", "power=1", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2795, "east=side", "north=none", "power=1", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2796, "east=side", "north=none", "power=2", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2797, "east=side", "north=none", "power=2", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2798, "east=side", "north=none", "power=2", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2799, "east=side", "north=none", "power=2", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2800, "east=side", "north=none", "power=2", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2801, "east=side", "north=none", "power=2", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2802, "east=side", "north=none", "power=2", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2803, "east=side", "north=none", "power=2", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2804, "east=side", "north=none", "power=2", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2805, "east=side", "north=none", "power=3", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2806, "east=side", "north=none", "power=3", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2807, "east=side", "north=none", "power=3", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2808, "east=side", "north=none", "power=3", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2809, "east=side", "north=none", "power=3", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2810, "east=side", "north=none", "power=3", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2811, "east=side", "north=none", "power=3", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2812, "east=side", "north=none", "power=3", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2813, "east=side", "north=none", "power=3", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2814, "east=side", "north=none", "power=4", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2815, "east=side", "north=none", "power=4", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2816, "east=side", "north=none", "power=4", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2817, "east=side", "north=none", "power=4", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2818, "east=side", "north=none", "power=4", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2819, "east=side", "north=none", "power=4", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2820, "east=side", "north=none", "power=4", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2821, "east=side", "north=none", "power=4", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2822, "east=side", "north=none", "power=4", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2823, "east=side", "north=none", "power=5", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2824, "east=side", "north=none", "power=5", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2825, "east=side", "north=none", "power=5", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2826, "east=side", "north=none", "power=5", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2827, "east=side", "north=none", "power=5", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2828, "east=side", "north=none", "power=5", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2829, "east=side", "north=none", "power=5", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2830, "east=side", "north=none", "power=5", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2831, "east=side", "north=none", "power=5", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2832, "east=side", "north=none", "power=6", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2833, "east=side", "north=none", "power=6", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2834, "east=side", "north=none", "power=6", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2835, "east=side", "north=none", "power=6", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2836, "east=side", "north=none", "power=6", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2837, "east=side", "north=none", "power=6", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2838, "east=side", "north=none", "power=6", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2839, "east=side", "north=none", "power=6", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2840, "east=side", "north=none", "power=6", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2841, "east=side", "north=none", "power=7", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2842, "east=side", "north=none", "power=7", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2843, "east=side", "north=none", "power=7", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2844, "east=side", "north=none", "power=7", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2845, "east=side", "north=none", "power=7", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2846, "east=side", "north=none", "power=7", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2847, "east=side", "north=none", "power=7", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2848, "east=side", "north=none", "power=7", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2849, "east=side", "north=none", "power=7", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2850, "east=side", "north=none", "power=8", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2851, "east=side", "north=none", "power=8", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2852, "east=side", "north=none", "power=8", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2853, "east=side", "north=none", "power=8", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2854, "east=side", "north=none", "power=8", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2855, "east=side", "north=none", "power=8", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2856, "east=side", "north=none", "power=8", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2857, "east=side", "north=none", "power=8", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2858, "east=side", "north=none", "power=8", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2859, "east=side", "north=none", "power=9", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2860, "east=side", "north=none", "power=9", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2861, "east=side", "north=none", "power=9", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2862, "east=side", "north=none", "power=9", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2863, "east=side", "north=none", "power=9", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2864, "east=side", "north=none", "power=9", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2865, "east=side", "north=none", "power=9", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2866, "east=side", "north=none", "power=9", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2867, "east=side", "north=none", "power=9", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2868, "east=side", "north=none", "power=10", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2869, "east=side", "north=none", "power=10", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2870, "east=side", "north=none", "power=10", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2871, "east=side", "north=none", "power=10", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2872, "east=side", "north=none", "power=10", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2873, "east=side", "north=none", "power=10", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2874, "east=side", "north=none", "power=10", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2875, "east=side", "north=none", "power=10", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2876, "east=side", "north=none", "power=10", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2877, "east=side", "north=none", "power=11", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2878, "east=side", "north=none", "power=11", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2879, "east=side", "north=none", "power=11", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2880, "east=side", "north=none", "power=11", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2881, "east=side", "north=none", "power=11", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2882, "east=side", "north=none", "power=11", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2883, "east=side", "north=none", "power=11", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2884, "east=side", "north=none", "power=11", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2885, "east=side", "north=none", "power=11", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2886, "east=side", "north=none", "power=12", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2887, "east=side", "north=none", "power=12", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2888, "east=side", "north=none", "power=12", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2889, "east=side", "north=none", "power=12", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2890, "east=side", "north=none", "power=12", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2891, "east=side", "north=none", "power=12", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2892, "east=side", "north=none", "power=12", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2893, "east=side", "north=none", "power=12", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2894, "east=side", "north=none", "power=12", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2895, "east=side", "north=none", "power=13", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2896, "east=side", "north=none", "power=13", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2897, "east=side", "north=none", "power=13", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2898, "east=side", "north=none", "power=13", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2899, "east=side", "north=none", "power=13", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2900, "east=side", "north=none", "power=13", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2901, "east=side", "north=none", "power=13", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2902, "east=side", "north=none", "power=13", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2903, "east=side", "north=none", "power=13", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2904, "east=side", "north=none", "power=14", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2905, "east=side", "north=none", "power=14", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2906, "east=side", "north=none", "power=14", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2907, "east=side", "north=none", "power=14", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2908, "east=side", "north=none", "power=14", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2909, "east=side", "north=none", "power=14", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2910, "east=side", "north=none", "power=14", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2911, "east=side", "north=none", "power=14", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2912, "east=side", "north=none", "power=14", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2913, "east=side", "north=none", "power=15", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2914, "east=side", "north=none", "power=15", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2915, "east=side", "north=none", "power=15", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2916, "east=side", "north=none", "power=15", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2917, "east=side", "north=none", "power=15", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2918, "east=side", "north=none", "power=15", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2919, "east=side", "north=none", "power=15", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2920, "east=side", "north=none", "power=15", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2921, "east=side", "north=none", "power=15", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2922, "east=none", "north=up", "power=0", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2923, "east=none", "north=up", "power=0", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2924, "east=none", "north=up", "power=0", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2925, "east=none", "north=up", "power=0", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2926, "east=none", "north=up", "power=0", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2927, "east=none", "north=up", "power=0", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2928, "east=none", "north=up", "power=0", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2929, "east=none", "north=up", "power=0", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2930, "east=none", "north=up", "power=0", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2931, "east=none", "north=up", "power=1", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2932, "east=none", "north=up", "power=1", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2933, "east=none", "north=up", "power=1", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2934, "east=none", "north=up", "power=1", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2935, "east=none", "north=up", "power=1", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2936, "east=none", "north=up", "power=1", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2937, "east=none", "north=up", "power=1", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2938, "east=none", "north=up", "power=1", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2939, "east=none", "north=up", "power=1", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2940, "east=none", "north=up", "power=2", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2941, "east=none", "north=up", "power=2", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2942, "east=none", "north=up", "power=2", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2943, "east=none", "north=up", "power=2", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2944, "east=none", "north=up", "power=2", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2945, "east=none", "north=up", "power=2", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2946, "east=none", "north=up", "power=2", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2947, "east=none", "north=up", "power=2", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2948, "east=none", "north=up", "power=2", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2949, "east=none", "north=up", "power=3", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2950, "east=none", "north=up", "power=3", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2951, "east=none", "north=up", "power=3", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2952, "east=none", "north=up", "power=3", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2953, "east=none", "north=up", "power=3", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2954, "east=none", "north=up", "power=3", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2955, "east=none", "north=up", "power=3", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2956, "east=none", "north=up", "power=3", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2957, "east=none", "north=up", "power=3", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2958, "east=none", "north=up", "power=4", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2959, "east=none", "north=up", "power=4", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2960, "east=none", "north=up", "power=4", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2961, "east=none", "north=up", "power=4", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2962, "east=none", "north=up", "power=4", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2963, "east=none", "north=up", "power=4", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2964, "east=none", "north=up", "power=4", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2965, "east=none", "north=up", "power=4", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2966, "east=none", "north=up", "power=4", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2967, "east=none", "north=up", "power=5", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2968, "east=none", "north=up", "power=5", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2969, "east=none", "north=up", "power=5", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2970, "east=none", "north=up", "power=5", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2971, "east=none", "north=up", "power=5", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2972, "east=none", "north=up", "power=5", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2973, "east=none", "north=up", "power=5", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2974, "east=none", "north=up", "power=5", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2975, "east=none", "north=up", "power=5", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2976, "east=none", "north=up", "power=6", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2977, "east=none", "north=up", "power=6", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2978, "east=none", "north=up", "power=6", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2979, "east=none", "north=up", "power=6", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2980, "east=none", "north=up", "power=6", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2981, "east=none", "north=up", "power=6", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2982, "east=none", "north=up", "power=6", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2983, "east=none", "north=up", "power=6", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2984, "east=none", "north=up", "power=6", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2985, "east=none", "north=up", "power=7", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2986, "east=none", "north=up", "power=7", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2987, "east=none", "north=up", "power=7", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2988, "east=none", "north=up", "power=7", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2989, "east=none", "north=up", "power=7", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2990, "east=none", "north=up", "power=7", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2991, "east=none", "north=up", "power=7", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2992, "east=none", "north=up", "power=7", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2993, "east=none", "north=up", "power=7", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2994, "east=none", "north=up", "power=8", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2995, "east=none", "north=up", "power=8", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2996, "east=none", "north=up", "power=8", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2997, "east=none", "north=up", "power=8", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2998, "east=none", "north=up", "power=8", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2999, "east=none", "north=up", "power=8", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3000, "east=none", "north=up", "power=8", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3001, "east=none", "north=up", "power=8", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3002, "east=none", "north=up", "power=8", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3003, "east=none", "north=up", "power=9", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3004, "east=none", "north=up", "power=9", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3005, "east=none", "north=up", "power=9", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3006, "east=none", "north=up", "power=9", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3007, "east=none", "north=up", "power=9", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3008, "east=none", "north=up", "power=9", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3009, "east=none", "north=up", "power=9", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3010, "east=none", "north=up", "power=9", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3011, "east=none", "north=up", "power=9", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3012, "east=none", "north=up", "power=10", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3013, "east=none", "north=up", "power=10", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3014, "east=none", "north=up", "power=10", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3015, "east=none", "north=up", "power=10", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3016, "east=none", "north=up", "power=10", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3017, "east=none", "north=up", "power=10", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3018, "east=none", "north=up", "power=10", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3019, "east=none", "north=up", "power=10", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3020, "east=none", "north=up", "power=10", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3021, "east=none", "north=up", "power=11", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3022, "east=none", "north=up", "power=11", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3023, "east=none", "north=up", "power=11", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3024, "east=none", "north=up", "power=11", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3025, "east=none", "north=up", "power=11", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3026, "east=none", "north=up", "power=11", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3027, "east=none", "north=up", "power=11", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3028, "east=none", "north=up", "power=11", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3029, "east=none", "north=up", "power=11", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3030, "east=none", "north=up", "power=12", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3031, "east=none", "north=up", "power=12", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3032, "east=none", "north=up", "power=12", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3033, "east=none", "north=up", "power=12", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3034, "east=none", "north=up", "power=12", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3035, "east=none", "north=up", "power=12", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3036, "east=none", "north=up", "power=12", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3037, "east=none", "north=up", "power=12", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3038, "east=none", "north=up", "power=12", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3039, "east=none", "north=up", "power=13", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3040, "east=none", "north=up", "power=13", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3041, "east=none", "north=up", "power=13", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3042, "east=none", "north=up", "power=13", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3043, "east=none", "north=up", "power=13", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3044, "east=none", "north=up", "power=13", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3045, "east=none", "north=up", "power=13", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3046, "east=none", "north=up", "power=13", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3047, "east=none", "north=up", "power=13", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3048, "east=none", "north=up", "power=14", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3049, "east=none", "north=up", "power=14", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3050, "east=none", "north=up", "power=14", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3051, "east=none", "north=up", "power=14", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3052, "east=none", "north=up", "power=14", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3053, "east=none", "north=up", "power=14", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3054, "east=none", "north=up", "power=14", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3055, "east=none", "north=up", "power=14", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3056, "east=none", "north=up", "power=14", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3057, "east=none", "north=up", "power=15", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3058, "east=none", "north=up", "power=15", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3059, "east=none", "north=up", "power=15", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3060, "east=none", "north=up", "power=15", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3061, "east=none", "north=up", "power=15", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3062, "east=none", "north=up", "power=15", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3063, "east=none", "north=up", "power=15", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3064, "east=none", "north=up", "power=15", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3065, "east=none", "north=up", "power=15", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3066, "east=none", "north=side", "power=0", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3067, "east=none", "north=side", "power=0", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3068, "east=none", "north=side", "power=0", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3069, "east=none", "north=side", "power=0", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3070, "east=none", "north=side", "power=0", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3071, "east=none", "north=side", "power=0", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3072, "east=none", "north=side", "power=0", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3073, "east=none", "north=side", "power=0", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3074, "east=none", "north=side", "power=0", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3075, "east=none", "north=side", "power=1", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3076, "east=none", "north=side", "power=1", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3077, "east=none", "north=side", "power=1", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3078, "east=none", "north=side", "power=1", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3079, "east=none", "north=side", "power=1", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3080, "east=none", "north=side", "power=1", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3081, "east=none", "north=side", "power=1", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3082, "east=none", "north=side", "power=1", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3083, "east=none", "north=side", "power=1", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3084, "east=none", "north=side", "power=2", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3085, "east=none", "north=side", "power=2", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3086, "east=none", "north=side", "power=2", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3087, "east=none", "north=side", "power=2", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3088, "east=none", "north=side", "power=2", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3089, "east=none", "north=side", "power=2", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3090, "east=none", "north=side", "power=2", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3091, "east=none", "north=side", "power=2", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3092, "east=none", "north=side", "power=2", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3093, "east=none", "north=side", "power=3", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3094, "east=none", "north=side", "power=3", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3095, "east=none", "north=side", "power=3", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3096, "east=none", "north=side", "power=3", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3097, "east=none", "north=side", "power=3", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3098, "east=none", "north=side", "power=3", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3099, "east=none", "north=side", "power=3", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3100, "east=none", "north=side", "power=3", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3101, "east=none", "north=side", "power=3", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3102, "east=none", "north=side", "power=4", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3103, "east=none", "north=side", "power=4", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3104, "east=none", "north=side", "power=4", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3105, "east=none", "north=side", "power=4", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3106, "east=none", "north=side", "power=4", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3107, "east=none", "north=side", "power=4", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3108, "east=none", "north=side", "power=4", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3109, "east=none", "north=side", "power=4", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3110, "east=none", "north=side", "power=4", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3111, "east=none", "north=side", "power=5", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3112, "east=none", "north=side", "power=5", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3113, "east=none", "north=side", "power=5", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3114, "east=none", "north=side", "power=5", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3115, "east=none", "north=side", "power=5", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3116, "east=none", "north=side", "power=5", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3117, "east=none", "north=side", "power=5", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3118, "east=none", "north=side", "power=5", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3119, "east=none", "north=side", "power=5", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3120, "east=none", "north=side", "power=6", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3121, "east=none", "north=side", "power=6", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3122, "east=none", "north=side", "power=6", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3123, "east=none", "north=side", "power=6", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3124, "east=none", "north=side", "power=6", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3125, "east=none", "north=side", "power=6", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3126, "east=none", "north=side", "power=6", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3127, "east=none", "north=side", "power=6", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3128, "east=none", "north=side", "power=6", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3129, "east=none", "north=side", "power=7", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3130, "east=none", "north=side", "power=7", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3131, "east=none", "north=side", "power=7", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3132, "east=none", "north=side", "power=7", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3133, "east=none", "north=side", "power=7", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3134, "east=none", "north=side", "power=7", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3135, "east=none", "north=side", "power=7", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3136, "east=none", "north=side", "power=7", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3137, "east=none", "north=side", "power=7", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3138, "east=none", "north=side", "power=8", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3139, "east=none", "north=side", "power=8", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3140, "east=none", "north=side", "power=8", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3141, "east=none", "north=side", "power=8", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3142, "east=none", "north=side", "power=8", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3143, "east=none", "north=side", "power=8", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3144, "east=none", "north=side", "power=8", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3145, "east=none", "north=side", "power=8", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3146, "east=none", "north=side", "power=8", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3147, "east=none", "north=side", "power=9", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3148, "east=none", "north=side", "power=9", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3149, "east=none", "north=side", "power=9", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3150, "east=none", "north=side", "power=9", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3151, "east=none", "north=side", "power=9", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3152, "east=none", "north=side", "power=9", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3153, "east=none", "north=side", "power=9", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3154, "east=none", "north=side", "power=9", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3155, "east=none", "north=side", "power=9", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3156, "east=none", "north=side", "power=10", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3157, "east=none", "north=side", "power=10", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3158, "east=none", "north=side", "power=10", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3159, "east=none", "north=side", "power=10", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3160, "east=none", "north=side", "power=10", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3161, "east=none", "north=side", "power=10", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3162, "east=none", "north=side", "power=10", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3163, "east=none", "north=side", "power=10", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3164, "east=none", "north=side", "power=10", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3165, "east=none", "north=side", "power=11", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3166, "east=none", "north=side", "power=11", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3167, "east=none", "north=side", "power=11", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3168, "east=none", "north=side", "power=11", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3169, "east=none", "north=side", "power=11", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3170, "east=none", "north=side", "power=11", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3171, "east=none", "north=side", "power=11", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3172, "east=none", "north=side", "power=11", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3173, "east=none", "north=side", "power=11", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3174, "east=none", "north=side", "power=12", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3175, "east=none", "north=side", "power=12", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3176, "east=none", "north=side", "power=12", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3177, "east=none", "north=side", "power=12", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3178, "east=none", "north=side", "power=12", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3179, "east=none", "north=side", "power=12", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3180, "east=none", "north=side", "power=12", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3181, "east=none", "north=side", "power=12", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3182, "east=none", "north=side", "power=12", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3183, "east=none", "north=side", "power=13", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3184, "east=none", "north=side", "power=13", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3185, "east=none", "north=side", "power=13", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3186, "east=none", "north=side", "power=13", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3187, "east=none", "north=side", "power=13", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3188, "east=none", "north=side", "power=13", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3189, "east=none", "north=side", "power=13", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3190, "east=none", "north=side", "power=13", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3191, "east=none", "north=side", "power=13", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3192, "east=none", "north=side", "power=14", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3193, "east=none", "north=side", "power=14", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3194, "east=none", "north=side", "power=14", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3195, "east=none", "north=side", "power=14", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3196, "east=none", "north=side", "power=14", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3197, "east=none", "north=side", "power=14", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3198, "east=none", "north=side", "power=14", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3199, "east=none", "north=side", "power=14", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3200, "east=none", "north=side", "power=14", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3201, "east=none", "north=side", "power=15", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3202, "east=none", "north=side", "power=15", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3203, "east=none", "north=side", "power=15", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3204, "east=none", "north=side", "power=15", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3205, "east=none", "north=side", "power=15", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3206, "east=none", "north=side", "power=15", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3207, "east=none", "north=side", "power=15", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3208, "east=none", "north=side", "power=15", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3209, "east=none", "north=side", "power=15", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3210, "east=none", "north=none", "power=0", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3211, "east=none", "north=none", "power=0", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3212, "east=none", "north=none", "power=0", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3213, "east=none", "north=none", "power=0", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3214, "east=none", "north=none", "power=0", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3215, "east=none", "north=none", "power=0", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3216, "east=none", "north=none", "power=0", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3217, "east=none", "north=none", "power=0", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3218, "east=none", "north=none", "power=0", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3219, "east=none", "north=none", "power=1", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3220, "east=none", "north=none", "power=1", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3221, "east=none", "north=none", "power=1", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3222, "east=none", "north=none", "power=1", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3223, "east=none", "north=none", "power=1", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3224, "east=none", "north=none", "power=1", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3225, "east=none", "north=none", "power=1", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3226, "east=none", "north=none", "power=1", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3227, "east=none", "north=none", "power=1", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3228, "east=none", "north=none", "power=2", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3229, "east=none", "north=none", "power=2", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3230, "east=none", "north=none", "power=2", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3231, "east=none", "north=none", "power=2", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3232, "east=none", "north=none", "power=2", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3233, "east=none", "north=none", "power=2", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3234, "east=none", "north=none", "power=2", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3235, "east=none", "north=none", "power=2", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3236, "east=none", "north=none", "power=2", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3237, "east=none", "north=none", "power=3", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3238, "east=none", "north=none", "power=3", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3239, "east=none", "north=none", "power=3", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3240, "east=none", "north=none", "power=3", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3241, "east=none", "north=none", "power=3", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3242, "east=none", "north=none", "power=3", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3243, "east=none", "north=none", "power=3", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3244, "east=none", "north=none", "power=3", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3245, "east=none", "north=none", "power=3", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3246, "east=none", "north=none", "power=4", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3247, "east=none", "north=none", "power=4", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3248, "east=none", "north=none", "power=4", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3249, "east=none", "north=none", "power=4", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3250, "east=none", "north=none", "power=4", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3251, "east=none", "north=none", "power=4", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3252, "east=none", "north=none", "power=4", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3253, "east=none", "north=none", "power=4", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3254, "east=none", "north=none", "power=4", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3255, "east=none", "north=none", "power=5", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3256, "east=none", "north=none", "power=5", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3257, "east=none", "north=none", "power=5", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3258, "east=none", "north=none", "power=5", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3259, "east=none", "north=none", "power=5", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3260, "east=none", "north=none", "power=5", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3261, "east=none", "north=none", "power=5", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3262, "east=none", "north=none", "power=5", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3263, "east=none", "north=none", "power=5", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3264, "east=none", "north=none", "power=6", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3265, "east=none", "north=none", "power=6", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3266, "east=none", "north=none", "power=6", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3267, "east=none", "north=none", "power=6", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3268, "east=none", "north=none", "power=6", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3269, "east=none", "north=none", "power=6", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3270, "east=none", "north=none", "power=6", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3271, "east=none", "north=none", "power=6", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3272, "east=none", "north=none", "power=6", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3273, "east=none", "north=none", "power=7", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3274, "east=none", "north=none", "power=7", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3275, "east=none", "north=none", "power=7", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3276, "east=none", "north=none", "power=7", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3277, "east=none", "north=none", "power=7", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3278, "east=none", "north=none", "power=7", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3279, "east=none", "north=none", "power=7", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3280, "east=none", "north=none", "power=7", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3281, "east=none", "north=none", "power=7", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3282, "east=none", "north=none", "power=8", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3283, "east=none", "north=none", "power=8", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3284, "east=none", "north=none", "power=8", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3285, "east=none", "north=none", "power=8", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3286, "east=none", "north=none", "power=8", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3287, "east=none", "north=none", "power=8", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3288, "east=none", "north=none", "power=8", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3289, "east=none", "north=none", "power=8", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3290, "east=none", "north=none", "power=8", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3291, "east=none", "north=none", "power=9", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3292, "east=none", "north=none", "power=9", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3293, "east=none", "north=none", "power=9", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3294, "east=none", "north=none", "power=9", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3295, "east=none", "north=none", "power=9", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3296, "east=none", "north=none", "power=9", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3297, "east=none", "north=none", "power=9", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3298, "east=none", "north=none", "power=9", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3299, "east=none", "north=none", "power=9", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3300, "east=none", "north=none", "power=10", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3301, "east=none", "north=none", "power=10", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3302, "east=none", "north=none", "power=10", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3303, "east=none", "north=none", "power=10", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3304, "east=none", "north=none", "power=10", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3305, "east=none", "north=none", "power=10", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3306, "east=none", "north=none", "power=10", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3307, "east=none", "north=none", "power=10", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3308, "east=none", "north=none", "power=10", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3309, "east=none", "north=none", "power=11", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3310, "east=none", "north=none", "power=11", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3311, "east=none", "north=none", "power=11", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3312, "east=none", "north=none", "power=11", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3313, "east=none", "north=none", "power=11", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3314, "east=none", "north=none", "power=11", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3315, "east=none", "north=none", "power=11", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3316, "east=none", "north=none", "power=11", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3317, "east=none", "north=none", "power=11", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3318, "east=none", "north=none", "power=12", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3319, "east=none", "north=none", "power=12", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3320, "east=none", "north=none", "power=12", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3321, "east=none", "north=none", "power=12", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3322, "east=none", "north=none", "power=12", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3323, "east=none", "north=none", "power=12", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3324, "east=none", "north=none", "power=12", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3325, "east=none", "north=none", "power=12", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3326, "east=none", "north=none", "power=12", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3327, "east=none", "north=none", "power=13", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3328, "east=none", "north=none", "power=13", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3329, "east=none", "north=none", "power=13", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3330, "east=none", "north=none", "power=13", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3331, "east=none", "north=none", "power=13", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3332, "east=none", "north=none", "power=13", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3333, "east=none", "north=none", "power=13", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3334, "east=none", "north=none", "power=13", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3335, "east=none", "north=none", "power=13", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3336, "east=none", "north=none", "power=14", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3337, "east=none", "north=none", "power=14", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3338, "east=none", "north=none", "power=14", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3339, "east=none", "north=none", "power=14", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3340, "east=none", "north=none", "power=14", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3341, "east=none", "north=none", "power=14", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3342, "east=none", "north=none", "power=14", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3343, "east=none", "north=none", "power=14", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3344, "east=none", "north=none", "power=14", "south=none", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3345, "east=none", "north=none", "power=15", "south=up", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3346, "east=none", "north=none", "power=15", "south=up", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3347, "east=none", "north=none", "power=15", "south=up", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3348, "east=none", "north=none", "power=15", "south=side", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3349, "east=none", "north=none", "power=15", "south=side", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3350, "east=none", "north=none", "power=15", "south=side", "west=none")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3351, "east=none", "north=none", "power=15", "south=none", "west=up")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3352, "east=none", "north=none", "power=15", "south=none", "west=side")); - REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3353, "east=none", "north=none", "power=15", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2056, "east=up", "north=up", "power=0", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2057, "east=up", "north=up", "power=0", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2058, "east=up", "north=up", "power=0", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2059, "east=up", "north=up", "power=0", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2060, "east=up", "north=up", "power=0", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2061, "east=up", "north=up", "power=0", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2062, "east=up", "north=up", "power=0", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2063, "east=up", "north=up", "power=0", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2064, "east=up", "north=up", "power=0", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2065, "east=up", "north=up", "power=1", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2066, "east=up", "north=up", "power=1", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2067, "east=up", "north=up", "power=1", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2068, "east=up", "north=up", "power=1", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2069, "east=up", "north=up", "power=1", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2070, "east=up", "north=up", "power=1", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2071, "east=up", "north=up", "power=1", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2072, "east=up", "north=up", "power=1", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2073, "east=up", "north=up", "power=1", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2074, "east=up", "north=up", "power=2", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2075, "east=up", "north=up", "power=2", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2076, "east=up", "north=up", "power=2", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2077, "east=up", "north=up", "power=2", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2078, "east=up", "north=up", "power=2", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2079, "east=up", "north=up", "power=2", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2080, "east=up", "north=up", "power=2", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2081, "east=up", "north=up", "power=2", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2082, "east=up", "north=up", "power=2", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2083, "east=up", "north=up", "power=3", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2084, "east=up", "north=up", "power=3", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2085, "east=up", "north=up", "power=3", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2086, "east=up", "north=up", "power=3", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2087, "east=up", "north=up", "power=3", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2088, "east=up", "north=up", "power=3", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2089, "east=up", "north=up", "power=3", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2090, "east=up", "north=up", "power=3", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2091, "east=up", "north=up", "power=3", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2092, "east=up", "north=up", "power=4", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2093, "east=up", "north=up", "power=4", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2094, "east=up", "north=up", "power=4", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2095, "east=up", "north=up", "power=4", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2096, "east=up", "north=up", "power=4", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2097, "east=up", "north=up", "power=4", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2098, "east=up", "north=up", "power=4", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2099, "east=up", "north=up", "power=4", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2100, "east=up", "north=up", "power=4", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2101, "east=up", "north=up", "power=5", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2102, "east=up", "north=up", "power=5", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2103, "east=up", "north=up", "power=5", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2104, "east=up", "north=up", "power=5", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2105, "east=up", "north=up", "power=5", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2106, "east=up", "north=up", "power=5", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2107, "east=up", "north=up", "power=5", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2108, "east=up", "north=up", "power=5", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2109, "east=up", "north=up", "power=5", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2110, "east=up", "north=up", "power=6", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2111, "east=up", "north=up", "power=6", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2112, "east=up", "north=up", "power=6", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2113, "east=up", "north=up", "power=6", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2114, "east=up", "north=up", "power=6", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2115, "east=up", "north=up", "power=6", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2116, "east=up", "north=up", "power=6", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2117, "east=up", "north=up", "power=6", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2118, "east=up", "north=up", "power=6", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2119, "east=up", "north=up", "power=7", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2120, "east=up", "north=up", "power=7", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2121, "east=up", "north=up", "power=7", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2122, "east=up", "north=up", "power=7", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2123, "east=up", "north=up", "power=7", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2124, "east=up", "north=up", "power=7", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2125, "east=up", "north=up", "power=7", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2126, "east=up", "north=up", "power=7", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2127, "east=up", "north=up", "power=7", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2128, "east=up", "north=up", "power=8", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2129, "east=up", "north=up", "power=8", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2130, "east=up", "north=up", "power=8", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2131, "east=up", "north=up", "power=8", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2132, "east=up", "north=up", "power=8", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2133, "east=up", "north=up", "power=8", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2134, "east=up", "north=up", "power=8", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2135, "east=up", "north=up", "power=8", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2136, "east=up", "north=up", "power=8", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2137, "east=up", "north=up", "power=9", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2138, "east=up", "north=up", "power=9", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2139, "east=up", "north=up", "power=9", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2140, "east=up", "north=up", "power=9", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2141, "east=up", "north=up", "power=9", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2142, "east=up", "north=up", "power=9", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2143, "east=up", "north=up", "power=9", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2144, "east=up", "north=up", "power=9", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2145, "east=up", "north=up", "power=9", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2146, "east=up", "north=up", "power=10", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2147, "east=up", "north=up", "power=10", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2148, "east=up", "north=up", "power=10", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2149, "east=up", "north=up", "power=10", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2150, "east=up", "north=up", "power=10", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2151, "east=up", "north=up", "power=10", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2152, "east=up", "north=up", "power=10", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2153, "east=up", "north=up", "power=10", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2154, "east=up", "north=up", "power=10", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2155, "east=up", "north=up", "power=11", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2156, "east=up", "north=up", "power=11", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2157, "east=up", "north=up", "power=11", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2158, "east=up", "north=up", "power=11", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2159, "east=up", "north=up", "power=11", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2160, "east=up", "north=up", "power=11", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2161, "east=up", "north=up", "power=11", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2162, "east=up", "north=up", "power=11", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2163, "east=up", "north=up", "power=11", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2164, "east=up", "north=up", "power=12", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2165, "east=up", "north=up", "power=12", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2166, "east=up", "north=up", "power=12", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2167, "east=up", "north=up", "power=12", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2168, "east=up", "north=up", "power=12", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2169, "east=up", "north=up", "power=12", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2170, "east=up", "north=up", "power=12", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2171, "east=up", "north=up", "power=12", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2172, "east=up", "north=up", "power=12", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2173, "east=up", "north=up", "power=13", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2174, "east=up", "north=up", "power=13", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2175, "east=up", "north=up", "power=13", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2176, "east=up", "north=up", "power=13", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2177, "east=up", "north=up", "power=13", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2178, "east=up", "north=up", "power=13", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2179, "east=up", "north=up", "power=13", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2180, "east=up", "north=up", "power=13", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2181, "east=up", "north=up", "power=13", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2182, "east=up", "north=up", "power=14", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2183, "east=up", "north=up", "power=14", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2184, "east=up", "north=up", "power=14", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2185, "east=up", "north=up", "power=14", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2186, "east=up", "north=up", "power=14", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2187, "east=up", "north=up", "power=14", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2188, "east=up", "north=up", "power=14", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2189, "east=up", "north=up", "power=14", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2190, "east=up", "north=up", "power=14", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2191, "east=up", "north=up", "power=15", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2192, "east=up", "north=up", "power=15", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2193, "east=up", "north=up", "power=15", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2194, "east=up", "north=up", "power=15", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2195, "east=up", "north=up", "power=15", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2196, "east=up", "north=up", "power=15", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2197, "east=up", "north=up", "power=15", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2198, "east=up", "north=up", "power=15", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2199, "east=up", "north=up", "power=15", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2200, "east=up", "north=side", "power=0", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2201, "east=up", "north=side", "power=0", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2202, "east=up", "north=side", "power=0", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2203, "east=up", "north=side", "power=0", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2204, "east=up", "north=side", "power=0", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2205, "east=up", "north=side", "power=0", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2206, "east=up", "north=side", "power=0", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2207, "east=up", "north=side", "power=0", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2208, "east=up", "north=side", "power=0", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2209, "east=up", "north=side", "power=1", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2210, "east=up", "north=side", "power=1", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2211, "east=up", "north=side", "power=1", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2212, "east=up", "north=side", "power=1", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2213, "east=up", "north=side", "power=1", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2214, "east=up", "north=side", "power=1", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2215, "east=up", "north=side", "power=1", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2216, "east=up", "north=side", "power=1", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2217, "east=up", "north=side", "power=1", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2218, "east=up", "north=side", "power=2", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2219, "east=up", "north=side", "power=2", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2220, "east=up", "north=side", "power=2", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2221, "east=up", "north=side", "power=2", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2222, "east=up", "north=side", "power=2", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2223, "east=up", "north=side", "power=2", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2224, "east=up", "north=side", "power=2", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2225, "east=up", "north=side", "power=2", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2226, "east=up", "north=side", "power=2", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2227, "east=up", "north=side", "power=3", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2228, "east=up", "north=side", "power=3", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2229, "east=up", "north=side", "power=3", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2230, "east=up", "north=side", "power=3", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2231, "east=up", "north=side", "power=3", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2232, "east=up", "north=side", "power=3", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2233, "east=up", "north=side", "power=3", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2234, "east=up", "north=side", "power=3", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2235, "east=up", "north=side", "power=3", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2236, "east=up", "north=side", "power=4", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2237, "east=up", "north=side", "power=4", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2238, "east=up", "north=side", "power=4", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2239, "east=up", "north=side", "power=4", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2240, "east=up", "north=side", "power=4", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2241, "east=up", "north=side", "power=4", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2242, "east=up", "north=side", "power=4", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2243, "east=up", "north=side", "power=4", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2244, "east=up", "north=side", "power=4", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2245, "east=up", "north=side", "power=5", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2246, "east=up", "north=side", "power=5", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2247, "east=up", "north=side", "power=5", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2248, "east=up", "north=side", "power=5", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2249, "east=up", "north=side", "power=5", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2250, "east=up", "north=side", "power=5", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2251, "east=up", "north=side", "power=5", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2252, "east=up", "north=side", "power=5", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2253, "east=up", "north=side", "power=5", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2254, "east=up", "north=side", "power=6", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2255, "east=up", "north=side", "power=6", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2256, "east=up", "north=side", "power=6", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2257, "east=up", "north=side", "power=6", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2258, "east=up", "north=side", "power=6", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2259, "east=up", "north=side", "power=6", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2260, "east=up", "north=side", "power=6", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2261, "east=up", "north=side", "power=6", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2262, "east=up", "north=side", "power=6", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2263, "east=up", "north=side", "power=7", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2264, "east=up", "north=side", "power=7", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2265, "east=up", "north=side", "power=7", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2266, "east=up", "north=side", "power=7", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2267, "east=up", "north=side", "power=7", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2268, "east=up", "north=side", "power=7", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2269, "east=up", "north=side", "power=7", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2270, "east=up", "north=side", "power=7", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2271, "east=up", "north=side", "power=7", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2272, "east=up", "north=side", "power=8", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2273, "east=up", "north=side", "power=8", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2274, "east=up", "north=side", "power=8", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2275, "east=up", "north=side", "power=8", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2276, "east=up", "north=side", "power=8", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2277, "east=up", "north=side", "power=8", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2278, "east=up", "north=side", "power=8", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2279, "east=up", "north=side", "power=8", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2280, "east=up", "north=side", "power=8", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2281, "east=up", "north=side", "power=9", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2282, "east=up", "north=side", "power=9", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2283, "east=up", "north=side", "power=9", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2284, "east=up", "north=side", "power=9", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2285, "east=up", "north=side", "power=9", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2286, "east=up", "north=side", "power=9", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2287, "east=up", "north=side", "power=9", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2288, "east=up", "north=side", "power=9", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2289, "east=up", "north=side", "power=9", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2290, "east=up", "north=side", "power=10", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2291, "east=up", "north=side", "power=10", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2292, "east=up", "north=side", "power=10", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2293, "east=up", "north=side", "power=10", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2294, "east=up", "north=side", "power=10", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2295, "east=up", "north=side", "power=10", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2296, "east=up", "north=side", "power=10", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2297, "east=up", "north=side", "power=10", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2298, "east=up", "north=side", "power=10", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2299, "east=up", "north=side", "power=11", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2300, "east=up", "north=side", "power=11", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2301, "east=up", "north=side", "power=11", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2302, "east=up", "north=side", "power=11", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2303, "east=up", "north=side", "power=11", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2304, "east=up", "north=side", "power=11", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2305, "east=up", "north=side", "power=11", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2306, "east=up", "north=side", "power=11", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2307, "east=up", "north=side", "power=11", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2308, "east=up", "north=side", "power=12", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2309, "east=up", "north=side", "power=12", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2310, "east=up", "north=side", "power=12", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2311, "east=up", "north=side", "power=12", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2312, "east=up", "north=side", "power=12", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2313, "east=up", "north=side", "power=12", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2314, "east=up", "north=side", "power=12", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2315, "east=up", "north=side", "power=12", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2316, "east=up", "north=side", "power=12", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2317, "east=up", "north=side", "power=13", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2318, "east=up", "north=side", "power=13", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2319, "east=up", "north=side", "power=13", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2320, "east=up", "north=side", "power=13", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2321, "east=up", "north=side", "power=13", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2322, "east=up", "north=side", "power=13", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2323, "east=up", "north=side", "power=13", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2324, "east=up", "north=side", "power=13", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2325, "east=up", "north=side", "power=13", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2326, "east=up", "north=side", "power=14", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2327, "east=up", "north=side", "power=14", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2328, "east=up", "north=side", "power=14", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2329, "east=up", "north=side", "power=14", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2330, "east=up", "north=side", "power=14", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2331, "east=up", "north=side", "power=14", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2332, "east=up", "north=side", "power=14", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2333, "east=up", "north=side", "power=14", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2334, "east=up", "north=side", "power=14", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2335, "east=up", "north=side", "power=15", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2336, "east=up", "north=side", "power=15", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2337, "east=up", "north=side", "power=15", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2338, "east=up", "north=side", "power=15", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2339, "east=up", "north=side", "power=15", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2340, "east=up", "north=side", "power=15", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2341, "east=up", "north=side", "power=15", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2342, "east=up", "north=side", "power=15", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2343, "east=up", "north=side", "power=15", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2344, "east=up", "north=none", "power=0", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2345, "east=up", "north=none", "power=0", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2346, "east=up", "north=none", "power=0", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2347, "east=up", "north=none", "power=0", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2348, "east=up", "north=none", "power=0", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2349, "east=up", "north=none", "power=0", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2350, "east=up", "north=none", "power=0", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2351, "east=up", "north=none", "power=0", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2352, "east=up", "north=none", "power=0", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2353, "east=up", "north=none", "power=1", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2354, "east=up", "north=none", "power=1", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2355, "east=up", "north=none", "power=1", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2356, "east=up", "north=none", "power=1", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2357, "east=up", "north=none", "power=1", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2358, "east=up", "north=none", "power=1", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2359, "east=up", "north=none", "power=1", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2360, "east=up", "north=none", "power=1", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2361, "east=up", "north=none", "power=1", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2362, "east=up", "north=none", "power=2", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2363, "east=up", "north=none", "power=2", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2364, "east=up", "north=none", "power=2", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2365, "east=up", "north=none", "power=2", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2366, "east=up", "north=none", "power=2", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2367, "east=up", "north=none", "power=2", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2368, "east=up", "north=none", "power=2", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2369, "east=up", "north=none", "power=2", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2370, "east=up", "north=none", "power=2", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2371, "east=up", "north=none", "power=3", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2372, "east=up", "north=none", "power=3", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2373, "east=up", "north=none", "power=3", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2374, "east=up", "north=none", "power=3", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2375, "east=up", "north=none", "power=3", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2376, "east=up", "north=none", "power=3", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2377, "east=up", "north=none", "power=3", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2378, "east=up", "north=none", "power=3", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2379, "east=up", "north=none", "power=3", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2380, "east=up", "north=none", "power=4", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2381, "east=up", "north=none", "power=4", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2382, "east=up", "north=none", "power=4", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2383, "east=up", "north=none", "power=4", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2384, "east=up", "north=none", "power=4", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2385, "east=up", "north=none", "power=4", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2386, "east=up", "north=none", "power=4", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2387, "east=up", "north=none", "power=4", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2388, "east=up", "north=none", "power=4", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2389, "east=up", "north=none", "power=5", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2390, "east=up", "north=none", "power=5", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2391, "east=up", "north=none", "power=5", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2392, "east=up", "north=none", "power=5", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2393, "east=up", "north=none", "power=5", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2394, "east=up", "north=none", "power=5", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2395, "east=up", "north=none", "power=5", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2396, "east=up", "north=none", "power=5", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2397, "east=up", "north=none", "power=5", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2398, "east=up", "north=none", "power=6", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2399, "east=up", "north=none", "power=6", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2400, "east=up", "north=none", "power=6", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2401, "east=up", "north=none", "power=6", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2402, "east=up", "north=none", "power=6", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2403, "east=up", "north=none", "power=6", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2404, "east=up", "north=none", "power=6", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2405, "east=up", "north=none", "power=6", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2406, "east=up", "north=none", "power=6", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2407, "east=up", "north=none", "power=7", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2408, "east=up", "north=none", "power=7", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2409, "east=up", "north=none", "power=7", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2410, "east=up", "north=none", "power=7", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2411, "east=up", "north=none", "power=7", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2412, "east=up", "north=none", "power=7", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2413, "east=up", "north=none", "power=7", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2414, "east=up", "north=none", "power=7", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2415, "east=up", "north=none", "power=7", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2416, "east=up", "north=none", "power=8", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2417, "east=up", "north=none", "power=8", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2418, "east=up", "north=none", "power=8", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2419, "east=up", "north=none", "power=8", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2420, "east=up", "north=none", "power=8", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2421, "east=up", "north=none", "power=8", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2422, "east=up", "north=none", "power=8", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2423, "east=up", "north=none", "power=8", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2424, "east=up", "north=none", "power=8", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2425, "east=up", "north=none", "power=9", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2426, "east=up", "north=none", "power=9", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2427, "east=up", "north=none", "power=9", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2428, "east=up", "north=none", "power=9", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2429, "east=up", "north=none", "power=9", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2430, "east=up", "north=none", "power=9", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2431, "east=up", "north=none", "power=9", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2432, "east=up", "north=none", "power=9", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2433, "east=up", "north=none", "power=9", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2434, "east=up", "north=none", "power=10", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2435, "east=up", "north=none", "power=10", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2436, "east=up", "north=none", "power=10", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2437, "east=up", "north=none", "power=10", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2438, "east=up", "north=none", "power=10", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2439, "east=up", "north=none", "power=10", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2440, "east=up", "north=none", "power=10", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2441, "east=up", "north=none", "power=10", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2442, "east=up", "north=none", "power=10", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2443, "east=up", "north=none", "power=11", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2444, "east=up", "north=none", "power=11", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2445, "east=up", "north=none", "power=11", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2446, "east=up", "north=none", "power=11", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2447, "east=up", "north=none", "power=11", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2448, "east=up", "north=none", "power=11", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2449, "east=up", "north=none", "power=11", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2450, "east=up", "north=none", "power=11", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2451, "east=up", "north=none", "power=11", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2452, "east=up", "north=none", "power=12", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2453, "east=up", "north=none", "power=12", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2454, "east=up", "north=none", "power=12", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2455, "east=up", "north=none", "power=12", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2456, "east=up", "north=none", "power=12", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2457, "east=up", "north=none", "power=12", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2458, "east=up", "north=none", "power=12", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2459, "east=up", "north=none", "power=12", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2460, "east=up", "north=none", "power=12", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2461, "east=up", "north=none", "power=13", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2462, "east=up", "north=none", "power=13", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2463, "east=up", "north=none", "power=13", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2464, "east=up", "north=none", "power=13", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2465, "east=up", "north=none", "power=13", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2466, "east=up", "north=none", "power=13", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2467, "east=up", "north=none", "power=13", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2468, "east=up", "north=none", "power=13", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2469, "east=up", "north=none", "power=13", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2470, "east=up", "north=none", "power=14", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2471, "east=up", "north=none", "power=14", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2472, "east=up", "north=none", "power=14", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2473, "east=up", "north=none", "power=14", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2474, "east=up", "north=none", "power=14", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2475, "east=up", "north=none", "power=14", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2476, "east=up", "north=none", "power=14", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2477, "east=up", "north=none", "power=14", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2478, "east=up", "north=none", "power=14", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2479, "east=up", "north=none", "power=15", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2480, "east=up", "north=none", "power=15", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2481, "east=up", "north=none", "power=15", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2482, "east=up", "north=none", "power=15", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2483, "east=up", "north=none", "power=15", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2484, "east=up", "north=none", "power=15", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2485, "east=up", "north=none", "power=15", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2486, "east=up", "north=none", "power=15", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2487, "east=up", "north=none", "power=15", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2488, "east=side", "north=up", "power=0", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2489, "east=side", "north=up", "power=0", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2490, "east=side", "north=up", "power=0", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2491, "east=side", "north=up", "power=0", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2492, "east=side", "north=up", "power=0", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2493, "east=side", "north=up", "power=0", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2494, "east=side", "north=up", "power=0", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2495, "east=side", "north=up", "power=0", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2496, "east=side", "north=up", "power=0", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2497, "east=side", "north=up", "power=1", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2498, "east=side", "north=up", "power=1", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2499, "east=side", "north=up", "power=1", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2500, "east=side", "north=up", "power=1", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2501, "east=side", "north=up", "power=1", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2502, "east=side", "north=up", "power=1", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2503, "east=side", "north=up", "power=1", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2504, "east=side", "north=up", "power=1", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2505, "east=side", "north=up", "power=1", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2506, "east=side", "north=up", "power=2", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2507, "east=side", "north=up", "power=2", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2508, "east=side", "north=up", "power=2", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2509, "east=side", "north=up", "power=2", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2510, "east=side", "north=up", "power=2", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2511, "east=side", "north=up", "power=2", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2512, "east=side", "north=up", "power=2", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2513, "east=side", "north=up", "power=2", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2514, "east=side", "north=up", "power=2", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2515, "east=side", "north=up", "power=3", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2516, "east=side", "north=up", "power=3", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2517, "east=side", "north=up", "power=3", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2518, "east=side", "north=up", "power=3", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2519, "east=side", "north=up", "power=3", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2520, "east=side", "north=up", "power=3", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2521, "east=side", "north=up", "power=3", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2522, "east=side", "north=up", "power=3", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2523, "east=side", "north=up", "power=3", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2524, "east=side", "north=up", "power=4", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2525, "east=side", "north=up", "power=4", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2526, "east=side", "north=up", "power=4", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2527, "east=side", "north=up", "power=4", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2528, "east=side", "north=up", "power=4", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2529, "east=side", "north=up", "power=4", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2530, "east=side", "north=up", "power=4", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2531, "east=side", "north=up", "power=4", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2532, "east=side", "north=up", "power=4", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2533, "east=side", "north=up", "power=5", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2534, "east=side", "north=up", "power=5", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2535, "east=side", "north=up", "power=5", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2536, "east=side", "north=up", "power=5", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2537, "east=side", "north=up", "power=5", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2538, "east=side", "north=up", "power=5", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2539, "east=side", "north=up", "power=5", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2540, "east=side", "north=up", "power=5", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2541, "east=side", "north=up", "power=5", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2542, "east=side", "north=up", "power=6", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2543, "east=side", "north=up", "power=6", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2544, "east=side", "north=up", "power=6", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2545, "east=side", "north=up", "power=6", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2546, "east=side", "north=up", "power=6", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2547, "east=side", "north=up", "power=6", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2548, "east=side", "north=up", "power=6", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2549, "east=side", "north=up", "power=6", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2550, "east=side", "north=up", "power=6", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2551, "east=side", "north=up", "power=7", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2552, "east=side", "north=up", "power=7", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2553, "east=side", "north=up", "power=7", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2554, "east=side", "north=up", "power=7", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2555, "east=side", "north=up", "power=7", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2556, "east=side", "north=up", "power=7", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2557, "east=side", "north=up", "power=7", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2558, "east=side", "north=up", "power=7", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2559, "east=side", "north=up", "power=7", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2560, "east=side", "north=up", "power=8", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2561, "east=side", "north=up", "power=8", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2562, "east=side", "north=up", "power=8", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2563, "east=side", "north=up", "power=8", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2564, "east=side", "north=up", "power=8", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2565, "east=side", "north=up", "power=8", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2566, "east=side", "north=up", "power=8", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2567, "east=side", "north=up", "power=8", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2568, "east=side", "north=up", "power=8", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2569, "east=side", "north=up", "power=9", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2570, "east=side", "north=up", "power=9", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2571, "east=side", "north=up", "power=9", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2572, "east=side", "north=up", "power=9", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2573, "east=side", "north=up", "power=9", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2574, "east=side", "north=up", "power=9", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2575, "east=side", "north=up", "power=9", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2576, "east=side", "north=up", "power=9", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2577, "east=side", "north=up", "power=9", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2578, "east=side", "north=up", "power=10", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2579, "east=side", "north=up", "power=10", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2580, "east=side", "north=up", "power=10", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2581, "east=side", "north=up", "power=10", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2582, "east=side", "north=up", "power=10", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2583, "east=side", "north=up", "power=10", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2584, "east=side", "north=up", "power=10", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2585, "east=side", "north=up", "power=10", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2586, "east=side", "north=up", "power=10", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2587, "east=side", "north=up", "power=11", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2588, "east=side", "north=up", "power=11", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2589, "east=side", "north=up", "power=11", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2590, "east=side", "north=up", "power=11", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2591, "east=side", "north=up", "power=11", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2592, "east=side", "north=up", "power=11", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2593, "east=side", "north=up", "power=11", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2594, "east=side", "north=up", "power=11", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2595, "east=side", "north=up", "power=11", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2596, "east=side", "north=up", "power=12", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2597, "east=side", "north=up", "power=12", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2598, "east=side", "north=up", "power=12", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2599, "east=side", "north=up", "power=12", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2600, "east=side", "north=up", "power=12", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2601, "east=side", "north=up", "power=12", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2602, "east=side", "north=up", "power=12", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2603, "east=side", "north=up", "power=12", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2604, "east=side", "north=up", "power=12", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2605, "east=side", "north=up", "power=13", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2606, "east=side", "north=up", "power=13", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2607, "east=side", "north=up", "power=13", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2608, "east=side", "north=up", "power=13", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2609, "east=side", "north=up", "power=13", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2610, "east=side", "north=up", "power=13", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2611, "east=side", "north=up", "power=13", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2612, "east=side", "north=up", "power=13", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2613, "east=side", "north=up", "power=13", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2614, "east=side", "north=up", "power=14", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2615, "east=side", "north=up", "power=14", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2616, "east=side", "north=up", "power=14", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2617, "east=side", "north=up", "power=14", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2618, "east=side", "north=up", "power=14", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2619, "east=side", "north=up", "power=14", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2620, "east=side", "north=up", "power=14", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2621, "east=side", "north=up", "power=14", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2622, "east=side", "north=up", "power=14", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2623, "east=side", "north=up", "power=15", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2624, "east=side", "north=up", "power=15", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2625, "east=side", "north=up", "power=15", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2626, "east=side", "north=up", "power=15", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2627, "east=side", "north=up", "power=15", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2628, "east=side", "north=up", "power=15", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2629, "east=side", "north=up", "power=15", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2630, "east=side", "north=up", "power=15", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2631, "east=side", "north=up", "power=15", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2632, "east=side", "north=side", "power=0", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2633, "east=side", "north=side", "power=0", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2634, "east=side", "north=side", "power=0", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2635, "east=side", "north=side", "power=0", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2636, "east=side", "north=side", "power=0", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2637, "east=side", "north=side", "power=0", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2638, "east=side", "north=side", "power=0", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2639, "east=side", "north=side", "power=0", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2640, "east=side", "north=side", "power=0", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2641, "east=side", "north=side", "power=1", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2642, "east=side", "north=side", "power=1", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2643, "east=side", "north=side", "power=1", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2644, "east=side", "north=side", "power=1", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2645, "east=side", "north=side", "power=1", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2646, "east=side", "north=side", "power=1", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2647, "east=side", "north=side", "power=1", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2648, "east=side", "north=side", "power=1", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2649, "east=side", "north=side", "power=1", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2650, "east=side", "north=side", "power=2", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2651, "east=side", "north=side", "power=2", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2652, "east=side", "north=side", "power=2", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2653, "east=side", "north=side", "power=2", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2654, "east=side", "north=side", "power=2", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2655, "east=side", "north=side", "power=2", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2656, "east=side", "north=side", "power=2", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2657, "east=side", "north=side", "power=2", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2658, "east=side", "north=side", "power=2", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2659, "east=side", "north=side", "power=3", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2660, "east=side", "north=side", "power=3", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2661, "east=side", "north=side", "power=3", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2662, "east=side", "north=side", "power=3", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2663, "east=side", "north=side", "power=3", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2664, "east=side", "north=side", "power=3", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2665, "east=side", "north=side", "power=3", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2666, "east=side", "north=side", "power=3", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2667, "east=side", "north=side", "power=3", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2668, "east=side", "north=side", "power=4", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2669, "east=side", "north=side", "power=4", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2670, "east=side", "north=side", "power=4", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2671, "east=side", "north=side", "power=4", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2672, "east=side", "north=side", "power=4", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2673, "east=side", "north=side", "power=4", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2674, "east=side", "north=side", "power=4", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2675, "east=side", "north=side", "power=4", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2676, "east=side", "north=side", "power=4", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2677, "east=side", "north=side", "power=5", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2678, "east=side", "north=side", "power=5", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2679, "east=side", "north=side", "power=5", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2680, "east=side", "north=side", "power=5", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2681, "east=side", "north=side", "power=5", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2682, "east=side", "north=side", "power=5", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2683, "east=side", "north=side", "power=5", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2684, "east=side", "north=side", "power=5", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2685, "east=side", "north=side", "power=5", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2686, "east=side", "north=side", "power=6", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2687, "east=side", "north=side", "power=6", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2688, "east=side", "north=side", "power=6", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2689, "east=side", "north=side", "power=6", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2690, "east=side", "north=side", "power=6", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2691, "east=side", "north=side", "power=6", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2692, "east=side", "north=side", "power=6", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2693, "east=side", "north=side", "power=6", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2694, "east=side", "north=side", "power=6", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2695, "east=side", "north=side", "power=7", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2696, "east=side", "north=side", "power=7", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2697, "east=side", "north=side", "power=7", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2698, "east=side", "north=side", "power=7", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2699, "east=side", "north=side", "power=7", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2700, "east=side", "north=side", "power=7", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2701, "east=side", "north=side", "power=7", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2702, "east=side", "north=side", "power=7", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2703, "east=side", "north=side", "power=7", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2704, "east=side", "north=side", "power=8", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2705, "east=side", "north=side", "power=8", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2706, "east=side", "north=side", "power=8", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2707, "east=side", "north=side", "power=8", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2708, "east=side", "north=side", "power=8", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2709, "east=side", "north=side", "power=8", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2710, "east=side", "north=side", "power=8", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2711, "east=side", "north=side", "power=8", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2712, "east=side", "north=side", "power=8", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2713, "east=side", "north=side", "power=9", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2714, "east=side", "north=side", "power=9", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2715, "east=side", "north=side", "power=9", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2716, "east=side", "north=side", "power=9", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2717, "east=side", "north=side", "power=9", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2718, "east=side", "north=side", "power=9", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2719, "east=side", "north=side", "power=9", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2720, "east=side", "north=side", "power=9", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2721, "east=side", "north=side", "power=9", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2722, "east=side", "north=side", "power=10", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2723, "east=side", "north=side", "power=10", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2724, "east=side", "north=side", "power=10", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2725, "east=side", "north=side", "power=10", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2726, "east=side", "north=side", "power=10", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2727, "east=side", "north=side", "power=10", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2728, "east=side", "north=side", "power=10", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2729, "east=side", "north=side", "power=10", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2730, "east=side", "north=side", "power=10", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2731, "east=side", "north=side", "power=11", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2732, "east=side", "north=side", "power=11", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2733, "east=side", "north=side", "power=11", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2734, "east=side", "north=side", "power=11", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2735, "east=side", "north=side", "power=11", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2736, "east=side", "north=side", "power=11", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2737, "east=side", "north=side", "power=11", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2738, "east=side", "north=side", "power=11", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2739, "east=side", "north=side", "power=11", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2740, "east=side", "north=side", "power=12", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2741, "east=side", "north=side", "power=12", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2742, "east=side", "north=side", "power=12", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2743, "east=side", "north=side", "power=12", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2744, "east=side", "north=side", "power=12", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2745, "east=side", "north=side", "power=12", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2746, "east=side", "north=side", "power=12", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2747, "east=side", "north=side", "power=12", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2748, "east=side", "north=side", "power=12", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2749, "east=side", "north=side", "power=13", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2750, "east=side", "north=side", "power=13", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2751, "east=side", "north=side", "power=13", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2752, "east=side", "north=side", "power=13", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2753, "east=side", "north=side", "power=13", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2754, "east=side", "north=side", "power=13", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2755, "east=side", "north=side", "power=13", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2756, "east=side", "north=side", "power=13", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2757, "east=side", "north=side", "power=13", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2758, "east=side", "north=side", "power=14", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2759, "east=side", "north=side", "power=14", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2760, "east=side", "north=side", "power=14", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2761, "east=side", "north=side", "power=14", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2762, "east=side", "north=side", "power=14", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2763, "east=side", "north=side", "power=14", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2764, "east=side", "north=side", "power=14", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2765, "east=side", "north=side", "power=14", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2766, "east=side", "north=side", "power=14", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2767, "east=side", "north=side", "power=15", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2768, "east=side", "north=side", "power=15", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2769, "east=side", "north=side", "power=15", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2770, "east=side", "north=side", "power=15", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2771, "east=side", "north=side", "power=15", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2772, "east=side", "north=side", "power=15", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2773, "east=side", "north=side", "power=15", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2774, "east=side", "north=side", "power=15", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2775, "east=side", "north=side", "power=15", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2776, "east=side", "north=none", "power=0", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2777, "east=side", "north=none", "power=0", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2778, "east=side", "north=none", "power=0", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2779, "east=side", "north=none", "power=0", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2780, "east=side", "north=none", "power=0", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2781, "east=side", "north=none", "power=0", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2782, "east=side", "north=none", "power=0", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2783, "east=side", "north=none", "power=0", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2784, "east=side", "north=none", "power=0", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2785, "east=side", "north=none", "power=1", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2786, "east=side", "north=none", "power=1", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2787, "east=side", "north=none", "power=1", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2788, "east=side", "north=none", "power=1", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2789, "east=side", "north=none", "power=1", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2790, "east=side", "north=none", "power=1", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2791, "east=side", "north=none", "power=1", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2792, "east=side", "north=none", "power=1", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2793, "east=side", "north=none", "power=1", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2794, "east=side", "north=none", "power=2", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2795, "east=side", "north=none", "power=2", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2796, "east=side", "north=none", "power=2", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2797, "east=side", "north=none", "power=2", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2798, "east=side", "north=none", "power=2", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2799, "east=side", "north=none", "power=2", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2800, "east=side", "north=none", "power=2", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2801, "east=side", "north=none", "power=2", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2802, "east=side", "north=none", "power=2", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2803, "east=side", "north=none", "power=3", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2804, "east=side", "north=none", "power=3", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2805, "east=side", "north=none", "power=3", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2806, "east=side", "north=none", "power=3", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2807, "east=side", "north=none", "power=3", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2808, "east=side", "north=none", "power=3", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2809, "east=side", "north=none", "power=3", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2810, "east=side", "north=none", "power=3", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2811, "east=side", "north=none", "power=3", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2812, "east=side", "north=none", "power=4", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2813, "east=side", "north=none", "power=4", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2814, "east=side", "north=none", "power=4", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2815, "east=side", "north=none", "power=4", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2816, "east=side", "north=none", "power=4", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2817, "east=side", "north=none", "power=4", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2818, "east=side", "north=none", "power=4", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2819, "east=side", "north=none", "power=4", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2820, "east=side", "north=none", "power=4", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2821, "east=side", "north=none", "power=5", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2822, "east=side", "north=none", "power=5", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2823, "east=side", "north=none", "power=5", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2824, "east=side", "north=none", "power=5", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2825, "east=side", "north=none", "power=5", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2826, "east=side", "north=none", "power=5", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2827, "east=side", "north=none", "power=5", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2828, "east=side", "north=none", "power=5", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2829, "east=side", "north=none", "power=5", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2830, "east=side", "north=none", "power=6", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2831, "east=side", "north=none", "power=6", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2832, "east=side", "north=none", "power=6", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2833, "east=side", "north=none", "power=6", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2834, "east=side", "north=none", "power=6", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2835, "east=side", "north=none", "power=6", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2836, "east=side", "north=none", "power=6", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2837, "east=side", "north=none", "power=6", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2838, "east=side", "north=none", "power=6", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2839, "east=side", "north=none", "power=7", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2840, "east=side", "north=none", "power=7", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2841, "east=side", "north=none", "power=7", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2842, "east=side", "north=none", "power=7", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2843, "east=side", "north=none", "power=7", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2844, "east=side", "north=none", "power=7", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2845, "east=side", "north=none", "power=7", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2846, "east=side", "north=none", "power=7", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2847, "east=side", "north=none", "power=7", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2848, "east=side", "north=none", "power=8", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2849, "east=side", "north=none", "power=8", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2850, "east=side", "north=none", "power=8", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2851, "east=side", "north=none", "power=8", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2852, "east=side", "north=none", "power=8", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2853, "east=side", "north=none", "power=8", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2854, "east=side", "north=none", "power=8", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2855, "east=side", "north=none", "power=8", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2856, "east=side", "north=none", "power=8", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2857, "east=side", "north=none", "power=9", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2858, "east=side", "north=none", "power=9", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2859, "east=side", "north=none", "power=9", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2860, "east=side", "north=none", "power=9", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2861, "east=side", "north=none", "power=9", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2862, "east=side", "north=none", "power=9", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2863, "east=side", "north=none", "power=9", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2864, "east=side", "north=none", "power=9", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2865, "east=side", "north=none", "power=9", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2866, "east=side", "north=none", "power=10", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2867, "east=side", "north=none", "power=10", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2868, "east=side", "north=none", "power=10", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2869, "east=side", "north=none", "power=10", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2870, "east=side", "north=none", "power=10", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2871, "east=side", "north=none", "power=10", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2872, "east=side", "north=none", "power=10", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2873, "east=side", "north=none", "power=10", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2874, "east=side", "north=none", "power=10", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2875, "east=side", "north=none", "power=11", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2876, "east=side", "north=none", "power=11", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2877, "east=side", "north=none", "power=11", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2878, "east=side", "north=none", "power=11", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2879, "east=side", "north=none", "power=11", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2880, "east=side", "north=none", "power=11", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2881, "east=side", "north=none", "power=11", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2882, "east=side", "north=none", "power=11", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2883, "east=side", "north=none", "power=11", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2884, "east=side", "north=none", "power=12", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2885, "east=side", "north=none", "power=12", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2886, "east=side", "north=none", "power=12", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2887, "east=side", "north=none", "power=12", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2888, "east=side", "north=none", "power=12", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2889, "east=side", "north=none", "power=12", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2890, "east=side", "north=none", "power=12", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2891, "east=side", "north=none", "power=12", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2892, "east=side", "north=none", "power=12", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2893, "east=side", "north=none", "power=13", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2894, "east=side", "north=none", "power=13", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2895, "east=side", "north=none", "power=13", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2896, "east=side", "north=none", "power=13", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2897, "east=side", "north=none", "power=13", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2898, "east=side", "north=none", "power=13", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2899, "east=side", "north=none", "power=13", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2900, "east=side", "north=none", "power=13", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2901, "east=side", "north=none", "power=13", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2902, "east=side", "north=none", "power=14", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2903, "east=side", "north=none", "power=14", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2904, "east=side", "north=none", "power=14", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2905, "east=side", "north=none", "power=14", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2906, "east=side", "north=none", "power=14", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2907, "east=side", "north=none", "power=14", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2908, "east=side", "north=none", "power=14", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2909, "east=side", "north=none", "power=14", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2910, "east=side", "north=none", "power=14", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2911, "east=side", "north=none", "power=15", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2912, "east=side", "north=none", "power=15", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2913, "east=side", "north=none", "power=15", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2914, "east=side", "north=none", "power=15", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2915, "east=side", "north=none", "power=15", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2916, "east=side", "north=none", "power=15", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2917, "east=side", "north=none", "power=15", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2918, "east=side", "north=none", "power=15", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2919, "east=side", "north=none", "power=15", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2920, "east=none", "north=up", "power=0", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2921, "east=none", "north=up", "power=0", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2922, "east=none", "north=up", "power=0", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2923, "east=none", "north=up", "power=0", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2924, "east=none", "north=up", "power=0", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2925, "east=none", "north=up", "power=0", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2926, "east=none", "north=up", "power=0", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2927, "east=none", "north=up", "power=0", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2928, "east=none", "north=up", "power=0", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2929, "east=none", "north=up", "power=1", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2930, "east=none", "north=up", "power=1", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2931, "east=none", "north=up", "power=1", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2932, "east=none", "north=up", "power=1", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2933, "east=none", "north=up", "power=1", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2934, "east=none", "north=up", "power=1", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2935, "east=none", "north=up", "power=1", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2936, "east=none", "north=up", "power=1", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2937, "east=none", "north=up", "power=1", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2938, "east=none", "north=up", "power=2", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2939, "east=none", "north=up", "power=2", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2940, "east=none", "north=up", "power=2", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2941, "east=none", "north=up", "power=2", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2942, "east=none", "north=up", "power=2", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2943, "east=none", "north=up", "power=2", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2944, "east=none", "north=up", "power=2", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2945, "east=none", "north=up", "power=2", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2946, "east=none", "north=up", "power=2", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2947, "east=none", "north=up", "power=3", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2948, "east=none", "north=up", "power=3", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2949, "east=none", "north=up", "power=3", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2950, "east=none", "north=up", "power=3", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2951, "east=none", "north=up", "power=3", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2952, "east=none", "north=up", "power=3", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2953, "east=none", "north=up", "power=3", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2954, "east=none", "north=up", "power=3", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2955, "east=none", "north=up", "power=3", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2956, "east=none", "north=up", "power=4", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2957, "east=none", "north=up", "power=4", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2958, "east=none", "north=up", "power=4", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2959, "east=none", "north=up", "power=4", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2960, "east=none", "north=up", "power=4", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2961, "east=none", "north=up", "power=4", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2962, "east=none", "north=up", "power=4", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2963, "east=none", "north=up", "power=4", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2964, "east=none", "north=up", "power=4", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2965, "east=none", "north=up", "power=5", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2966, "east=none", "north=up", "power=5", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2967, "east=none", "north=up", "power=5", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2968, "east=none", "north=up", "power=5", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2969, "east=none", "north=up", "power=5", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2970, "east=none", "north=up", "power=5", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2971, "east=none", "north=up", "power=5", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2972, "east=none", "north=up", "power=5", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2973, "east=none", "north=up", "power=5", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2974, "east=none", "north=up", "power=6", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2975, "east=none", "north=up", "power=6", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2976, "east=none", "north=up", "power=6", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2977, "east=none", "north=up", "power=6", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2978, "east=none", "north=up", "power=6", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2979, "east=none", "north=up", "power=6", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2980, "east=none", "north=up", "power=6", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2981, "east=none", "north=up", "power=6", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2982, "east=none", "north=up", "power=6", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2983, "east=none", "north=up", "power=7", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2984, "east=none", "north=up", "power=7", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2985, "east=none", "north=up", "power=7", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2986, "east=none", "north=up", "power=7", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2987, "east=none", "north=up", "power=7", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2988, "east=none", "north=up", "power=7", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2989, "east=none", "north=up", "power=7", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2990, "east=none", "north=up", "power=7", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2991, "east=none", "north=up", "power=7", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2992, "east=none", "north=up", "power=8", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2993, "east=none", "north=up", "power=8", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2994, "east=none", "north=up", "power=8", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2995, "east=none", "north=up", "power=8", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2996, "east=none", "north=up", "power=8", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2997, "east=none", "north=up", "power=8", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2998, "east=none", "north=up", "power=8", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2999, "east=none", "north=up", "power=8", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3000, "east=none", "north=up", "power=8", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3001, "east=none", "north=up", "power=9", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3002, "east=none", "north=up", "power=9", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3003, "east=none", "north=up", "power=9", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3004, "east=none", "north=up", "power=9", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3005, "east=none", "north=up", "power=9", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3006, "east=none", "north=up", "power=9", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3007, "east=none", "north=up", "power=9", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3008, "east=none", "north=up", "power=9", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3009, "east=none", "north=up", "power=9", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3010, "east=none", "north=up", "power=10", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3011, "east=none", "north=up", "power=10", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3012, "east=none", "north=up", "power=10", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3013, "east=none", "north=up", "power=10", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3014, "east=none", "north=up", "power=10", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3015, "east=none", "north=up", "power=10", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3016, "east=none", "north=up", "power=10", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3017, "east=none", "north=up", "power=10", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3018, "east=none", "north=up", "power=10", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3019, "east=none", "north=up", "power=11", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3020, "east=none", "north=up", "power=11", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3021, "east=none", "north=up", "power=11", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3022, "east=none", "north=up", "power=11", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3023, "east=none", "north=up", "power=11", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3024, "east=none", "north=up", "power=11", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3025, "east=none", "north=up", "power=11", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3026, "east=none", "north=up", "power=11", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3027, "east=none", "north=up", "power=11", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3028, "east=none", "north=up", "power=12", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3029, "east=none", "north=up", "power=12", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3030, "east=none", "north=up", "power=12", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3031, "east=none", "north=up", "power=12", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3032, "east=none", "north=up", "power=12", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3033, "east=none", "north=up", "power=12", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3034, "east=none", "north=up", "power=12", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3035, "east=none", "north=up", "power=12", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3036, "east=none", "north=up", "power=12", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3037, "east=none", "north=up", "power=13", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3038, "east=none", "north=up", "power=13", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3039, "east=none", "north=up", "power=13", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3040, "east=none", "north=up", "power=13", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3041, "east=none", "north=up", "power=13", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3042, "east=none", "north=up", "power=13", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3043, "east=none", "north=up", "power=13", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3044, "east=none", "north=up", "power=13", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3045, "east=none", "north=up", "power=13", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3046, "east=none", "north=up", "power=14", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3047, "east=none", "north=up", "power=14", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3048, "east=none", "north=up", "power=14", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3049, "east=none", "north=up", "power=14", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3050, "east=none", "north=up", "power=14", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3051, "east=none", "north=up", "power=14", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3052, "east=none", "north=up", "power=14", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3053, "east=none", "north=up", "power=14", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3054, "east=none", "north=up", "power=14", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3055, "east=none", "north=up", "power=15", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3056, "east=none", "north=up", "power=15", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3057, "east=none", "north=up", "power=15", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3058, "east=none", "north=up", "power=15", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3059, "east=none", "north=up", "power=15", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3060, "east=none", "north=up", "power=15", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3061, "east=none", "north=up", "power=15", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3062, "east=none", "north=up", "power=15", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3063, "east=none", "north=up", "power=15", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3064, "east=none", "north=side", "power=0", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3065, "east=none", "north=side", "power=0", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3066, "east=none", "north=side", "power=0", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3067, "east=none", "north=side", "power=0", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3068, "east=none", "north=side", "power=0", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3069, "east=none", "north=side", "power=0", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3070, "east=none", "north=side", "power=0", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3071, "east=none", "north=side", "power=0", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3072, "east=none", "north=side", "power=0", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3073, "east=none", "north=side", "power=1", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3074, "east=none", "north=side", "power=1", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3075, "east=none", "north=side", "power=1", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3076, "east=none", "north=side", "power=1", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3077, "east=none", "north=side", "power=1", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3078, "east=none", "north=side", "power=1", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3079, "east=none", "north=side", "power=1", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3080, "east=none", "north=side", "power=1", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3081, "east=none", "north=side", "power=1", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3082, "east=none", "north=side", "power=2", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3083, "east=none", "north=side", "power=2", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3084, "east=none", "north=side", "power=2", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3085, "east=none", "north=side", "power=2", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3086, "east=none", "north=side", "power=2", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3087, "east=none", "north=side", "power=2", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3088, "east=none", "north=side", "power=2", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3089, "east=none", "north=side", "power=2", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3090, "east=none", "north=side", "power=2", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3091, "east=none", "north=side", "power=3", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3092, "east=none", "north=side", "power=3", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3093, "east=none", "north=side", "power=3", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3094, "east=none", "north=side", "power=3", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3095, "east=none", "north=side", "power=3", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3096, "east=none", "north=side", "power=3", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3097, "east=none", "north=side", "power=3", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3098, "east=none", "north=side", "power=3", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3099, "east=none", "north=side", "power=3", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3100, "east=none", "north=side", "power=4", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3101, "east=none", "north=side", "power=4", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3102, "east=none", "north=side", "power=4", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3103, "east=none", "north=side", "power=4", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3104, "east=none", "north=side", "power=4", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3105, "east=none", "north=side", "power=4", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3106, "east=none", "north=side", "power=4", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3107, "east=none", "north=side", "power=4", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3108, "east=none", "north=side", "power=4", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3109, "east=none", "north=side", "power=5", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3110, "east=none", "north=side", "power=5", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3111, "east=none", "north=side", "power=5", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3112, "east=none", "north=side", "power=5", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3113, "east=none", "north=side", "power=5", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3114, "east=none", "north=side", "power=5", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3115, "east=none", "north=side", "power=5", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3116, "east=none", "north=side", "power=5", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3117, "east=none", "north=side", "power=5", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3118, "east=none", "north=side", "power=6", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3119, "east=none", "north=side", "power=6", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3120, "east=none", "north=side", "power=6", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3121, "east=none", "north=side", "power=6", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3122, "east=none", "north=side", "power=6", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3123, "east=none", "north=side", "power=6", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3124, "east=none", "north=side", "power=6", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3125, "east=none", "north=side", "power=6", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3126, "east=none", "north=side", "power=6", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3127, "east=none", "north=side", "power=7", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3128, "east=none", "north=side", "power=7", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3129, "east=none", "north=side", "power=7", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3130, "east=none", "north=side", "power=7", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3131, "east=none", "north=side", "power=7", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3132, "east=none", "north=side", "power=7", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3133, "east=none", "north=side", "power=7", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3134, "east=none", "north=side", "power=7", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3135, "east=none", "north=side", "power=7", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3136, "east=none", "north=side", "power=8", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3137, "east=none", "north=side", "power=8", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3138, "east=none", "north=side", "power=8", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3139, "east=none", "north=side", "power=8", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3140, "east=none", "north=side", "power=8", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3141, "east=none", "north=side", "power=8", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3142, "east=none", "north=side", "power=8", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3143, "east=none", "north=side", "power=8", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3144, "east=none", "north=side", "power=8", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3145, "east=none", "north=side", "power=9", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3146, "east=none", "north=side", "power=9", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3147, "east=none", "north=side", "power=9", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3148, "east=none", "north=side", "power=9", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3149, "east=none", "north=side", "power=9", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3150, "east=none", "north=side", "power=9", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3151, "east=none", "north=side", "power=9", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3152, "east=none", "north=side", "power=9", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3153, "east=none", "north=side", "power=9", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3154, "east=none", "north=side", "power=10", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3155, "east=none", "north=side", "power=10", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3156, "east=none", "north=side", "power=10", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3157, "east=none", "north=side", "power=10", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3158, "east=none", "north=side", "power=10", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3159, "east=none", "north=side", "power=10", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3160, "east=none", "north=side", "power=10", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3161, "east=none", "north=side", "power=10", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3162, "east=none", "north=side", "power=10", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3163, "east=none", "north=side", "power=11", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3164, "east=none", "north=side", "power=11", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3165, "east=none", "north=side", "power=11", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3166, "east=none", "north=side", "power=11", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3167, "east=none", "north=side", "power=11", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3168, "east=none", "north=side", "power=11", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3169, "east=none", "north=side", "power=11", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3170, "east=none", "north=side", "power=11", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3171, "east=none", "north=side", "power=11", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3172, "east=none", "north=side", "power=12", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3173, "east=none", "north=side", "power=12", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3174, "east=none", "north=side", "power=12", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3175, "east=none", "north=side", "power=12", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3176, "east=none", "north=side", "power=12", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3177, "east=none", "north=side", "power=12", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3178, "east=none", "north=side", "power=12", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3179, "east=none", "north=side", "power=12", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3180, "east=none", "north=side", "power=12", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3181, "east=none", "north=side", "power=13", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3182, "east=none", "north=side", "power=13", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3183, "east=none", "north=side", "power=13", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3184, "east=none", "north=side", "power=13", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3185, "east=none", "north=side", "power=13", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3186, "east=none", "north=side", "power=13", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3187, "east=none", "north=side", "power=13", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3188, "east=none", "north=side", "power=13", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3189, "east=none", "north=side", "power=13", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3190, "east=none", "north=side", "power=14", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3191, "east=none", "north=side", "power=14", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3192, "east=none", "north=side", "power=14", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3193, "east=none", "north=side", "power=14", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3194, "east=none", "north=side", "power=14", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3195, "east=none", "north=side", "power=14", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3196, "east=none", "north=side", "power=14", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3197, "east=none", "north=side", "power=14", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3198, "east=none", "north=side", "power=14", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3199, "east=none", "north=side", "power=15", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3200, "east=none", "north=side", "power=15", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3201, "east=none", "north=side", "power=15", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3202, "east=none", "north=side", "power=15", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3203, "east=none", "north=side", "power=15", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3204, "east=none", "north=side", "power=15", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3205, "east=none", "north=side", "power=15", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3206, "east=none", "north=side", "power=15", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3207, "east=none", "north=side", "power=15", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3208, "east=none", "north=none", "power=0", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3209, "east=none", "north=none", "power=0", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3210, "east=none", "north=none", "power=0", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3211, "east=none", "north=none", "power=0", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3212, "east=none", "north=none", "power=0", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3213, "east=none", "north=none", "power=0", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3214, "east=none", "north=none", "power=0", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3215, "east=none", "north=none", "power=0", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3216, "east=none", "north=none", "power=0", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3217, "east=none", "north=none", "power=1", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3218, "east=none", "north=none", "power=1", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3219, "east=none", "north=none", "power=1", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3220, "east=none", "north=none", "power=1", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3221, "east=none", "north=none", "power=1", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3222, "east=none", "north=none", "power=1", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3223, "east=none", "north=none", "power=1", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3224, "east=none", "north=none", "power=1", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3225, "east=none", "north=none", "power=1", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3226, "east=none", "north=none", "power=2", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3227, "east=none", "north=none", "power=2", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3228, "east=none", "north=none", "power=2", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3229, "east=none", "north=none", "power=2", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3230, "east=none", "north=none", "power=2", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3231, "east=none", "north=none", "power=2", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3232, "east=none", "north=none", "power=2", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3233, "east=none", "north=none", "power=2", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3234, "east=none", "north=none", "power=2", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3235, "east=none", "north=none", "power=3", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3236, "east=none", "north=none", "power=3", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3237, "east=none", "north=none", "power=3", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3238, "east=none", "north=none", "power=3", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3239, "east=none", "north=none", "power=3", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3240, "east=none", "north=none", "power=3", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3241, "east=none", "north=none", "power=3", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3242, "east=none", "north=none", "power=3", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3243, "east=none", "north=none", "power=3", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3244, "east=none", "north=none", "power=4", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3245, "east=none", "north=none", "power=4", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3246, "east=none", "north=none", "power=4", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3247, "east=none", "north=none", "power=4", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3248, "east=none", "north=none", "power=4", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3249, "east=none", "north=none", "power=4", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3250, "east=none", "north=none", "power=4", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3251, "east=none", "north=none", "power=4", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3252, "east=none", "north=none", "power=4", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3253, "east=none", "north=none", "power=5", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3254, "east=none", "north=none", "power=5", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3255, "east=none", "north=none", "power=5", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3256, "east=none", "north=none", "power=5", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3257, "east=none", "north=none", "power=5", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3258, "east=none", "north=none", "power=5", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3259, "east=none", "north=none", "power=5", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3260, "east=none", "north=none", "power=5", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3261, "east=none", "north=none", "power=5", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3262, "east=none", "north=none", "power=6", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3263, "east=none", "north=none", "power=6", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3264, "east=none", "north=none", "power=6", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3265, "east=none", "north=none", "power=6", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3266, "east=none", "north=none", "power=6", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3267, "east=none", "north=none", "power=6", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3268, "east=none", "north=none", "power=6", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3269, "east=none", "north=none", "power=6", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3270, "east=none", "north=none", "power=6", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3271, "east=none", "north=none", "power=7", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3272, "east=none", "north=none", "power=7", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3273, "east=none", "north=none", "power=7", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3274, "east=none", "north=none", "power=7", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3275, "east=none", "north=none", "power=7", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3276, "east=none", "north=none", "power=7", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3277, "east=none", "north=none", "power=7", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3278, "east=none", "north=none", "power=7", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3279, "east=none", "north=none", "power=7", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3280, "east=none", "north=none", "power=8", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3281, "east=none", "north=none", "power=8", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3282, "east=none", "north=none", "power=8", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3283, "east=none", "north=none", "power=8", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3284, "east=none", "north=none", "power=8", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3285, "east=none", "north=none", "power=8", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3286, "east=none", "north=none", "power=8", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3287, "east=none", "north=none", "power=8", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3288, "east=none", "north=none", "power=8", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3289, "east=none", "north=none", "power=9", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3290, "east=none", "north=none", "power=9", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3291, "east=none", "north=none", "power=9", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3292, "east=none", "north=none", "power=9", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3293, "east=none", "north=none", "power=9", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3294, "east=none", "north=none", "power=9", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3295, "east=none", "north=none", "power=9", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3296, "east=none", "north=none", "power=9", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3297, "east=none", "north=none", "power=9", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3298, "east=none", "north=none", "power=10", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3299, "east=none", "north=none", "power=10", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3300, "east=none", "north=none", "power=10", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3301, "east=none", "north=none", "power=10", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3302, "east=none", "north=none", "power=10", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3303, "east=none", "north=none", "power=10", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3304, "east=none", "north=none", "power=10", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3305, "east=none", "north=none", "power=10", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3306, "east=none", "north=none", "power=10", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3307, "east=none", "north=none", "power=11", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3308, "east=none", "north=none", "power=11", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3309, "east=none", "north=none", "power=11", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3310, "east=none", "north=none", "power=11", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3311, "east=none", "north=none", "power=11", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3312, "east=none", "north=none", "power=11", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3313, "east=none", "north=none", "power=11", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3314, "east=none", "north=none", "power=11", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3315, "east=none", "north=none", "power=11", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3316, "east=none", "north=none", "power=12", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3317, "east=none", "north=none", "power=12", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3318, "east=none", "north=none", "power=12", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3319, "east=none", "north=none", "power=12", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3320, "east=none", "north=none", "power=12", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3321, "east=none", "north=none", "power=12", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3322, "east=none", "north=none", "power=12", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3323, "east=none", "north=none", "power=12", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3324, "east=none", "north=none", "power=12", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3325, "east=none", "north=none", "power=13", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3326, "east=none", "north=none", "power=13", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3327, "east=none", "north=none", "power=13", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3328, "east=none", "north=none", "power=13", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3329, "east=none", "north=none", "power=13", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3330, "east=none", "north=none", "power=13", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3331, "east=none", "north=none", "power=13", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3332, "east=none", "north=none", "power=13", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3333, "east=none", "north=none", "power=13", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3334, "east=none", "north=none", "power=14", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3335, "east=none", "north=none", "power=14", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3336, "east=none", "north=none", "power=14", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3337, "east=none", "north=none", "power=14", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3338, "east=none", "north=none", "power=14", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3339, "east=none", "north=none", "power=14", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3340, "east=none", "north=none", "power=14", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3341, "east=none", "north=none", "power=14", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3342, "east=none", "north=none", "power=14", "south=none", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3343, "east=none", "north=none", "power=15", "south=up", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3344, "east=none", "north=none", "power=15", "south=up", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3345, "east=none", "north=none", "power=15", "south=up", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3346, "east=none", "north=none", "power=15", "south=side", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3347, "east=none", "north=none", "power=15", "south=side", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3348, "east=none", "north=none", "power=15", "south=side", "west=none")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3349, "east=none", "north=none", "power=15", "south=none", "west=up")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3350, "east=none", "north=none", "power=15", "south=none", "west=side")); + REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3351, "east=none", "north=none", "power=15", "south=none", "west=none")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Repeater.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Repeater.java index 1b5403385..95f326f4f 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Repeater.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Repeater.java @@ -7,69 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Repeater { public static void initStates() { - REPEATER.addBlockAlternative(new BlockAlternative((short) 4031, "delay=1", "facing=north", "locked=true", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4032, "delay=1", "facing=north", "locked=true", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4033, "delay=1", "facing=north", "locked=false", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4034, "delay=1", "facing=north", "locked=false", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4035, "delay=1", "facing=south", "locked=true", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4036, "delay=1", "facing=south", "locked=true", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4037, "delay=1", "facing=south", "locked=false", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4038, "delay=1", "facing=south", "locked=false", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4039, "delay=1", "facing=west", "locked=true", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4040, "delay=1", "facing=west", "locked=true", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4041, "delay=1", "facing=west", "locked=false", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4042, "delay=1", "facing=west", "locked=false", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4043, "delay=1", "facing=east", "locked=true", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4044, "delay=1", "facing=east", "locked=true", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4045, "delay=1", "facing=east", "locked=false", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4046, "delay=1", "facing=east", "locked=false", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4047, "delay=2", "facing=north", "locked=true", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4048, "delay=2", "facing=north", "locked=true", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4049, "delay=2", "facing=north", "locked=false", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4050, "delay=2", "facing=north", "locked=false", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4051, "delay=2", "facing=south", "locked=true", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4052, "delay=2", "facing=south", "locked=true", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4053, "delay=2", "facing=south", "locked=false", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4054, "delay=2", "facing=south", "locked=false", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4055, "delay=2", "facing=west", "locked=true", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4056, "delay=2", "facing=west", "locked=true", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4057, "delay=2", "facing=west", "locked=false", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4058, "delay=2", "facing=west", "locked=false", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4059, "delay=2", "facing=east", "locked=true", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4060, "delay=2", "facing=east", "locked=true", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4061, "delay=2", "facing=east", "locked=false", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4062, "delay=2", "facing=east", "locked=false", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4063, "delay=3", "facing=north", "locked=true", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4064, "delay=3", "facing=north", "locked=true", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4065, "delay=3", "facing=north", "locked=false", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4066, "delay=3", "facing=north", "locked=false", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4067, "delay=3", "facing=south", "locked=true", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4068, "delay=3", "facing=south", "locked=true", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4069, "delay=3", "facing=south", "locked=false", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4070, "delay=3", "facing=south", "locked=false", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4071, "delay=3", "facing=west", "locked=true", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4072, "delay=3", "facing=west", "locked=true", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4073, "delay=3", "facing=west", "locked=false", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4074, "delay=3", "facing=west", "locked=false", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4075, "delay=3", "facing=east", "locked=true", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4076, "delay=3", "facing=east", "locked=true", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4077, "delay=3", "facing=east", "locked=false", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4078, "delay=3", "facing=east", "locked=false", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4079, "delay=4", "facing=north", "locked=true", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4080, "delay=4", "facing=north", "locked=true", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4081, "delay=4", "facing=north", "locked=false", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4082, "delay=4", "facing=north", "locked=false", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4083, "delay=4", "facing=south", "locked=true", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4084, "delay=4", "facing=south", "locked=true", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4085, "delay=4", "facing=south", "locked=false", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4086, "delay=4", "facing=south", "locked=false", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4087, "delay=4", "facing=west", "locked=true", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4088, "delay=4", "facing=west", "locked=true", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4089, "delay=4", "facing=west", "locked=false", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4090, "delay=4", "facing=west", "locked=false", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4091, "delay=4", "facing=east", "locked=true", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4092, "delay=4", "facing=east", "locked=true", "powered=false")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4093, "delay=4", "facing=east", "locked=false", "powered=true")); - REPEATER.addBlockAlternative(new BlockAlternative((short) 4094, "delay=4", "facing=east", "locked=false", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4017, "delay=1", "facing=north", "locked=true", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4018, "delay=1", "facing=north", "locked=true", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4019, "delay=1", "facing=north", "locked=false", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4020, "delay=1", "facing=north", "locked=false", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4021, "delay=1", "facing=south", "locked=true", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4022, "delay=1", "facing=south", "locked=true", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4023, "delay=1", "facing=south", "locked=false", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4024, "delay=1", "facing=south", "locked=false", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4025, "delay=1", "facing=west", "locked=true", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4026, "delay=1", "facing=west", "locked=true", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4027, "delay=1", "facing=west", "locked=false", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4028, "delay=1", "facing=west", "locked=false", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4029, "delay=1", "facing=east", "locked=true", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4030, "delay=1", "facing=east", "locked=true", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4031, "delay=1", "facing=east", "locked=false", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4032, "delay=1", "facing=east", "locked=false", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4033, "delay=2", "facing=north", "locked=true", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4034, "delay=2", "facing=north", "locked=true", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4035, "delay=2", "facing=north", "locked=false", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4036, "delay=2", "facing=north", "locked=false", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4037, "delay=2", "facing=south", "locked=true", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4038, "delay=2", "facing=south", "locked=true", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4039, "delay=2", "facing=south", "locked=false", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4040, "delay=2", "facing=south", "locked=false", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4041, "delay=2", "facing=west", "locked=true", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4042, "delay=2", "facing=west", "locked=true", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4043, "delay=2", "facing=west", "locked=false", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4044, "delay=2", "facing=west", "locked=false", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4045, "delay=2", "facing=east", "locked=true", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4046, "delay=2", "facing=east", "locked=true", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4047, "delay=2", "facing=east", "locked=false", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4048, "delay=2", "facing=east", "locked=false", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4049, "delay=3", "facing=north", "locked=true", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4050, "delay=3", "facing=north", "locked=true", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4051, "delay=3", "facing=north", "locked=false", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4052, "delay=3", "facing=north", "locked=false", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4053, "delay=3", "facing=south", "locked=true", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4054, "delay=3", "facing=south", "locked=true", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4055, "delay=3", "facing=south", "locked=false", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4056, "delay=3", "facing=south", "locked=false", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4057, "delay=3", "facing=west", "locked=true", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4058, "delay=3", "facing=west", "locked=true", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4059, "delay=3", "facing=west", "locked=false", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4060, "delay=3", "facing=west", "locked=false", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4061, "delay=3", "facing=east", "locked=true", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4062, "delay=3", "facing=east", "locked=true", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4063, "delay=3", "facing=east", "locked=false", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4064, "delay=3", "facing=east", "locked=false", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4065, "delay=4", "facing=north", "locked=true", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4066, "delay=4", "facing=north", "locked=true", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4067, "delay=4", "facing=north", "locked=false", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4068, "delay=4", "facing=north", "locked=false", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4069, "delay=4", "facing=south", "locked=true", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4070, "delay=4", "facing=south", "locked=true", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4071, "delay=4", "facing=south", "locked=false", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4072, "delay=4", "facing=south", "locked=false", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4073, "delay=4", "facing=west", "locked=true", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4074, "delay=4", "facing=west", "locked=true", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4075, "delay=4", "facing=west", "locked=false", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4076, "delay=4", "facing=west", "locked=false", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4077, "delay=4", "facing=east", "locked=true", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4078, "delay=4", "facing=east", "locked=true", "powered=false")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4079, "delay=4", "facing=east", "locked=false", "powered=true")); + REPEATER.addBlockAlternative(new BlockAlternative((short) 4080, "delay=4", "facing=east", "locked=false", "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RepeatingCommandBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RepeatingCommandBlock.java index 9641c73e1..df147cb15 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RepeatingCommandBlock.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RepeatingCommandBlock.java @@ -7,17 +7,17 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class RepeatingCommandBlock { public static void initStates() { - REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9225, "conditional=true", "facing=north")); - REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9226, "conditional=true", "facing=east")); - REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9227, "conditional=true", "facing=south")); - REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9228, "conditional=true", "facing=west")); - REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9229, "conditional=true", "facing=up")); - REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9230, "conditional=true", "facing=down")); - REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9231, "conditional=false", "facing=north")); - REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9232, "conditional=false", "facing=east")); - REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9233, "conditional=false", "facing=south")); - REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9234, "conditional=false", "facing=west")); - REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9235, "conditional=false", "facing=up")); - REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9236, "conditional=false", "facing=down")); + REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 8689, "conditional=true", "facing=north")); + REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 8690, "conditional=true", "facing=east")); + REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 8691, "conditional=true", "facing=south")); + REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 8692, "conditional=true", "facing=west")); + REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 8693, "conditional=true", "facing=up")); + REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 8694, "conditional=true", "facing=down")); + REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 8695, "conditional=false", "facing=north")); + REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 8696, "conditional=false", "facing=east")); + REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 8697, "conditional=false", "facing=south")); + REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 8698, "conditional=false", "facing=west")); + REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 8699, "conditional=false", "facing=up")); + REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 8700, "conditional=false", "facing=down")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RespawnAnchor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RespawnAnchor.java deleted file mode 100644 index f83f4bcf8..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RespawnAnchor.java +++ /dev/null @@ -1,16 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class RespawnAnchor { - public static void initStates() { - RESPAWN_ANCHOR.addBlockAlternative(new BlockAlternative((short) 15829, "charges=0")); - RESPAWN_ANCHOR.addBlockAlternative(new BlockAlternative((short) 15830, "charges=1")); - RESPAWN_ANCHOR.addBlockAlternative(new BlockAlternative((short) 15831, "charges=2")); - RESPAWN_ANCHOR.addBlockAlternative(new BlockAlternative((short) 15832, "charges=3")); - RESPAWN_ANCHOR.addBlockAlternative(new BlockAlternative((short) 15833, "charges=4")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RoseBush.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RoseBush.java index 3de60b76c..971fea044 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RoseBush.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RoseBush.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class RoseBush { public static void initStates() { - ROSE_BUSH.addBlockAlternative(new BlockAlternative((short) 7889, "half=upper")); - ROSE_BUSH.addBlockAlternative(new BlockAlternative((short) 7890, "half=lower")); + ROSE_BUSH.addBlockAlternative(new BlockAlternative((short) 7353, "half=upper")); + ROSE_BUSH.addBlockAlternative(new BlockAlternative((short) 7354, "half=lower")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneSlab.java index 591d68dc8..ea8b879dc 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class SandstoneSlab { public static void initStates() { - SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8348, "type=top", "waterlogged=true")); - SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8349, "type=top", "waterlogged=false")); - SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8350, "type=bottom", "waterlogged=true")); - SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8351, "type=bottom", "waterlogged=false")); - SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8352, "type=double", "waterlogged=true")); - SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8353, "type=double", "waterlogged=false")); + SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7812, "type=top", "waterlogged=true")); + SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7813, "type=top", "waterlogged=false")); + SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7814, "type=bottom", "waterlogged=true")); + SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7815, "type=bottom", "waterlogged=false")); + SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7816, "type=double", "waterlogged=true")); + SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7817, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneStairs.java index cf2badbc1..f8a08faab 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class SandstoneStairs { public static void initStates() { - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5170, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5171, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5172, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5173, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5174, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5175, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5176, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5177, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5178, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5179, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5180, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5181, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5182, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5183, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5184, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5185, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5186, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5187, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5188, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5189, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5190, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5191, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5192, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5193, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5194, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5195, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5196, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5197, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5198, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5199, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5200, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5201, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5202, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5203, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5204, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5205, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5206, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5207, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5208, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5209, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5210, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5211, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5212, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5213, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5214, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5215, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5216, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5217, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5218, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5219, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5220, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5221, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5222, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5223, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5224, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5225, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5226, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5227, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5228, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5229, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5230, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5231, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5232, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5233, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5234, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5235, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5236, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5237, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5238, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5239, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5240, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5241, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5242, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5243, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5244, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5245, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5246, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5247, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5248, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5249, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5154, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5155, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5156, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5157, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5158, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5159, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5160, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5161, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5162, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5163, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5164, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5165, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5166, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5167, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5168, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5169, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5170, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5171, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5172, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5173, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5174, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5175, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5176, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5177, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5178, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5179, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5180, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5181, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5182, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5183, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5184, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5185, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5186, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5187, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5188, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5189, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5190, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5191, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5192, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5193, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5194, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5195, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5196, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5197, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5198, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5199, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5200, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5201, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5202, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5203, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5204, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5205, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5206, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5207, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5208, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5209, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5210, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5211, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5212, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5213, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5214, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5215, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5216, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5217, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5218, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5219, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5220, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5221, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5222, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5223, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5224, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5225, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5226, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5227, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5228, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5229, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5230, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5231, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5232, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5233, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneWall.java index c7807e524..e3def8a35 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneWall.java @@ -7,329 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class SandstoneWall { public static void initStates() { - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13783, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13784, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13785, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13786, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13787, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13788, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13789, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13790, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13791, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13792, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13793, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13794, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13795, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13796, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13797, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13798, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13799, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13800, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13801, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13802, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13803, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13804, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13805, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13806, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13807, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13808, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13809, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13810, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13811, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13812, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13813, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13814, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13815, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13816, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13817, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13818, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13819, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13820, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13821, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13822, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13823, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13824, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13825, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13826, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13827, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13828, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13829, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13830, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13831, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13832, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13833, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13834, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13835, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13836, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13837, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13838, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13839, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13840, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13841, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13842, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13843, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13844, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13845, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13846, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13847, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13848, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13849, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13850, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13851, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13852, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13853, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13854, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13855, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13856, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13857, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13858, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13859, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13860, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13861, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13862, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13863, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13864, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13865, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13866, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13867, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13868, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13869, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13870, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13871, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13872, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13873, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13874, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13875, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13876, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13877, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13878, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13879, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13880, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13881, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13882, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13883, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13884, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13885, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13886, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13887, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13888, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13889, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13890, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13891, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13892, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13893, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13894, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13895, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13896, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13897, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13898, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13899, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13900, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13901, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13902, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13903, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13904, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13905, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13906, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13907, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13908, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13909, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13910, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13911, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13912, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13913, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13914, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13915, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13916, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13917, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13918, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13919, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13920, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13921, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13922, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13923, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13924, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13925, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13926, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13927, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13928, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13929, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13930, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13931, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13932, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13933, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13934, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13935, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13936, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13937, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13938, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13939, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13940, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13941, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13942, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13943, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13944, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13945, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13946, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13947, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13948, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13949, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13950, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13951, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13952, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13953, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13954, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13955, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13956, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13957, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13958, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13959, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13960, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13961, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13962, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13963, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13964, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13965, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13966, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13967, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13968, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13969, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13970, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13971, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13972, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13973, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13974, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13975, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13976, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13977, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13978, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13979, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13980, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13981, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13982, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13983, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13984, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13985, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13986, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13987, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13988, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13989, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13990, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13991, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13992, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13993, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13994, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13995, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13996, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13997, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13998, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13999, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14000, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14001, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14002, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14003, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14004, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14005, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14006, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14007, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14008, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14009, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14010, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14011, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14012, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14013, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14014, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14015, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14016, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14017, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14018, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14019, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14020, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14021, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14022, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14023, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14024, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14025, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14026, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14027, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14028, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14029, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14030, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14031, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14032, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14033, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14034, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14035, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14036, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14037, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14038, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14039, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14040, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14041, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14042, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14043, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14044, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14045, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14046, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14047, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14048, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14049, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14050, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14051, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14052, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14053, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14054, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14055, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14056, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14057, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14058, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14059, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14060, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14061, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14062, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14063, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14064, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14065, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14066, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14067, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14068, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14069, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14070, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14071, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14072, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14073, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14074, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14075, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14076, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14077, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14078, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14079, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14080, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14081, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14082, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14083, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14084, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14085, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14086, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14087, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14088, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14089, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14090, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14091, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14092, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14093, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14094, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14095, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14096, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14097, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14098, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14099, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14100, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14101, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14102, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14103, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14104, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14105, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14106, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10907, "east=true", "north=true", "south=true", "up=true", "waterlogged=true", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10908, "east=true", "north=true", "south=true", "up=true", "waterlogged=true", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10909, "east=true", "north=true", "south=true", "up=true", "waterlogged=false", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10910, "east=true", "north=true", "south=true", "up=true", "waterlogged=false", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10911, "east=true", "north=true", "south=true", "up=false", "waterlogged=true", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10912, "east=true", "north=true", "south=true", "up=false", "waterlogged=true", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10913, "east=true", "north=true", "south=true", "up=false", "waterlogged=false", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10914, "east=true", "north=true", "south=true", "up=false", "waterlogged=false", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10915, "east=true", "north=true", "south=false", "up=true", "waterlogged=true", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10916, "east=true", "north=true", "south=false", "up=true", "waterlogged=true", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10917, "east=true", "north=true", "south=false", "up=true", "waterlogged=false", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10918, "east=true", "north=true", "south=false", "up=true", "waterlogged=false", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10919, "east=true", "north=true", "south=false", "up=false", "waterlogged=true", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10920, "east=true", "north=true", "south=false", "up=false", "waterlogged=true", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10921, "east=true", "north=true", "south=false", "up=false", "waterlogged=false", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10922, "east=true", "north=true", "south=false", "up=false", "waterlogged=false", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10923, "east=true", "north=false", "south=true", "up=true", "waterlogged=true", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10924, "east=true", "north=false", "south=true", "up=true", "waterlogged=true", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10925, "east=true", "north=false", "south=true", "up=true", "waterlogged=false", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10926, "east=true", "north=false", "south=true", "up=true", "waterlogged=false", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10927, "east=true", "north=false", "south=true", "up=false", "waterlogged=true", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10928, "east=true", "north=false", "south=true", "up=false", "waterlogged=true", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10929, "east=true", "north=false", "south=true", "up=false", "waterlogged=false", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10930, "east=true", "north=false", "south=true", "up=false", "waterlogged=false", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10931, "east=true", "north=false", "south=false", "up=true", "waterlogged=true", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10932, "east=true", "north=false", "south=false", "up=true", "waterlogged=true", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10933, "east=true", "north=false", "south=false", "up=true", "waterlogged=false", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10934, "east=true", "north=false", "south=false", "up=true", "waterlogged=false", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10935, "east=true", "north=false", "south=false", "up=false", "waterlogged=true", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10936, "east=true", "north=false", "south=false", "up=false", "waterlogged=true", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10937, "east=true", "north=false", "south=false", "up=false", "waterlogged=false", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10938, "east=true", "north=false", "south=false", "up=false", "waterlogged=false", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10939, "east=false", "north=true", "south=true", "up=true", "waterlogged=true", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10940, "east=false", "north=true", "south=true", "up=true", "waterlogged=true", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10941, "east=false", "north=true", "south=true", "up=true", "waterlogged=false", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10942, "east=false", "north=true", "south=true", "up=true", "waterlogged=false", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10943, "east=false", "north=true", "south=true", "up=false", "waterlogged=true", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10944, "east=false", "north=true", "south=true", "up=false", "waterlogged=true", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10945, "east=false", "north=true", "south=true", "up=false", "waterlogged=false", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10946, "east=false", "north=true", "south=true", "up=false", "waterlogged=false", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10947, "east=false", "north=true", "south=false", "up=true", "waterlogged=true", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10948, "east=false", "north=true", "south=false", "up=true", "waterlogged=true", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10949, "east=false", "north=true", "south=false", "up=true", "waterlogged=false", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10950, "east=false", "north=true", "south=false", "up=true", "waterlogged=false", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10951, "east=false", "north=true", "south=false", "up=false", "waterlogged=true", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10952, "east=false", "north=true", "south=false", "up=false", "waterlogged=true", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10953, "east=false", "north=true", "south=false", "up=false", "waterlogged=false", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10954, "east=false", "north=true", "south=false", "up=false", "waterlogged=false", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10955, "east=false", "north=false", "south=true", "up=true", "waterlogged=true", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10956, "east=false", "north=false", "south=true", "up=true", "waterlogged=true", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10957, "east=false", "north=false", "south=true", "up=true", "waterlogged=false", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10958, "east=false", "north=false", "south=true", "up=true", "waterlogged=false", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10959, "east=false", "north=false", "south=true", "up=false", "waterlogged=true", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10960, "east=false", "north=false", "south=true", "up=false", "waterlogged=true", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10961, "east=false", "north=false", "south=true", "up=false", "waterlogged=false", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10962, "east=false", "north=false", "south=true", "up=false", "waterlogged=false", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10963, "east=false", "north=false", "south=false", "up=true", "waterlogged=true", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10964, "east=false", "north=false", "south=false", "up=true", "waterlogged=true", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10965, "east=false", "north=false", "south=false", "up=true", "waterlogged=false", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10966, "east=false", "north=false", "south=false", "up=true", "waterlogged=false", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10967, "east=false", "north=false", "south=false", "up=false", "waterlogged=true", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10968, "east=false", "north=false", "south=false", "up=false", "waterlogged=true", "west=false")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10969, "east=false", "north=false", "south=false", "up=false", "waterlogged=false", "west=true")); + SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 10970, "east=false", "north=false", "south=false", "up=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Scaffolding.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Scaffolding.java index bcd034d13..6cdbc10e2 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Scaffolding.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Scaffolding.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Scaffolding { public static void initStates() { - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14755, "bottom=true", "distance=0", "waterlogged=true")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14756, "bottom=true", "distance=0", "waterlogged=false")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14757, "bottom=true", "distance=1", "waterlogged=true")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14758, "bottom=true", "distance=1", "waterlogged=false")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14759, "bottom=true", "distance=2", "waterlogged=true")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14760, "bottom=true", "distance=2", "waterlogged=false")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14761, "bottom=true", "distance=3", "waterlogged=true")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14762, "bottom=true", "distance=3", "waterlogged=false")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14763, "bottom=true", "distance=4", "waterlogged=true")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14764, "bottom=true", "distance=4", "waterlogged=false")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14765, "bottom=true", "distance=5", "waterlogged=true")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14766, "bottom=true", "distance=5", "waterlogged=false")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14767, "bottom=true", "distance=6", "waterlogged=true")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14768, "bottom=true", "distance=6", "waterlogged=false")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14769, "bottom=true", "distance=7", "waterlogged=true")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14770, "bottom=true", "distance=7", "waterlogged=false")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14771, "bottom=false", "distance=0", "waterlogged=true")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14772, "bottom=false", "distance=0", "waterlogged=false")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14773, "bottom=false", "distance=1", "waterlogged=true")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14774, "bottom=false", "distance=1", "waterlogged=false")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14775, "bottom=false", "distance=2", "waterlogged=true")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14776, "bottom=false", "distance=2", "waterlogged=false")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14777, "bottom=false", "distance=3", "waterlogged=true")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14778, "bottom=false", "distance=3", "waterlogged=false")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14779, "bottom=false", "distance=4", "waterlogged=true")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14780, "bottom=false", "distance=4", "waterlogged=false")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14781, "bottom=false", "distance=5", "waterlogged=true")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14782, "bottom=false", "distance=5", "waterlogged=false")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14783, "bottom=false", "distance=6", "waterlogged=true")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14784, "bottom=false", "distance=6", "waterlogged=false")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14785, "bottom=false", "distance=7", "waterlogged=true")); - SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14786, "bottom=false", "distance=7", "waterlogged=false")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11099, "bottom=true", "distance=0", "waterlogged=true")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11100, "bottom=true", "distance=0", "waterlogged=false")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11101, "bottom=true", "distance=1", "waterlogged=true")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11102, "bottom=true", "distance=1", "waterlogged=false")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11103, "bottom=true", "distance=2", "waterlogged=true")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11104, "bottom=true", "distance=2", "waterlogged=false")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11105, "bottom=true", "distance=3", "waterlogged=true")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11106, "bottom=true", "distance=3", "waterlogged=false")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11107, "bottom=true", "distance=4", "waterlogged=true")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11108, "bottom=true", "distance=4", "waterlogged=false")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11109, "bottom=true", "distance=5", "waterlogged=true")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11110, "bottom=true", "distance=5", "waterlogged=false")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11111, "bottom=true", "distance=6", "waterlogged=true")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11112, "bottom=true", "distance=6", "waterlogged=false")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11113, "bottom=true", "distance=7", "waterlogged=true")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11114, "bottom=true", "distance=7", "waterlogged=false")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11115, "bottom=false", "distance=0", "waterlogged=true")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11116, "bottom=false", "distance=0", "waterlogged=false")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11117, "bottom=false", "distance=1", "waterlogged=true")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11118, "bottom=false", "distance=1", "waterlogged=false")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11119, "bottom=false", "distance=2", "waterlogged=true")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11120, "bottom=false", "distance=2", "waterlogged=false")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11121, "bottom=false", "distance=3", "waterlogged=true")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11122, "bottom=false", "distance=3", "waterlogged=false")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11123, "bottom=false", "distance=4", "waterlogged=true")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11124, "bottom=false", "distance=4", "waterlogged=false")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11125, "bottom=false", "distance=5", "waterlogged=true")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11126, "bottom=false", "distance=5", "waterlogged=false")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11127, "bottom=false", "distance=6", "waterlogged=true")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11128, "bottom=false", "distance=6", "waterlogged=false")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11129, "bottom=false", "distance=7", "waterlogged=true")); + SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 11130, "bottom=false", "distance=7", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SeaPickle.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SeaPickle.java index 31a29869d..d6101f796 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SeaPickle.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SeaPickle.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class SeaPickle { public static void initStates() { - SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9640, "pickles=1", "waterlogged=true")); - SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9641, "pickles=1", "waterlogged=false")); - SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9642, "pickles=2", "waterlogged=true")); - SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9643, "pickles=2", "waterlogged=false")); - SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9644, "pickles=3", "waterlogged=true")); - SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9645, "pickles=3", "waterlogged=false")); - SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9646, "pickles=4", "waterlogged=true")); - SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9647, "pickles=4", "waterlogged=false")); + SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9104, "pickles=1", "waterlogged=true")); + SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9105, "pickles=1", "waterlogged=false")); + SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9106, "pickles=2", "waterlogged=true")); + SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9107, "pickles=2", "waterlogged=false")); + SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9108, "pickles=3", "waterlogged=true")); + SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9109, "pickles=3", "waterlogged=false")); + SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9110, "pickles=4", "waterlogged=true")); + SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9111, "pickles=4", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/ShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/ShulkerBox.java index b5afb02e8..a4285496c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/ShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/ShulkerBox.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class ShulkerBox { public static void initStates() { - SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9272, "facing=north")); - SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9273, "facing=east")); - SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9274, "facing=south")); - SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9275, "facing=west")); - SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9276, "facing=up")); - SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9277, "facing=down")); + SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8736, "facing=north")); + SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8737, "facing=east")); + SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8738, "facing=south")); + SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8739, "facing=west")); + SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8740, "facing=up")); + SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8741, "facing=down")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SkeletonSkull.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SkeletonSkull.java index 4490197f8..e6416b6fe 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SkeletonSkull.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SkeletonSkull.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class SkeletonSkull { public static void initStates() { - SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6490, "rotation=0")); - SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6491, "rotation=1")); - SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6492, "rotation=2")); - SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6493, "rotation=3")); - SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6494, "rotation=4")); - SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6495, "rotation=5")); - SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6496, "rotation=6")); - SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6497, "rotation=7")); - SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6498, "rotation=8")); - SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6499, "rotation=9")); - SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6500, "rotation=10")); - SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6501, "rotation=11")); - SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6502, "rotation=12")); - SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6503, "rotation=13")); - SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6504, "rotation=14")); - SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6505, "rotation=15")); + SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5954, "rotation=0")); + SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5955, "rotation=1")); + SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5956, "rotation=2")); + SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5957, "rotation=3")); + SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5958, "rotation=4")); + SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5959, "rotation=5")); + SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5960, "rotation=6")); + SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5961, "rotation=7")); + SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5962, "rotation=8")); + SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5963, "rotation=9")); + SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5964, "rotation=10")); + SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5965, "rotation=11")); + SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5966, "rotation=12")); + SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5967, "rotation=13")); + SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5968, "rotation=14")); + SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5969, "rotation=15")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SkeletonWallSkull.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SkeletonWallSkull.java index 46b4f7a16..4a21ee425 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SkeletonWallSkull.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SkeletonWallSkull.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class SkeletonWallSkull { public static void initStates() { - SKELETON_WALL_SKULL.addBlockAlternative(new BlockAlternative((short) 6506, "facing=north")); - SKELETON_WALL_SKULL.addBlockAlternative(new BlockAlternative((short) 6507, "facing=south")); - SKELETON_WALL_SKULL.addBlockAlternative(new BlockAlternative((short) 6508, "facing=west")); - SKELETON_WALL_SKULL.addBlockAlternative(new BlockAlternative((short) 6509, "facing=east")); + SKELETON_WALL_SKULL.addBlockAlternative(new BlockAlternative((short) 5970, "facing=north")); + SKELETON_WALL_SKULL.addBlockAlternative(new BlockAlternative((short) 5971, "facing=south")); + SKELETON_WALL_SKULL.addBlockAlternative(new BlockAlternative((short) 5972, "facing=west")); + SKELETON_WALL_SKULL.addBlockAlternative(new BlockAlternative((short) 5973, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Smoker.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Smoker.java index dfe86e48a..51d033341 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Smoker.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Smoker.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Smoker { public static void initStates() { - SMOKER.addBlockAlternative(new BlockAlternative((short) 14803, "facing=north", "lit=true")); - SMOKER.addBlockAlternative(new BlockAlternative((short) 14804, "facing=north", "lit=false")); - SMOKER.addBlockAlternative(new BlockAlternative((short) 14805, "facing=south", "lit=true")); - SMOKER.addBlockAlternative(new BlockAlternative((short) 14806, "facing=south", "lit=false")); - SMOKER.addBlockAlternative(new BlockAlternative((short) 14807, "facing=west", "lit=true")); - SMOKER.addBlockAlternative(new BlockAlternative((short) 14808, "facing=west", "lit=false")); - SMOKER.addBlockAlternative(new BlockAlternative((short) 14809, "facing=east", "lit=true")); - SMOKER.addBlockAlternative(new BlockAlternative((short) 14810, "facing=east", "lit=false")); + SMOKER.addBlockAlternative(new BlockAlternative((short) 11147, "facing=north", "lit=true")); + SMOKER.addBlockAlternative(new BlockAlternative((short) 11148, "facing=north", "lit=false")); + SMOKER.addBlockAlternative(new BlockAlternative((short) 11149, "facing=south", "lit=true")); + SMOKER.addBlockAlternative(new BlockAlternative((short) 11150, "facing=south", "lit=false")); + SMOKER.addBlockAlternative(new BlockAlternative((short) 11151, "facing=west", "lit=true")); + SMOKER.addBlockAlternative(new BlockAlternative((short) 11152, "facing=west", "lit=false")); + SMOKER.addBlockAlternative(new BlockAlternative((short) 11153, "facing=east", "lit=true")); + SMOKER.addBlockAlternative(new BlockAlternative((short) 11154, "facing=east", "lit=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothQuartzSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothQuartzSlab.java index 0b99dfb19..d96ca83cc 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothQuartzSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothQuartzSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class SmoothQuartzSlab { public static void initStates() { - SMOOTH_QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 10831, "type=top", "waterlogged=true")); - SMOOTH_QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 10832, "type=top", "waterlogged=false")); - SMOOTH_QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 10833, "type=bottom", "waterlogged=true")); - SMOOTH_QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 10834, "type=bottom", "waterlogged=false")); - SMOOTH_QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 10835, "type=double", "waterlogged=true")); - SMOOTH_QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 10836, "type=double", "waterlogged=false")); + SMOOTH_QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 10295, "type=top", "waterlogged=true")); + SMOOTH_QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 10296, "type=top", "waterlogged=false")); + SMOOTH_QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 10297, "type=bottom", "waterlogged=true")); + SMOOTH_QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 10298, "type=bottom", "waterlogged=false")); + SMOOTH_QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 10299, "type=double", "waterlogged=true")); + SMOOTH_QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 10300, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothQuartzStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothQuartzStairs.java index f33343596..d2f9f12ac 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothQuartzStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothQuartzStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class SmoothQuartzStairs { public static void initStates() { - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10309, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10310, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10311, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10312, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10313, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10314, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10315, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10316, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10317, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10318, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10319, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10320, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10321, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10322, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10323, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10324, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10325, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10326, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10327, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10328, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10329, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10330, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10331, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10332, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10333, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10334, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10335, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10336, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10337, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10338, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10339, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10340, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10341, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10342, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10343, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10344, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10345, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10346, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10347, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10348, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10349, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10350, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10351, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10352, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10353, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10354, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10355, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10356, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10357, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10358, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10359, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10360, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10361, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10362, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10363, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10364, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10365, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10366, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10367, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10368, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10369, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10370, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10371, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10372, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10373, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10374, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10375, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10376, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10377, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10378, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10379, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10380, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10381, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10382, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10383, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10384, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10385, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10386, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10387, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10388, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9773, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9774, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9775, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9776, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9777, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9778, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9779, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9780, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9781, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9782, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9783, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9784, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9785, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9786, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9787, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9788, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9789, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9790, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9791, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9792, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9793, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9794, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9795, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9796, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9797, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9798, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9799, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9800, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9801, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9802, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9803, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9804, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9805, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9806, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9807, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9808, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9809, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9810, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9811, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9812, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9813, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9814, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9815, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9816, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9817, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9818, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9819, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9820, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9821, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9822, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9823, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9824, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9825, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9826, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9827, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9828, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9829, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9830, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9831, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9832, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9833, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9834, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9835, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9836, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9837, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9838, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9839, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9840, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9841, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9842, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9843, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9844, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9845, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9846, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9847, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9848, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9849, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9850, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9851, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 9852, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothRedSandstoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothRedSandstoneSlab.java index e772ba233..b0206de71 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothRedSandstoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothRedSandstoneSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class SmoothRedSandstoneSlab { public static void initStates() { - SMOOTH_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10795, "type=top", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10796, "type=top", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10797, "type=bottom", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10798, "type=bottom", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10799, "type=double", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10800, "type=double", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10259, "type=top", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10260, "type=top", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10261, "type=bottom", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10262, "type=bottom", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10263, "type=double", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10264, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothRedSandstoneStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothRedSandstoneStairs.java index efd23ee5e..41e782345 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothRedSandstoneStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothRedSandstoneStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class SmoothRedSandstoneStairs { public static void initStates() { - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9749, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9750, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9751, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9752, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9753, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9754, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9755, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9756, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9757, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9758, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9759, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9760, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9761, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9762, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9763, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9764, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9765, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9766, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9767, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9768, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9769, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9770, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9771, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9772, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9773, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9774, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9775, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9776, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9777, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9778, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9779, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9780, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9781, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9782, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9783, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9784, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9785, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9786, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9787, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9788, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9789, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9790, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9791, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9792, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9793, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9794, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9795, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9796, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9797, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9798, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9799, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9800, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9801, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9802, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9803, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9804, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9805, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9806, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9807, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9808, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9809, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9810, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9811, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9812, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9813, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9814, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9815, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9816, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9817, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9818, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9819, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9820, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9821, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9822, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9823, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9824, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9825, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9826, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9827, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9828, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9213, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9214, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9215, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9216, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9217, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9218, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9219, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9220, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9221, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9222, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9223, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9224, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9225, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9226, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9227, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9228, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9229, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9230, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9231, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9232, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9233, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9234, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9235, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9236, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9237, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9238, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9239, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9240, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9241, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9242, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9243, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9244, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9245, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9246, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9247, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9248, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9249, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9250, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9251, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9252, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9253, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9254, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9255, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9256, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9257, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9258, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9259, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9260, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9261, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9262, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9263, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9264, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9265, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9266, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9267, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9268, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9269, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9270, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9271, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9272, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9273, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9274, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9275, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9276, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9277, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9278, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9279, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9280, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9281, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9282, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9283, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9284, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9285, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9286, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9287, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9288, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9289, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9290, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9291, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9292, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothSandstoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothSandstoneSlab.java index 6081d11af..ce8119487 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothSandstoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothSandstoneSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class SmoothSandstoneSlab { public static void initStates() { - SMOOTH_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10825, "type=top", "waterlogged=true")); - SMOOTH_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10826, "type=top", "waterlogged=false")); - SMOOTH_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10827, "type=bottom", "waterlogged=true")); - SMOOTH_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10828, "type=bottom", "waterlogged=false")); - SMOOTH_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10829, "type=double", "waterlogged=true")); - SMOOTH_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10830, "type=double", "waterlogged=false")); + SMOOTH_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10289, "type=top", "waterlogged=true")); + SMOOTH_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10290, "type=top", "waterlogged=false")); + SMOOTH_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10291, "type=bottom", "waterlogged=true")); + SMOOTH_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10292, "type=bottom", "waterlogged=false")); + SMOOTH_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10293, "type=double", "waterlogged=true")); + SMOOTH_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10294, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothSandstoneStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothSandstoneStairs.java index 6157427cb..82820033e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothSandstoneStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothSandstoneStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class SmoothSandstoneStairs { public static void initStates() { - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10229, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10230, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10231, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10232, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10233, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10234, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10235, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10236, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10237, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10238, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10239, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10240, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10241, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10242, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10243, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10244, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10245, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10246, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10247, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10248, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10249, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10250, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10251, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10252, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10253, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10254, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10255, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10256, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10257, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10258, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10259, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10260, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10261, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10262, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10263, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10264, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10265, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10266, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10267, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10268, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10269, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10270, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10271, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10272, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10273, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10274, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10275, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10276, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10277, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10278, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10279, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10280, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10281, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10282, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10283, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10284, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10285, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10286, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10287, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10288, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10289, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10290, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10291, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10292, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10293, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10294, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10295, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10296, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10297, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10298, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10299, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10300, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10301, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10302, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10303, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10304, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10305, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10306, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10307, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10308, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9693, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9694, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9695, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9696, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9697, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9698, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9699, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9700, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9701, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9702, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9703, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9704, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9705, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9706, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9707, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9708, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9709, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9710, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9711, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9712, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9713, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9714, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9715, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9716, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9717, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9718, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9719, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9720, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9721, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9722, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9723, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9724, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9725, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9726, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9727, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9728, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9729, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9730, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9731, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9732, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9733, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9734, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9735, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9736, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9737, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9738, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9739, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9740, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9741, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9742, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9743, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9744, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9745, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9746, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9747, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9748, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9749, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9750, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9751, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9752, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9753, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9754, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9755, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9756, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9757, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9758, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9759, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9760, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9761, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9762, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9763, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9764, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9765, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9766, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9767, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9768, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9769, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9770, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9771, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9772, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothStoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothStoneSlab.java index 8adc69d4f..31bcc147e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothStoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothStoneSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class SmoothStoneSlab { public static void initStates() { - SMOOTH_STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8342, "type=top", "waterlogged=true")); - SMOOTH_STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8343, "type=top", "waterlogged=false")); - SMOOTH_STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8344, "type=bottom", "waterlogged=true")); - SMOOTH_STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8345, "type=bottom", "waterlogged=false")); - SMOOTH_STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8346, "type=double", "waterlogged=true")); - SMOOTH_STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8347, "type=double", "waterlogged=false")); + SMOOTH_STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7806, "type=top", "waterlogged=true")); + SMOOTH_STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7807, "type=top", "waterlogged=false")); + SMOOTH_STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7808, "type=bottom", "waterlogged=true")); + SMOOTH_STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7809, "type=bottom", "waterlogged=false")); + SMOOTH_STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7810, "type=double", "waterlogged=true")); + SMOOTH_STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7811, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Snow.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Snow.java index ca0b8bdc6..194a59dab 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Snow.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Snow.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Snow { public static void initStates() { - SNOW.addBlockAlternative(new BlockAlternative((short) 3921, "layers=1")); - SNOW.addBlockAlternative(new BlockAlternative((short) 3922, "layers=2")); - SNOW.addBlockAlternative(new BlockAlternative((short) 3923, "layers=3")); - SNOW.addBlockAlternative(new BlockAlternative((short) 3924, "layers=4")); - SNOW.addBlockAlternative(new BlockAlternative((short) 3925, "layers=5")); - SNOW.addBlockAlternative(new BlockAlternative((short) 3926, "layers=6")); - SNOW.addBlockAlternative(new BlockAlternative((short) 3927, "layers=7")); - SNOW.addBlockAlternative(new BlockAlternative((short) 3928, "layers=8")); + SNOW.addBlockAlternative(new BlockAlternative((short) 3919, "layers=1")); + SNOW.addBlockAlternative(new BlockAlternative((short) 3920, "layers=2")); + SNOW.addBlockAlternative(new BlockAlternative((short) 3921, "layers=3")); + SNOW.addBlockAlternative(new BlockAlternative((short) 3922, "layers=4")); + SNOW.addBlockAlternative(new BlockAlternative((short) 3923, "layers=5")); + SNOW.addBlockAlternative(new BlockAlternative((short) 3924, "layers=6")); + SNOW.addBlockAlternative(new BlockAlternative((short) 3925, "layers=7")); + SNOW.addBlockAlternative(new BlockAlternative((short) 3926, "layers=8")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SoulCampfire.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SoulCampfire.java deleted file mode 100644 index 30a8a98fb..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SoulCampfire.java +++ /dev/null @@ -1,43 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class SoulCampfire { - public static void initStates() { - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14922, "facing=north", "lit=true", "signal_fire=true", "waterlogged=true")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14923, "facing=north", "lit=true", "signal_fire=true", "waterlogged=false")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14924, "facing=north", "lit=true", "signal_fire=false", "waterlogged=true")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14925, "facing=north", "lit=true", "signal_fire=false", "waterlogged=false")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14926, "facing=north", "lit=false", "signal_fire=true", "waterlogged=true")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14927, "facing=north", "lit=false", "signal_fire=true", "waterlogged=false")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14928, "facing=north", "lit=false", "signal_fire=false", "waterlogged=true")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14929, "facing=north", "lit=false", "signal_fire=false", "waterlogged=false")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14930, "facing=south", "lit=true", "signal_fire=true", "waterlogged=true")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14931, "facing=south", "lit=true", "signal_fire=true", "waterlogged=false")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14932, "facing=south", "lit=true", "signal_fire=false", "waterlogged=true")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14933, "facing=south", "lit=true", "signal_fire=false", "waterlogged=false")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14934, "facing=south", "lit=false", "signal_fire=true", "waterlogged=true")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14935, "facing=south", "lit=false", "signal_fire=true", "waterlogged=false")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14936, "facing=south", "lit=false", "signal_fire=false", "waterlogged=true")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14937, "facing=south", "lit=false", "signal_fire=false", "waterlogged=false")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14938, "facing=west", "lit=true", "signal_fire=true", "waterlogged=true")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14939, "facing=west", "lit=true", "signal_fire=true", "waterlogged=false")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14940, "facing=west", "lit=true", "signal_fire=false", "waterlogged=true")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14941, "facing=west", "lit=true", "signal_fire=false", "waterlogged=false")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14942, "facing=west", "lit=false", "signal_fire=true", "waterlogged=true")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14943, "facing=west", "lit=false", "signal_fire=true", "waterlogged=false")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14944, "facing=west", "lit=false", "signal_fire=false", "waterlogged=true")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14945, "facing=west", "lit=false", "signal_fire=false", "waterlogged=false")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14946, "facing=east", "lit=true", "signal_fire=true", "waterlogged=true")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14947, "facing=east", "lit=true", "signal_fire=true", "waterlogged=false")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14948, "facing=east", "lit=true", "signal_fire=false", "waterlogged=true")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14949, "facing=east", "lit=true", "signal_fire=false", "waterlogged=false")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14950, "facing=east", "lit=false", "signal_fire=true", "waterlogged=true")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14951, "facing=east", "lit=false", "signal_fire=true", "waterlogged=false")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14952, "facing=east", "lit=false", "signal_fire=false", "waterlogged=true")); - SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14953, "facing=east", "lit=false", "signal_fire=false", "waterlogged=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SoulLantern.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SoulLantern.java deleted file mode 100644 index f120ebc12..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SoulLantern.java +++ /dev/null @@ -1,13 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class SoulLantern { - public static void initStates() { - SOUL_LANTERN.addBlockAlternative(new BlockAlternative((short) 14888, "hanging=true")); - SOUL_LANTERN.addBlockAlternative(new BlockAlternative((short) 14889, "hanging=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SoulWallTorch.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SoulWallTorch.java deleted file mode 100644 index 85c3214ee..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SoulWallTorch.java +++ /dev/null @@ -1,15 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class SoulWallTorch { - public static void initStates() { - SOUL_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 4009, "facing=north")); - SOUL_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 4010, "facing=south")); - SOUL_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 4011, "facing=west")); - SOUL_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 4012, "facing=east")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceButton.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceButton.java index 33447e7a8..90787ff60 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceButton.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceButton.java @@ -7,29 +7,29 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class SpruceButton { public static void initStates() { - SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6370, "face=floor", "facing=north", "powered=true")); - SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6371, "face=floor", "facing=north", "powered=false")); - SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6372, "face=floor", "facing=south", "powered=true")); - SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6373, "face=floor", "facing=south", "powered=false")); - SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6374, "face=floor", "facing=west", "powered=true")); - SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6375, "face=floor", "facing=west", "powered=false")); - SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6376, "face=floor", "facing=east", "powered=true")); - SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6377, "face=floor", "facing=east", "powered=false")); - SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6378, "face=wall", "facing=north", "powered=true")); - SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6379, "face=wall", "facing=north", "powered=false")); - SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6380, "face=wall", "facing=south", "powered=true")); - SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6381, "face=wall", "facing=south", "powered=false")); - SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6382, "face=wall", "facing=west", "powered=true")); - SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6383, "face=wall", "facing=west", "powered=false")); - SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6384, "face=wall", "facing=east", "powered=true")); - SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6385, "face=wall", "facing=east", "powered=false")); - SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6386, "face=ceiling", "facing=north", "powered=true")); - SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6387, "face=ceiling", "facing=north", "powered=false")); - SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6388, "face=ceiling", "facing=south", "powered=true")); - SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6389, "face=ceiling", "facing=south", "powered=false")); - SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6390, "face=ceiling", "facing=west", "powered=true")); - SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6391, "face=ceiling", "facing=west", "powered=false")); - SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6392, "face=ceiling", "facing=east", "powered=true")); - SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6393, "face=ceiling", "facing=east", "powered=false")); + SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5834, "face=floor", "facing=north", "powered=true")); + SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5835, "face=floor", "facing=north", "powered=false")); + SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5836, "face=floor", "facing=south", "powered=true")); + SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5837, "face=floor", "facing=south", "powered=false")); + SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5838, "face=floor", "facing=west", "powered=true")); + SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5839, "face=floor", "facing=west", "powered=false")); + SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5840, "face=floor", "facing=east", "powered=true")); + SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5841, "face=floor", "facing=east", "powered=false")); + SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5842, "face=wall", "facing=north", "powered=true")); + SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5843, "face=wall", "facing=north", "powered=false")); + SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5844, "face=wall", "facing=south", "powered=true")); + SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5845, "face=wall", "facing=south", "powered=false")); + SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5846, "face=wall", "facing=west", "powered=true")); + SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5847, "face=wall", "facing=west", "powered=false")); + SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5848, "face=wall", "facing=east", "powered=true")); + SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5849, "face=wall", "facing=east", "powered=false")); + SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5850, "face=ceiling", "facing=north", "powered=true")); + SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5851, "face=ceiling", "facing=north", "powered=false")); + SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5852, "face=ceiling", "facing=south", "powered=true")); + SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5853, "face=ceiling", "facing=south", "powered=false")); + SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5854, "face=ceiling", "facing=west", "powered=true")); + SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5855, "face=ceiling", "facing=west", "powered=false")); + SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5856, "face=ceiling", "facing=east", "powered=true")); + SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 5857, "face=ceiling", "facing=east", "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceDoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceDoor.java index 6c433eb44..5b71fa774 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceDoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceDoor.java @@ -7,69 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class SpruceDoor { public static void initStates() { - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8738, "facing=north", "half=upper", "hinge=left", "open=true", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8739, "facing=north", "half=upper", "hinge=left", "open=true", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8740, "facing=north", "half=upper", "hinge=left", "open=false", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8741, "facing=north", "half=upper", "hinge=left", "open=false", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8742, "facing=north", "half=upper", "hinge=right", "open=true", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8743, "facing=north", "half=upper", "hinge=right", "open=true", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8744, "facing=north", "half=upper", "hinge=right", "open=false", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8745, "facing=north", "half=upper", "hinge=right", "open=false", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8746, "facing=north", "half=lower", "hinge=left", "open=true", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8747, "facing=north", "half=lower", "hinge=left", "open=true", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8748, "facing=north", "half=lower", "hinge=left", "open=false", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8749, "facing=north", "half=lower", "hinge=left", "open=false", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8750, "facing=north", "half=lower", "hinge=right", "open=true", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8751, "facing=north", "half=lower", "hinge=right", "open=true", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8752, "facing=north", "half=lower", "hinge=right", "open=false", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8753, "facing=north", "half=lower", "hinge=right", "open=false", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8754, "facing=south", "half=upper", "hinge=left", "open=true", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8755, "facing=south", "half=upper", "hinge=left", "open=true", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8756, "facing=south", "half=upper", "hinge=left", "open=false", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8757, "facing=south", "half=upper", "hinge=left", "open=false", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8758, "facing=south", "half=upper", "hinge=right", "open=true", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8759, "facing=south", "half=upper", "hinge=right", "open=true", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8760, "facing=south", "half=upper", "hinge=right", "open=false", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8761, "facing=south", "half=upper", "hinge=right", "open=false", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8762, "facing=south", "half=lower", "hinge=left", "open=true", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8763, "facing=south", "half=lower", "hinge=left", "open=true", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8764, "facing=south", "half=lower", "hinge=left", "open=false", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8765, "facing=south", "half=lower", "hinge=left", "open=false", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8766, "facing=south", "half=lower", "hinge=right", "open=true", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8767, "facing=south", "half=lower", "hinge=right", "open=true", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8768, "facing=south", "half=lower", "hinge=right", "open=false", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8769, "facing=south", "half=lower", "hinge=right", "open=false", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8770, "facing=west", "half=upper", "hinge=left", "open=true", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8771, "facing=west", "half=upper", "hinge=left", "open=true", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8772, "facing=west", "half=upper", "hinge=left", "open=false", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8773, "facing=west", "half=upper", "hinge=left", "open=false", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8774, "facing=west", "half=upper", "hinge=right", "open=true", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8775, "facing=west", "half=upper", "hinge=right", "open=true", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8776, "facing=west", "half=upper", "hinge=right", "open=false", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8777, "facing=west", "half=upper", "hinge=right", "open=false", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8778, "facing=west", "half=lower", "hinge=left", "open=true", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8779, "facing=west", "half=lower", "hinge=left", "open=true", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8780, "facing=west", "half=lower", "hinge=left", "open=false", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8781, "facing=west", "half=lower", "hinge=left", "open=false", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8782, "facing=west", "half=lower", "hinge=right", "open=true", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8783, "facing=west", "half=lower", "hinge=right", "open=true", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8784, "facing=west", "half=lower", "hinge=right", "open=false", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8785, "facing=west", "half=lower", "hinge=right", "open=false", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8786, "facing=east", "half=upper", "hinge=left", "open=true", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8787, "facing=east", "half=upper", "hinge=left", "open=true", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8788, "facing=east", "half=upper", "hinge=left", "open=false", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8789, "facing=east", "half=upper", "hinge=left", "open=false", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8790, "facing=east", "half=upper", "hinge=right", "open=true", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8791, "facing=east", "half=upper", "hinge=right", "open=true", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8792, "facing=east", "half=upper", "hinge=right", "open=false", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8793, "facing=east", "half=upper", "hinge=right", "open=false", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8794, "facing=east", "half=lower", "hinge=left", "open=true", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8795, "facing=east", "half=lower", "hinge=left", "open=true", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8796, "facing=east", "half=lower", "hinge=left", "open=false", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8797, "facing=east", "half=lower", "hinge=left", "open=false", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8798, "facing=east", "half=lower", "hinge=right", "open=true", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8799, "facing=east", "half=lower", "hinge=right", "open=true", "powered=false")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8800, "facing=east", "half=lower", "hinge=right", "open=false", "powered=true")); - SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8801, "facing=east", "half=lower", "hinge=right", "open=false", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8202, "facing=north", "half=upper", "hinge=left", "open=true", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8203, "facing=north", "half=upper", "hinge=left", "open=true", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8204, "facing=north", "half=upper", "hinge=left", "open=false", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8205, "facing=north", "half=upper", "hinge=left", "open=false", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8206, "facing=north", "half=upper", "hinge=right", "open=true", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8207, "facing=north", "half=upper", "hinge=right", "open=true", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8208, "facing=north", "half=upper", "hinge=right", "open=false", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8209, "facing=north", "half=upper", "hinge=right", "open=false", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8210, "facing=north", "half=lower", "hinge=left", "open=true", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8211, "facing=north", "half=lower", "hinge=left", "open=true", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8212, "facing=north", "half=lower", "hinge=left", "open=false", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8213, "facing=north", "half=lower", "hinge=left", "open=false", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8214, "facing=north", "half=lower", "hinge=right", "open=true", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8215, "facing=north", "half=lower", "hinge=right", "open=true", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8216, "facing=north", "half=lower", "hinge=right", "open=false", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8217, "facing=north", "half=lower", "hinge=right", "open=false", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8218, "facing=south", "half=upper", "hinge=left", "open=true", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8219, "facing=south", "half=upper", "hinge=left", "open=true", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8220, "facing=south", "half=upper", "hinge=left", "open=false", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8221, "facing=south", "half=upper", "hinge=left", "open=false", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8222, "facing=south", "half=upper", "hinge=right", "open=true", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8223, "facing=south", "half=upper", "hinge=right", "open=true", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8224, "facing=south", "half=upper", "hinge=right", "open=false", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8225, "facing=south", "half=upper", "hinge=right", "open=false", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8226, "facing=south", "half=lower", "hinge=left", "open=true", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8227, "facing=south", "half=lower", "hinge=left", "open=true", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8228, "facing=south", "half=lower", "hinge=left", "open=false", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8229, "facing=south", "half=lower", "hinge=left", "open=false", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8230, "facing=south", "half=lower", "hinge=right", "open=true", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8231, "facing=south", "half=lower", "hinge=right", "open=true", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8232, "facing=south", "half=lower", "hinge=right", "open=false", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8233, "facing=south", "half=lower", "hinge=right", "open=false", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8234, "facing=west", "half=upper", "hinge=left", "open=true", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8235, "facing=west", "half=upper", "hinge=left", "open=true", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8236, "facing=west", "half=upper", "hinge=left", "open=false", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8237, "facing=west", "half=upper", "hinge=left", "open=false", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8238, "facing=west", "half=upper", "hinge=right", "open=true", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8239, "facing=west", "half=upper", "hinge=right", "open=true", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8240, "facing=west", "half=upper", "hinge=right", "open=false", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8241, "facing=west", "half=upper", "hinge=right", "open=false", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8242, "facing=west", "half=lower", "hinge=left", "open=true", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8243, "facing=west", "half=lower", "hinge=left", "open=true", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8244, "facing=west", "half=lower", "hinge=left", "open=false", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8245, "facing=west", "half=lower", "hinge=left", "open=false", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8246, "facing=west", "half=lower", "hinge=right", "open=true", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8247, "facing=west", "half=lower", "hinge=right", "open=true", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8248, "facing=west", "half=lower", "hinge=right", "open=false", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8249, "facing=west", "half=lower", "hinge=right", "open=false", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8250, "facing=east", "half=upper", "hinge=left", "open=true", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8251, "facing=east", "half=upper", "hinge=left", "open=true", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8252, "facing=east", "half=upper", "hinge=left", "open=false", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8253, "facing=east", "half=upper", "hinge=left", "open=false", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8254, "facing=east", "half=upper", "hinge=right", "open=true", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8255, "facing=east", "half=upper", "hinge=right", "open=true", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8256, "facing=east", "half=upper", "hinge=right", "open=false", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8257, "facing=east", "half=upper", "hinge=right", "open=false", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8258, "facing=east", "half=lower", "hinge=left", "open=true", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8259, "facing=east", "half=lower", "hinge=left", "open=true", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8260, "facing=east", "half=lower", "hinge=left", "open=false", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8261, "facing=east", "half=lower", "hinge=left", "open=false", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8262, "facing=east", "half=lower", "hinge=right", "open=true", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8263, "facing=east", "half=lower", "hinge=right", "open=true", "powered=false")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8264, "facing=east", "half=lower", "hinge=right", "open=false", "powered=true")); + SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8265, "facing=east", "half=lower", "hinge=right", "open=false", "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceFence.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceFence.java index 4b3f306db..19edaa5c9 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceFence.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceFence.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class SpruceFence { public static void initStates() { - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8578, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8579, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8580, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8581, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8582, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8583, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8584, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8585, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8586, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8587, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8588, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8589, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8590, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8591, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8592, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8593, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8594, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8595, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8596, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8597, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8598, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8599, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8600, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8601, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8602, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8603, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8604, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8605, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8606, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8607, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8608, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8609, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8042, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8043, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8044, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8045, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8046, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8047, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8048, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8049, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8050, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8051, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8052, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8053, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8054, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8055, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8056, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8057, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8058, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8059, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8060, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8061, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8062, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8063, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8064, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8065, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8066, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8067, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8068, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8069, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8070, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8071, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8072, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); + SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8073, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceFenceGate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceFenceGate.java index 084e5af06..0b89d60d9 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceFenceGate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceFenceGate.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class SpruceFenceGate { public static void initStates() { - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8418, "facing=north", "in_wall=true", "open=true", "powered=true")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8419, "facing=north", "in_wall=true", "open=true", "powered=false")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8420, "facing=north", "in_wall=true", "open=false", "powered=true")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8421, "facing=north", "in_wall=true", "open=false", "powered=false")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8422, "facing=north", "in_wall=false", "open=true", "powered=true")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8423, "facing=north", "in_wall=false", "open=true", "powered=false")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8424, "facing=north", "in_wall=false", "open=false", "powered=true")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8425, "facing=north", "in_wall=false", "open=false", "powered=false")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8426, "facing=south", "in_wall=true", "open=true", "powered=true")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8427, "facing=south", "in_wall=true", "open=true", "powered=false")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8428, "facing=south", "in_wall=true", "open=false", "powered=true")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8429, "facing=south", "in_wall=true", "open=false", "powered=false")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8430, "facing=south", "in_wall=false", "open=true", "powered=true")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8431, "facing=south", "in_wall=false", "open=true", "powered=false")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8432, "facing=south", "in_wall=false", "open=false", "powered=true")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8433, "facing=south", "in_wall=false", "open=false", "powered=false")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8434, "facing=west", "in_wall=true", "open=true", "powered=true")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8435, "facing=west", "in_wall=true", "open=true", "powered=false")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8436, "facing=west", "in_wall=true", "open=false", "powered=true")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8437, "facing=west", "in_wall=true", "open=false", "powered=false")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8438, "facing=west", "in_wall=false", "open=true", "powered=true")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8439, "facing=west", "in_wall=false", "open=true", "powered=false")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8440, "facing=west", "in_wall=false", "open=false", "powered=true")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8441, "facing=west", "in_wall=false", "open=false", "powered=false")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8442, "facing=east", "in_wall=true", "open=true", "powered=true")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8443, "facing=east", "in_wall=true", "open=true", "powered=false")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8444, "facing=east", "in_wall=true", "open=false", "powered=true")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8445, "facing=east", "in_wall=true", "open=false", "powered=false")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8446, "facing=east", "in_wall=false", "open=true", "powered=true")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8447, "facing=east", "in_wall=false", "open=true", "powered=false")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8448, "facing=east", "in_wall=false", "open=false", "powered=true")); - SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8449, "facing=east", "in_wall=false", "open=false", "powered=false")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7882, "facing=north", "in_wall=true", "open=true", "powered=true")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7883, "facing=north", "in_wall=true", "open=true", "powered=false")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7884, "facing=north", "in_wall=true", "open=false", "powered=true")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7885, "facing=north", "in_wall=true", "open=false", "powered=false")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7886, "facing=north", "in_wall=false", "open=true", "powered=true")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7887, "facing=north", "in_wall=false", "open=true", "powered=false")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7888, "facing=north", "in_wall=false", "open=false", "powered=true")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7889, "facing=north", "in_wall=false", "open=false", "powered=false")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7890, "facing=south", "in_wall=true", "open=true", "powered=true")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7891, "facing=south", "in_wall=true", "open=true", "powered=false")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7892, "facing=south", "in_wall=true", "open=false", "powered=true")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7893, "facing=south", "in_wall=true", "open=false", "powered=false")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7894, "facing=south", "in_wall=false", "open=true", "powered=true")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7895, "facing=south", "in_wall=false", "open=true", "powered=false")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7896, "facing=south", "in_wall=false", "open=false", "powered=true")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7897, "facing=south", "in_wall=false", "open=false", "powered=false")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7898, "facing=west", "in_wall=true", "open=true", "powered=true")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7899, "facing=west", "in_wall=true", "open=true", "powered=false")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7900, "facing=west", "in_wall=true", "open=false", "powered=true")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7901, "facing=west", "in_wall=true", "open=false", "powered=false")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7902, "facing=west", "in_wall=false", "open=true", "powered=true")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7903, "facing=west", "in_wall=false", "open=true", "powered=false")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7904, "facing=west", "in_wall=false", "open=false", "powered=true")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7905, "facing=west", "in_wall=false", "open=false", "powered=false")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7906, "facing=east", "in_wall=true", "open=true", "powered=true")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7907, "facing=east", "in_wall=true", "open=true", "powered=false")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7908, "facing=east", "in_wall=true", "open=false", "powered=true")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7909, "facing=east", "in_wall=true", "open=false", "powered=false")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7910, "facing=east", "in_wall=false", "open=true", "powered=true")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7911, "facing=east", "in_wall=false", "open=true", "powered=false")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7912, "facing=east", "in_wall=false", "open=false", "powered=true")); + SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 7913, "facing=east", "in_wall=false", "open=false", "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceLeaves.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceLeaves.java index b1a446334..28f46f2b7 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceLeaves.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceLeaves.java @@ -7,19 +7,19 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class SpruceLeaves { public static void initStates() { - SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 159, "distance=1", "persistent=true")); - SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 160, "distance=1", "persistent=false")); - SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 161, "distance=2", "persistent=true")); - SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 162, "distance=2", "persistent=false")); - SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 163, "distance=3", "persistent=true")); - SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 164, "distance=3", "persistent=false")); - SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 165, "distance=4", "persistent=true")); - SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 166, "distance=4", "persistent=false")); - SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 167, "distance=5", "persistent=true")); - SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 168, "distance=5", "persistent=false")); - SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 169, "distance=6", "persistent=true")); - SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 170, "distance=6", "persistent=false")); - SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 171, "distance=7", "persistent=true")); - SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 172, "distance=7", "persistent=false")); + SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 158, "distance=1", "persistent=true")); + SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 159, "distance=1", "persistent=false")); + SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 160, "distance=2", "persistent=true")); + SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 161, "distance=2", "persistent=false")); + SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 162, "distance=3", "persistent=true")); + SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 163, "distance=3", "persistent=false")); + SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 164, "distance=4", "persistent=true")); + SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 165, "distance=4", "persistent=false")); + SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 166, "distance=5", "persistent=true")); + SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 167, "distance=5", "persistent=false")); + SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 168, "distance=6", "persistent=true")); + SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 169, "distance=6", "persistent=false")); + SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 170, "distance=7", "persistent=true")); + SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 171, "distance=7", "persistent=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceLog.java index 6401b8f8e..e4f07004d 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceLog.java @@ -7,8 +7,8 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class SpruceLog { public static void initStates() { - SPRUCE_LOG.addBlockAlternative(new BlockAlternative((short) 76, "axis=x")); - SPRUCE_LOG.addBlockAlternative(new BlockAlternative((short) 77, "axis=y")); - SPRUCE_LOG.addBlockAlternative(new BlockAlternative((short) 78, "axis=z")); + SPRUCE_LOG.addBlockAlternative(new BlockAlternative((short) 75, "axis=x")); + SPRUCE_LOG.addBlockAlternative(new BlockAlternative((short) 76, "axis=y")); + SPRUCE_LOG.addBlockAlternative(new BlockAlternative((short) 77, "axis=z")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SprucePressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SprucePressurePlate.java index de9ed20b3..40b636ce9 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SprucePressurePlate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SprucePressurePlate.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class SprucePressurePlate { public static void initStates() { - SPRUCE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3875, "powered=true")); - SPRUCE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3876, "powered=false")); + SPRUCE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3873, "powered=true")); + SPRUCE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3874, "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceSign.java index 33addc2d1..701921e37 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceSign.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class SpruceSign { public static void initStates() { - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3413, "rotation=0", "waterlogged=true")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3414, "rotation=0", "waterlogged=false")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3415, "rotation=1", "waterlogged=true")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3416, "rotation=1", "waterlogged=false")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3417, "rotation=2", "waterlogged=true")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3418, "rotation=2", "waterlogged=false")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3419, "rotation=3", "waterlogged=true")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3420, "rotation=3", "waterlogged=false")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3421, "rotation=4", "waterlogged=true")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3422, "rotation=4", "waterlogged=false")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3423, "rotation=5", "waterlogged=true")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3424, "rotation=5", "waterlogged=false")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3425, "rotation=6", "waterlogged=true")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3426, "rotation=6", "waterlogged=false")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3427, "rotation=7", "waterlogged=true")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3428, "rotation=7", "waterlogged=false")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3429, "rotation=8", "waterlogged=true")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3430, "rotation=8", "waterlogged=false")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3431, "rotation=9", "waterlogged=true")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3432, "rotation=9", "waterlogged=false")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3433, "rotation=10", "waterlogged=true")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3434, "rotation=10", "waterlogged=false")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3435, "rotation=11", "waterlogged=true")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3436, "rotation=11", "waterlogged=false")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3437, "rotation=12", "waterlogged=true")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3438, "rotation=12", "waterlogged=false")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3439, "rotation=13", "waterlogged=true")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3440, "rotation=13", "waterlogged=false")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3441, "rotation=14", "waterlogged=true")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3442, "rotation=14", "waterlogged=false")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3443, "rotation=15", "waterlogged=true")); - SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3444, "rotation=15", "waterlogged=false")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3411, "rotation=0", "waterlogged=true")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3412, "rotation=0", "waterlogged=false")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3413, "rotation=1", "waterlogged=true")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3414, "rotation=1", "waterlogged=false")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3415, "rotation=2", "waterlogged=true")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3416, "rotation=2", "waterlogged=false")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3417, "rotation=3", "waterlogged=true")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3418, "rotation=3", "waterlogged=false")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3419, "rotation=4", "waterlogged=true")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3420, "rotation=4", "waterlogged=false")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3421, "rotation=5", "waterlogged=true")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3422, "rotation=5", "waterlogged=false")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3423, "rotation=6", "waterlogged=true")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3424, "rotation=6", "waterlogged=false")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3425, "rotation=7", "waterlogged=true")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3426, "rotation=7", "waterlogged=false")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3427, "rotation=8", "waterlogged=true")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3428, "rotation=8", "waterlogged=false")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3429, "rotation=9", "waterlogged=true")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3430, "rotation=9", "waterlogged=false")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3431, "rotation=10", "waterlogged=true")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3432, "rotation=10", "waterlogged=false")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3433, "rotation=11", "waterlogged=true")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3434, "rotation=11", "waterlogged=false")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3435, "rotation=12", "waterlogged=true")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3436, "rotation=12", "waterlogged=false")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3437, "rotation=13", "waterlogged=true")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3438, "rotation=13", "waterlogged=false")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3439, "rotation=14", "waterlogged=true")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3440, "rotation=14", "waterlogged=false")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3441, "rotation=15", "waterlogged=true")); + SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3442, "rotation=15", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceSlab.java index 19cc1ad96..3858ea595 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class SpruceSlab { public static void initStates() { - SPRUCE_SLAB.addBlockAlternative(new BlockAlternative((short) 8306, "type=top", "waterlogged=true")); - SPRUCE_SLAB.addBlockAlternative(new BlockAlternative((short) 8307, "type=top", "waterlogged=false")); - SPRUCE_SLAB.addBlockAlternative(new BlockAlternative((short) 8308, "type=bottom", "waterlogged=true")); - SPRUCE_SLAB.addBlockAlternative(new BlockAlternative((short) 8309, "type=bottom", "waterlogged=false")); - SPRUCE_SLAB.addBlockAlternative(new BlockAlternative((short) 8310, "type=double", "waterlogged=true")); - SPRUCE_SLAB.addBlockAlternative(new BlockAlternative((short) 8311, "type=double", "waterlogged=false")); + SPRUCE_SLAB.addBlockAlternative(new BlockAlternative((short) 7770, "type=top", "waterlogged=true")); + SPRUCE_SLAB.addBlockAlternative(new BlockAlternative((short) 7771, "type=top", "waterlogged=false")); + SPRUCE_SLAB.addBlockAlternative(new BlockAlternative((short) 7772, "type=bottom", "waterlogged=true")); + SPRUCE_SLAB.addBlockAlternative(new BlockAlternative((short) 7773, "type=bottom", "waterlogged=false")); + SPRUCE_SLAB.addBlockAlternative(new BlockAlternative((short) 7774, "type=double", "waterlogged=true")); + SPRUCE_SLAB.addBlockAlternative(new BlockAlternative((short) 7775, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceStairs.java index 289ceb3ad..62d71d52a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class SpruceStairs { public static void initStates() { - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5404, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5405, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5406, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5407, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5408, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5409, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5410, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5411, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5412, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5413, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5414, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5415, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5416, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5417, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5418, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5419, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5420, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5421, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5422, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5423, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5424, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5425, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5426, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5427, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5428, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5429, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5430, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5431, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5432, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5433, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5434, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5435, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5436, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5437, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5438, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5439, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5440, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5441, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5442, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5443, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5444, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5445, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5446, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5447, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5448, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5449, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5450, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5451, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5452, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5453, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5454, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5455, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5456, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5457, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5458, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5459, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5460, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5461, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5462, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5463, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5464, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5465, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5466, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5467, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5468, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5469, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5470, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5471, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5472, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5473, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5474, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5475, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5476, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5477, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5478, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5479, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5480, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5481, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5482, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5483, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5388, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5389, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5390, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5391, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5392, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5393, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5394, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5395, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5396, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5397, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5398, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5399, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5400, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5401, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5402, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5403, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5404, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5405, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5406, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5407, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5408, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5409, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5410, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5411, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5412, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5413, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5414, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5415, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5416, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5417, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5418, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5419, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5420, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5421, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5422, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5423, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5424, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5425, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5426, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5427, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5428, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5429, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5430, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5431, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5432, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5433, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5434, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5435, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5436, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5437, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5438, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5439, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5440, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5441, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5442, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5443, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5444, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5445, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5446, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5447, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5448, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5449, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5450, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5451, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5452, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5453, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5454, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5455, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5456, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5457, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5458, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5459, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5460, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5461, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5462, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5463, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5464, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5465, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5466, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5467, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceTrapdoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceTrapdoor.java index b133d08a6..12627be68 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceTrapdoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceTrapdoor.java @@ -7,69 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class SpruceTrapdoor { public static void initStates() { - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4175, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4176, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4177, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4178, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4179, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4180, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4181, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4182, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4183, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4184, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4185, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4186, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4187, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4188, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4189, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4190, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4191, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4192, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4193, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4194, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4195, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4196, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4197, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4198, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4199, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4200, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4201, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4202, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4203, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4204, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4205, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4206, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4207, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4208, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4209, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4210, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4211, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4212, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4213, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4214, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4215, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4216, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4217, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4218, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4219, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4220, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4221, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4222, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4223, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4224, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4225, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4226, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4227, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4228, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4229, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4230, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4231, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4232, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4233, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4234, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4235, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4236, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4237, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4238, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4161, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4162, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4163, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4164, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4165, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4166, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4167, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4168, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4169, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4170, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4171, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4172, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4173, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4174, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4175, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4176, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4177, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4178, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4179, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4180, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4181, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4182, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4183, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4184, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4185, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4186, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4187, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4188, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4189, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4190, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4191, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4192, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4193, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4194, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4195, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4196, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4197, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4198, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4199, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4200, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4201, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4202, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4203, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4204, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4205, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4206, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4207, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4208, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4209, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4210, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4211, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4212, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4213, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4214, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4215, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4216, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4217, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4218, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4219, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4220, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4221, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4222, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=false")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4223, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=true")); + SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4224, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceWallSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceWallSign.java index 3410f496a..fad54e7a8 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceWallSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceWallSign.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class SpruceWallSign { public static void initStates() { - SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3743, "facing=north", "waterlogged=true")); - SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3744, "facing=north", "waterlogged=false")); - SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3745, "facing=south", "waterlogged=true")); - SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3746, "facing=south", "waterlogged=false")); - SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3747, "facing=west", "waterlogged=true")); - SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3748, "facing=west", "waterlogged=false")); - SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3749, "facing=east", "waterlogged=true")); - SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3750, "facing=east", "waterlogged=false")); + SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3741, "facing=north", "waterlogged=true")); + SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3742, "facing=north", "waterlogged=false")); + SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3743, "facing=south", "waterlogged=true")); + SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3744, "facing=south", "waterlogged=false")); + SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3745, "facing=west", "waterlogged=true")); + SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3746, "facing=west", "waterlogged=false")); + SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3747, "facing=east", "waterlogged=true")); + SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3748, "facing=east", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceWood.java index 13f3a1639..e40c4b073 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceWood.java @@ -7,8 +7,8 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class SpruceWood { public static void initStates() { - SPRUCE_WOOD.addBlockAlternative(new BlockAlternative((short) 112, "axis=x")); - SPRUCE_WOOD.addBlockAlternative(new BlockAlternative((short) 113, "axis=y")); - SPRUCE_WOOD.addBlockAlternative(new BlockAlternative((short) 114, "axis=z")); + SPRUCE_WOOD.addBlockAlternative(new BlockAlternative((short) 111, "axis=x")); + SPRUCE_WOOD.addBlockAlternative(new BlockAlternative((short) 112, "axis=y")); + SPRUCE_WOOD.addBlockAlternative(new BlockAlternative((short) 113, "axis=z")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StickyPiston.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StickyPiston.java index 4cd628b3b..c1388409e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StickyPiston.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StickyPiston.java @@ -7,17 +7,17 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class StickyPiston { public static void initStates() { - STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1329, "extended=true", "facing=north")); - STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1330, "extended=true", "facing=east")); - STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1331, "extended=true", "facing=south")); - STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1332, "extended=true", "facing=west")); - STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1333, "extended=true", "facing=up")); - STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1334, "extended=true", "facing=down")); - STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1335, "extended=false", "facing=north")); - STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1336, "extended=false", "facing=east")); - STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1337, "extended=false", "facing=south")); - STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1338, "extended=false", "facing=west")); - STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1339, "extended=false", "facing=up")); - STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1340, "extended=false", "facing=down")); + STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1328, "extended=true", "facing=north")); + STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1329, "extended=true", "facing=east")); + STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1330, "extended=true", "facing=south")); + STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1331, "extended=true", "facing=west")); + STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1332, "extended=true", "facing=up")); + STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1333, "extended=true", "facing=down")); + STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1334, "extended=false", "facing=north")); + STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1335, "extended=false", "facing=east")); + STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1336, "extended=false", "facing=south")); + STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1337, "extended=false", "facing=west")); + STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1338, "extended=false", "facing=up")); + STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1339, "extended=false", "facing=down")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickSlab.java index 474710c4b..66aedfb35 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class StoneBrickSlab { public static void initStates() { - STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8378, "type=top", "waterlogged=true")); - STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8379, "type=top", "waterlogged=false")); - STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8380, "type=bottom", "waterlogged=true")); - STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8381, "type=bottom", "waterlogged=false")); - STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8382, "type=double", "waterlogged=true")); - STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8383, "type=double", "waterlogged=false")); + STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7842, "type=top", "waterlogged=true")); + STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7843, "type=top", "waterlogged=false")); + STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7844, "type=bottom", "waterlogged=true")); + STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7845, "type=bottom", "waterlogged=false")); + STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7846, "type=double", "waterlogged=true")); + STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7847, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickStairs.java index 8f721d509..3789664a7 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class StoneBrickStairs { public static void initStates() { - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4932, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4933, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4934, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4935, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4936, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4937, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4938, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4939, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4940, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4941, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4942, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4943, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4944, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4945, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4946, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4947, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4948, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4949, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4950, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4951, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4952, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4953, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4954, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4955, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4956, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4957, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4958, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4959, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4960, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4961, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4962, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4963, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4964, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4965, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4966, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4967, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4968, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4969, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4970, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4971, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4972, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4973, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4974, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4975, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4976, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4977, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4978, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4979, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4980, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4981, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4982, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4983, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4984, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4985, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4986, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4987, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4988, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4989, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4990, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4991, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4992, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4993, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4994, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4995, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4996, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4997, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4998, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4999, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5000, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5001, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5002, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5003, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5004, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5005, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5006, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5007, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5008, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5009, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5010, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5011, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4916, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4917, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4918, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4919, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4920, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4921, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4922, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4923, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4924, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4925, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4926, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4927, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4928, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4929, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4930, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4931, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4932, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4933, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4934, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4935, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4936, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4937, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4938, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4939, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4940, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4941, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4942, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4943, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4944, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4945, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4946, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4947, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4948, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4949, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4950, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4951, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4952, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4953, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4954, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4955, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4956, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4957, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4958, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4959, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4960, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4961, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4962, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4963, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4964, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4965, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4966, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4967, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4968, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4969, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4970, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4971, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4972, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4973, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4974, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4975, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4976, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4977, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4978, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4979, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4980, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4981, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4982, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4983, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4984, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4985, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4986, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4987, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4988, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4989, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4990, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4991, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4992, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4993, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4994, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4995, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickWall.java index a0fba1b7c..36afcae49 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickWall.java @@ -7,329 +7,69 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class StoneBrickWall { public static void initStates() { - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12487, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12488, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12489, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12490, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12491, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12492, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12493, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12494, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12495, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12496, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12497, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12498, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12499, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12500, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12501, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12502, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12503, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12504, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12505, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12506, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12507, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12508, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12509, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12510, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12511, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12512, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12513, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12514, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12515, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12516, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12517, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12518, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12519, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12520, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12521, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12522, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12523, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12524, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12525, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12526, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12527, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12528, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12529, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12530, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12531, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12532, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12533, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12534, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12535, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12536, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12537, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12538, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12539, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12540, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12541, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12542, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12543, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12544, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12545, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12546, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12547, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12548, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12549, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12550, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12551, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12552, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12553, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12554, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12555, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12556, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12557, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12558, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12559, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12560, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12561, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12562, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12563, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12564, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12565, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12566, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12567, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12568, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12569, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12570, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12571, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12572, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12573, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12574, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12575, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12576, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12577, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12578, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12579, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12580, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12581, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12582, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12583, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12584, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12585, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12586, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12587, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12588, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12589, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12590, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12591, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12592, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12593, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12594, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12595, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12596, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12597, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12598, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12599, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12600, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12601, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12602, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12603, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12604, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12605, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12606, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12607, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12608, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12609, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12610, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12611, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12612, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12613, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12614, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12615, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12616, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12617, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12618, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12619, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12620, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12621, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12622, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12623, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12624, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12625, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12626, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12627, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12628, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12629, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12630, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12631, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12632, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12633, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12634, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12635, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12636, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12637, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12638, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12639, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12640, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12641, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12642, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12643, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12644, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12645, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12646, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12647, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12648, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12649, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12650, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12651, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12652, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12653, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12654, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12655, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12656, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12657, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12658, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12659, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12660, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12661, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12662, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12663, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12664, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12665, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12666, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12667, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12668, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12669, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12670, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12671, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12672, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12673, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12674, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12675, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12676, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12677, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12678, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12679, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12680, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12681, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12682, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12683, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12684, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12685, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12686, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12687, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12688, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12689, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12690, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12691, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12692, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12693, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12694, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12695, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12696, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12697, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12698, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12699, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12700, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12701, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12702, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12703, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12704, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12705, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12706, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12707, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12708, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12709, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12710, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12711, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12712, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12713, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12714, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12715, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12716, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12717, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12718, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12719, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12720, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12721, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12722, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12723, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12724, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12725, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12726, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12727, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12728, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12729, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12730, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12731, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12732, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12733, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12734, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12735, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12736, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12737, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12738, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12739, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12740, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12741, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12742, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12743, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12744, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12745, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12746, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12747, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12748, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12749, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12750, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12751, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12752, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12753, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12754, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12755, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12756, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12757, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12758, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12759, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12760, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12761, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12762, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12763, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12764, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12765, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12766, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12767, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12768, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12769, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12770, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12771, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12772, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12773, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12774, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12775, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12776, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12777, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12778, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12779, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12780, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12781, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12782, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12783, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12784, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12785, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12786, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12787, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12788, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12789, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12790, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12791, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12792, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12793, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12794, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12795, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12796, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12797, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12798, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12799, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12800, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12801, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12802, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12803, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12804, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12805, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12806, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12807, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12808, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12809, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12810, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10651, "east=true", "north=true", "south=true", "up=true", "waterlogged=true", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10652, "east=true", "north=true", "south=true", "up=true", "waterlogged=true", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10653, "east=true", "north=true", "south=true", "up=true", "waterlogged=false", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10654, "east=true", "north=true", "south=true", "up=true", "waterlogged=false", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10655, "east=true", "north=true", "south=true", "up=false", "waterlogged=true", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10656, "east=true", "north=true", "south=true", "up=false", "waterlogged=true", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10657, "east=true", "north=true", "south=true", "up=false", "waterlogged=false", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10658, "east=true", "north=true", "south=true", "up=false", "waterlogged=false", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10659, "east=true", "north=true", "south=false", "up=true", "waterlogged=true", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10660, "east=true", "north=true", "south=false", "up=true", "waterlogged=true", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10661, "east=true", "north=true", "south=false", "up=true", "waterlogged=false", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10662, "east=true", "north=true", "south=false", "up=true", "waterlogged=false", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10663, "east=true", "north=true", "south=false", "up=false", "waterlogged=true", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10664, "east=true", "north=true", "south=false", "up=false", "waterlogged=true", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10665, "east=true", "north=true", "south=false", "up=false", "waterlogged=false", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10666, "east=true", "north=true", "south=false", "up=false", "waterlogged=false", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10667, "east=true", "north=false", "south=true", "up=true", "waterlogged=true", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10668, "east=true", "north=false", "south=true", "up=true", "waterlogged=true", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10669, "east=true", "north=false", "south=true", "up=true", "waterlogged=false", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10670, "east=true", "north=false", "south=true", "up=true", "waterlogged=false", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10671, "east=true", "north=false", "south=true", "up=false", "waterlogged=true", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10672, "east=true", "north=false", "south=true", "up=false", "waterlogged=true", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10673, "east=true", "north=false", "south=true", "up=false", "waterlogged=false", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10674, "east=true", "north=false", "south=true", "up=false", "waterlogged=false", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10675, "east=true", "north=false", "south=false", "up=true", "waterlogged=true", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10676, "east=true", "north=false", "south=false", "up=true", "waterlogged=true", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10677, "east=true", "north=false", "south=false", "up=true", "waterlogged=false", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10678, "east=true", "north=false", "south=false", "up=true", "waterlogged=false", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10679, "east=true", "north=false", "south=false", "up=false", "waterlogged=true", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10680, "east=true", "north=false", "south=false", "up=false", "waterlogged=true", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10681, "east=true", "north=false", "south=false", "up=false", "waterlogged=false", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10682, "east=true", "north=false", "south=false", "up=false", "waterlogged=false", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10683, "east=false", "north=true", "south=true", "up=true", "waterlogged=true", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10684, "east=false", "north=true", "south=true", "up=true", "waterlogged=true", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10685, "east=false", "north=true", "south=true", "up=true", "waterlogged=false", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10686, "east=false", "north=true", "south=true", "up=true", "waterlogged=false", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10687, "east=false", "north=true", "south=true", "up=false", "waterlogged=true", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10688, "east=false", "north=true", "south=true", "up=false", "waterlogged=true", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10689, "east=false", "north=true", "south=true", "up=false", "waterlogged=false", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10690, "east=false", "north=true", "south=true", "up=false", "waterlogged=false", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10691, "east=false", "north=true", "south=false", "up=true", "waterlogged=true", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10692, "east=false", "north=true", "south=false", "up=true", "waterlogged=true", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10693, "east=false", "north=true", "south=false", "up=true", "waterlogged=false", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10694, "east=false", "north=true", "south=false", "up=true", "waterlogged=false", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10695, "east=false", "north=true", "south=false", "up=false", "waterlogged=true", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10696, "east=false", "north=true", "south=false", "up=false", "waterlogged=true", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10697, "east=false", "north=true", "south=false", "up=false", "waterlogged=false", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10698, "east=false", "north=true", "south=false", "up=false", "waterlogged=false", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10699, "east=false", "north=false", "south=true", "up=true", "waterlogged=true", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10700, "east=false", "north=false", "south=true", "up=true", "waterlogged=true", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10701, "east=false", "north=false", "south=true", "up=true", "waterlogged=false", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10702, "east=false", "north=false", "south=true", "up=true", "waterlogged=false", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10703, "east=false", "north=false", "south=true", "up=false", "waterlogged=true", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10704, "east=false", "north=false", "south=true", "up=false", "waterlogged=true", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10705, "east=false", "north=false", "south=true", "up=false", "waterlogged=false", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10706, "east=false", "north=false", "south=true", "up=false", "waterlogged=false", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10707, "east=false", "north=false", "south=false", "up=true", "waterlogged=true", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10708, "east=false", "north=false", "south=false", "up=true", "waterlogged=true", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10709, "east=false", "north=false", "south=false", "up=true", "waterlogged=false", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10710, "east=false", "north=false", "south=false", "up=true", "waterlogged=false", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10711, "east=false", "north=false", "south=false", "up=false", "waterlogged=true", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10712, "east=false", "north=false", "south=false", "up=false", "waterlogged=true", "west=false")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10713, "east=false", "north=false", "south=false", "up=false", "waterlogged=false", "west=true")); + STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10714, "east=false", "north=false", "south=false", "up=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StoneButton.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneButton.java index 5e4db7487..ce5ded28f 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StoneButton.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneButton.java @@ -7,29 +7,29 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class StoneButton { public static void initStates() { - STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3897, "face=floor", "facing=north", "powered=true")); - STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3898, "face=floor", "facing=north", "powered=false")); - STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3899, "face=floor", "facing=south", "powered=true")); - STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3900, "face=floor", "facing=south", "powered=false")); - STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3901, "face=floor", "facing=west", "powered=true")); - STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3902, "face=floor", "facing=west", "powered=false")); - STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3903, "face=floor", "facing=east", "powered=true")); - STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3904, "face=floor", "facing=east", "powered=false")); - STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3905, "face=wall", "facing=north", "powered=true")); - STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3906, "face=wall", "facing=north", "powered=false")); - STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3907, "face=wall", "facing=south", "powered=true")); - STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3908, "face=wall", "facing=south", "powered=false")); - STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3909, "face=wall", "facing=west", "powered=true")); - STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3910, "face=wall", "facing=west", "powered=false")); - STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3911, "face=wall", "facing=east", "powered=true")); - STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3912, "face=wall", "facing=east", "powered=false")); - STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3913, "face=ceiling", "facing=north", "powered=true")); - STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3914, "face=ceiling", "facing=north", "powered=false")); - STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3915, "face=ceiling", "facing=south", "powered=true")); - STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3916, "face=ceiling", "facing=south", "powered=false")); - STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3917, "face=ceiling", "facing=west", "powered=true")); - STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3918, "face=ceiling", "facing=west", "powered=false")); - STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3919, "face=ceiling", "facing=east", "powered=true")); - STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3920, "face=ceiling", "facing=east", "powered=false")); + STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3895, "face=floor", "facing=north", "powered=true")); + STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3896, "face=floor", "facing=north", "powered=false")); + STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3897, "face=floor", "facing=south", "powered=true")); + STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3898, "face=floor", "facing=south", "powered=false")); + STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3899, "face=floor", "facing=west", "powered=true")); + STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3900, "face=floor", "facing=west", "powered=false")); + STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3901, "face=floor", "facing=east", "powered=true")); + STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3902, "face=floor", "facing=east", "powered=false")); + STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3903, "face=wall", "facing=north", "powered=true")); + STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3904, "face=wall", "facing=north", "powered=false")); + STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3905, "face=wall", "facing=south", "powered=true")); + STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3906, "face=wall", "facing=south", "powered=false")); + STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3907, "face=wall", "facing=west", "powered=true")); + STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3908, "face=wall", "facing=west", "powered=false")); + STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3909, "face=wall", "facing=east", "powered=true")); + STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3910, "face=wall", "facing=east", "powered=false")); + STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3911, "face=ceiling", "facing=north", "powered=true")); + STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3912, "face=ceiling", "facing=north", "powered=false")); + STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3913, "face=ceiling", "facing=south", "powered=true")); + STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3914, "face=ceiling", "facing=south", "powered=false")); + STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3915, "face=ceiling", "facing=west", "powered=true")); + STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3916, "face=ceiling", "facing=west", "powered=false")); + STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3917, "face=ceiling", "facing=east", "powered=true")); + STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3918, "face=ceiling", "facing=east", "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StonePressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StonePressurePlate.java index 9b5e6535c..9e94a9fb6 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StonePressurePlate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StonePressurePlate.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class StonePressurePlate { public static void initStates() { - STONE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3807, "powered=true")); - STONE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3808, "powered=false")); + STONE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3805, "powered=true")); + STONE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3806, "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneSlab.java index c8d3f0a75..9d15bd260 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneSlab.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class StoneSlab { public static void initStates() { - STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8336, "type=top", "waterlogged=true")); - STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8337, "type=top", "waterlogged=false")); - STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8338, "type=bottom", "waterlogged=true")); - STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8339, "type=bottom", "waterlogged=false")); - STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8340, "type=double", "waterlogged=true")); - STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8341, "type=double", "waterlogged=false")); + STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7800, "type=top", "waterlogged=true")); + STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7801, "type=top", "waterlogged=false")); + STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7802, "type=bottom", "waterlogged=true")); + STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7803, "type=bottom", "waterlogged=false")); + STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7804, "type=double", "waterlogged=true")); + STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 7805, "type=double", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StoneStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneStairs.java index 4dfe5c81a..6726cb4ef 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StoneStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneStairs.java @@ -7,85 +7,85 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class StoneStairs { public static void initStates() { - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10149, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10150, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10151, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10152, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10153, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10154, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10155, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10156, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10157, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10158, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10159, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10160, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10161, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10162, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10163, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10164, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10165, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10166, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10167, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10168, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10169, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10170, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10171, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10172, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10173, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10174, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10175, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10176, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10177, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10178, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10179, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10180, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10181, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10182, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10183, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10184, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10185, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10186, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10187, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10188, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10189, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10190, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10191, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10192, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10193, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10194, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10195, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10196, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10197, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10198, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10199, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10200, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10201, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10202, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10203, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10204, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10205, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10206, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10207, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10208, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10209, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10210, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10211, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10212, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10213, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10214, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10215, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10216, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10217, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10218, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10219, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10220, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10221, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10222, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10223, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10224, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10225, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10226, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10227, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10228, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9613, "facing=north", "half=top", "shape=straight", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9614, "facing=north", "half=top", "shape=straight", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9615, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9616, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9617, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9618, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9619, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9620, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9621, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9622, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9623, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9624, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9625, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9626, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9627, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9628, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9629, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9630, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9631, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9632, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9633, "facing=south", "half=top", "shape=straight", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9634, "facing=south", "half=top", "shape=straight", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9635, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9636, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9637, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9638, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9639, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9640, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9641, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9642, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9643, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9644, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9645, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9646, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9647, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9648, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9649, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9650, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9651, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9652, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9653, "facing=west", "half=top", "shape=straight", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9654, "facing=west", "half=top", "shape=straight", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9655, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9656, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9657, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9658, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9659, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9660, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9661, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9662, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9663, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9664, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9665, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9666, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9667, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9668, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9669, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9670, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9671, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9672, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9673, "facing=east", "half=top", "shape=straight", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9674, "facing=east", "half=top", "shape=straight", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9675, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9676, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9677, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9678, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9679, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9680, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9681, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9682, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9683, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9684, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9685, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9686, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9687, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9688, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9689, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9690, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9691, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); + STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9692, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Stonecutter.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Stonecutter.java index 68538c42e..0f1262028 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Stonecutter.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Stonecutter.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Stonecutter { public static void initStates() { - STONECUTTER.addBlockAlternative(new BlockAlternative((short) 14850, "facing=north")); - STONECUTTER.addBlockAlternative(new BlockAlternative((short) 14851, "facing=south")); - STONECUTTER.addBlockAlternative(new BlockAlternative((short) 14852, "facing=west")); - STONECUTTER.addBlockAlternative(new BlockAlternative((short) 14853, "facing=east")); + STONECUTTER.addBlockAlternative(new BlockAlternative((short) 11194, "facing=north")); + STONECUTTER.addBlockAlternative(new BlockAlternative((short) 11195, "facing=south")); + STONECUTTER.addBlockAlternative(new BlockAlternative((short) 11196, "facing=west")); + STONECUTTER.addBlockAlternative(new BlockAlternative((short) 11197, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedAcaciaLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedAcaciaLog.java index db34fdb73..3f1d0aec4 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedAcaciaLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedAcaciaLog.java @@ -7,8 +7,8 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class StrippedAcaciaLog { public static void initStates() { - STRIPPED_ACACIA_LOG.addBlockAlternative(new BlockAlternative((short) 100, "axis=x")); - STRIPPED_ACACIA_LOG.addBlockAlternative(new BlockAlternative((short) 101, "axis=y")); - STRIPPED_ACACIA_LOG.addBlockAlternative(new BlockAlternative((short) 102, "axis=z")); + STRIPPED_ACACIA_LOG.addBlockAlternative(new BlockAlternative((short) 99, "axis=x")); + STRIPPED_ACACIA_LOG.addBlockAlternative(new BlockAlternative((short) 100, "axis=y")); + STRIPPED_ACACIA_LOG.addBlockAlternative(new BlockAlternative((short) 101, "axis=z")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedAcaciaWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedAcaciaWood.java index d4c0941a9..1afe2ce45 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedAcaciaWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedAcaciaWood.java @@ -7,8 +7,8 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class StrippedAcaciaWood { public static void initStates() { - STRIPPED_ACACIA_WOOD.addBlockAlternative(new BlockAlternative((short) 139, "axis=x")); - STRIPPED_ACACIA_WOOD.addBlockAlternative(new BlockAlternative((short) 140, "axis=y")); - STRIPPED_ACACIA_WOOD.addBlockAlternative(new BlockAlternative((short) 141, "axis=z")); + STRIPPED_ACACIA_WOOD.addBlockAlternative(new BlockAlternative((short) 138, "axis=x")); + STRIPPED_ACACIA_WOOD.addBlockAlternative(new BlockAlternative((short) 139, "axis=y")); + STRIPPED_ACACIA_WOOD.addBlockAlternative(new BlockAlternative((short) 140, "axis=z")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedBirchLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedBirchLog.java index 7c3c9bca7..0c5cfb9a7 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedBirchLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedBirchLog.java @@ -7,8 +7,8 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class StrippedBirchLog { public static void initStates() { - STRIPPED_BIRCH_LOG.addBlockAlternative(new BlockAlternative((short) 94, "axis=x")); - STRIPPED_BIRCH_LOG.addBlockAlternative(new BlockAlternative((short) 95, "axis=y")); - STRIPPED_BIRCH_LOG.addBlockAlternative(new BlockAlternative((short) 96, "axis=z")); + STRIPPED_BIRCH_LOG.addBlockAlternative(new BlockAlternative((short) 93, "axis=x")); + STRIPPED_BIRCH_LOG.addBlockAlternative(new BlockAlternative((short) 94, "axis=y")); + STRIPPED_BIRCH_LOG.addBlockAlternative(new BlockAlternative((short) 95, "axis=z")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedBirchWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedBirchWood.java index 9b69bfd56..5e6b26540 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedBirchWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedBirchWood.java @@ -7,8 +7,8 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class StrippedBirchWood { public static void initStates() { - STRIPPED_BIRCH_WOOD.addBlockAlternative(new BlockAlternative((short) 133, "axis=x")); - STRIPPED_BIRCH_WOOD.addBlockAlternative(new BlockAlternative((short) 134, "axis=y")); - STRIPPED_BIRCH_WOOD.addBlockAlternative(new BlockAlternative((short) 135, "axis=z")); + STRIPPED_BIRCH_WOOD.addBlockAlternative(new BlockAlternative((short) 132, "axis=x")); + STRIPPED_BIRCH_WOOD.addBlockAlternative(new BlockAlternative((short) 133, "axis=y")); + STRIPPED_BIRCH_WOOD.addBlockAlternative(new BlockAlternative((short) 134, "axis=z")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedCrimsonHyphae.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedCrimsonHyphae.java deleted file mode 100644 index 28727494e..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedCrimsonHyphae.java +++ /dev/null @@ -1,14 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class StrippedCrimsonHyphae { - public static void initStates() { - STRIPPED_CRIMSON_HYPHAE.addBlockAlternative(new BlockAlternative((short) 14984, "axis=x")); - STRIPPED_CRIMSON_HYPHAE.addBlockAlternative(new BlockAlternative((short) 14985, "axis=y")); - STRIPPED_CRIMSON_HYPHAE.addBlockAlternative(new BlockAlternative((short) 14986, "axis=z")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedCrimsonStem.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedCrimsonStem.java deleted file mode 100644 index 899347085..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedCrimsonStem.java +++ /dev/null @@ -1,14 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class StrippedCrimsonStem { - public static void initStates() { - STRIPPED_CRIMSON_STEM.addBlockAlternative(new BlockAlternative((short) 14978, "axis=x")); - STRIPPED_CRIMSON_STEM.addBlockAlternative(new BlockAlternative((short) 14979, "axis=y")); - STRIPPED_CRIMSON_STEM.addBlockAlternative(new BlockAlternative((short) 14980, "axis=z")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedDarkOakLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedDarkOakLog.java index d6e6a1dd9..840fcac1f 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedDarkOakLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedDarkOakLog.java @@ -7,8 +7,8 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class StrippedDarkOakLog { public static void initStates() { - STRIPPED_DARK_OAK_LOG.addBlockAlternative(new BlockAlternative((short) 103, "axis=x")); - STRIPPED_DARK_OAK_LOG.addBlockAlternative(new BlockAlternative((short) 104, "axis=y")); - STRIPPED_DARK_OAK_LOG.addBlockAlternative(new BlockAlternative((short) 105, "axis=z")); + STRIPPED_DARK_OAK_LOG.addBlockAlternative(new BlockAlternative((short) 102, "axis=x")); + STRIPPED_DARK_OAK_LOG.addBlockAlternative(new BlockAlternative((short) 103, "axis=y")); + STRIPPED_DARK_OAK_LOG.addBlockAlternative(new BlockAlternative((short) 104, "axis=z")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedDarkOakWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedDarkOakWood.java index df7945ebd..2134db8e7 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedDarkOakWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedDarkOakWood.java @@ -7,8 +7,8 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class StrippedDarkOakWood { public static void initStates() { - STRIPPED_DARK_OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 142, "axis=x")); - STRIPPED_DARK_OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 143, "axis=y")); - STRIPPED_DARK_OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 144, "axis=z")); + STRIPPED_DARK_OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 141, "axis=x")); + STRIPPED_DARK_OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 142, "axis=y")); + STRIPPED_DARK_OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 143, "axis=z")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedJungleLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedJungleLog.java index b0b027aab..60c332a7d 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedJungleLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedJungleLog.java @@ -7,8 +7,8 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class StrippedJungleLog { public static void initStates() { - STRIPPED_JUNGLE_LOG.addBlockAlternative(new BlockAlternative((short) 97, "axis=x")); - STRIPPED_JUNGLE_LOG.addBlockAlternative(new BlockAlternative((short) 98, "axis=y")); - STRIPPED_JUNGLE_LOG.addBlockAlternative(new BlockAlternative((short) 99, "axis=z")); + STRIPPED_JUNGLE_LOG.addBlockAlternative(new BlockAlternative((short) 96, "axis=x")); + STRIPPED_JUNGLE_LOG.addBlockAlternative(new BlockAlternative((short) 97, "axis=y")); + STRIPPED_JUNGLE_LOG.addBlockAlternative(new BlockAlternative((short) 98, "axis=z")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedJungleWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedJungleWood.java index 541b0f455..40c52436b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedJungleWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedJungleWood.java @@ -7,8 +7,8 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class StrippedJungleWood { public static void initStates() { - STRIPPED_JUNGLE_WOOD.addBlockAlternative(new BlockAlternative((short) 136, "axis=x")); - STRIPPED_JUNGLE_WOOD.addBlockAlternative(new BlockAlternative((short) 137, "axis=y")); - STRIPPED_JUNGLE_WOOD.addBlockAlternative(new BlockAlternative((short) 138, "axis=z")); + STRIPPED_JUNGLE_WOOD.addBlockAlternative(new BlockAlternative((short) 135, "axis=x")); + STRIPPED_JUNGLE_WOOD.addBlockAlternative(new BlockAlternative((short) 136, "axis=y")); + STRIPPED_JUNGLE_WOOD.addBlockAlternative(new BlockAlternative((short) 137, "axis=z")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedOakLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedOakLog.java index eac7300b8..a33592eff 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedOakLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedOakLog.java @@ -7,8 +7,8 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class StrippedOakLog { public static void initStates() { - STRIPPED_OAK_LOG.addBlockAlternative(new BlockAlternative((short) 106, "axis=x")); - STRIPPED_OAK_LOG.addBlockAlternative(new BlockAlternative((short) 107, "axis=y")); - STRIPPED_OAK_LOG.addBlockAlternative(new BlockAlternative((short) 108, "axis=z")); + STRIPPED_OAK_LOG.addBlockAlternative(new BlockAlternative((short) 105, "axis=x")); + STRIPPED_OAK_LOG.addBlockAlternative(new BlockAlternative((short) 106, "axis=y")); + STRIPPED_OAK_LOG.addBlockAlternative(new BlockAlternative((short) 107, "axis=z")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedOakWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedOakWood.java index 3eefcfc90..80e81bc3a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedOakWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedOakWood.java @@ -7,8 +7,8 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class StrippedOakWood { public static void initStates() { - STRIPPED_OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 127, "axis=x")); - STRIPPED_OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 128, "axis=y")); - STRIPPED_OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 129, "axis=z")); + STRIPPED_OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 126, "axis=x")); + STRIPPED_OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 127, "axis=y")); + STRIPPED_OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 128, "axis=z")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedSpruceLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedSpruceLog.java index 759af1c1e..5ef89d99c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedSpruceLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedSpruceLog.java @@ -7,8 +7,8 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class StrippedSpruceLog { public static void initStates() { - STRIPPED_SPRUCE_LOG.addBlockAlternative(new BlockAlternative((short) 91, "axis=x")); - STRIPPED_SPRUCE_LOG.addBlockAlternative(new BlockAlternative((short) 92, "axis=y")); - STRIPPED_SPRUCE_LOG.addBlockAlternative(new BlockAlternative((short) 93, "axis=z")); + STRIPPED_SPRUCE_LOG.addBlockAlternative(new BlockAlternative((short) 90, "axis=x")); + STRIPPED_SPRUCE_LOG.addBlockAlternative(new BlockAlternative((short) 91, "axis=y")); + STRIPPED_SPRUCE_LOG.addBlockAlternative(new BlockAlternative((short) 92, "axis=z")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedSpruceWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedSpruceWood.java index f390bda72..198d29560 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedSpruceWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedSpruceWood.java @@ -7,8 +7,8 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class StrippedSpruceWood { public static void initStates() { - STRIPPED_SPRUCE_WOOD.addBlockAlternative(new BlockAlternative((short) 130, "axis=x")); - STRIPPED_SPRUCE_WOOD.addBlockAlternative(new BlockAlternative((short) 131, "axis=y")); - STRIPPED_SPRUCE_WOOD.addBlockAlternative(new BlockAlternative((short) 132, "axis=z")); + STRIPPED_SPRUCE_WOOD.addBlockAlternative(new BlockAlternative((short) 129, "axis=x")); + STRIPPED_SPRUCE_WOOD.addBlockAlternative(new BlockAlternative((short) 130, "axis=y")); + STRIPPED_SPRUCE_WOOD.addBlockAlternative(new BlockAlternative((short) 131, "axis=z")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedWarpedHyphae.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedWarpedHyphae.java deleted file mode 100644 index 7f4e4f66e..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedWarpedHyphae.java +++ /dev/null @@ -1,14 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class StrippedWarpedHyphae { - public static void initStates() { - STRIPPED_WARPED_HYPHAE.addBlockAlternative(new BlockAlternative((short) 14967, "axis=x")); - STRIPPED_WARPED_HYPHAE.addBlockAlternative(new BlockAlternative((short) 14968, "axis=y")); - STRIPPED_WARPED_HYPHAE.addBlockAlternative(new BlockAlternative((short) 14969, "axis=z")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedWarpedStem.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedWarpedStem.java deleted file mode 100644 index fbb39b737..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedWarpedStem.java +++ /dev/null @@ -1,14 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class StrippedWarpedStem { - public static void initStates() { - STRIPPED_WARPED_STEM.addBlockAlternative(new BlockAlternative((short) 14961, "axis=x")); - STRIPPED_WARPED_STEM.addBlockAlternative(new BlockAlternative((short) 14962, "axis=y")); - STRIPPED_WARPED_STEM.addBlockAlternative(new BlockAlternative((short) 14963, "axis=z")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StructureBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StructureBlock.java index a50be24e5..927bbc898 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StructureBlock.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StructureBlock.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class StructureBlock { public static void initStates() { - STRUCTURE_BLOCK.addBlockAlternative(new BlockAlternative((short) 15735, "mode=save")); - STRUCTURE_BLOCK.addBlockAlternative(new BlockAlternative((short) 15736, "mode=load")); - STRUCTURE_BLOCK.addBlockAlternative(new BlockAlternative((short) 15737, "mode=corner")); - STRUCTURE_BLOCK.addBlockAlternative(new BlockAlternative((short) 15738, "mode=data")); + STRUCTURE_BLOCK.addBlockAlternative(new BlockAlternative((short) 11268, "mode=save")); + STRUCTURE_BLOCK.addBlockAlternative(new BlockAlternative((short) 11269, "mode=load")); + STRUCTURE_BLOCK.addBlockAlternative(new BlockAlternative((short) 11270, "mode=corner")); + STRUCTURE_BLOCK.addBlockAlternative(new BlockAlternative((short) 11271, "mode=data")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SugarCane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SugarCane.java index 4c5e81328..c0c5e80c2 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SugarCane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SugarCane.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class SugarCane { public static void initStates() { - SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3948, "age=0")); - SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3949, "age=1")); - SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3950, "age=2")); - SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3951, "age=3")); - SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3952, "age=4")); - SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3953, "age=5")); - SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3954, "age=6")); - SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3955, "age=7")); - SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3956, "age=8")); - SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3957, "age=9")); - SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3958, "age=10")); - SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3959, "age=11")); - SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3960, "age=12")); - SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3961, "age=13")); - SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3962, "age=14")); - SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3963, "age=15")); + SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3946, "age=0")); + SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3947, "age=1")); + SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3948, "age=2")); + SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3949, "age=3")); + SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3950, "age=4")); + SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3951, "age=5")); + SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3952, "age=6")); + SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3953, "age=7")); + SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3954, "age=8")); + SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3955, "age=9")); + SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3956, "age=10")); + SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3957, "age=11")); + SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3958, "age=12")); + SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3959, "age=13")); + SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3960, "age=14")); + SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3961, "age=15")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Sunflower.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Sunflower.java index 2e9250bce..6eb720619 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Sunflower.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Sunflower.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Sunflower { public static void initStates() { - SUNFLOWER.addBlockAlternative(new BlockAlternative((short) 7885, "half=upper")); - SUNFLOWER.addBlockAlternative(new BlockAlternative((short) 7886, "half=lower")); + SUNFLOWER.addBlockAlternative(new BlockAlternative((short) 7349, "half=upper")); + SUNFLOWER.addBlockAlternative(new BlockAlternative((short) 7350, "half=lower")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SweetBerryBush.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SweetBerryBush.java index 98f14ee0a..3fee46872 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SweetBerryBush.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SweetBerryBush.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class SweetBerryBush { public static void initStates() { - SWEET_BERRY_BUSH.addBlockAlternative(new BlockAlternative((short) 14954, "age=0")); - SWEET_BERRY_BUSH.addBlockAlternative(new BlockAlternative((short) 14955, "age=1")); - SWEET_BERRY_BUSH.addBlockAlternative(new BlockAlternative((short) 14956, "age=2")); - SWEET_BERRY_BUSH.addBlockAlternative(new BlockAlternative((short) 14957, "age=3")); + SWEET_BERRY_BUSH.addBlockAlternative(new BlockAlternative((short) 11264, "age=0")); + SWEET_BERRY_BUSH.addBlockAlternative(new BlockAlternative((short) 11265, "age=1")); + SWEET_BERRY_BUSH.addBlockAlternative(new BlockAlternative((short) 11266, "age=2")); + SWEET_BERRY_BUSH.addBlockAlternative(new BlockAlternative((short) 11267, "age=3")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/TallGrass.java b/src/autogenerated/java/net/minestom/server/instance/block/states/TallGrass.java index 0154125b1..2707d5978 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/TallGrass.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/TallGrass.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class TallGrass { public static void initStates() { - TALL_GRASS.addBlockAlternative(new BlockAlternative((short) 7893, "half=upper")); - TALL_GRASS.addBlockAlternative(new BlockAlternative((short) 7894, "half=lower")); + TALL_GRASS.addBlockAlternative(new BlockAlternative((short) 7357, "half=upper")); + TALL_GRASS.addBlockAlternative(new BlockAlternative((short) 7358, "half=lower")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/TallSeagrass.java b/src/autogenerated/java/net/minestom/server/instance/block/states/TallSeagrass.java index b09ee302a..c8d1e053e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/TallSeagrass.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/TallSeagrass.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class TallSeagrass { public static void initStates() { - TALL_SEAGRASS.addBlockAlternative(new BlockAlternative((short) 1346, "half=upper")); - TALL_SEAGRASS.addBlockAlternative(new BlockAlternative((short) 1347, "half=lower")); + TALL_SEAGRASS.addBlockAlternative(new BlockAlternative((short) 1345, "half=upper")); + TALL_SEAGRASS.addBlockAlternative(new BlockAlternative((short) 1346, "half=lower")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Target.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Target.java deleted file mode 100644 index ec372e321..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Target.java +++ /dev/null @@ -1,27 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class Target { - public static void initStates() { - TARGET.addBlockAlternative(new BlockAlternative((short) 15760, "power=0")); - TARGET.addBlockAlternative(new BlockAlternative((short) 15761, "power=1")); - TARGET.addBlockAlternative(new BlockAlternative((short) 15762, "power=2")); - TARGET.addBlockAlternative(new BlockAlternative((short) 15763, "power=3")); - TARGET.addBlockAlternative(new BlockAlternative((short) 15764, "power=4")); - TARGET.addBlockAlternative(new BlockAlternative((short) 15765, "power=5")); - TARGET.addBlockAlternative(new BlockAlternative((short) 15766, "power=6")); - TARGET.addBlockAlternative(new BlockAlternative((short) 15767, "power=7")); - TARGET.addBlockAlternative(new BlockAlternative((short) 15768, "power=8")); - TARGET.addBlockAlternative(new BlockAlternative((short) 15769, "power=9")); - TARGET.addBlockAlternative(new BlockAlternative((short) 15770, "power=10")); - TARGET.addBlockAlternative(new BlockAlternative((short) 15771, "power=11")); - TARGET.addBlockAlternative(new BlockAlternative((short) 15772, "power=12")); - TARGET.addBlockAlternative(new BlockAlternative((short) 15773, "power=13")); - TARGET.addBlockAlternative(new BlockAlternative((short) 15774, "power=14")); - TARGET.addBlockAlternative(new BlockAlternative((short) 15775, "power=15")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Tnt.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Tnt.java index 7c3c95ea0..6c92dafcd 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Tnt.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Tnt.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Tnt { public static void initStates() { - TNT.addBlockAlternative(new BlockAlternative((short) 1430, "unstable=true")); - TNT.addBlockAlternative(new BlockAlternative((short) 1431, "unstable=false")); + TNT.addBlockAlternative(new BlockAlternative((short) 1429, "unstable=true")); + TNT.addBlockAlternative(new BlockAlternative((short) 1430, "unstable=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/TrappedChest.java b/src/autogenerated/java/net/minestom/server/instance/block/states/TrappedChest.java index f56bcf6b0..51cd3d474 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/TrappedChest.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/TrappedChest.java @@ -7,29 +7,29 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class TrappedChest { public static void initStates() { - TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6622, "facing=north", "type=single", "waterlogged=true")); - TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6623, "facing=north", "type=single", "waterlogged=false")); - TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6624, "facing=north", "type=left", "waterlogged=true")); - TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6625, "facing=north", "type=left", "waterlogged=false")); - TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6626, "facing=north", "type=right", "waterlogged=true")); - TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6627, "facing=north", "type=right", "waterlogged=false")); - TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6628, "facing=south", "type=single", "waterlogged=true")); - TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6629, "facing=south", "type=single", "waterlogged=false")); - TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6630, "facing=south", "type=left", "waterlogged=true")); - TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6631, "facing=south", "type=left", "waterlogged=false")); - TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6632, "facing=south", "type=right", "waterlogged=true")); - TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6633, "facing=south", "type=right", "waterlogged=false")); - TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6634, "facing=west", "type=single", "waterlogged=true")); - TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6635, "facing=west", "type=single", "waterlogged=false")); - TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6636, "facing=west", "type=left", "waterlogged=true")); - TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6637, "facing=west", "type=left", "waterlogged=false")); - TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6638, "facing=west", "type=right", "waterlogged=true")); - TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6639, "facing=west", "type=right", "waterlogged=false")); - TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6640, "facing=east", "type=single", "waterlogged=true")); - TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6641, "facing=east", "type=single", "waterlogged=false")); - TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6642, "facing=east", "type=left", "waterlogged=true")); - TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6643, "facing=east", "type=left", "waterlogged=false")); - TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6644, "facing=east", "type=right", "waterlogged=true")); - TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6645, "facing=east", "type=right", "waterlogged=false")); + TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6086, "facing=north", "type=single", "waterlogged=true")); + TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6087, "facing=north", "type=single", "waterlogged=false")); + TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6088, "facing=north", "type=left", "waterlogged=true")); + TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6089, "facing=north", "type=left", "waterlogged=false")); + TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6090, "facing=north", "type=right", "waterlogged=true")); + TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6091, "facing=north", "type=right", "waterlogged=false")); + TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6092, "facing=south", "type=single", "waterlogged=true")); + TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6093, "facing=south", "type=single", "waterlogged=false")); + TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6094, "facing=south", "type=left", "waterlogged=true")); + TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6095, "facing=south", "type=left", "waterlogged=false")); + TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6096, "facing=south", "type=right", "waterlogged=true")); + TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6097, "facing=south", "type=right", "waterlogged=false")); + TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6098, "facing=west", "type=single", "waterlogged=true")); + TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6099, "facing=west", "type=single", "waterlogged=false")); + TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6100, "facing=west", "type=left", "waterlogged=true")); + TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6101, "facing=west", "type=left", "waterlogged=false")); + TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6102, "facing=west", "type=right", "waterlogged=true")); + TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6103, "facing=west", "type=right", "waterlogged=false")); + TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6104, "facing=east", "type=single", "waterlogged=true")); + TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6105, "facing=east", "type=single", "waterlogged=false")); + TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6106, "facing=east", "type=left", "waterlogged=true")); + TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6107, "facing=east", "type=left", "waterlogged=false")); + TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6108, "facing=east", "type=right", "waterlogged=true")); + TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6109, "facing=east", "type=right", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Tripwire.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Tripwire.java index f0a3cd1a3..f08174045 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Tripwire.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Tripwire.java @@ -7,133 +7,133 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Tripwire { public static void initStates() { - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5275, "attached=true", "disarmed=true", "east=true", "north=true", "powered=true", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5276, "attached=true", "disarmed=true", "east=true", "north=true", "powered=true", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5277, "attached=true", "disarmed=true", "east=true", "north=true", "powered=true", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5278, "attached=true", "disarmed=true", "east=true", "north=true", "powered=true", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5279, "attached=true", "disarmed=true", "east=true", "north=true", "powered=false", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5280, "attached=true", "disarmed=true", "east=true", "north=true", "powered=false", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5281, "attached=true", "disarmed=true", "east=true", "north=true", "powered=false", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5282, "attached=true", "disarmed=true", "east=true", "north=true", "powered=false", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5283, "attached=true", "disarmed=true", "east=true", "north=false", "powered=true", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5284, "attached=true", "disarmed=true", "east=true", "north=false", "powered=true", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5285, "attached=true", "disarmed=true", "east=true", "north=false", "powered=true", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5286, "attached=true", "disarmed=true", "east=true", "north=false", "powered=true", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5287, "attached=true", "disarmed=true", "east=true", "north=false", "powered=false", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5288, "attached=true", "disarmed=true", "east=true", "north=false", "powered=false", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5289, "attached=true", "disarmed=true", "east=true", "north=false", "powered=false", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5290, "attached=true", "disarmed=true", "east=true", "north=false", "powered=false", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5291, "attached=true", "disarmed=true", "east=false", "north=true", "powered=true", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5292, "attached=true", "disarmed=true", "east=false", "north=true", "powered=true", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5293, "attached=true", "disarmed=true", "east=false", "north=true", "powered=true", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5294, "attached=true", "disarmed=true", "east=false", "north=true", "powered=true", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5295, "attached=true", "disarmed=true", "east=false", "north=true", "powered=false", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5296, "attached=true", "disarmed=true", "east=false", "north=true", "powered=false", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5297, "attached=true", "disarmed=true", "east=false", "north=true", "powered=false", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5298, "attached=true", "disarmed=true", "east=false", "north=true", "powered=false", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5299, "attached=true", "disarmed=true", "east=false", "north=false", "powered=true", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5300, "attached=true", "disarmed=true", "east=false", "north=false", "powered=true", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5301, "attached=true", "disarmed=true", "east=false", "north=false", "powered=true", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5302, "attached=true", "disarmed=true", "east=false", "north=false", "powered=true", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5303, "attached=true", "disarmed=true", "east=false", "north=false", "powered=false", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5304, "attached=true", "disarmed=true", "east=false", "north=false", "powered=false", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5305, "attached=true", "disarmed=true", "east=false", "north=false", "powered=false", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5306, "attached=true", "disarmed=true", "east=false", "north=false", "powered=false", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5307, "attached=true", "disarmed=false", "east=true", "north=true", "powered=true", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5308, "attached=true", "disarmed=false", "east=true", "north=true", "powered=true", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5309, "attached=true", "disarmed=false", "east=true", "north=true", "powered=true", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5310, "attached=true", "disarmed=false", "east=true", "north=true", "powered=true", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5311, "attached=true", "disarmed=false", "east=true", "north=true", "powered=false", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5312, "attached=true", "disarmed=false", "east=true", "north=true", "powered=false", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5313, "attached=true", "disarmed=false", "east=true", "north=true", "powered=false", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5314, "attached=true", "disarmed=false", "east=true", "north=true", "powered=false", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5315, "attached=true", "disarmed=false", "east=true", "north=false", "powered=true", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5316, "attached=true", "disarmed=false", "east=true", "north=false", "powered=true", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5317, "attached=true", "disarmed=false", "east=true", "north=false", "powered=true", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5318, "attached=true", "disarmed=false", "east=true", "north=false", "powered=true", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5319, "attached=true", "disarmed=false", "east=true", "north=false", "powered=false", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5320, "attached=true", "disarmed=false", "east=true", "north=false", "powered=false", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5321, "attached=true", "disarmed=false", "east=true", "north=false", "powered=false", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5322, "attached=true", "disarmed=false", "east=true", "north=false", "powered=false", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5323, "attached=true", "disarmed=false", "east=false", "north=true", "powered=true", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5324, "attached=true", "disarmed=false", "east=false", "north=true", "powered=true", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5325, "attached=true", "disarmed=false", "east=false", "north=true", "powered=true", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5326, "attached=true", "disarmed=false", "east=false", "north=true", "powered=true", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5327, "attached=true", "disarmed=false", "east=false", "north=true", "powered=false", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5328, "attached=true", "disarmed=false", "east=false", "north=true", "powered=false", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5329, "attached=true", "disarmed=false", "east=false", "north=true", "powered=false", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5330, "attached=true", "disarmed=false", "east=false", "north=true", "powered=false", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5331, "attached=true", "disarmed=false", "east=false", "north=false", "powered=true", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5332, "attached=true", "disarmed=false", "east=false", "north=false", "powered=true", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5333, "attached=true", "disarmed=false", "east=false", "north=false", "powered=true", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5334, "attached=true", "disarmed=false", "east=false", "north=false", "powered=true", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5335, "attached=true", "disarmed=false", "east=false", "north=false", "powered=false", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5336, "attached=true", "disarmed=false", "east=false", "north=false", "powered=false", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5337, "attached=true", "disarmed=false", "east=false", "north=false", "powered=false", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5338, "attached=true", "disarmed=false", "east=false", "north=false", "powered=false", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5339, "attached=false", "disarmed=true", "east=true", "north=true", "powered=true", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5340, "attached=false", "disarmed=true", "east=true", "north=true", "powered=true", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5341, "attached=false", "disarmed=true", "east=true", "north=true", "powered=true", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5342, "attached=false", "disarmed=true", "east=true", "north=true", "powered=true", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5343, "attached=false", "disarmed=true", "east=true", "north=true", "powered=false", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5344, "attached=false", "disarmed=true", "east=true", "north=true", "powered=false", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5345, "attached=false", "disarmed=true", "east=true", "north=true", "powered=false", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5346, "attached=false", "disarmed=true", "east=true", "north=true", "powered=false", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5347, "attached=false", "disarmed=true", "east=true", "north=false", "powered=true", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5348, "attached=false", "disarmed=true", "east=true", "north=false", "powered=true", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5349, "attached=false", "disarmed=true", "east=true", "north=false", "powered=true", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5350, "attached=false", "disarmed=true", "east=true", "north=false", "powered=true", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5351, "attached=false", "disarmed=true", "east=true", "north=false", "powered=false", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5352, "attached=false", "disarmed=true", "east=true", "north=false", "powered=false", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5353, "attached=false", "disarmed=true", "east=true", "north=false", "powered=false", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5354, "attached=false", "disarmed=true", "east=true", "north=false", "powered=false", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5355, "attached=false", "disarmed=true", "east=false", "north=true", "powered=true", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5356, "attached=false", "disarmed=true", "east=false", "north=true", "powered=true", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5357, "attached=false", "disarmed=true", "east=false", "north=true", "powered=true", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5358, "attached=false", "disarmed=true", "east=false", "north=true", "powered=true", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5359, "attached=false", "disarmed=true", "east=false", "north=true", "powered=false", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5360, "attached=false", "disarmed=true", "east=false", "north=true", "powered=false", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5361, "attached=false", "disarmed=true", "east=false", "north=true", "powered=false", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5362, "attached=false", "disarmed=true", "east=false", "north=true", "powered=false", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5363, "attached=false", "disarmed=true", "east=false", "north=false", "powered=true", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5364, "attached=false", "disarmed=true", "east=false", "north=false", "powered=true", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5365, "attached=false", "disarmed=true", "east=false", "north=false", "powered=true", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5366, "attached=false", "disarmed=true", "east=false", "north=false", "powered=true", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5367, "attached=false", "disarmed=true", "east=false", "north=false", "powered=false", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5368, "attached=false", "disarmed=true", "east=false", "north=false", "powered=false", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5369, "attached=false", "disarmed=true", "east=false", "north=false", "powered=false", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5370, "attached=false", "disarmed=true", "east=false", "north=false", "powered=false", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5371, "attached=false", "disarmed=false", "east=true", "north=true", "powered=true", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5372, "attached=false", "disarmed=false", "east=true", "north=true", "powered=true", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5373, "attached=false", "disarmed=false", "east=true", "north=true", "powered=true", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5374, "attached=false", "disarmed=false", "east=true", "north=true", "powered=true", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5375, "attached=false", "disarmed=false", "east=true", "north=true", "powered=false", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5376, "attached=false", "disarmed=false", "east=true", "north=true", "powered=false", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5377, "attached=false", "disarmed=false", "east=true", "north=true", "powered=false", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5378, "attached=false", "disarmed=false", "east=true", "north=true", "powered=false", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5379, "attached=false", "disarmed=false", "east=true", "north=false", "powered=true", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5380, "attached=false", "disarmed=false", "east=true", "north=false", "powered=true", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5381, "attached=false", "disarmed=false", "east=true", "north=false", "powered=true", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5382, "attached=false", "disarmed=false", "east=true", "north=false", "powered=true", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5383, "attached=false", "disarmed=false", "east=true", "north=false", "powered=false", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5384, "attached=false", "disarmed=false", "east=true", "north=false", "powered=false", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5385, "attached=false", "disarmed=false", "east=true", "north=false", "powered=false", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5386, "attached=false", "disarmed=false", "east=true", "north=false", "powered=false", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5387, "attached=false", "disarmed=false", "east=false", "north=true", "powered=true", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5388, "attached=false", "disarmed=false", "east=false", "north=true", "powered=true", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5389, "attached=false", "disarmed=false", "east=false", "north=true", "powered=true", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5390, "attached=false", "disarmed=false", "east=false", "north=true", "powered=true", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5391, "attached=false", "disarmed=false", "east=false", "north=true", "powered=false", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5392, "attached=false", "disarmed=false", "east=false", "north=true", "powered=false", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5393, "attached=false", "disarmed=false", "east=false", "north=true", "powered=false", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5394, "attached=false", "disarmed=false", "east=false", "north=true", "powered=false", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5395, "attached=false", "disarmed=false", "east=false", "north=false", "powered=true", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5396, "attached=false", "disarmed=false", "east=false", "north=false", "powered=true", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5397, "attached=false", "disarmed=false", "east=false", "north=false", "powered=true", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5398, "attached=false", "disarmed=false", "east=false", "north=false", "powered=true", "south=false", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5399, "attached=false", "disarmed=false", "east=false", "north=false", "powered=false", "south=true", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5400, "attached=false", "disarmed=false", "east=false", "north=false", "powered=false", "south=true", "west=false")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5401, "attached=false", "disarmed=false", "east=false", "north=false", "powered=false", "south=false", "west=true")); - TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5402, "attached=false", "disarmed=false", "east=false", "north=false", "powered=false", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5259, "attached=true", "disarmed=true", "east=true", "north=true", "powered=true", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5260, "attached=true", "disarmed=true", "east=true", "north=true", "powered=true", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5261, "attached=true", "disarmed=true", "east=true", "north=true", "powered=true", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5262, "attached=true", "disarmed=true", "east=true", "north=true", "powered=true", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5263, "attached=true", "disarmed=true", "east=true", "north=true", "powered=false", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5264, "attached=true", "disarmed=true", "east=true", "north=true", "powered=false", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5265, "attached=true", "disarmed=true", "east=true", "north=true", "powered=false", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5266, "attached=true", "disarmed=true", "east=true", "north=true", "powered=false", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5267, "attached=true", "disarmed=true", "east=true", "north=false", "powered=true", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5268, "attached=true", "disarmed=true", "east=true", "north=false", "powered=true", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5269, "attached=true", "disarmed=true", "east=true", "north=false", "powered=true", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5270, "attached=true", "disarmed=true", "east=true", "north=false", "powered=true", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5271, "attached=true", "disarmed=true", "east=true", "north=false", "powered=false", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5272, "attached=true", "disarmed=true", "east=true", "north=false", "powered=false", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5273, "attached=true", "disarmed=true", "east=true", "north=false", "powered=false", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5274, "attached=true", "disarmed=true", "east=true", "north=false", "powered=false", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5275, "attached=true", "disarmed=true", "east=false", "north=true", "powered=true", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5276, "attached=true", "disarmed=true", "east=false", "north=true", "powered=true", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5277, "attached=true", "disarmed=true", "east=false", "north=true", "powered=true", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5278, "attached=true", "disarmed=true", "east=false", "north=true", "powered=true", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5279, "attached=true", "disarmed=true", "east=false", "north=true", "powered=false", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5280, "attached=true", "disarmed=true", "east=false", "north=true", "powered=false", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5281, "attached=true", "disarmed=true", "east=false", "north=true", "powered=false", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5282, "attached=true", "disarmed=true", "east=false", "north=true", "powered=false", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5283, "attached=true", "disarmed=true", "east=false", "north=false", "powered=true", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5284, "attached=true", "disarmed=true", "east=false", "north=false", "powered=true", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5285, "attached=true", "disarmed=true", "east=false", "north=false", "powered=true", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5286, "attached=true", "disarmed=true", "east=false", "north=false", "powered=true", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5287, "attached=true", "disarmed=true", "east=false", "north=false", "powered=false", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5288, "attached=true", "disarmed=true", "east=false", "north=false", "powered=false", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5289, "attached=true", "disarmed=true", "east=false", "north=false", "powered=false", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5290, "attached=true", "disarmed=true", "east=false", "north=false", "powered=false", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5291, "attached=true", "disarmed=false", "east=true", "north=true", "powered=true", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5292, "attached=true", "disarmed=false", "east=true", "north=true", "powered=true", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5293, "attached=true", "disarmed=false", "east=true", "north=true", "powered=true", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5294, "attached=true", "disarmed=false", "east=true", "north=true", "powered=true", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5295, "attached=true", "disarmed=false", "east=true", "north=true", "powered=false", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5296, "attached=true", "disarmed=false", "east=true", "north=true", "powered=false", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5297, "attached=true", "disarmed=false", "east=true", "north=true", "powered=false", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5298, "attached=true", "disarmed=false", "east=true", "north=true", "powered=false", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5299, "attached=true", "disarmed=false", "east=true", "north=false", "powered=true", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5300, "attached=true", "disarmed=false", "east=true", "north=false", "powered=true", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5301, "attached=true", "disarmed=false", "east=true", "north=false", "powered=true", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5302, "attached=true", "disarmed=false", "east=true", "north=false", "powered=true", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5303, "attached=true", "disarmed=false", "east=true", "north=false", "powered=false", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5304, "attached=true", "disarmed=false", "east=true", "north=false", "powered=false", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5305, "attached=true", "disarmed=false", "east=true", "north=false", "powered=false", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5306, "attached=true", "disarmed=false", "east=true", "north=false", "powered=false", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5307, "attached=true", "disarmed=false", "east=false", "north=true", "powered=true", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5308, "attached=true", "disarmed=false", "east=false", "north=true", "powered=true", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5309, "attached=true", "disarmed=false", "east=false", "north=true", "powered=true", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5310, "attached=true", "disarmed=false", "east=false", "north=true", "powered=true", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5311, "attached=true", "disarmed=false", "east=false", "north=true", "powered=false", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5312, "attached=true", "disarmed=false", "east=false", "north=true", "powered=false", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5313, "attached=true", "disarmed=false", "east=false", "north=true", "powered=false", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5314, "attached=true", "disarmed=false", "east=false", "north=true", "powered=false", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5315, "attached=true", "disarmed=false", "east=false", "north=false", "powered=true", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5316, "attached=true", "disarmed=false", "east=false", "north=false", "powered=true", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5317, "attached=true", "disarmed=false", "east=false", "north=false", "powered=true", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5318, "attached=true", "disarmed=false", "east=false", "north=false", "powered=true", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5319, "attached=true", "disarmed=false", "east=false", "north=false", "powered=false", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5320, "attached=true", "disarmed=false", "east=false", "north=false", "powered=false", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5321, "attached=true", "disarmed=false", "east=false", "north=false", "powered=false", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5322, "attached=true", "disarmed=false", "east=false", "north=false", "powered=false", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5323, "attached=false", "disarmed=true", "east=true", "north=true", "powered=true", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5324, "attached=false", "disarmed=true", "east=true", "north=true", "powered=true", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5325, "attached=false", "disarmed=true", "east=true", "north=true", "powered=true", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5326, "attached=false", "disarmed=true", "east=true", "north=true", "powered=true", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5327, "attached=false", "disarmed=true", "east=true", "north=true", "powered=false", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5328, "attached=false", "disarmed=true", "east=true", "north=true", "powered=false", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5329, "attached=false", "disarmed=true", "east=true", "north=true", "powered=false", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5330, "attached=false", "disarmed=true", "east=true", "north=true", "powered=false", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5331, "attached=false", "disarmed=true", "east=true", "north=false", "powered=true", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5332, "attached=false", "disarmed=true", "east=true", "north=false", "powered=true", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5333, "attached=false", "disarmed=true", "east=true", "north=false", "powered=true", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5334, "attached=false", "disarmed=true", "east=true", "north=false", "powered=true", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5335, "attached=false", "disarmed=true", "east=true", "north=false", "powered=false", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5336, "attached=false", "disarmed=true", "east=true", "north=false", "powered=false", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5337, "attached=false", "disarmed=true", "east=true", "north=false", "powered=false", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5338, "attached=false", "disarmed=true", "east=true", "north=false", "powered=false", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5339, "attached=false", "disarmed=true", "east=false", "north=true", "powered=true", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5340, "attached=false", "disarmed=true", "east=false", "north=true", "powered=true", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5341, "attached=false", "disarmed=true", "east=false", "north=true", "powered=true", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5342, "attached=false", "disarmed=true", "east=false", "north=true", "powered=true", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5343, "attached=false", "disarmed=true", "east=false", "north=true", "powered=false", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5344, "attached=false", "disarmed=true", "east=false", "north=true", "powered=false", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5345, "attached=false", "disarmed=true", "east=false", "north=true", "powered=false", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5346, "attached=false", "disarmed=true", "east=false", "north=true", "powered=false", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5347, "attached=false", "disarmed=true", "east=false", "north=false", "powered=true", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5348, "attached=false", "disarmed=true", "east=false", "north=false", "powered=true", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5349, "attached=false", "disarmed=true", "east=false", "north=false", "powered=true", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5350, "attached=false", "disarmed=true", "east=false", "north=false", "powered=true", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5351, "attached=false", "disarmed=true", "east=false", "north=false", "powered=false", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5352, "attached=false", "disarmed=true", "east=false", "north=false", "powered=false", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5353, "attached=false", "disarmed=true", "east=false", "north=false", "powered=false", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5354, "attached=false", "disarmed=true", "east=false", "north=false", "powered=false", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5355, "attached=false", "disarmed=false", "east=true", "north=true", "powered=true", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5356, "attached=false", "disarmed=false", "east=true", "north=true", "powered=true", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5357, "attached=false", "disarmed=false", "east=true", "north=true", "powered=true", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5358, "attached=false", "disarmed=false", "east=true", "north=true", "powered=true", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5359, "attached=false", "disarmed=false", "east=true", "north=true", "powered=false", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5360, "attached=false", "disarmed=false", "east=true", "north=true", "powered=false", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5361, "attached=false", "disarmed=false", "east=true", "north=true", "powered=false", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5362, "attached=false", "disarmed=false", "east=true", "north=true", "powered=false", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5363, "attached=false", "disarmed=false", "east=true", "north=false", "powered=true", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5364, "attached=false", "disarmed=false", "east=true", "north=false", "powered=true", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5365, "attached=false", "disarmed=false", "east=true", "north=false", "powered=true", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5366, "attached=false", "disarmed=false", "east=true", "north=false", "powered=true", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5367, "attached=false", "disarmed=false", "east=true", "north=false", "powered=false", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5368, "attached=false", "disarmed=false", "east=true", "north=false", "powered=false", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5369, "attached=false", "disarmed=false", "east=true", "north=false", "powered=false", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5370, "attached=false", "disarmed=false", "east=true", "north=false", "powered=false", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5371, "attached=false", "disarmed=false", "east=false", "north=true", "powered=true", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5372, "attached=false", "disarmed=false", "east=false", "north=true", "powered=true", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5373, "attached=false", "disarmed=false", "east=false", "north=true", "powered=true", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5374, "attached=false", "disarmed=false", "east=false", "north=true", "powered=true", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5375, "attached=false", "disarmed=false", "east=false", "north=true", "powered=false", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5376, "attached=false", "disarmed=false", "east=false", "north=true", "powered=false", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5377, "attached=false", "disarmed=false", "east=false", "north=true", "powered=false", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5378, "attached=false", "disarmed=false", "east=false", "north=true", "powered=false", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5379, "attached=false", "disarmed=false", "east=false", "north=false", "powered=true", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5380, "attached=false", "disarmed=false", "east=false", "north=false", "powered=true", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5381, "attached=false", "disarmed=false", "east=false", "north=false", "powered=true", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5382, "attached=false", "disarmed=false", "east=false", "north=false", "powered=true", "south=false", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5383, "attached=false", "disarmed=false", "east=false", "north=false", "powered=false", "south=true", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5384, "attached=false", "disarmed=false", "east=false", "north=false", "powered=false", "south=true", "west=false")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5385, "attached=false", "disarmed=false", "east=false", "north=false", "powered=false", "south=false", "west=true")); + TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5386, "attached=false", "disarmed=false", "east=false", "north=false", "powered=false", "south=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/TripwireHook.java b/src/autogenerated/java/net/minestom/server/instance/block/states/TripwireHook.java index 98d8b0471..f7ecbde8b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/TripwireHook.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/TripwireHook.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class TripwireHook { public static void initStates() { - TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5259, "attached=true", "facing=north", "powered=true")); - TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5260, "attached=true", "facing=north", "powered=false")); - TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5261, "attached=true", "facing=south", "powered=true")); - TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5262, "attached=true", "facing=south", "powered=false")); - TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5263, "attached=true", "facing=west", "powered=true")); - TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5264, "attached=true", "facing=west", "powered=false")); - TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5265, "attached=true", "facing=east", "powered=true")); - TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5266, "attached=true", "facing=east", "powered=false")); - TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5267, "attached=false", "facing=north", "powered=true")); - TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5268, "attached=false", "facing=north", "powered=false")); - TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5269, "attached=false", "facing=south", "powered=true")); - TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5270, "attached=false", "facing=south", "powered=false")); - TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5271, "attached=false", "facing=west", "powered=true")); - TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5272, "attached=false", "facing=west", "powered=false")); - TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5273, "attached=false", "facing=east", "powered=true")); - TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5274, "attached=false", "facing=east", "powered=false")); + TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5243, "attached=true", "facing=north", "powered=true")); + TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5244, "attached=true", "facing=north", "powered=false")); + TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5245, "attached=true", "facing=south", "powered=true")); + TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5246, "attached=true", "facing=south", "powered=false")); + TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5247, "attached=true", "facing=west", "powered=true")); + TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5248, "attached=true", "facing=west", "powered=false")); + TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5249, "attached=true", "facing=east", "powered=true")); + TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5250, "attached=true", "facing=east", "powered=false")); + TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5251, "attached=false", "facing=north", "powered=true")); + TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5252, "attached=false", "facing=north", "powered=false")); + TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5253, "attached=false", "facing=south", "powered=true")); + TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5254, "attached=false", "facing=south", "powered=false")); + TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5255, "attached=false", "facing=west", "powered=true")); + TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5256, "attached=false", "facing=west", "powered=false")); + TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5257, "attached=false", "facing=east", "powered=true")); + TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5258, "attached=false", "facing=east", "powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoral.java b/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoral.java index 3dfbc1692..fa852c035 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoral.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoral.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class TubeCoral { public static void initStates() { - TUBE_CORAL.addBlockAlternative(new BlockAlternative((short) 9530, "waterlogged=true")); - TUBE_CORAL.addBlockAlternative(new BlockAlternative((short) 9531, "waterlogged=false")); + TUBE_CORAL.addBlockAlternative(new BlockAlternative((short) 8994, "waterlogged=true")); + TUBE_CORAL.addBlockAlternative(new BlockAlternative((short) 8995, "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoralFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoralFan.java index 0ad1dda6d..4e689302a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoralFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoralFan.java @@ -7,7 +7,7 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class TubeCoralFan { public static void initStates() { - TUBE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9550, "waterlogged=true")); - TUBE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9551, "waterlogged=false")); + TUBE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9014, "waterlogged=true")); + TUBE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9015, "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoralWallFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoralWallFan.java index ba447259a..aeb1240d4 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoralWallFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoralWallFan.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class TubeCoralWallFan { public static void initStates() { - TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9600, "facing=north", "waterlogged=true")); - TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9601, "facing=north", "waterlogged=false")); - TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9602, "facing=south", "waterlogged=true")); - TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9603, "facing=south", "waterlogged=false")); - TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9604, "facing=west", "waterlogged=true")); - TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9605, "facing=west", "waterlogged=false")); - TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9606, "facing=east", "waterlogged=true")); - TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9607, "facing=east", "waterlogged=false")); + TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9064, "facing=north", "waterlogged=true")); + TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9065, "facing=north", "waterlogged=false")); + TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9066, "facing=south", "waterlogged=true")); + TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9067, "facing=south", "waterlogged=false")); + TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9068, "facing=west", "waterlogged=true")); + TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9069, "facing=west", "waterlogged=false")); + TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9070, "facing=east", "waterlogged=true")); + TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9071, "facing=east", "waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/TurtleEgg.java b/src/autogenerated/java/net/minestom/server/instance/block/states/TurtleEgg.java index 483607492..a30496f97 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/TurtleEgg.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/TurtleEgg.java @@ -7,17 +7,17 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class TurtleEgg { public static void initStates() { - TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9498, "eggs=1", "hatch=0")); - TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9499, "eggs=1", "hatch=1")); - TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9500, "eggs=1", "hatch=2")); - TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9501, "eggs=2", "hatch=0")); - TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9502, "eggs=2", "hatch=1")); - TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9503, "eggs=2", "hatch=2")); - TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9504, "eggs=3", "hatch=0")); - TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9505, "eggs=3", "hatch=1")); - TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9506, "eggs=3", "hatch=2")); - TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9507, "eggs=4", "hatch=0")); - TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9508, "eggs=4", "hatch=1")); - TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9509, "eggs=4", "hatch=2")); + TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 8962, "eggs=1", "hatch=0")); + TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 8963, "eggs=1", "hatch=1")); + TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 8964, "eggs=1", "hatch=2")); + TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 8965, "eggs=2", "hatch=0")); + TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 8966, "eggs=2", "hatch=1")); + TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 8967, "eggs=2", "hatch=2")); + TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 8968, "eggs=3", "hatch=0")); + TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 8969, "eggs=3", "hatch=1")); + TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 8970, "eggs=3", "hatch=2")); + TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 8971, "eggs=4", "hatch=0")); + TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 8972, "eggs=4", "hatch=1")); + TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 8973, "eggs=4", "hatch=2")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/TwistingVines.java b/src/autogenerated/java/net/minestom/server/instance/block/states/TwistingVines.java deleted file mode 100644 index 95afd16d6..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/TwistingVines.java +++ /dev/null @@ -1,37 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class TwistingVines { - public static void initStates() { - TWISTING_VINES.addBlockAlternative(new BlockAlternative((short) 15017, "age=0")); - TWISTING_VINES.addBlockAlternative(new BlockAlternative((short) 15018, "age=1")); - TWISTING_VINES.addBlockAlternative(new BlockAlternative((short) 15019, "age=2")); - TWISTING_VINES.addBlockAlternative(new BlockAlternative((short) 15020, "age=3")); - TWISTING_VINES.addBlockAlternative(new BlockAlternative((short) 15021, "age=4")); - TWISTING_VINES.addBlockAlternative(new BlockAlternative((short) 15022, "age=5")); - TWISTING_VINES.addBlockAlternative(new BlockAlternative((short) 15023, "age=6")); - TWISTING_VINES.addBlockAlternative(new BlockAlternative((short) 15024, "age=7")); - TWISTING_VINES.addBlockAlternative(new BlockAlternative((short) 15025, "age=8")); - TWISTING_VINES.addBlockAlternative(new BlockAlternative((short) 15026, "age=9")); - TWISTING_VINES.addBlockAlternative(new BlockAlternative((short) 15027, "age=10")); - TWISTING_VINES.addBlockAlternative(new BlockAlternative((short) 15028, "age=11")); - TWISTING_VINES.addBlockAlternative(new BlockAlternative((short) 15029, "age=12")); - TWISTING_VINES.addBlockAlternative(new BlockAlternative((short) 15030, "age=13")); - TWISTING_VINES.addBlockAlternative(new BlockAlternative((short) 15031, "age=14")); - TWISTING_VINES.addBlockAlternative(new BlockAlternative((short) 15032, "age=15")); - TWISTING_VINES.addBlockAlternative(new BlockAlternative((short) 15033, "age=16")); - TWISTING_VINES.addBlockAlternative(new BlockAlternative((short) 15034, "age=17")); - TWISTING_VINES.addBlockAlternative(new BlockAlternative((short) 15035, "age=18")); - TWISTING_VINES.addBlockAlternative(new BlockAlternative((short) 15036, "age=19")); - TWISTING_VINES.addBlockAlternative(new BlockAlternative((short) 15037, "age=20")); - TWISTING_VINES.addBlockAlternative(new BlockAlternative((short) 15038, "age=21")); - TWISTING_VINES.addBlockAlternative(new BlockAlternative((short) 15039, "age=22")); - TWISTING_VINES.addBlockAlternative(new BlockAlternative((short) 15040, "age=23")); - TWISTING_VINES.addBlockAlternative(new BlockAlternative((short) 15041, "age=24")); - TWISTING_VINES.addBlockAlternative(new BlockAlternative((short) 15042, "age=25")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Vine.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Vine.java index 0403acfcb..edddd82c5 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Vine.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Vine.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Vine { public static void initStates() { - VINE.addBlockAlternative(new BlockAlternative((short) 4788, "east=true", "north=true", "south=true", "up=true", "west=true")); - VINE.addBlockAlternative(new BlockAlternative((short) 4789, "east=true", "north=true", "south=true", "up=true", "west=false")); - VINE.addBlockAlternative(new BlockAlternative((short) 4790, "east=true", "north=true", "south=true", "up=false", "west=true")); - VINE.addBlockAlternative(new BlockAlternative((short) 4791, "east=true", "north=true", "south=true", "up=false", "west=false")); - VINE.addBlockAlternative(new BlockAlternative((short) 4792, "east=true", "north=true", "south=false", "up=true", "west=true")); - VINE.addBlockAlternative(new BlockAlternative((short) 4793, "east=true", "north=true", "south=false", "up=true", "west=false")); - VINE.addBlockAlternative(new BlockAlternative((short) 4794, "east=true", "north=true", "south=false", "up=false", "west=true")); - VINE.addBlockAlternative(new BlockAlternative((short) 4795, "east=true", "north=true", "south=false", "up=false", "west=false")); - VINE.addBlockAlternative(new BlockAlternative((short) 4796, "east=true", "north=false", "south=true", "up=true", "west=true")); - VINE.addBlockAlternative(new BlockAlternative((short) 4797, "east=true", "north=false", "south=true", "up=true", "west=false")); - VINE.addBlockAlternative(new BlockAlternative((short) 4798, "east=true", "north=false", "south=true", "up=false", "west=true")); - VINE.addBlockAlternative(new BlockAlternative((short) 4799, "east=true", "north=false", "south=true", "up=false", "west=false")); - VINE.addBlockAlternative(new BlockAlternative((short) 4800, "east=true", "north=false", "south=false", "up=true", "west=true")); - VINE.addBlockAlternative(new BlockAlternative((short) 4801, "east=true", "north=false", "south=false", "up=true", "west=false")); - VINE.addBlockAlternative(new BlockAlternative((short) 4802, "east=true", "north=false", "south=false", "up=false", "west=true")); - VINE.addBlockAlternative(new BlockAlternative((short) 4803, "east=true", "north=false", "south=false", "up=false", "west=false")); - VINE.addBlockAlternative(new BlockAlternative((short) 4804, "east=false", "north=true", "south=true", "up=true", "west=true")); - VINE.addBlockAlternative(new BlockAlternative((short) 4805, "east=false", "north=true", "south=true", "up=true", "west=false")); - VINE.addBlockAlternative(new BlockAlternative((short) 4806, "east=false", "north=true", "south=true", "up=false", "west=true")); - VINE.addBlockAlternative(new BlockAlternative((short) 4807, "east=false", "north=true", "south=true", "up=false", "west=false")); - VINE.addBlockAlternative(new BlockAlternative((short) 4808, "east=false", "north=true", "south=false", "up=true", "west=true")); - VINE.addBlockAlternative(new BlockAlternative((short) 4809, "east=false", "north=true", "south=false", "up=true", "west=false")); - VINE.addBlockAlternative(new BlockAlternative((short) 4810, "east=false", "north=true", "south=false", "up=false", "west=true")); - VINE.addBlockAlternative(new BlockAlternative((short) 4811, "east=false", "north=true", "south=false", "up=false", "west=false")); - VINE.addBlockAlternative(new BlockAlternative((short) 4812, "east=false", "north=false", "south=true", "up=true", "west=true")); - VINE.addBlockAlternative(new BlockAlternative((short) 4813, "east=false", "north=false", "south=true", "up=true", "west=false")); - VINE.addBlockAlternative(new BlockAlternative((short) 4814, "east=false", "north=false", "south=true", "up=false", "west=true")); - VINE.addBlockAlternative(new BlockAlternative((short) 4815, "east=false", "north=false", "south=true", "up=false", "west=false")); - VINE.addBlockAlternative(new BlockAlternative((short) 4816, "east=false", "north=false", "south=false", "up=true", "west=true")); - VINE.addBlockAlternative(new BlockAlternative((short) 4817, "east=false", "north=false", "south=false", "up=true", "west=false")); - VINE.addBlockAlternative(new BlockAlternative((short) 4818, "east=false", "north=false", "south=false", "up=false", "west=true")); - VINE.addBlockAlternative(new BlockAlternative((short) 4819, "east=false", "north=false", "south=false", "up=false", "west=false")); + VINE.addBlockAlternative(new BlockAlternative((short) 4772, "east=true", "north=true", "south=true", "up=true", "west=true")); + VINE.addBlockAlternative(new BlockAlternative((short) 4773, "east=true", "north=true", "south=true", "up=true", "west=false")); + VINE.addBlockAlternative(new BlockAlternative((short) 4774, "east=true", "north=true", "south=true", "up=false", "west=true")); + VINE.addBlockAlternative(new BlockAlternative((short) 4775, "east=true", "north=true", "south=true", "up=false", "west=false")); + VINE.addBlockAlternative(new BlockAlternative((short) 4776, "east=true", "north=true", "south=false", "up=true", "west=true")); + VINE.addBlockAlternative(new BlockAlternative((short) 4777, "east=true", "north=true", "south=false", "up=true", "west=false")); + VINE.addBlockAlternative(new BlockAlternative((short) 4778, "east=true", "north=true", "south=false", "up=false", "west=true")); + VINE.addBlockAlternative(new BlockAlternative((short) 4779, "east=true", "north=true", "south=false", "up=false", "west=false")); + VINE.addBlockAlternative(new BlockAlternative((short) 4780, "east=true", "north=false", "south=true", "up=true", "west=true")); + VINE.addBlockAlternative(new BlockAlternative((short) 4781, "east=true", "north=false", "south=true", "up=true", "west=false")); + VINE.addBlockAlternative(new BlockAlternative((short) 4782, "east=true", "north=false", "south=true", "up=false", "west=true")); + VINE.addBlockAlternative(new BlockAlternative((short) 4783, "east=true", "north=false", "south=true", "up=false", "west=false")); + VINE.addBlockAlternative(new BlockAlternative((short) 4784, "east=true", "north=false", "south=false", "up=true", "west=true")); + VINE.addBlockAlternative(new BlockAlternative((short) 4785, "east=true", "north=false", "south=false", "up=true", "west=false")); + VINE.addBlockAlternative(new BlockAlternative((short) 4786, "east=true", "north=false", "south=false", "up=false", "west=true")); + VINE.addBlockAlternative(new BlockAlternative((short) 4787, "east=true", "north=false", "south=false", "up=false", "west=false")); + VINE.addBlockAlternative(new BlockAlternative((short) 4788, "east=false", "north=true", "south=true", "up=true", "west=true")); + VINE.addBlockAlternative(new BlockAlternative((short) 4789, "east=false", "north=true", "south=true", "up=true", "west=false")); + VINE.addBlockAlternative(new BlockAlternative((short) 4790, "east=false", "north=true", "south=true", "up=false", "west=true")); + VINE.addBlockAlternative(new BlockAlternative((short) 4791, "east=false", "north=true", "south=true", "up=false", "west=false")); + VINE.addBlockAlternative(new BlockAlternative((short) 4792, "east=false", "north=true", "south=false", "up=true", "west=true")); + VINE.addBlockAlternative(new BlockAlternative((short) 4793, "east=false", "north=true", "south=false", "up=true", "west=false")); + VINE.addBlockAlternative(new BlockAlternative((short) 4794, "east=false", "north=true", "south=false", "up=false", "west=true")); + VINE.addBlockAlternative(new BlockAlternative((short) 4795, "east=false", "north=true", "south=false", "up=false", "west=false")); + VINE.addBlockAlternative(new BlockAlternative((short) 4796, "east=false", "north=false", "south=true", "up=true", "west=true")); + VINE.addBlockAlternative(new BlockAlternative((short) 4797, "east=false", "north=false", "south=true", "up=true", "west=false")); + VINE.addBlockAlternative(new BlockAlternative((short) 4798, "east=false", "north=false", "south=true", "up=false", "west=true")); + VINE.addBlockAlternative(new BlockAlternative((short) 4799, "east=false", "north=false", "south=true", "up=false", "west=false")); + VINE.addBlockAlternative(new BlockAlternative((short) 4800, "east=false", "north=false", "south=false", "up=true", "west=true")); + VINE.addBlockAlternative(new BlockAlternative((short) 4801, "east=false", "north=false", "south=false", "up=true", "west=false")); + VINE.addBlockAlternative(new BlockAlternative((short) 4802, "east=false", "north=false", "south=false", "up=false", "west=true")); + VINE.addBlockAlternative(new BlockAlternative((short) 4803, "east=false", "north=false", "south=false", "up=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WallTorch.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WallTorch.java index d0e5698c0..cd00c8e4e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WallTorch.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WallTorch.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class WallTorch { public static void initStates() { - WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 1436, "facing=north")); - WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 1437, "facing=south")); - WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 1438, "facing=west")); - WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 1439, "facing=east")); + WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 1435, "facing=north")); + WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 1436, "facing=south")); + WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 1437, "facing=west")); + WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 1438, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedButton.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedButton.java deleted file mode 100644 index 20fa04e3e..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedButton.java +++ /dev/null @@ -1,35 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class WarpedButton { - public static void initStates() { - WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15503, "face=floor", "facing=north", "powered=true")); - WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15504, "face=floor", "facing=north", "powered=false")); - WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15505, "face=floor", "facing=south", "powered=true")); - WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15506, "face=floor", "facing=south", "powered=false")); - WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15507, "face=floor", "facing=west", "powered=true")); - WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15508, "face=floor", "facing=west", "powered=false")); - WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15509, "face=floor", "facing=east", "powered=true")); - WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15510, "face=floor", "facing=east", "powered=false")); - WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15511, "face=wall", "facing=north", "powered=true")); - WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15512, "face=wall", "facing=north", "powered=false")); - WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15513, "face=wall", "facing=south", "powered=true")); - WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15514, "face=wall", "facing=south", "powered=false")); - WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15515, "face=wall", "facing=west", "powered=true")); - WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15516, "face=wall", "facing=west", "powered=false")); - WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15517, "face=wall", "facing=east", "powered=true")); - WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15518, "face=wall", "facing=east", "powered=false")); - WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15519, "face=ceiling", "facing=north", "powered=true")); - WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15520, "face=ceiling", "facing=north", "powered=false")); - WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15521, "face=ceiling", "facing=south", "powered=true")); - WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15522, "face=ceiling", "facing=south", "powered=false")); - WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15523, "face=ceiling", "facing=west", "powered=true")); - WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15524, "face=ceiling", "facing=west", "powered=false")); - WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15525, "face=ceiling", "facing=east", "powered=true")); - WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15526, "face=ceiling", "facing=east", "powered=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedDoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedDoor.java deleted file mode 100644 index 6e4f8ebe4..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedDoor.java +++ /dev/null @@ -1,75 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class WarpedDoor { - public static void initStates() { - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15591, "facing=north", "half=upper", "hinge=left", "open=true", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15592, "facing=north", "half=upper", "hinge=left", "open=true", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15593, "facing=north", "half=upper", "hinge=left", "open=false", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15594, "facing=north", "half=upper", "hinge=left", "open=false", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15595, "facing=north", "half=upper", "hinge=right", "open=true", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15596, "facing=north", "half=upper", "hinge=right", "open=true", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15597, "facing=north", "half=upper", "hinge=right", "open=false", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15598, "facing=north", "half=upper", "hinge=right", "open=false", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15599, "facing=north", "half=lower", "hinge=left", "open=true", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15600, "facing=north", "half=lower", "hinge=left", "open=true", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15601, "facing=north", "half=lower", "hinge=left", "open=false", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15602, "facing=north", "half=lower", "hinge=left", "open=false", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15603, "facing=north", "half=lower", "hinge=right", "open=true", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15604, "facing=north", "half=lower", "hinge=right", "open=true", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15605, "facing=north", "half=lower", "hinge=right", "open=false", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15606, "facing=north", "half=lower", "hinge=right", "open=false", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15607, "facing=south", "half=upper", "hinge=left", "open=true", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15608, "facing=south", "half=upper", "hinge=left", "open=true", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15609, "facing=south", "half=upper", "hinge=left", "open=false", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15610, "facing=south", "half=upper", "hinge=left", "open=false", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15611, "facing=south", "half=upper", "hinge=right", "open=true", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15612, "facing=south", "half=upper", "hinge=right", "open=true", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15613, "facing=south", "half=upper", "hinge=right", "open=false", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15614, "facing=south", "half=upper", "hinge=right", "open=false", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15615, "facing=south", "half=lower", "hinge=left", "open=true", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15616, "facing=south", "half=lower", "hinge=left", "open=true", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15617, "facing=south", "half=lower", "hinge=left", "open=false", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15618, "facing=south", "half=lower", "hinge=left", "open=false", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15619, "facing=south", "half=lower", "hinge=right", "open=true", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15620, "facing=south", "half=lower", "hinge=right", "open=true", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15621, "facing=south", "half=lower", "hinge=right", "open=false", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15622, "facing=south", "half=lower", "hinge=right", "open=false", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15623, "facing=west", "half=upper", "hinge=left", "open=true", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15624, "facing=west", "half=upper", "hinge=left", "open=true", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15625, "facing=west", "half=upper", "hinge=left", "open=false", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15626, "facing=west", "half=upper", "hinge=left", "open=false", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15627, "facing=west", "half=upper", "hinge=right", "open=true", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15628, "facing=west", "half=upper", "hinge=right", "open=true", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15629, "facing=west", "half=upper", "hinge=right", "open=false", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15630, "facing=west", "half=upper", "hinge=right", "open=false", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15631, "facing=west", "half=lower", "hinge=left", "open=true", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15632, "facing=west", "half=lower", "hinge=left", "open=true", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15633, "facing=west", "half=lower", "hinge=left", "open=false", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15634, "facing=west", "half=lower", "hinge=left", "open=false", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15635, "facing=west", "half=lower", "hinge=right", "open=true", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15636, "facing=west", "half=lower", "hinge=right", "open=true", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15637, "facing=west", "half=lower", "hinge=right", "open=false", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15638, "facing=west", "half=lower", "hinge=right", "open=false", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15639, "facing=east", "half=upper", "hinge=left", "open=true", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15640, "facing=east", "half=upper", "hinge=left", "open=true", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15641, "facing=east", "half=upper", "hinge=left", "open=false", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15642, "facing=east", "half=upper", "hinge=left", "open=false", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15643, "facing=east", "half=upper", "hinge=right", "open=true", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15644, "facing=east", "half=upper", "hinge=right", "open=true", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15645, "facing=east", "half=upper", "hinge=right", "open=false", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15646, "facing=east", "half=upper", "hinge=right", "open=false", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15647, "facing=east", "half=lower", "hinge=left", "open=true", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15648, "facing=east", "half=lower", "hinge=left", "open=true", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15649, "facing=east", "half=lower", "hinge=left", "open=false", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15650, "facing=east", "half=lower", "hinge=left", "open=false", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15651, "facing=east", "half=lower", "hinge=right", "open=true", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15652, "facing=east", "half=lower", "hinge=right", "open=true", "powered=false")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15653, "facing=east", "half=lower", "hinge=right", "open=false", "powered=true")); - WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15654, "facing=east", "half=lower", "hinge=right", "open=false", "powered=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedFence.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedFence.java deleted file mode 100644 index 911811287..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedFence.java +++ /dev/null @@ -1,43 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class WarpedFence { - public static void initStates() { - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15095, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15096, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15097, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15098, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15099, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15100, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15101, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15102, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15103, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15104, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15105, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15106, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15107, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15108, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15109, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15110, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15111, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15112, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15113, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15114, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15115, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15116, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15117, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15118, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15119, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15120, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15121, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15122, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15123, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15124, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15125, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15126, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedFenceGate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedFenceGate.java deleted file mode 100644 index 4411eb080..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedFenceGate.java +++ /dev/null @@ -1,43 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class WarpedFenceGate { - public static void initStates() { - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15287, "facing=north", "in_wall=true", "open=true", "powered=true")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15288, "facing=north", "in_wall=true", "open=true", "powered=false")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15289, "facing=north", "in_wall=true", "open=false", "powered=true")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15290, "facing=north", "in_wall=true", "open=false", "powered=false")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15291, "facing=north", "in_wall=false", "open=true", "powered=true")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15292, "facing=north", "in_wall=false", "open=true", "powered=false")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15293, "facing=north", "in_wall=false", "open=false", "powered=true")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15294, "facing=north", "in_wall=false", "open=false", "powered=false")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15295, "facing=south", "in_wall=true", "open=true", "powered=true")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15296, "facing=south", "in_wall=true", "open=true", "powered=false")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15297, "facing=south", "in_wall=true", "open=false", "powered=true")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15298, "facing=south", "in_wall=true", "open=false", "powered=false")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15299, "facing=south", "in_wall=false", "open=true", "powered=true")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15300, "facing=south", "in_wall=false", "open=true", "powered=false")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15301, "facing=south", "in_wall=false", "open=false", "powered=true")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15302, "facing=south", "in_wall=false", "open=false", "powered=false")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15303, "facing=west", "in_wall=true", "open=true", "powered=true")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15304, "facing=west", "in_wall=true", "open=true", "powered=false")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15305, "facing=west", "in_wall=true", "open=false", "powered=true")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15306, "facing=west", "in_wall=true", "open=false", "powered=false")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15307, "facing=west", "in_wall=false", "open=true", "powered=true")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15308, "facing=west", "in_wall=false", "open=true", "powered=false")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15309, "facing=west", "in_wall=false", "open=false", "powered=true")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15310, "facing=west", "in_wall=false", "open=false", "powered=false")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15311, "facing=east", "in_wall=true", "open=true", "powered=true")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15312, "facing=east", "in_wall=true", "open=true", "powered=false")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15313, "facing=east", "in_wall=true", "open=false", "powered=true")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15314, "facing=east", "in_wall=true", "open=false", "powered=false")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15315, "facing=east", "in_wall=false", "open=true", "powered=true")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15316, "facing=east", "in_wall=false", "open=true", "powered=false")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15317, "facing=east", "in_wall=false", "open=false", "powered=true")); - WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15318, "facing=east", "in_wall=false", "open=false", "powered=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedHyphae.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedHyphae.java deleted file mode 100644 index 79d350a17..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedHyphae.java +++ /dev/null @@ -1,14 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class WarpedHyphae { - public static void initStates() { - WARPED_HYPHAE.addBlockAlternative(new BlockAlternative((short) 14964, "axis=x")); - WARPED_HYPHAE.addBlockAlternative(new BlockAlternative((short) 14965, "axis=y")); - WARPED_HYPHAE.addBlockAlternative(new BlockAlternative((short) 14966, "axis=z")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedPressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedPressurePlate.java deleted file mode 100644 index 3d64738a5..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedPressurePlate.java +++ /dev/null @@ -1,13 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class WarpedPressurePlate { - public static void initStates() { - WARPED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 15061, "powered=true")); - WARPED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 15062, "powered=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedSign.java deleted file mode 100644 index d70fabc3c..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedSign.java +++ /dev/null @@ -1,43 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class WarpedSign { - public static void initStates() { - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15687, "rotation=0", "waterlogged=true")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15688, "rotation=0", "waterlogged=false")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15689, "rotation=1", "waterlogged=true")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15690, "rotation=1", "waterlogged=false")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15691, "rotation=2", "waterlogged=true")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15692, "rotation=2", "waterlogged=false")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15693, "rotation=3", "waterlogged=true")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15694, "rotation=3", "waterlogged=false")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15695, "rotation=4", "waterlogged=true")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15696, "rotation=4", "waterlogged=false")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15697, "rotation=5", "waterlogged=true")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15698, "rotation=5", "waterlogged=false")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15699, "rotation=6", "waterlogged=true")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15700, "rotation=6", "waterlogged=false")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15701, "rotation=7", "waterlogged=true")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15702, "rotation=7", "waterlogged=false")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15703, "rotation=8", "waterlogged=true")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15704, "rotation=8", "waterlogged=false")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15705, "rotation=9", "waterlogged=true")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15706, "rotation=9", "waterlogged=false")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15707, "rotation=10", "waterlogged=true")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15708, "rotation=10", "waterlogged=false")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15709, "rotation=11", "waterlogged=true")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15710, "rotation=11", "waterlogged=false")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15711, "rotation=12", "waterlogged=true")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15712, "rotation=12", "waterlogged=false")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15713, "rotation=13", "waterlogged=true")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15714, "rotation=13", "waterlogged=false")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15715, "rotation=14", "waterlogged=true")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15716, "rotation=14", "waterlogged=false")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15717, "rotation=15", "waterlogged=true")); - WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15718, "rotation=15", "waterlogged=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedSlab.java deleted file mode 100644 index 9a26b26fe..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedSlab.java +++ /dev/null @@ -1,17 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class WarpedSlab { - public static void initStates() { - WARPED_SLAB.addBlockAlternative(new BlockAlternative((short) 15053, "type=top", "waterlogged=true")); - WARPED_SLAB.addBlockAlternative(new BlockAlternative((short) 15054, "type=top", "waterlogged=false")); - WARPED_SLAB.addBlockAlternative(new BlockAlternative((short) 15055, "type=bottom", "waterlogged=true")); - WARPED_SLAB.addBlockAlternative(new BlockAlternative((short) 15056, "type=bottom", "waterlogged=false")); - WARPED_SLAB.addBlockAlternative(new BlockAlternative((short) 15057, "type=double", "waterlogged=true")); - WARPED_SLAB.addBlockAlternative(new BlockAlternative((short) 15058, "type=double", "waterlogged=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedStairs.java deleted file mode 100644 index 2cacf4462..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedStairs.java +++ /dev/null @@ -1,91 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class WarpedStairs { - public static void initStates() { - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15399, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15400, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15401, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15402, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15403, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15404, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15405, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15406, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15407, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15408, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15409, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15410, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15411, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15412, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15413, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15414, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15415, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15416, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15417, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15418, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15419, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15420, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15421, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15422, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15423, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15424, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15425, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15426, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15427, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15428, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15429, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15430, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15431, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15432, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15433, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15434, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15435, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15436, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15437, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15438, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15439, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15440, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15441, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15442, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15443, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15444, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15445, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15446, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15447, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15448, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15449, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15450, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15451, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15452, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15453, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15454, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15455, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15456, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15457, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15458, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15459, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15460, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15461, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15462, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15463, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15464, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15465, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15466, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15467, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15468, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15469, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15470, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15471, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15472, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15473, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15474, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15475, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15476, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15477, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15478, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedStem.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedStem.java deleted file mode 100644 index 3d87412ce..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedStem.java +++ /dev/null @@ -1,14 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class WarpedStem { - public static void initStates() { - WARPED_STEM.addBlockAlternative(new BlockAlternative((short) 14958, "axis=x")); - WARPED_STEM.addBlockAlternative(new BlockAlternative((short) 14959, "axis=y")); - WARPED_STEM.addBlockAlternative(new BlockAlternative((short) 14960, "axis=z")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedTrapdoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedTrapdoor.java deleted file mode 100644 index f6d97ddee..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedTrapdoor.java +++ /dev/null @@ -1,75 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class WarpedTrapdoor { - public static void initStates() { - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15191, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15192, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15193, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15194, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15195, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15196, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15197, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15198, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15199, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15200, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15201, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15202, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15203, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15204, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15205, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15206, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15207, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15208, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15209, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15210, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15211, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15212, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15213, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15214, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15215, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15216, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15217, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15218, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15219, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15220, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15221, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15222, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15223, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15224, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15225, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15226, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15227, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15228, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15229, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15230, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15231, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15232, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15233, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15234, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15235, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15236, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15237, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15238, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15239, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15240, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15241, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15242, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15243, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15244, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15245, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15246, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15247, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15248, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15249, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15250, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15251, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15252, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15253, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15254, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedWallSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedWallSign.java deleted file mode 100644 index 14f0f7299..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedWallSign.java +++ /dev/null @@ -1,19 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class WarpedWallSign { - public static void initStates() { - WARPED_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15727, "facing=north", "waterlogged=true")); - WARPED_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15728, "facing=north", "waterlogged=false")); - WARPED_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15729, "facing=south", "waterlogged=true")); - WARPED_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15730, "facing=south", "waterlogged=false")); - WARPED_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15731, "facing=west", "waterlogged=true")); - WARPED_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15732, "facing=west", "waterlogged=false")); - WARPED_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15733, "facing=east", "waterlogged=true")); - WARPED_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15734, "facing=east", "waterlogged=false")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WeepingVines.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WeepingVines.java deleted file mode 100644 index e91dc7003..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WeepingVines.java +++ /dev/null @@ -1,37 +0,0 @@ -package net.minestom.server.instance.block.states; -import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.server.instance.block.Block.*; -/** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ -@Deprecated(forRemoval = false, since = "forever") -public class WeepingVines { - public static void initStates() { - WEEPING_VINES.addBlockAlternative(new BlockAlternative((short) 14990, "age=0")); - WEEPING_VINES.addBlockAlternative(new BlockAlternative((short) 14991, "age=1")); - WEEPING_VINES.addBlockAlternative(new BlockAlternative((short) 14992, "age=2")); - WEEPING_VINES.addBlockAlternative(new BlockAlternative((short) 14993, "age=3")); - WEEPING_VINES.addBlockAlternative(new BlockAlternative((short) 14994, "age=4")); - WEEPING_VINES.addBlockAlternative(new BlockAlternative((short) 14995, "age=5")); - WEEPING_VINES.addBlockAlternative(new BlockAlternative((short) 14996, "age=6")); - WEEPING_VINES.addBlockAlternative(new BlockAlternative((short) 14997, "age=7")); - WEEPING_VINES.addBlockAlternative(new BlockAlternative((short) 14998, "age=8")); - WEEPING_VINES.addBlockAlternative(new BlockAlternative((short) 14999, "age=9")); - WEEPING_VINES.addBlockAlternative(new BlockAlternative((short) 15000, "age=10")); - WEEPING_VINES.addBlockAlternative(new BlockAlternative((short) 15001, "age=11")); - WEEPING_VINES.addBlockAlternative(new BlockAlternative((short) 15002, "age=12")); - WEEPING_VINES.addBlockAlternative(new BlockAlternative((short) 15003, "age=13")); - WEEPING_VINES.addBlockAlternative(new BlockAlternative((short) 15004, "age=14")); - WEEPING_VINES.addBlockAlternative(new BlockAlternative((short) 15005, "age=15")); - WEEPING_VINES.addBlockAlternative(new BlockAlternative((short) 15006, "age=16")); - WEEPING_VINES.addBlockAlternative(new BlockAlternative((short) 15007, "age=17")); - WEEPING_VINES.addBlockAlternative(new BlockAlternative((short) 15008, "age=18")); - WEEPING_VINES.addBlockAlternative(new BlockAlternative((short) 15009, "age=19")); - WEEPING_VINES.addBlockAlternative(new BlockAlternative((short) 15010, "age=20")); - WEEPING_VINES.addBlockAlternative(new BlockAlternative((short) 15011, "age=21")); - WEEPING_VINES.addBlockAlternative(new BlockAlternative((short) 15012, "age=22")); - WEEPING_VINES.addBlockAlternative(new BlockAlternative((short) 15013, "age=23")); - WEEPING_VINES.addBlockAlternative(new BlockAlternative((short) 15014, "age=24")); - WEEPING_VINES.addBlockAlternative(new BlockAlternative((short) 15015, "age=25")); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Wheat.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Wheat.java index 8cf35ff20..0f9627ac7 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Wheat.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Wheat.java @@ -7,13 +7,13 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class Wheat { public static void initStates() { - WHEAT.addBlockAlternative(new BlockAlternative((short) 3357, "age=0")); - WHEAT.addBlockAlternative(new BlockAlternative((short) 3358, "age=1")); - WHEAT.addBlockAlternative(new BlockAlternative((short) 3359, "age=2")); - WHEAT.addBlockAlternative(new BlockAlternative((short) 3360, "age=3")); - WHEAT.addBlockAlternative(new BlockAlternative((short) 3361, "age=4")); - WHEAT.addBlockAlternative(new BlockAlternative((short) 3362, "age=5")); - WHEAT.addBlockAlternative(new BlockAlternative((short) 3363, "age=6")); - WHEAT.addBlockAlternative(new BlockAlternative((short) 3364, "age=7")); + WHEAT.addBlockAlternative(new BlockAlternative((short) 3355, "age=0")); + WHEAT.addBlockAlternative(new BlockAlternative((short) 3356, "age=1")); + WHEAT.addBlockAlternative(new BlockAlternative((short) 3357, "age=2")); + WHEAT.addBlockAlternative(new BlockAlternative((short) 3358, "age=3")); + WHEAT.addBlockAlternative(new BlockAlternative((short) 3359, "age=4")); + WHEAT.addBlockAlternative(new BlockAlternative((short) 3360, "age=5")); + WHEAT.addBlockAlternative(new BlockAlternative((short) 3361, "age=6")); + WHEAT.addBlockAlternative(new BlockAlternative((short) 3362, "age=7")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteBanner.java index bbb07743e..09a8289fc 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteBanner.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class WhiteBanner { public static void initStates() { - WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7897, "rotation=0")); - WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7898, "rotation=1")); - WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7899, "rotation=2")); - WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7900, "rotation=3")); - WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7901, "rotation=4")); - WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7902, "rotation=5")); - WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7903, "rotation=6")); - WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7904, "rotation=7")); - WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7905, "rotation=8")); - WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7906, "rotation=9")); - WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7907, "rotation=10")); - WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7908, "rotation=11")); - WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7909, "rotation=12")); - WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7910, "rotation=13")); - WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7911, "rotation=14")); - WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7912, "rotation=15")); + WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7361, "rotation=0")); + WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7362, "rotation=1")); + WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7363, "rotation=2")); + WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7364, "rotation=3")); + WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7365, "rotation=4")); + WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7366, "rotation=5")); + WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7367, "rotation=6")); + WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7368, "rotation=7")); + WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7369, "rotation=8")); + WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7370, "rotation=9")); + WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7371, "rotation=10")); + WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7372, "rotation=11")); + WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7373, "rotation=12")); + WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7374, "rotation=13")); + WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7375, "rotation=14")); + WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7376, "rotation=15")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteBed.java index 1c3c851cc..3fa2ea0b2 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteBed.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class WhiteBed { public static void initStates() { - WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1049, "facing=north", "occupied=true", "part=head")); - WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1050, "facing=north", "occupied=true", "part=foot")); - WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1051, "facing=north", "occupied=false", "part=head")); - WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1052, "facing=north", "occupied=false", "part=foot")); - WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1053, "facing=south", "occupied=true", "part=head")); - WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1054, "facing=south", "occupied=true", "part=foot")); - WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1055, "facing=south", "occupied=false", "part=head")); - WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1056, "facing=south", "occupied=false", "part=foot")); - WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1057, "facing=west", "occupied=true", "part=head")); - WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1058, "facing=west", "occupied=true", "part=foot")); - WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1059, "facing=west", "occupied=false", "part=head")); - WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1060, "facing=west", "occupied=false", "part=foot")); - WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1061, "facing=east", "occupied=true", "part=head")); - WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1062, "facing=east", "occupied=true", "part=foot")); - WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1063, "facing=east", "occupied=false", "part=head")); - WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1064, "facing=east", "occupied=false", "part=foot")); + WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1048, "facing=north", "occupied=true", "part=head")); + WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1049, "facing=north", "occupied=true", "part=foot")); + WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1050, "facing=north", "occupied=false", "part=head")); + WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1051, "facing=north", "occupied=false", "part=foot")); + WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1052, "facing=south", "occupied=true", "part=head")); + WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1053, "facing=south", "occupied=true", "part=foot")); + WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1054, "facing=south", "occupied=false", "part=head")); + WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1055, "facing=south", "occupied=false", "part=foot")); + WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1056, "facing=west", "occupied=true", "part=head")); + WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1057, "facing=west", "occupied=true", "part=foot")); + WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1058, "facing=west", "occupied=false", "part=head")); + WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1059, "facing=west", "occupied=false", "part=foot")); + WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1060, "facing=east", "occupied=true", "part=head")); + WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1061, "facing=east", "occupied=true", "part=foot")); + WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1062, "facing=east", "occupied=false", "part=head")); + WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1063, "facing=east", "occupied=false", "part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteGlazedTerracotta.java index 850776f8f..be2098b07 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteGlazedTerracotta.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class WhiteGlazedTerracotta { public static void initStates() { - WHITE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9374, "facing=north")); - WHITE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9375, "facing=south")); - WHITE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9376, "facing=west")); - WHITE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9377, "facing=east")); + WHITE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8838, "facing=north")); + WHITE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8839, "facing=south")); + WHITE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8840, "facing=west")); + WHITE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8841, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteShulkerBox.java index 39b2fa847..fcc2bacfc 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteShulkerBox.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class WhiteShulkerBox { public static void initStates() { - WHITE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9278, "facing=north")); - WHITE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9279, "facing=east")); - WHITE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9280, "facing=south")); - WHITE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9281, "facing=west")); - WHITE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9282, "facing=up")); - WHITE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9283, "facing=down")); + WHITE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8742, "facing=north")); + WHITE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8743, "facing=east")); + WHITE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8744, "facing=south")); + WHITE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8745, "facing=west")); + WHITE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8746, "facing=up")); + WHITE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8747, "facing=down")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteStainedGlassPane.java index 6ace00a25..35fab0b9c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteStainedGlassPane.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class WhiteStainedGlassPane { public static void initStates() { - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6863, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6864, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6865, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6866, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6867, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6868, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6869, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6870, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6871, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6872, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6873, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6874, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6875, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6876, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6877, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6878, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6879, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6880, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6881, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6882, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6883, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6884, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6885, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6886, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6887, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6888, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6889, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6890, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6891, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6892, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6893, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6894, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6327, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6328, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6329, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6330, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6331, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6332, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6333, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6334, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6335, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6336, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6337, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6338, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6339, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6340, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6341, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6342, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6343, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6344, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6345, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6346, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6347, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6348, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6349, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6350, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6351, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6352, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6353, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6354, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6355, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6356, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6357, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); + WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6358, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteWallBanner.java index 12ac20bc9..5f1628249 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteWallBanner.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class WhiteWallBanner { public static void initStates() { - WHITE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8153, "facing=north")); - WHITE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8154, "facing=south")); - WHITE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8155, "facing=west")); - WHITE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8156, "facing=east")); + WHITE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7617, "facing=north")); + WHITE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7618, "facing=south")); + WHITE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7619, "facing=west")); + WHITE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7620, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WitherSkeletonSkull.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WitherSkeletonSkull.java index 2fa24f6cc..5b9c03060 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WitherSkeletonSkull.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WitherSkeletonSkull.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class WitherSkeletonSkull { public static void initStates() { - WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6510, "rotation=0")); - WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6511, "rotation=1")); - WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6512, "rotation=2")); - WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6513, "rotation=3")); - WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6514, "rotation=4")); - WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6515, "rotation=5")); - WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6516, "rotation=6")); - WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6517, "rotation=7")); - WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6518, "rotation=8")); - WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6519, "rotation=9")); - WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6520, "rotation=10")); - WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6521, "rotation=11")); - WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6522, "rotation=12")); - WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6523, "rotation=13")); - WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6524, "rotation=14")); - WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6525, "rotation=15")); + WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5974, "rotation=0")); + WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5975, "rotation=1")); + WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5976, "rotation=2")); + WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5977, "rotation=3")); + WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5978, "rotation=4")); + WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5979, "rotation=5")); + WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5980, "rotation=6")); + WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5981, "rotation=7")); + WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5982, "rotation=8")); + WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5983, "rotation=9")); + WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5984, "rotation=10")); + WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5985, "rotation=11")); + WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5986, "rotation=12")); + WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5987, "rotation=13")); + WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5988, "rotation=14")); + WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 5989, "rotation=15")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WitherSkeletonWallSkull.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WitherSkeletonWallSkull.java index fb6bd63a0..706ea999d 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WitherSkeletonWallSkull.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WitherSkeletonWallSkull.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class WitherSkeletonWallSkull { public static void initStates() { - WITHER_SKELETON_WALL_SKULL.addBlockAlternative(new BlockAlternative((short) 6526, "facing=north")); - WITHER_SKELETON_WALL_SKULL.addBlockAlternative(new BlockAlternative((short) 6527, "facing=south")); - WITHER_SKELETON_WALL_SKULL.addBlockAlternative(new BlockAlternative((short) 6528, "facing=west")); - WITHER_SKELETON_WALL_SKULL.addBlockAlternative(new BlockAlternative((short) 6529, "facing=east")); + WITHER_SKELETON_WALL_SKULL.addBlockAlternative(new BlockAlternative((short) 5990, "facing=north")); + WITHER_SKELETON_WALL_SKULL.addBlockAlternative(new BlockAlternative((short) 5991, "facing=south")); + WITHER_SKELETON_WALL_SKULL.addBlockAlternative(new BlockAlternative((short) 5992, "facing=west")); + WITHER_SKELETON_WALL_SKULL.addBlockAlternative(new BlockAlternative((short) 5993, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/YellowBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowBanner.java index 42ad2e6e8..6c7215d1c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/YellowBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowBanner.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class YellowBanner { public static void initStates() { - YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7961, "rotation=0")); - YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7962, "rotation=1")); - YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7963, "rotation=2")); - YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7964, "rotation=3")); - YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7965, "rotation=4")); - YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7966, "rotation=5")); - YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7967, "rotation=6")); - YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7968, "rotation=7")); - YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7969, "rotation=8")); - YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7970, "rotation=9")); - YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7971, "rotation=10")); - YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7972, "rotation=11")); - YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7973, "rotation=12")); - YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7974, "rotation=13")); - YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7975, "rotation=14")); - YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7976, "rotation=15")); + YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7425, "rotation=0")); + YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7426, "rotation=1")); + YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7427, "rotation=2")); + YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7428, "rotation=3")); + YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7429, "rotation=4")); + YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7430, "rotation=5")); + YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7431, "rotation=6")); + YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7432, "rotation=7")); + YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7433, "rotation=8")); + YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7434, "rotation=9")); + YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7435, "rotation=10")); + YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7436, "rotation=11")); + YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7437, "rotation=12")); + YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7438, "rotation=13")); + YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7439, "rotation=14")); + YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7440, "rotation=15")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/YellowBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowBed.java index 3f54e1955..1fcd8d2a9 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/YellowBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowBed.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class YellowBed { public static void initStates() { - YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1113, "facing=north", "occupied=true", "part=head")); - YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1114, "facing=north", "occupied=true", "part=foot")); - YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1115, "facing=north", "occupied=false", "part=head")); - YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1116, "facing=north", "occupied=false", "part=foot")); - YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1117, "facing=south", "occupied=true", "part=head")); - YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1118, "facing=south", "occupied=true", "part=foot")); - YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1119, "facing=south", "occupied=false", "part=head")); - YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1120, "facing=south", "occupied=false", "part=foot")); - YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1121, "facing=west", "occupied=true", "part=head")); - YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1122, "facing=west", "occupied=true", "part=foot")); - YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1123, "facing=west", "occupied=false", "part=head")); - YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1124, "facing=west", "occupied=false", "part=foot")); - YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1125, "facing=east", "occupied=true", "part=head")); - YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1126, "facing=east", "occupied=true", "part=foot")); - YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1127, "facing=east", "occupied=false", "part=head")); - YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1128, "facing=east", "occupied=false", "part=foot")); + YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1112, "facing=north", "occupied=true", "part=head")); + YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1113, "facing=north", "occupied=true", "part=foot")); + YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1114, "facing=north", "occupied=false", "part=head")); + YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1115, "facing=north", "occupied=false", "part=foot")); + YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1116, "facing=south", "occupied=true", "part=head")); + YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1117, "facing=south", "occupied=true", "part=foot")); + YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1118, "facing=south", "occupied=false", "part=head")); + YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1119, "facing=south", "occupied=false", "part=foot")); + YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1120, "facing=west", "occupied=true", "part=head")); + YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1121, "facing=west", "occupied=true", "part=foot")); + YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1122, "facing=west", "occupied=false", "part=head")); + YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1123, "facing=west", "occupied=false", "part=foot")); + YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1124, "facing=east", "occupied=true", "part=head")); + YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1125, "facing=east", "occupied=true", "part=foot")); + YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1126, "facing=east", "occupied=false", "part=head")); + YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1127, "facing=east", "occupied=false", "part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/YellowGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowGlazedTerracotta.java index f62469418..468d5e6d1 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/YellowGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowGlazedTerracotta.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class YellowGlazedTerracotta { public static void initStates() { - YELLOW_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9390, "facing=north")); - YELLOW_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9391, "facing=south")); - YELLOW_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9392, "facing=west")); - YELLOW_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9393, "facing=east")); + YELLOW_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8854, "facing=north")); + YELLOW_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8855, "facing=south")); + YELLOW_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8856, "facing=west")); + YELLOW_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 8857, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/YellowShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowShulkerBox.java index 916a6f4da..7d924652f 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/YellowShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowShulkerBox.java @@ -7,11 +7,11 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class YellowShulkerBox { public static void initStates() { - YELLOW_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9302, "facing=north")); - YELLOW_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9303, "facing=east")); - YELLOW_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9304, "facing=south")); - YELLOW_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9305, "facing=west")); - YELLOW_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9306, "facing=up")); - YELLOW_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9307, "facing=down")); + YELLOW_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8766, "facing=north")); + YELLOW_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8767, "facing=east")); + YELLOW_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8768, "facing=south")); + YELLOW_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8769, "facing=west")); + YELLOW_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8770, "facing=up")); + YELLOW_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 8771, "facing=down")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/YellowStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowStainedGlassPane.java index aba6bf954..29dbcd299 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/YellowStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowStainedGlassPane.java @@ -7,37 +7,37 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class YellowStainedGlassPane { public static void initStates() { - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6991, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6992, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6993, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6994, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6995, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6996, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6997, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6998, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6999, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7000, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7001, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7002, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7003, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7004, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7005, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7006, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7007, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7008, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7009, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7010, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7011, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7012, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7013, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7014, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7015, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7016, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7017, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7018, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7019, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7020, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7021, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7022, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6455, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6456, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6457, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6458, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6459, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6460, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6461, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6462, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6463, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6464, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6465, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6466, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6467, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6468, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6469, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6470, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6471, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6472, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6473, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6474, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6475, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6476, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6477, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6478, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6479, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6480, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6481, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6482, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6483, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6484, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6485, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); + YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6486, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/YellowWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowWallBanner.java index 0f9612fdf..b3558ec20 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/YellowWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowWallBanner.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class YellowWallBanner { public static void initStates() { - YELLOW_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8169, "facing=north")); - YELLOW_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8170, "facing=south")); - YELLOW_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8171, "facing=west")); - YELLOW_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8172, "facing=east")); + YELLOW_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7633, "facing=north")); + YELLOW_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7634, "facing=south")); + YELLOW_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7635, "facing=west")); + YELLOW_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 7636, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/ZombieHead.java b/src/autogenerated/java/net/minestom/server/instance/block/states/ZombieHead.java index ef13f79f7..c5039aaba 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/ZombieHead.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/ZombieHead.java @@ -7,21 +7,21 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class ZombieHead { public static void initStates() { - ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 6530, "rotation=0")); - ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 6531, "rotation=1")); - ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 6532, "rotation=2")); - ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 6533, "rotation=3")); - ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 6534, "rotation=4")); - ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 6535, "rotation=5")); - ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 6536, "rotation=6")); - ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 6537, "rotation=7")); - ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 6538, "rotation=8")); - ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 6539, "rotation=9")); - ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 6540, "rotation=10")); - ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 6541, "rotation=11")); - ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 6542, "rotation=12")); - ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 6543, "rotation=13")); - ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 6544, "rotation=14")); - ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 6545, "rotation=15")); + ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 5994, "rotation=0")); + ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 5995, "rotation=1")); + ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 5996, "rotation=2")); + ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 5997, "rotation=3")); + ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 5998, "rotation=4")); + ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 5999, "rotation=5")); + ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 6000, "rotation=6")); + ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 6001, "rotation=7")); + ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 6002, "rotation=8")); + ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 6003, "rotation=9")); + ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 6004, "rotation=10")); + ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 6005, "rotation=11")); + ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 6006, "rotation=12")); + ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 6007, "rotation=13")); + ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 6008, "rotation=14")); + ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 6009, "rotation=15")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/ZombieWallHead.java b/src/autogenerated/java/net/minestom/server/instance/block/states/ZombieWallHead.java index dec035de4..0d0a92206 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/ZombieWallHead.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/ZombieWallHead.java @@ -7,9 +7,9 @@ import static net.minestom.server.instance.block.Block.*; @Deprecated(forRemoval = false, since = "forever") public class ZombieWallHead { public static void initStates() { - ZOMBIE_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6546, "facing=north")); - ZOMBIE_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6547, "facing=south")); - ZOMBIE_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6548, "facing=west")); - ZOMBIE_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6549, "facing=east")); + ZOMBIE_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6010, "facing=north")); + ZOMBIE_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6011, "facing=south")); + ZOMBIE_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6012, "facing=west")); + ZOMBIE_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6013, "facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/item/Enchantment.java b/src/autogenerated/java/net/minestom/server/item/Enchantment.java index b9fa81979..9356f8297 100644 --- a/src/autogenerated/java/net/minestom/server/item/Enchantment.java +++ b/src/autogenerated/java/net/minestom/server/item/Enchantment.java @@ -15,7 +15,6 @@ public enum Enchantment { DEPTH_STRIDER("minecraft:depth_strider"), FROST_WALKER("minecraft:frost_walker"), BINDING_CURSE("minecraft:binding_curse"), - SOUL_SPEED("minecraft:soul_speed"), SHARPNESS("minecraft:sharpness"), SMITE("minecraft:smite"), BANE_OF_ARTHROPODS("minecraft:bane_of_arthropods"), diff --git a/src/autogenerated/java/net/minestom/server/item/Material.java b/src/autogenerated/java/net/minestom/server/item/Material.java index dec1a75a4..5e6ed7583 100644 --- a/src/autogenerated/java/net/minestom/server/item/Material.java +++ b/src/autogenerated/java/net/minestom/server/item/Material.java @@ -3,7 +3,6 @@ //============================== package net.minestom.server.item; import net.minestom.server.instance.block.Block; -import it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap; public enum Material { AIR("minecraft:air", 0, Block.AIR), @@ -18,8 +17,6 @@ public enum Material { DIRT("minecraft:dirt", 64, Block.DIRT), COARSE_DIRT("minecraft:coarse_dirt", 64, Block.COARSE_DIRT), PODZOL("minecraft:podzol", 64, Block.PODZOL), - CRIMSON_NYLIUM("minecraft:crimson_nylium", 64, Block.CRIMSON_NYLIUM), - WARPED_NYLIUM("minecraft:warped_nylium", 64, Block.WARPED_NYLIUM), COBBLESTONE("minecraft:cobblestone", 64, Block.COBBLESTONE), OAK_PLANKS("minecraft:oak_planks", 64, Block.OAK_PLANKS), SPRUCE_PLANKS("minecraft:spruce_planks", 64, Block.SPRUCE_PLANKS), @@ -27,8 +24,6 @@ public enum Material { JUNGLE_PLANKS("minecraft:jungle_planks", 64, Block.JUNGLE_PLANKS), ACACIA_PLANKS("minecraft:acacia_planks", 64, Block.ACACIA_PLANKS), DARK_OAK_PLANKS("minecraft:dark_oak_planks", 64, Block.DARK_OAK_PLANKS), - CRIMSON_PLANKS("minecraft:crimson_planks", 64, Block.CRIMSON_PLANKS), - WARPED_PLANKS("minecraft:warped_planks", 64, Block.WARPED_PLANKS), OAK_SAPLING("minecraft:oak_sapling", 64, Block.OAK_SAPLING), SPRUCE_SAPLING("minecraft:spruce_sapling", 64, Block.SPRUCE_SAPLING), BIRCH_SAPLING("minecraft:birch_sapling", 64, Block.BIRCH_SAPLING), @@ -42,39 +37,30 @@ public enum Material { GOLD_ORE("minecraft:gold_ore", 64, Block.GOLD_ORE), IRON_ORE("minecraft:iron_ore", 64, Block.IRON_ORE), COAL_ORE("minecraft:coal_ore", 64, Block.COAL_ORE), - NETHER_GOLD_ORE("minecraft:nether_gold_ore", 64, Block.NETHER_GOLD_ORE), OAK_LOG("minecraft:oak_log", 64, Block.OAK_LOG), SPRUCE_LOG("minecraft:spruce_log", 64, Block.SPRUCE_LOG), BIRCH_LOG("minecraft:birch_log", 64, Block.BIRCH_LOG), JUNGLE_LOG("minecraft:jungle_log", 64, Block.JUNGLE_LOG), ACACIA_LOG("minecraft:acacia_log", 64, Block.ACACIA_LOG), DARK_OAK_LOG("minecraft:dark_oak_log", 64, Block.DARK_OAK_LOG), - CRIMSON_STEM("minecraft:crimson_stem", 64, Block.CRIMSON_STEM), - WARPED_STEM("minecraft:warped_stem", 64, Block.WARPED_STEM), STRIPPED_OAK_LOG("minecraft:stripped_oak_log", 64, Block.STRIPPED_OAK_LOG), STRIPPED_SPRUCE_LOG("minecraft:stripped_spruce_log", 64, Block.STRIPPED_SPRUCE_LOG), STRIPPED_BIRCH_LOG("minecraft:stripped_birch_log", 64, Block.STRIPPED_BIRCH_LOG), STRIPPED_JUNGLE_LOG("minecraft:stripped_jungle_log", 64, Block.STRIPPED_JUNGLE_LOG), STRIPPED_ACACIA_LOG("minecraft:stripped_acacia_log", 64, Block.STRIPPED_ACACIA_LOG), STRIPPED_DARK_OAK_LOG("minecraft:stripped_dark_oak_log", 64, Block.STRIPPED_DARK_OAK_LOG), - STRIPPED_CRIMSON_STEM("minecraft:stripped_crimson_stem", 64, Block.STRIPPED_CRIMSON_STEM), - STRIPPED_WARPED_STEM("minecraft:stripped_warped_stem", 64, Block.STRIPPED_WARPED_STEM), STRIPPED_OAK_WOOD("minecraft:stripped_oak_wood", 64, Block.STRIPPED_OAK_WOOD), STRIPPED_SPRUCE_WOOD("minecraft:stripped_spruce_wood", 64, Block.STRIPPED_SPRUCE_WOOD), STRIPPED_BIRCH_WOOD("minecraft:stripped_birch_wood", 64, Block.STRIPPED_BIRCH_WOOD), STRIPPED_JUNGLE_WOOD("minecraft:stripped_jungle_wood", 64, Block.STRIPPED_JUNGLE_WOOD), STRIPPED_ACACIA_WOOD("minecraft:stripped_acacia_wood", 64, Block.STRIPPED_ACACIA_WOOD), STRIPPED_DARK_OAK_WOOD("minecraft:stripped_dark_oak_wood", 64, Block.STRIPPED_DARK_OAK_WOOD), - STRIPPED_CRIMSON_HYPHAE("minecraft:stripped_crimson_hyphae", 64, Block.STRIPPED_CRIMSON_HYPHAE), - STRIPPED_WARPED_HYPHAE("minecraft:stripped_warped_hyphae", 64, Block.STRIPPED_WARPED_HYPHAE), OAK_WOOD("minecraft:oak_wood", 64, Block.OAK_WOOD), SPRUCE_WOOD("minecraft:spruce_wood", 64, Block.SPRUCE_WOOD), BIRCH_WOOD("minecraft:birch_wood", 64, Block.BIRCH_WOOD), JUNGLE_WOOD("minecraft:jungle_wood", 64, Block.JUNGLE_WOOD), ACACIA_WOOD("minecraft:acacia_wood", 64, Block.ACACIA_WOOD), DARK_OAK_WOOD("minecraft:dark_oak_wood", 64, Block.DARK_OAK_WOOD), - CRIMSON_HYPHAE("minecraft:crimson_hyphae", 64, Block.CRIMSON_HYPHAE), - WARPED_HYPHAE("minecraft:warped_hyphae", 64, Block.WARPED_HYPHAE), OAK_LEAVES("minecraft:oak_leaves", 64, Block.OAK_LEAVES), SPRUCE_LEAVES("minecraft:spruce_leaves", 64, Block.SPRUCE_LEAVES), BIRCH_LEAVES("minecraft:birch_leaves", 64, Block.BIRCH_LEAVES), @@ -132,16 +118,6 @@ public enum Material { WITHER_ROSE("minecraft:wither_rose", 64, Block.WITHER_ROSE), BROWN_MUSHROOM("minecraft:brown_mushroom", 64, Block.BROWN_MUSHROOM), RED_MUSHROOM("minecraft:red_mushroom", 64, Block.RED_MUSHROOM), - CRIMSON_FUNGUS("minecraft:crimson_fungus", 64, Block.CRIMSON_FUNGUS), - WARPED_FUNGUS("minecraft:warped_fungus", 64, Block.WARPED_FUNGUS), - CRIMSON_ROOTS("minecraft:crimson_roots", 64, Block.CRIMSON_ROOTS), - WARPED_ROOTS("minecraft:warped_roots", 64, Block.WARPED_ROOTS), - NETHER_SPROUTS("minecraft:nether_sprouts", 64, Block.NETHER_SPROUTS), - WEEPING_VINES("minecraft:weeping_vines", 64, Block.WEEPING_VINES), - TWISTING_VINES("minecraft:twisting_vines", 64, Block.TWISTING_VINES), - SUGAR_CANE("minecraft:sugar_cane", 64, Block.SUGAR_CANE), - KELP("minecraft:kelp", 64, Block.KELP), - BAMBOO("minecraft:bamboo", 64, Block.BAMBOO), GOLD_BLOCK("minecraft:gold_block", 64, Block.GOLD_BLOCK), IRON_BLOCK("minecraft:iron_block", 64, Block.IRON_BLOCK), OAK_SLAB("minecraft:oak_slab", 64, Block.OAK_SLAB), @@ -150,8 +126,6 @@ public enum Material { JUNGLE_SLAB("minecraft:jungle_slab", 64, Block.JUNGLE_SLAB), ACACIA_SLAB("minecraft:acacia_slab", 64, Block.ACACIA_SLAB), DARK_OAK_SLAB("minecraft:dark_oak_slab", 64, Block.DARK_OAK_SLAB), - CRIMSON_SLAB("minecraft:crimson_slab", 64, Block.CRIMSON_SLAB), - WARPED_SLAB("minecraft:warped_slab", 64, Block.WARPED_SLAB), STONE_SLAB("minecraft:stone_slab", 64, Block.STONE_SLAB), SMOOTH_STONE_SLAB("minecraft:smooth_stone_slab", 64, Block.SMOOTH_STONE_SLAB), SANDSTONE_SLAB("minecraft:sandstone_slab", 64, Block.SANDSTONE_SLAB), @@ -203,11 +177,9 @@ public enum Material { JUNGLE_PRESSURE_PLATE("minecraft:jungle_pressure_plate", 64, Block.JUNGLE_PRESSURE_PLATE), ACACIA_PRESSURE_PLATE("minecraft:acacia_pressure_plate", 64, Block.ACACIA_PRESSURE_PLATE), DARK_OAK_PRESSURE_PLATE("minecraft:dark_oak_pressure_plate", 64, Block.DARK_OAK_PRESSURE_PLATE), - CRIMSON_PRESSURE_PLATE("minecraft:crimson_pressure_plate", 64, Block.CRIMSON_PRESSURE_PLATE), - WARPED_PRESSURE_PLATE("minecraft:warped_pressure_plate", 64, Block.WARPED_PRESSURE_PLATE), - POLISHED_BLACKSTONE_PRESSURE_PLATE("minecraft:polished_blackstone_pressure_plate", 64, Block.POLISHED_BLACKSTONE_PRESSURE_PLATE), REDSTONE_ORE("minecraft:redstone_ore", 64, Block.REDSTONE_ORE), REDSTONE_TORCH("minecraft:redstone_torch", 64, Block.REDSTONE_TORCH), + STONE_BUTTON("minecraft:stone_button", 64, Block.STONE_BUTTON), SNOW("minecraft:snow", 64, Block.SNOW), ICE("minecraft:ice", 64, Block.ICE), SNOW_BLOCK("minecraft:snow_block", 64, Block.SNOW_BLOCK), @@ -220,16 +192,10 @@ public enum Material { JUNGLE_FENCE("minecraft:jungle_fence", 64, Block.JUNGLE_FENCE), ACACIA_FENCE("minecraft:acacia_fence", 64, Block.ACACIA_FENCE), DARK_OAK_FENCE("minecraft:dark_oak_fence", 64, Block.DARK_OAK_FENCE), - CRIMSON_FENCE("minecraft:crimson_fence", 64, Block.CRIMSON_FENCE), - WARPED_FENCE("minecraft:warped_fence", 64, Block.WARPED_FENCE), PUMPKIN("minecraft:pumpkin", 64, Block.PUMPKIN), CARVED_PUMPKIN("minecraft:carved_pumpkin", 64, Block.CARVED_PUMPKIN), NETHERRACK("minecraft:netherrack", 64, Block.NETHERRACK), SOUL_SAND("minecraft:soul_sand", 64, Block.SOUL_SAND), - SOUL_SOIL("minecraft:soul_soil", 64, Block.SOUL_SOIL), - BASALT("minecraft:basalt", 64, Block.BASALT), - POLISHED_BASALT("minecraft:polished_basalt", 64, Block.POLISHED_BASALT), - SOUL_TORCH("minecraft:soul_torch", 64, Block.SOUL_TORCH), GLOWSTONE("minecraft:glowstone", 64, Block.GLOWSTONE), JACK_O_LANTERN("minecraft:jack_o_lantern", 64, Block.JACK_O_LANTERN), OAK_TRAPDOOR("minecraft:oak_trapdoor", 64, Block.OAK_TRAPDOOR), @@ -238,8 +204,6 @@ public enum Material { JUNGLE_TRAPDOOR("minecraft:jungle_trapdoor", 64, Block.JUNGLE_TRAPDOOR), ACACIA_TRAPDOOR("minecraft:acacia_trapdoor", 64, Block.ACACIA_TRAPDOOR), DARK_OAK_TRAPDOOR("minecraft:dark_oak_trapdoor", 64, Block.DARK_OAK_TRAPDOOR), - CRIMSON_TRAPDOOR("minecraft:crimson_trapdoor", 64, Block.CRIMSON_TRAPDOOR), - WARPED_TRAPDOOR("minecraft:warped_trapdoor", 64, Block.WARPED_TRAPDOOR), INFESTED_STONE("minecraft:infested_stone", 64, Block.INFESTED_STONE), INFESTED_COBBLESTONE("minecraft:infested_cobblestone", 64, Block.INFESTED_COBBLESTONE), INFESTED_STONE_BRICKS("minecraft:infested_stone_bricks", 64, Block.INFESTED_STONE_BRICKS), @@ -254,7 +218,6 @@ public enum Material { RED_MUSHROOM_BLOCK("minecraft:red_mushroom_block", 64, Block.RED_MUSHROOM_BLOCK), MUSHROOM_STEM("minecraft:mushroom_stem", 64, Block.MUSHROOM_STEM), IRON_BARS("minecraft:iron_bars", 64, Block.IRON_BARS), - CHAIN("minecraft:chain", 64, Block.CHAIN), GLASS_PANE("minecraft:glass_pane", 64, Block.GLASS_PANE), MELON("minecraft:melon", 64, Block.MELON), VINE("minecraft:vine", 64, Block.VINE), @@ -264,15 +227,11 @@ public enum Material { JUNGLE_FENCE_GATE("minecraft:jungle_fence_gate", 64, Block.JUNGLE_FENCE_GATE), ACACIA_FENCE_GATE("minecraft:acacia_fence_gate", 64, Block.ACACIA_FENCE_GATE), DARK_OAK_FENCE_GATE("minecraft:dark_oak_fence_gate", 64, Block.DARK_OAK_FENCE_GATE), - CRIMSON_FENCE_GATE("minecraft:crimson_fence_gate", 64, Block.CRIMSON_FENCE_GATE), - WARPED_FENCE_GATE("minecraft:warped_fence_gate", 64, Block.WARPED_FENCE_GATE), BRICK_STAIRS("minecraft:brick_stairs", 64, Block.BRICK_STAIRS), STONE_BRICK_STAIRS("minecraft:stone_brick_stairs", 64, Block.STONE_BRICK_STAIRS), MYCELIUM("minecraft:mycelium", 64, Block.MYCELIUM), LILY_PAD("minecraft:lily_pad", 64, Block.LILY_PAD), NETHER_BRICKS("minecraft:nether_bricks", 64, Block.NETHER_BRICKS), - CRACKED_NETHER_BRICKS("minecraft:cracked_nether_bricks", 64, Block.CRACKED_NETHER_BRICKS), - CHISELED_NETHER_BRICKS("minecraft:chiseled_nether_bricks", 64, Block.CHISELED_NETHER_BRICKS), NETHER_BRICK_FENCE("minecraft:nether_brick_fence", 64, Block.NETHER_BRICK_FENCE), NETHER_BRICK_STAIRS("minecraft:nether_brick_stairs", 64, Block.NETHER_BRICK_STAIRS), ENCHANTING_TABLE("minecraft:enchanting_table", 64, Block.ENCHANTING_TABLE), @@ -289,8 +248,6 @@ public enum Material { SPRUCE_STAIRS("minecraft:spruce_stairs", 64, Block.SPRUCE_STAIRS), BIRCH_STAIRS("minecraft:birch_stairs", 64, Block.BIRCH_STAIRS), JUNGLE_STAIRS("minecraft:jungle_stairs", 64, Block.JUNGLE_STAIRS), - CRIMSON_STAIRS("minecraft:crimson_stairs", 64, Block.CRIMSON_STAIRS), - WARPED_STAIRS("minecraft:warped_stairs", 64, Block.WARPED_STAIRS), COMMAND_BLOCK("minecraft:command_block", 64, Block.COMMAND_BLOCK), BEACON("minecraft:beacon", 64, Block.BEACON), COBBLESTONE_WALL("minecraft:cobblestone_wall", 64, Block.COBBLESTONE_WALL), @@ -307,19 +264,12 @@ public enum Material { SANDSTONE_WALL("minecraft:sandstone_wall", 64, Block.SANDSTONE_WALL), END_STONE_BRICK_WALL("minecraft:end_stone_brick_wall", 64, Block.END_STONE_BRICK_WALL), DIORITE_WALL("minecraft:diorite_wall", 64, Block.DIORITE_WALL), - BLACKSTONE_WALL("minecraft:blackstone_wall", 64, Block.BLACKSTONE_WALL), - POLISHED_BLACKSTONE_WALL("minecraft:polished_blackstone_wall", 64, Block.POLISHED_BLACKSTONE_WALL), - POLISHED_BLACKSTONE_BRICK_WALL("minecraft:polished_blackstone_brick_wall", 64, Block.POLISHED_BLACKSTONE_BRICK_WALL), - STONE_BUTTON("minecraft:stone_button", 64, Block.STONE_BUTTON), OAK_BUTTON("minecraft:oak_button", 64, Block.OAK_BUTTON), SPRUCE_BUTTON("minecraft:spruce_button", 64, Block.SPRUCE_BUTTON), BIRCH_BUTTON("minecraft:birch_button", 64, Block.BIRCH_BUTTON), JUNGLE_BUTTON("minecraft:jungle_button", 64, Block.JUNGLE_BUTTON), ACACIA_BUTTON("minecraft:acacia_button", 64, Block.ACACIA_BUTTON), DARK_OAK_BUTTON("minecraft:dark_oak_button", 64, Block.DARK_OAK_BUTTON), - CRIMSON_BUTTON("minecraft:crimson_button", 64, Block.CRIMSON_BUTTON), - WARPED_BUTTON("minecraft:warped_button", 64, Block.WARPED_BUTTON), - POLISHED_BLACKSTONE_BUTTON("minecraft:polished_blackstone_button", 64, Block.POLISHED_BLACKSTONE_BUTTON), ANVIL("minecraft:anvil", 64, Block.ANVIL), CHIPPED_ANVIL("minecraft:chipped_anvil", 64, Block.CHIPPED_ANVIL), DAMAGED_ANVIL("minecraft:damaged_anvil", 64, Block.DAMAGED_ANVIL), @@ -332,7 +282,6 @@ public enum Material { HOPPER("minecraft:hopper", 64, Block.HOPPER), CHISELED_QUARTZ_BLOCK("minecraft:chiseled_quartz_block", 64, Block.CHISELED_QUARTZ_BLOCK), QUARTZ_BLOCK("minecraft:quartz_block", 64, Block.QUARTZ_BLOCK), - QUARTZ_BRICKS("minecraft:quartz_bricks", 64, Block.QUARTZ_BRICKS), QUARTZ_PILLAR("minecraft:quartz_pillar", 64, Block.QUARTZ_PILLAR), QUARTZ_STAIRS("minecraft:quartz_stairs", 64, Block.QUARTZ_STAIRS), ACTIVATOR_RAIL("minecraft:activator_rail", 64, Block.ACTIVATOR_RAIL), @@ -432,7 +381,6 @@ public enum Material { CHAIN_COMMAND_BLOCK("minecraft:chain_command_block", 64, Block.CHAIN_COMMAND_BLOCK), MAGMA_BLOCK("minecraft:magma_block", 64, Block.MAGMA_BLOCK), NETHER_WART_BLOCK("minecraft:nether_wart_block", 64, Block.NETHER_WART_BLOCK), - WARPED_WART_BLOCK("minecraft:warped_wart_block", 64, Block.WARPED_WART_BLOCK), RED_NETHER_BRICKS("minecraft:red_nether_bricks", 64, Block.RED_NETHER_BRICKS), BONE_BLOCK("minecraft:bone_block", 64, Block.BONE_BLOCK), STRUCTURE_VOID("minecraft:structure_void", 64, Block.STRUCTURE_VOID), @@ -570,12 +518,11 @@ public enum Material { JUNGLE_DOOR("minecraft:jungle_door", 64, Block.JUNGLE_DOOR), ACACIA_DOOR("minecraft:acacia_door", 64, Block.ACACIA_DOOR), DARK_OAK_DOOR("minecraft:dark_oak_door", 64, Block.DARK_OAK_DOOR), - CRIMSON_DOOR("minecraft:crimson_door", 64, Block.CRIMSON_DOOR), - WARPED_DOOR("minecraft:warped_door", 64, Block.WARPED_DOOR), REPEATER("minecraft:repeater", 64, Block.REPEATER), COMPARATOR("minecraft:comparator", 64, Block.COMPARATOR), STRUCTURE_BLOCK("minecraft:structure_block", 64, Block.STRUCTURE_BLOCK), JIGSAW("minecraft:jigsaw", 64, Block.JIGSAW), + COMPOSTER("minecraft:composter", 64, Block.COMPOSTER), TURTLE_HELMET("minecraft:turtle_helmet", 1, null), SCUTE("minecraft:scute", 64, null), IRON_SHOVEL("minecraft:iron_shovel", 1, null), @@ -590,8 +537,6 @@ public enum Material { DIAMOND("minecraft:diamond", 64, null), IRON_INGOT("minecraft:iron_ingot", 64, null), GOLD_INGOT("minecraft:gold_ingot", 64, null), - NETHERITE_INGOT("minecraft:netherite_ingot", 64, null), - NETHERITE_SCRAP("minecraft:netherite_scrap", 64, null), IRON_SWORD("minecraft:iron_sword", 1, null), WOODEN_SWORD("minecraft:wooden_sword", 1, null), WOODEN_SHOVEL("minecraft:wooden_shovel", 1, null), @@ -612,10 +557,6 @@ public enum Material { GOLDEN_SHOVEL("minecraft:golden_shovel", 1, null), GOLDEN_PICKAXE("minecraft:golden_pickaxe", 1, null), GOLDEN_AXE("minecraft:golden_axe", 1, null), - NETHERITE_SWORD("minecraft:netherite_sword", 1, null), - NETHERITE_SHOVEL("minecraft:netherite_shovel", 1, null), - NETHERITE_PICKAXE("minecraft:netherite_pickaxe", 1, null), - NETHERITE_AXE("minecraft:netherite_axe", 1, null), STRING("minecraft:string", 64, null), FEATHER("minecraft:feather", 64, null), GUNPOWDER("minecraft:gunpowder", 64, null), @@ -624,7 +565,6 @@ public enum Material { IRON_HOE("minecraft:iron_hoe", 1, null), DIAMOND_HOE("minecraft:diamond_hoe", 1, null), GOLDEN_HOE("minecraft:golden_hoe", 1, null), - NETHERITE_HOE("minecraft:netherite_hoe", 1, null), WHEAT_SEEDS("minecraft:wheat_seeds", 64, null), WHEAT("minecraft:wheat", 64, Block.WHEAT), BREAD("minecraft:bread", 64, null), @@ -648,10 +588,6 @@ public enum Material { GOLDEN_CHESTPLATE("minecraft:golden_chestplate", 1, null), GOLDEN_LEGGINGS("minecraft:golden_leggings", 1, null), GOLDEN_BOOTS("minecraft:golden_boots", 1, null), - NETHERITE_HELMET("minecraft:netherite_helmet", 1, null), - NETHERITE_CHESTPLATE("minecraft:netherite_chestplate", 1, null), - NETHERITE_LEGGINGS("minecraft:netherite_leggings", 1, null), - NETHERITE_BOOTS("minecraft:netherite_boots", 1, null), FLINT("minecraft:flint", 64, null), PORKCHOP("minecraft:porkchop", 64, null), COOKED_PORKCHOP("minecraft:cooked_porkchop", 64, null), @@ -664,8 +600,6 @@ public enum Material { JUNGLE_SIGN("minecraft:jungle_sign", 16, Block.JUNGLE_SIGN), ACACIA_SIGN("minecraft:acacia_sign", 16, Block.ACACIA_SIGN), DARK_OAK_SIGN("minecraft:dark_oak_sign", 16, Block.DARK_OAK_SIGN), - CRIMSON_SIGN("minecraft:crimson_sign", 16, Block.CRIMSON_SIGN), - WARPED_SIGN("minecraft:warped_sign", 16, Block.WARPED_SIGN), BUCKET("minecraft:bucket", 16, null), WATER_BUCKET("minecraft:water_bucket", 1, null), LAVA_BUCKET("minecraft:lava_bucket", 1, null), @@ -682,7 +616,10 @@ public enum Material { TROPICAL_FISH_BUCKET("minecraft:tropical_fish_bucket", 1, null), BRICK("minecraft:brick", 64, null), CLAY_BALL("minecraft:clay_ball", 64, null), + SUGAR_CANE("minecraft:sugar_cane", 64, Block.SUGAR_CANE), + KELP("minecraft:kelp", 64, Block.KELP), DRIED_KELP_BLOCK("minecraft:dried_kelp_block", 64, Block.DRIED_KELP_BLOCK), + BAMBOO("minecraft:bamboo", 64, Block.BAMBOO), PAPER("minecraft:paper", 64, null), BOOK("minecraft:book", 64, null), SLIME_BALL("minecraft:slime_ball", 64, null), @@ -784,7 +721,6 @@ public enum Material { FOX_SPAWN_EGG("minecraft:fox_spawn_egg", 64, null), GHAST_SPAWN_EGG("minecraft:ghast_spawn_egg", 64, null), GUARDIAN_SPAWN_EGG("minecraft:guardian_spawn_egg", 64, null), - HOGLIN_SPAWN_EGG("minecraft:hoglin_spawn_egg", 64, null), HORSE_SPAWN_EGG("minecraft:horse_spawn_egg", 64, null), HUSK_SPAWN_EGG("minecraft:husk_spawn_egg", 64, null), LLAMA_SPAWN_EGG("minecraft:llama_spawn_egg", 64, null), @@ -796,7 +732,6 @@ public enum Material { PARROT_SPAWN_EGG("minecraft:parrot_spawn_egg", 64, null), PHANTOM_SPAWN_EGG("minecraft:phantom_spawn_egg", 64, null), PIG_SPAWN_EGG("minecraft:pig_spawn_egg", 64, null), - PIGLIN_SPAWN_EGG("minecraft:piglin_spawn_egg", 64, null), PILLAGER_SPAWN_EGG("minecraft:pillager_spawn_egg", 64, null), POLAR_BEAR_SPAWN_EGG("minecraft:polar_bear_spawn_egg", 64, null), PUFFERFISH_SPAWN_EGG("minecraft:pufferfish_spawn_egg", 64, null), @@ -812,7 +747,6 @@ public enum Material { SPIDER_SPAWN_EGG("minecraft:spider_spawn_egg", 64, null), SQUID_SPAWN_EGG("minecraft:squid_spawn_egg", 64, null), STRAY_SPAWN_EGG("minecraft:stray_spawn_egg", 64, null), - STRIDER_SPAWN_EGG("minecraft:strider_spawn_egg", 64, null), TRADER_LLAMA_SPAWN_EGG("minecraft:trader_llama_spawn_egg", 64, null), TROPICAL_FISH_SPAWN_EGG("minecraft:tropical_fish_spawn_egg", 64, null), TURTLE_SPAWN_EGG("minecraft:turtle_spawn_egg", 64, null), @@ -823,11 +757,10 @@ public enum Material { WITCH_SPAWN_EGG("minecraft:witch_spawn_egg", 64, null), WITHER_SKELETON_SPAWN_EGG("minecraft:wither_skeleton_spawn_egg", 64, null), WOLF_SPAWN_EGG("minecraft:wolf_spawn_egg", 64, null), - ZOGLIN_SPAWN_EGG("minecraft:zoglin_spawn_egg", 64, null), ZOMBIE_SPAWN_EGG("minecraft:zombie_spawn_egg", 64, null), ZOMBIE_HORSE_SPAWN_EGG("minecraft:zombie_horse_spawn_egg", 64, null), + ZOMBIE_PIGMAN_SPAWN_EGG("minecraft:zombie_pigman_spawn_egg", 64, null), ZOMBIE_VILLAGER_SPAWN_EGG("minecraft:zombie_villager_spawn_egg", 64, null), - ZOMBIFIED_PIGLIN_SPAWN_EGG("minecraft:zombified_piglin_spawn_egg", 64, null), EXPERIENCE_BOTTLE("minecraft:experience_bottle", 64, null), FIRE_CHARGE("minecraft:fire_charge", 64, null), WRITABLE_BOOK("minecraft:writable_book", 1, null), @@ -848,7 +781,6 @@ public enum Material { CREEPER_HEAD("minecraft:creeper_head", 64, Block.CREEPER_HEAD), DRAGON_HEAD("minecraft:dragon_head", 64, Block.DRAGON_HEAD), CARROT_ON_A_STICK("minecraft:carrot_on_a_stick", 1, null), - WARPED_FUNGUS_ON_A_STICK("minecraft:warped_fungus_on_a_stick", 64, null), NETHER_STAR("minecraft:nether_star", 64, null), PUMPKIN_PIE("minecraft:pumpkin_pie", 64, null), FIREWORK_ROCKET("minecraft:firework_rocket", 64, null), @@ -926,7 +858,6 @@ public enum Material { MUSIC_DISC_WARD("minecraft:music_disc_ward", 1, null), MUSIC_DISC_11("minecraft:music_disc_11", 1, null), MUSIC_DISC_WAIT("minecraft:music_disc_wait", 1, null), - MUSIC_DISC_PIGSTEP("minecraft:music_disc_pigstep", 1, null), TRIDENT("minecraft:trident", 1, null), PHANTOM_MEMBRANE("minecraft:phantom_membrane", 64, null), NAUTILUS_SHELL("minecraft:nautilus_shell", 64, null), @@ -939,8 +870,6 @@ public enum Material { SKULL_BANNER_PATTERN("minecraft:skull_banner_pattern", 1, null), MOJANG_BANNER_PATTERN("minecraft:mojang_banner_pattern", 1, null), GLOBE_BANNER_PATTERN("minecraft:globe_banner_pattern", 1, null), - PIGLIN_BANNER_PATTERN("minecraft:piglin_banner_pattern", 1, null), - COMPOSTER("minecraft:composter", 64, Block.COMPOSTER), BARREL("minecraft:barrel", 64, Block.BARREL), SMOKER("minecraft:smoker", 64, Block.SMOKER), BLAST_FURNACE("minecraft:blast_furnace", 64, Block.BLAST_FURNACE), @@ -952,35 +881,14 @@ public enum Material { STONECUTTER("minecraft:stonecutter", 64, Block.STONECUTTER), BELL("minecraft:bell", 64, Block.BELL), LANTERN("minecraft:lantern", 64, Block.LANTERN), - SOUL_LANTERN("minecraft:soul_lantern", 64, Block.SOUL_LANTERN), SWEET_BERRIES("minecraft:sweet_berries", 64, null), CAMPFIRE("minecraft:campfire", 64, Block.CAMPFIRE), - SOUL_CAMPFIRE("minecraft:soul_campfire", 64, Block.SOUL_CAMPFIRE), - SHROOMLIGHT("minecraft:shroomlight", 64, Block.SHROOMLIGHT), HONEYCOMB("minecraft:honeycomb", 64, null), BEE_NEST("minecraft:bee_nest", 64, Block.BEE_NEST), BEEHIVE("minecraft:beehive", 64, Block.BEEHIVE), HONEY_BOTTLE("minecraft:honey_bottle", 16, null), HONEY_BLOCK("minecraft:honey_block", 64, Block.HONEY_BLOCK), HONEYCOMB_BLOCK("minecraft:honeycomb_block", 64, Block.HONEYCOMB_BLOCK), - LODESTONE("minecraft:lodestone", 64, Block.LODESTONE), - NETHERITE_BLOCK("minecraft:netherite_block", 64, Block.NETHERITE_BLOCK), - ANCIENT_DEBRIS("minecraft:ancient_debris", 64, Block.ANCIENT_DEBRIS), - TARGET("minecraft:target", 64, Block.TARGET), - CRYING_OBSIDIAN("minecraft:crying_obsidian", 64, Block.CRYING_OBSIDIAN), - BLACKSTONE("minecraft:blackstone", 64, Block.BLACKSTONE), - BLACKSTONE_SLAB("minecraft:blackstone_slab", 64, Block.BLACKSTONE_SLAB), - BLACKSTONE_STAIRS("minecraft:blackstone_stairs", 64, Block.BLACKSTONE_STAIRS), - GILDED_BLACKSTONE("minecraft:gilded_blackstone", 64, Block.GILDED_BLACKSTONE), - POLISHED_BLACKSTONE("minecraft:polished_blackstone", 64, Block.POLISHED_BLACKSTONE), - POLISHED_BLACKSTONE_SLAB("minecraft:polished_blackstone_slab", 64, Block.POLISHED_BLACKSTONE_SLAB), - POLISHED_BLACKSTONE_STAIRS("minecraft:polished_blackstone_stairs", 64, Block.POLISHED_BLACKSTONE_STAIRS), - CHISELED_POLISHED_BLACKSTONE("minecraft:chiseled_polished_blackstone", 64, Block.CHISELED_POLISHED_BLACKSTONE), - POLISHED_BLACKSTONE_BRICKS("minecraft:polished_blackstone_bricks", 64, Block.POLISHED_BLACKSTONE_BRICKS), - POLISHED_BLACKSTONE_BRICK_SLAB("minecraft:polished_blackstone_brick_slab", 64, Block.POLISHED_BLACKSTONE_BRICK_SLAB), - POLISHED_BLACKSTONE_BRICK_STAIRS("minecraft:polished_blackstone_brick_stairs", 64, Block.POLISHED_BLACKSTONE_BRICK_STAIRS), - CRACKED_POLISHED_BLACKSTONE_BRICKS("minecraft:cracked_polished_blackstone_bricks", 64, Block.CRACKED_POLISHED_BLACKSTONE_BRICKS), - RESPAWN_ANCHOR("minecraft:respawn_anchor", 64, Block.RESPAWN_ANCHOR), ; private String namespaceID; private int maxDefaultStackSize; diff --git a/src/autogenerated/java/net/minestom/server/particle/Particle.java b/src/autogenerated/java/net/minestom/server/particle/Particle.java index 4c468063e..abf214457 100644 --- a/src/autogenerated/java/net/minestom/server/particle/Particle.java +++ b/src/autogenerated/java/net/minestom/server/particle/Particle.java @@ -31,8 +31,6 @@ public enum Particle { FIREWORK("minecraft:firework"), FISHING("minecraft:fishing"), FLAME("minecraft:flame"), - SOUL_FIRE_FLAME("minecraft:soul_fire_flame"), - SOUL("minecraft:soul"), FLASH("minecraft:flash"), HAPPY_VILLAGER("minecraft:happy_villager"), COMPOSTER("minecraft:composter"), @@ -68,14 +66,6 @@ public enum Particle { FALLING_HONEY("minecraft:falling_honey"), LANDING_HONEY("minecraft:landing_honey"), FALLING_NECTAR("minecraft:falling_nectar"), - ASH("minecraft:ash"), - CRIMSON_SPORE("minecraft:crimson_spore"), - WARPED_SPORE("minecraft:warped_spore"), - DRIPPING_OBSIDIAN_TEAR("minecraft:dripping_obsidian_tear"), - FALLING_OBSIDIAN_TEAR("minecraft:falling_obsidian_tear"), - LANDING_OBSIDIAN_TEAR("minecraft:landing_obsidian_tear"), - REVERSE_PORTAL("minecraft:reverse_portal"), - WHITE_ASH("minecraft:white_ash"), ; private String namespaceID; diff --git a/src/autogenerated/java/net/minestom/server/sound/Sound.java b/src/autogenerated/java/net/minestom/server/sound/Sound.java index e814102cc..13816abe9 100644 --- a/src/autogenerated/java/net/minestom/server/sound/Sound.java +++ b/src/autogenerated/java/net/minestom/server/sound/Sound.java @@ -5,32 +5,12 @@ package net.minestom.server.sound; public enum Sound { AMBIENT_CAVE("minecraft:ambient.cave"), - AMBIENT_BASALT_DELTAS_ADDITIONS("minecraft:ambient.basalt_deltas.additions"), - AMBIENT_BASALT_DELTAS_LOOP("minecraft:ambient.basalt_deltas.loop"), - AMBIENT_BASALT_DELTAS_MOOD("minecraft:ambient.basalt_deltas.mood"), - AMBIENT_CRIMSON_FOREST_ADDITIONS("minecraft:ambient.crimson_forest.additions"), - AMBIENT_CRIMSON_FOREST_LOOP("minecraft:ambient.crimson_forest.loop"), - AMBIENT_CRIMSON_FOREST_MOOD("minecraft:ambient.crimson_forest.mood"), - AMBIENT_NETHER_WASTES_ADDITIONS("minecraft:ambient.nether_wastes.additions"), - AMBIENT_NETHER_WASTES_LOOP("minecraft:ambient.nether_wastes.loop"), - AMBIENT_NETHER_WASTES_MOOD("minecraft:ambient.nether_wastes.mood"), - AMBIENT_SOUL_SAND_VALLEY_ADDITIONS("minecraft:ambient.soul_sand_valley.additions"), - AMBIENT_SOUL_SAND_VALLEY_LOOP("minecraft:ambient.soul_sand_valley.loop"), - AMBIENT_SOUL_SAND_VALLEY_MOOD("minecraft:ambient.soul_sand_valley.mood"), - AMBIENT_WARPED_FOREST_ADDITIONS("minecraft:ambient.warped_forest.additions"), - AMBIENT_WARPED_FOREST_LOOP("minecraft:ambient.warped_forest.loop"), - AMBIENT_WARPED_FOREST_MOOD("minecraft:ambient.warped_forest.mood"), AMBIENT_UNDERWATER_ENTER("minecraft:ambient.underwater.enter"), AMBIENT_UNDERWATER_EXIT("minecraft:ambient.underwater.exit"), AMBIENT_UNDERWATER_LOOP("minecraft:ambient.underwater.loop"), AMBIENT_UNDERWATER_LOOP_ADDITIONS("minecraft:ambient.underwater.loop.additions"), AMBIENT_UNDERWATER_LOOP_ADDITIONS_RARE("minecraft:ambient.underwater.loop.additions.rare"), AMBIENT_UNDERWATER_LOOP_ADDITIONS_ULTRA_RARE("minecraft:ambient.underwater.loop.additions.ultra_rare"), - BLOCK_ANCIENT_DEBRIS_BREAK("minecraft:block.ancient_debris.break"), - BLOCK_ANCIENT_DEBRIS_STEP("minecraft:block.ancient_debris.step"), - BLOCK_ANCIENT_DEBRIS_PLACE("minecraft:block.ancient_debris.place"), - BLOCK_ANCIENT_DEBRIS_HIT("minecraft:block.ancient_debris.hit"), - BLOCK_ANCIENT_DEBRIS_FALL("minecraft:block.ancient_debris.fall"), BLOCK_ANVIL_BREAK("minecraft:block.anvil.break"), BLOCK_ANVIL_DESTROY("minecraft:block.anvil.destroy"), BLOCK_ANVIL_FALL("minecraft:block.anvil.fall"), @@ -46,7 +26,6 @@ public enum Sound { ITEM_ARMOR_EQUIP_GOLD("minecraft:item.armor.equip_gold"), ITEM_ARMOR_EQUIP_IRON("minecraft:item.armor.equip_iron"), ITEM_ARMOR_EQUIP_LEATHER("minecraft:item.armor.equip_leather"), - ITEM_ARMOR_EQUIP_NETHERITE("minecraft:item.armor.equip_netherite"), ITEM_ARMOR_EQUIP_TURTLE("minecraft:item.armor.equip_turtle"), ENTITY_ARMOR_STAND_BREAK("minecraft:entity.armor_stand.break"), ENTITY_ARMOR_STAND_FALL("minecraft:entity.armor_stand.fall"), @@ -66,11 +45,6 @@ public enum Sound { BLOCK_BAMBOO_SAPLING_PLACE("minecraft:block.bamboo_sapling.place"), BLOCK_BARREL_CLOSE("minecraft:block.barrel.close"), BLOCK_BARREL_OPEN("minecraft:block.barrel.open"), - BLOCK_BASALT_BREAK("minecraft:block.basalt.break"), - BLOCK_BASALT_STEP("minecraft:block.basalt.step"), - BLOCK_BASALT_PLACE("minecraft:block.basalt.place"), - BLOCK_BASALT_HIT("minecraft:block.basalt.hit"), - BLOCK_BASALT_FALL("minecraft:block.basalt.fall"), ENTITY_BAT_AMBIENT("minecraft:entity.bat.ambient"), ENTITY_BAT_DEATH("minecraft:entity.bat.death"), ENTITY_BAT_HURT("minecraft:entity.bat.hurt"), @@ -100,13 +74,11 @@ public enum Sound { ENTITY_BLAZE_SHOOT("minecraft:entity.blaze.shoot"), ENTITY_BOAT_PADDLE_LAND("minecraft:entity.boat.paddle_land"), ENTITY_BOAT_PADDLE_WATER("minecraft:entity.boat.paddle_water"), - BLOCK_BONE_BLOCK_BREAK("minecraft:block.bone_block.break"), - BLOCK_BONE_BLOCK_FALL("minecraft:block.bone_block.fall"), - BLOCK_BONE_BLOCK_HIT("minecraft:block.bone_block.hit"), - BLOCK_BONE_BLOCK_PLACE("minecraft:block.bone_block.place"), - BLOCK_BONE_BLOCK_STEP("minecraft:block.bone_block.step"), ITEM_BOOK_PAGE_TURN("minecraft:item.book.page_turn"), ITEM_BOOK_PUT("minecraft:item.book.put"), + ENTITY_FISHING_BOBBER_RETRIEVE("minecraft:entity.fishing_bobber.retrieve"), + ENTITY_FISHING_BOBBER_SPLASH("minecraft:entity.fishing_bobber.splash"), + ENTITY_FISHING_BOBBER_THROW("minecraft:entity.fishing_bobber.throw"), BLOCK_BLASTFURNACE_FIRE_CRACKLE("minecraft:block.blastfurnace.fire_crackle"), ITEM_BOTTLE_EMPTY("minecraft:item.bottle.empty"), ITEM_BOTTLE_FILL("minecraft:item.bottle.fill"), @@ -133,11 +105,6 @@ public enum Sound { ENTITY_CAT_HURT("minecraft:entity.cat.hurt"), ENTITY_CAT_PURR("minecraft:entity.cat.purr"), ENTITY_CAT_PURREOW("minecraft:entity.cat.purreow"), - BLOCK_CHAIN_BREAK("minecraft:block.chain.break"), - BLOCK_CHAIN_FALL("minecraft:block.chain.fall"), - BLOCK_CHAIN_HIT("minecraft:block.chain.hit"), - BLOCK_CHAIN_PLACE("minecraft:block.chain.place"), - BLOCK_CHAIN_STEP("minecraft:block.chain.step"), BLOCK_CHEST_CLOSE("minecraft:block.chest.close"), BLOCK_CHEST_LOCKED("minecraft:block.chest.locked"), BLOCK_CHEST_OPEN("minecraft:block.chest.open"), @@ -149,6 +116,11 @@ public enum Sound { BLOCK_CHORUS_FLOWER_DEATH("minecraft:block.chorus_flower.death"), BLOCK_CHORUS_FLOWER_GROW("minecraft:block.chorus_flower.grow"), ITEM_CHORUS_FRUIT_TELEPORT("minecraft:item.chorus_fruit.teleport"), + BLOCK_WOOL_BREAK("minecraft:block.wool.break"), + BLOCK_WOOL_FALL("minecraft:block.wool.fall"), + BLOCK_WOOL_HIT("minecraft:block.wool.hit"), + BLOCK_WOOL_PLACE("minecraft:block.wool.place"), + BLOCK_WOOL_STEP("minecraft:block.wool.step"), ENTITY_COD_AMBIENT("minecraft:entity.cod.ambient"), ENTITY_COD_DEATH("minecraft:entity.cod.death"), ENTITY_COD_FLOP("minecraft:entity.cod.flop"), @@ -163,11 +135,6 @@ public enum Sound { BLOCK_CONDUIT_AMBIENT_SHORT("minecraft:block.conduit.ambient.short"), BLOCK_CONDUIT_ATTACK_TARGET("minecraft:block.conduit.attack.target"), BLOCK_CONDUIT_DEACTIVATE("minecraft:block.conduit.deactivate"), - BLOCK_CORAL_BLOCK_BREAK("minecraft:block.coral_block.break"), - BLOCK_CORAL_BLOCK_FALL("minecraft:block.coral_block.fall"), - BLOCK_CORAL_BLOCK_HIT("minecraft:block.coral_block.hit"), - BLOCK_CORAL_BLOCK_PLACE("minecraft:block.coral_block.place"), - BLOCK_CORAL_BLOCK_STEP("minecraft:block.coral_block.step"), ENTITY_COW_AMBIENT("minecraft:entity.cow.ambient"), ENTITY_COW_DEATH("minecraft:entity.cow.death"), ENTITY_COW_HURT("minecraft:entity.cow.hurt"), @@ -203,7 +170,6 @@ public enum Sound { ENTITY_DONKEY_ANGRY("minecraft:entity.donkey.angry"), ENTITY_DONKEY_CHEST("minecraft:entity.donkey.chest"), ENTITY_DONKEY_DEATH("minecraft:entity.donkey.death"), - ENTITY_DONKEY_EAT("minecraft:entity.donkey.eat"), ENTITY_DONKEY_HURT("minecraft:entity.donkey.hurt"), ENTITY_DROWNED_AMBIENT("minecraft:entity.drowned.ambient"), ENTITY_DROWNED_AMBIENT_WATER("minecraft:entity.drowned.ambient_water"), @@ -275,9 +241,6 @@ public enum Sound { BLOCK_FIRE_AMBIENT("minecraft:block.fire.ambient"), BLOCK_FIRE_EXTINGUISH("minecraft:block.fire.extinguish"), ENTITY_FISH_SWIM("minecraft:entity.fish.swim"), - ENTITY_FISHING_BOBBER_RETRIEVE("minecraft:entity.fishing_bobber.retrieve"), - ENTITY_FISHING_BOBBER_SPLASH("minecraft:entity.fishing_bobber.splash"), - ENTITY_FISHING_BOBBER_THROW("minecraft:entity.fishing_bobber.throw"), ITEM_FLINTANDSTEEL_USE("minecraft:item.flintandsteel.use"), ENTITY_FOX_AGGRO("minecraft:entity.fox.aggro"), ENTITY_FOX_AMBIENT("minecraft:entity.fox.ambient"), @@ -289,12 +252,6 @@ public enum Sound { ENTITY_FOX_SLEEP("minecraft:entity.fox.sleep"), ENTITY_FOX_SNIFF("minecraft:entity.fox.sniff"), ENTITY_FOX_SPIT("minecraft:entity.fox.spit"), - ENTITY_FOX_TELEPORT("minecraft:entity.fox.teleport"), - BLOCK_ROOTS_BREAK("minecraft:block.roots.break"), - BLOCK_ROOTS_STEP("minecraft:block.roots.step"), - BLOCK_ROOTS_PLACE("minecraft:block.roots.place"), - BLOCK_ROOTS_HIT("minecraft:block.roots.hit"), - BLOCK_ROOTS_FALL("minecraft:block.roots.fall"), BLOCK_FURNACE_FIRE_CRACKLE("minecraft:block.furnace.fire_crackle"), ENTITY_GENERIC_BIG_FALL("minecraft:entity.generic.big_fall"), ENTITY_GENERIC_BURN("minecraft:entity.generic.burn"), @@ -313,11 +270,6 @@ public enum Sound { ENTITY_GHAST_SCREAM("minecraft:entity.ghast.scream"), ENTITY_GHAST_SHOOT("minecraft:entity.ghast.shoot"), ENTITY_GHAST_WARN("minecraft:entity.ghast.warn"), - BLOCK_GILDED_BLACKSTONE_BREAK("minecraft:block.gilded_blackstone.break"), - BLOCK_GILDED_BLACKSTONE_FALL("minecraft:block.gilded_blackstone.fall"), - BLOCK_GILDED_BLACKSTONE_HIT("minecraft:block.gilded_blackstone.hit"), - BLOCK_GILDED_BLACKSTONE_PLACE("minecraft:block.gilded_blackstone.place"), - BLOCK_GILDED_BLACKSTONE_STEP("minecraft:block.gilded_blackstone.step"), BLOCK_GLASS_BREAK("minecraft:block.glass.break"), BLOCK_GLASS_FALL("minecraft:block.glass.fall"), BLOCK_GLASS_HIT("minecraft:block.glass.hit"), @@ -328,6 +280,16 @@ public enum Sound { BLOCK_GRASS_HIT("minecraft:block.grass.hit"), BLOCK_GRASS_PLACE("minecraft:block.grass.place"), BLOCK_GRASS_STEP("minecraft:block.grass.step"), + BLOCK_WET_GRASS_BREAK("minecraft:block.wet_grass.break"), + BLOCK_WET_GRASS_FALL("minecraft:block.wet_grass.fall"), + BLOCK_WET_GRASS_HIT("minecraft:block.wet_grass.hit"), + BLOCK_WET_GRASS_PLACE("minecraft:block.wet_grass.place"), + BLOCK_WET_GRASS_STEP("minecraft:block.wet_grass.step"), + BLOCK_CORAL_BLOCK_BREAK("minecraft:block.coral_block.break"), + BLOCK_CORAL_BLOCK_FALL("minecraft:block.coral_block.fall"), + BLOCK_CORAL_BLOCK_HIT("minecraft:block.coral_block.hit"), + BLOCK_CORAL_BLOCK_PLACE("minecraft:block.coral_block.place"), + BLOCK_CORAL_BLOCK_STEP("minecraft:block.coral_block.step"), BLOCK_GRAVEL_BREAK("minecraft:block.gravel.break"), BLOCK_GRAVEL_FALL("minecraft:block.gravel.fall"), BLOCK_GRAVEL_HIT("minecraft:block.gravel.hit"), @@ -343,14 +305,6 @@ public enum Sound { ENTITY_GUARDIAN_HURT("minecraft:entity.guardian.hurt"), ENTITY_GUARDIAN_HURT_LAND("minecraft:entity.guardian.hurt_land"), ITEM_HOE_TILL("minecraft:item.hoe.till"), - ENTITY_HOGLIN_AMBIENT("minecraft:entity.hoglin.ambient"), - ENTITY_HOGLIN_ANGRY("minecraft:entity.hoglin.angry"), - ENTITY_HOGLIN_ATTACK("minecraft:entity.hoglin.attack"), - ENTITY_HOGLIN_CONVERTED_TO_ZOMBIFIED("minecraft:entity.hoglin.converted_to_zombified"), - ENTITY_HOGLIN_DEATH("minecraft:entity.hoglin.death"), - ENTITY_HOGLIN_HURT("minecraft:entity.hoglin.hurt"), - ENTITY_HOGLIN_RETREAT("minecraft:entity.hoglin.retreat"), - ENTITY_HOGLIN_STEP("minecraft:entity.hoglin.step"), BLOCK_HONEY_BLOCK_BREAK("minecraft:block.honey_block.break"), BLOCK_HONEY_BLOCK_FALL("minecraft:block.honey_block.fall"), BLOCK_HONEY_BLOCK_HIT("minecraft:block.honey_block.hit"), @@ -382,6 +336,14 @@ public enum Sound { ENTITY_HUSK_DEATH("minecraft:entity.husk.death"), ENTITY_HUSK_HURT("minecraft:entity.husk.hurt"), ENTITY_HUSK_STEP("minecraft:entity.husk.step"), + ENTITY_RAVAGER_AMBIENT("minecraft:entity.ravager.ambient"), + ENTITY_RAVAGER_ATTACK("minecraft:entity.ravager.attack"), + ENTITY_RAVAGER_CELEBRATE("minecraft:entity.ravager.celebrate"), + ENTITY_RAVAGER_DEATH("minecraft:entity.ravager.death"), + ENTITY_RAVAGER_HURT("minecraft:entity.ravager.hurt"), + ENTITY_RAVAGER_STEP("minecraft:entity.ravager.step"), + ENTITY_RAVAGER_STUNNED("minecraft:entity.ravager.stunned"), + ENTITY_RAVAGER_ROAR("minecraft:entity.ravager.roar"), ENTITY_ILLUSIONER_AMBIENT("minecraft:entity.illusioner.ambient"), ENTITY_ILLUSIONER_CAST_SPELL("minecraft:entity.illusioner.cast_spell"), ENTITY_ILLUSIONER_DEATH("minecraft:entity.illusioner.death"), @@ -434,19 +396,10 @@ public enum Sound { ENTITY_LLAMA_SPIT("minecraft:entity.llama.spit"), ENTITY_LLAMA_STEP("minecraft:entity.llama.step"), ENTITY_LLAMA_SWAG("minecraft:entity.llama.swag"), - ENTITY_MAGMA_CUBE_DEATH_SMALL("minecraft:entity.magma_cube.death_small"), - BLOCK_LODESTONE_BREAK("minecraft:block.lodestone.break"), - BLOCK_LODESTONE_STEP("minecraft:block.lodestone.step"), - BLOCK_LODESTONE_PLACE("minecraft:block.lodestone.place"), - BLOCK_LODESTONE_HIT("minecraft:block.lodestone.hit"), - BLOCK_LODESTONE_FALL("minecraft:block.lodestone.fall"), - ITEM_LODESTONE_COMPASS_LOCK("minecraft:item.lodestone_compass.lock"), ENTITY_MAGMA_CUBE_DEATH("minecraft:entity.magma_cube.death"), ENTITY_MAGMA_CUBE_HURT("minecraft:entity.magma_cube.hurt"), - ENTITY_MAGMA_CUBE_HURT_SMALL("minecraft:entity.magma_cube.hurt_small"), ENTITY_MAGMA_CUBE_JUMP("minecraft:entity.magma_cube.jump"), ENTITY_MAGMA_CUBE_SQUISH("minecraft:entity.magma_cube.squish"), - ENTITY_MAGMA_CUBE_SQUISH_SMALL("minecraft:entity.magma_cube.squish_small"), BLOCK_METAL_BREAK("minecraft:block.metal.break"), BLOCK_METAL_FALL("minecraft:block.metal.fall"), BLOCK_METAL_HIT("minecraft:block.metal.hit"), @@ -462,83 +415,19 @@ public enum Sound { ENTITY_MOOSHROOM_SUSPICIOUS_MILK("minecraft:entity.mooshroom.suspicious_milk"), ENTITY_MOOSHROOM_SHEAR("minecraft:entity.mooshroom.shear"), ENTITY_MULE_AMBIENT("minecraft:entity.mule.ambient"), - ENTITY_MULE_ANGRY("minecraft:entity.mule.angry"), ENTITY_MULE_CHEST("minecraft:entity.mule.chest"), ENTITY_MULE_DEATH("minecraft:entity.mule.death"), - ENTITY_MULE_EAT("minecraft:entity.mule.eat"), ENTITY_MULE_HURT("minecraft:entity.mule.hurt"), MUSIC_CREATIVE("minecraft:music.creative"), MUSIC_CREDITS("minecraft:music.credits"), - MUSIC_DISC_11("minecraft:music_disc.11"), - MUSIC_DISC_13("minecraft:music_disc.13"), - MUSIC_DISC_BLOCKS("minecraft:music_disc.blocks"), - MUSIC_DISC_CAT("minecraft:music_disc.cat"), - MUSIC_DISC_CHIRP("minecraft:music_disc.chirp"), - MUSIC_DISC_FAR("minecraft:music_disc.far"), - MUSIC_DISC_MALL("minecraft:music_disc.mall"), - MUSIC_DISC_MELLOHI("minecraft:music_disc.mellohi"), - MUSIC_DISC_PIGSTEP("minecraft:music_disc.pigstep"), - MUSIC_DISC_STAL("minecraft:music_disc.stal"), - MUSIC_DISC_STRAD("minecraft:music_disc.strad"), - MUSIC_DISC_WAIT("minecraft:music_disc.wait"), - MUSIC_DISC_WARD("minecraft:music_disc.ward"), MUSIC_DRAGON("minecraft:music.dragon"), MUSIC_END("minecraft:music.end"), MUSIC_GAME("minecraft:music.game"), MUSIC_MENU("minecraft:music.menu"), - MUSIC_NETHER_BASALT_DELTAS("minecraft:music.nether.basalt_deltas"), - MUSIC_NETHER_NETHER_WASTES("minecraft:music.nether.nether_wastes"), - MUSIC_NETHER_SOUL_SAND_VALLEY("minecraft:music.nether.soul_sand_valley"), - MUSIC_NETHER_CRIMSON_FOREST("minecraft:music.nether.crimson_forest"), - MUSIC_NETHER_WARPED_FOREST("minecraft:music.nether.warped_forest"), + MUSIC_NETHER("minecraft:music.nether"), MUSIC_UNDER_WATER("minecraft:music.under_water"), - BLOCK_NETHER_BRICKS_BREAK("minecraft:block.nether_bricks.break"), - BLOCK_NETHER_BRICKS_STEP("minecraft:block.nether_bricks.step"), - BLOCK_NETHER_BRICKS_PLACE("minecraft:block.nether_bricks.place"), - BLOCK_NETHER_BRICKS_HIT("minecraft:block.nether_bricks.hit"), - BLOCK_NETHER_BRICKS_FALL("minecraft:block.nether_bricks.fall"), BLOCK_NETHER_WART_BREAK("minecraft:block.nether_wart.break"), ITEM_NETHER_WART_PLANT("minecraft:item.nether_wart.plant"), - BLOCK_STEM_BREAK("minecraft:block.stem.break"), - BLOCK_STEM_STEP("minecraft:block.stem.step"), - BLOCK_STEM_PLACE("minecraft:block.stem.place"), - BLOCK_STEM_HIT("minecraft:block.stem.hit"), - BLOCK_STEM_FALL("minecraft:block.stem.fall"), - BLOCK_NYLIUM_BREAK("minecraft:block.nylium.break"), - BLOCK_NYLIUM_STEP("minecraft:block.nylium.step"), - BLOCK_NYLIUM_PLACE("minecraft:block.nylium.place"), - BLOCK_NYLIUM_HIT("minecraft:block.nylium.hit"), - BLOCK_NYLIUM_FALL("minecraft:block.nylium.fall"), - BLOCK_NETHER_SPROUTS_BREAK("minecraft:block.nether_sprouts.break"), - BLOCK_NETHER_SPROUTS_STEP("minecraft:block.nether_sprouts.step"), - BLOCK_NETHER_SPROUTS_PLACE("minecraft:block.nether_sprouts.place"), - BLOCK_NETHER_SPROUTS_HIT("minecraft:block.nether_sprouts.hit"), - BLOCK_NETHER_SPROUTS_FALL("minecraft:block.nether_sprouts.fall"), - BLOCK_FUNGUS_BREAK("minecraft:block.fungus.break"), - BLOCK_FUNGUS_STEP("minecraft:block.fungus.step"), - BLOCK_FUNGUS_PLACE("minecraft:block.fungus.place"), - BLOCK_FUNGUS_HIT("minecraft:block.fungus.hit"), - BLOCK_FUNGUS_FALL("minecraft:block.fungus.fall"), - BLOCK_WEEPING_VINES_BREAK("minecraft:block.weeping_vines.break"), - BLOCK_WEEPING_VINES_STEP("minecraft:block.weeping_vines.step"), - BLOCK_WEEPING_VINES_PLACE("minecraft:block.weeping_vines.place"), - BLOCK_WEEPING_VINES_HIT("minecraft:block.weeping_vines.hit"), - BLOCK_WEEPING_VINES_FALL("minecraft:block.weeping_vines.fall"), - BLOCK_WART_BLOCK_BREAK("minecraft:block.wart_block.break"), - BLOCK_WART_BLOCK_STEP("minecraft:block.wart_block.step"), - BLOCK_WART_BLOCK_PLACE("minecraft:block.wart_block.place"), - BLOCK_WART_BLOCK_HIT("minecraft:block.wart_block.hit"), - BLOCK_WART_BLOCK_FALL("minecraft:block.wart_block.fall"), - BLOCK_NETHERITE_BLOCK_BREAK("minecraft:block.netherite_block.break"), - BLOCK_NETHERITE_BLOCK_STEP("minecraft:block.netherite_block.step"), - BLOCK_NETHERITE_BLOCK_PLACE("minecraft:block.netherite_block.place"), - BLOCK_NETHERITE_BLOCK_HIT("minecraft:block.netherite_block.hit"), - BLOCK_NETHERITE_BLOCK_FALL("minecraft:block.netherite_block.fall"), - BLOCK_NETHERRACK_BREAK("minecraft:block.netherrack.break"), - BLOCK_NETHERRACK_STEP("minecraft:block.netherrack.step"), - BLOCK_NETHERRACK_PLACE("minecraft:block.netherrack.place"), - BLOCK_NETHERRACK_HIT("minecraft:block.netherrack.hit"), - BLOCK_NETHERRACK_FALL("minecraft:block.netherrack.fall"), BLOCK_NOTE_BLOCK_BASEDRUM("minecraft:block.note_block.basedrum"), BLOCK_NOTE_BLOCK_BASS("minecraft:block.note_block.bass"), BLOCK_NOTE_BLOCK_BELL("minecraft:block.note_block.bell"), @@ -585,12 +474,10 @@ public enum Sound { ENTITY_PARROT_IMITATE_EVOKER("minecraft:entity.parrot.imitate.evoker"), ENTITY_PARROT_IMITATE_GHAST("minecraft:entity.parrot.imitate.ghast"), ENTITY_PARROT_IMITATE_GUARDIAN("minecraft:entity.parrot.imitate.guardian"), - ENTITY_PARROT_IMITATE_HOGLIN("minecraft:entity.parrot.imitate.hoglin"), ENTITY_PARROT_IMITATE_HUSK("minecraft:entity.parrot.imitate.husk"), ENTITY_PARROT_IMITATE_ILLUSIONER("minecraft:entity.parrot.imitate.illusioner"), ENTITY_PARROT_IMITATE_MAGMA_CUBE("minecraft:entity.parrot.imitate.magma_cube"), ENTITY_PARROT_IMITATE_PHANTOM("minecraft:entity.parrot.imitate.phantom"), - ENTITY_PARROT_IMITATE_PIGLIN("minecraft:entity.parrot.imitate.piglin"), ENTITY_PARROT_IMITATE_PILLAGER("minecraft:entity.parrot.imitate.pillager"), ENTITY_PARROT_IMITATE_RAVAGER("minecraft:entity.parrot.imitate.ravager"), ENTITY_PARROT_IMITATE_SHULKER("minecraft:entity.parrot.imitate.shulker"), @@ -604,7 +491,6 @@ public enum Sound { ENTITY_PARROT_IMITATE_WITCH("minecraft:entity.parrot.imitate.witch"), ENTITY_PARROT_IMITATE_WITHER("minecraft:entity.parrot.imitate.wither"), ENTITY_PARROT_IMITATE_WITHER_SKELETON("minecraft:entity.parrot.imitate.wither_skeleton"), - ENTITY_PARROT_IMITATE_ZOGLIN("minecraft:entity.parrot.imitate.zoglin"), ENTITY_PARROT_IMITATE_ZOMBIE("minecraft:entity.parrot.imitate.zombie"), ENTITY_PARROT_IMITATE_ZOMBIE_VILLAGER("minecraft:entity.parrot.imitate.zombie_villager"), ENTITY_PARROT_STEP("minecraft:entity.parrot.step"), @@ -619,16 +505,6 @@ public enum Sound { ENTITY_PIG_HURT("minecraft:entity.pig.hurt"), ENTITY_PIG_SADDLE("minecraft:entity.pig.saddle"), ENTITY_PIG_STEP("minecraft:entity.pig.step"), - ENTITY_PIGLIN_ADMIRING_ITEM("minecraft:entity.piglin.admiring_item"), - ENTITY_PIGLIN_AMBIENT("minecraft:entity.piglin.ambient"), - ENTITY_PIGLIN_ANGRY("minecraft:entity.piglin.angry"), - ENTITY_PIGLIN_CELEBRATE("minecraft:entity.piglin.celebrate"), - ENTITY_PIGLIN_DEATH("minecraft:entity.piglin.death"), - ENTITY_PIGLIN_JEALOUS("minecraft:entity.piglin.jealous"), - ENTITY_PIGLIN_HURT("minecraft:entity.piglin.hurt"), - ENTITY_PIGLIN_RETREAT("minecraft:entity.piglin.retreat"), - ENTITY_PIGLIN_STEP("minecraft:entity.piglin.step"), - ENTITY_PIGLIN_CONVERTED_TO_ZOMBIFIED("minecraft:entity.piglin.converted_to_zombified"), ENTITY_PILLAGER_AMBIENT("minecraft:entity.pillager.ambient"), ENTITY_PILLAGER_CELEBRATE("minecraft:entity.pillager.celebrate"), ENTITY_PILLAGER_DEATH("minecraft:entity.pillager.death"), @@ -677,29 +553,19 @@ public enum Sound { ENTITY_RABBIT_HURT("minecraft:entity.rabbit.hurt"), ENTITY_RABBIT_JUMP("minecraft:entity.rabbit.jump"), EVENT_RAID_HORN("minecraft:event.raid.horn"), - ENTITY_RAVAGER_AMBIENT("minecraft:entity.ravager.ambient"), - ENTITY_RAVAGER_ATTACK("minecraft:entity.ravager.attack"), - ENTITY_RAVAGER_CELEBRATE("minecraft:entity.ravager.celebrate"), - ENTITY_RAVAGER_DEATH("minecraft:entity.ravager.death"), - ENTITY_RAVAGER_HURT("minecraft:entity.ravager.hurt"), - ENTITY_RAVAGER_STEP("minecraft:entity.ravager.step"), - ENTITY_RAVAGER_STUNNED("minecraft:entity.ravager.stunned"), - ENTITY_RAVAGER_ROAR("minecraft:entity.ravager.roar"), - BLOCK_NETHER_GOLD_ORE_BREAK("minecraft:block.nether_gold_ore.break"), - BLOCK_NETHER_GOLD_ORE_FALL("minecraft:block.nether_gold_ore.fall"), - BLOCK_NETHER_GOLD_ORE_HIT("minecraft:block.nether_gold_ore.hit"), - BLOCK_NETHER_GOLD_ORE_PLACE("minecraft:block.nether_gold_ore.place"), - BLOCK_NETHER_GOLD_ORE_STEP("minecraft:block.nether_gold_ore.step"), - BLOCK_NETHER_ORE_BREAK("minecraft:block.nether_ore.break"), - BLOCK_NETHER_ORE_FALL("minecraft:block.nether_ore.fall"), - BLOCK_NETHER_ORE_HIT("minecraft:block.nether_ore.hit"), - BLOCK_NETHER_ORE_PLACE("minecraft:block.nether_ore.place"), - BLOCK_NETHER_ORE_STEP("minecraft:block.nether_ore.step"), + MUSIC_DISC_11("minecraft:music_disc.11"), + MUSIC_DISC_13("minecraft:music_disc.13"), + MUSIC_DISC_BLOCKS("minecraft:music_disc.blocks"), + MUSIC_DISC_CAT("minecraft:music_disc.cat"), + MUSIC_DISC_CHIRP("minecraft:music_disc.chirp"), + MUSIC_DISC_FAR("minecraft:music_disc.far"), + MUSIC_DISC_MALL("minecraft:music_disc.mall"), + MUSIC_DISC_MELLOHI("minecraft:music_disc.mellohi"), + MUSIC_DISC_STAL("minecraft:music_disc.stal"), + MUSIC_DISC_STRAD("minecraft:music_disc.strad"), + MUSIC_DISC_WAIT("minecraft:music_disc.wait"), + MUSIC_DISC_WARD("minecraft:music_disc.ward"), BLOCK_REDSTONE_TORCH_BURNOUT("minecraft:block.redstone_torch.burnout"), - BLOCK_RESPAWN_ANCHOR_AMBIENT("minecraft:block.respawn_anchor.ambient"), - BLOCK_RESPAWN_ANCHOR_CHARGE("minecraft:block.respawn_anchor.charge"), - BLOCK_RESPAWN_ANCHOR_DEPLETE("minecraft:block.respawn_anchor.deplete"), - BLOCK_RESPAWN_ANCHOR_SET_SPAWN("minecraft:block.respawn_anchor.set_spawn"), ENTITY_SALMON_AMBIENT("minecraft:entity.salmon.ambient"), ENTITY_SALMON_DEATH("minecraft:entity.salmon.death"), ENTITY_SALMON_FLOP("minecraft:entity.salmon.flop"), @@ -721,11 +587,6 @@ public enum Sound { ENTITY_SHEEP_STEP("minecraft:entity.sheep.step"), ITEM_SHIELD_BLOCK("minecraft:item.shield.block"), ITEM_SHIELD_BREAK("minecraft:item.shield.break"), - BLOCK_SHROOMLIGHT_BREAK("minecraft:block.shroomlight.break"), - BLOCK_SHROOMLIGHT_STEP("minecraft:block.shroomlight.step"), - BLOCK_SHROOMLIGHT_PLACE("minecraft:block.shroomlight.place"), - BLOCK_SHROOMLIGHT_HIT("minecraft:block.shroomlight.hit"), - BLOCK_SHROOMLIGHT_FALL("minecraft:block.shroomlight.fall"), ITEM_SHOVEL_FLATTEN("minecraft:item.shovel.flatten"), ENTITY_SHULKER_AMBIENT("minecraft:entity.shulker.ambient"), BLOCK_SHULKER_BOX_CLOSE("minecraft:block.shulker_box.close"), @@ -766,31 +627,13 @@ public enum Sound { BLOCK_SLIME_BLOCK_HIT("minecraft:block.slime_block.hit"), BLOCK_SLIME_BLOCK_PLACE("minecraft:block.slime_block.place"), BLOCK_SLIME_BLOCK_STEP("minecraft:block.slime_block.step"), - BLOCK_SOUL_SAND_BREAK("minecraft:block.soul_sand.break"), - BLOCK_SOUL_SAND_STEP("minecraft:block.soul_sand.step"), - BLOCK_SOUL_SAND_PLACE("minecraft:block.soul_sand.place"), - BLOCK_SOUL_SAND_HIT("minecraft:block.soul_sand.hit"), - BLOCK_SOUL_SAND_FALL("minecraft:block.soul_sand.fall"), - BLOCK_SOUL_SOIL_BREAK("minecraft:block.soul_soil.break"), - BLOCK_SOUL_SOIL_STEP("minecraft:block.soul_soil.step"), - BLOCK_SOUL_SOIL_PLACE("minecraft:block.soul_soil.place"), - BLOCK_SOUL_SOIL_HIT("minecraft:block.soul_soil.hit"), - BLOCK_SOUL_SOIL_FALL("minecraft:block.soul_soil.fall"), - PARTICLE_SOUL_ESCAPE("minecraft:particle.soul_escape"), - ENTITY_STRIDER_AMBIENT("minecraft:entity.strider.ambient"), - ENTITY_STRIDER_HAPPY("minecraft:entity.strider.happy"), - ENTITY_STRIDER_RETREAT("minecraft:entity.strider.retreat"), - ENTITY_STRIDER_DEATH("minecraft:entity.strider.death"), - ENTITY_STRIDER_HURT("minecraft:entity.strider.hurt"), - ENTITY_STRIDER_STEP("minecraft:entity.strider.step"), - ENTITY_STRIDER_STEP_LAVA("minecraft:entity.strider.step_lava"), - ENTITY_STRIDER_EAT("minecraft:entity.strider.eat"), - ENTITY_STRIDER_SADDLE("minecraft:entity.strider.saddle"), + ENTITY_MAGMA_CUBE_DEATH_SMALL("minecraft:entity.magma_cube.death_small"), + ENTITY_MAGMA_CUBE_HURT_SMALL("minecraft:entity.magma_cube.hurt_small"), + ENTITY_MAGMA_CUBE_SQUISH_SMALL("minecraft:entity.magma_cube.squish_small"), ENTITY_SLIME_DEATH_SMALL("minecraft:entity.slime.death_small"), ENTITY_SLIME_HURT_SMALL("minecraft:entity.slime.hurt_small"), ENTITY_SLIME_JUMP_SMALL("minecraft:entity.slime.jump_small"), ENTITY_SLIME_SQUISH_SMALL("minecraft:entity.slime.squish_small"), - BLOCK_SMITHING_TABLE_USE("minecraft:block.smithing_table.use"), BLOCK_SMOKER_SMOKE("minecraft:block.smoker.smoke"), ENTITY_SNOWBALL_THROW("minecraft:entity.snowball.throw"), BLOCK_SNOW_BREAK("minecraft:block.snow.break"), @@ -799,7 +642,6 @@ public enum Sound { ENTITY_SNOW_GOLEM_DEATH("minecraft:entity.snow_golem.death"), ENTITY_SNOW_GOLEM_HURT("minecraft:entity.snow_golem.hurt"), ENTITY_SNOW_GOLEM_SHOOT("minecraft:entity.snow_golem.shoot"), - ENTITY_SNOW_GOLEM_SHEAR("minecraft:entity.snow_golem.shear"), BLOCK_SNOW_HIT("minecraft:block.snow.hit"), BLOCK_SNOW_PLACE("minecraft:block.snow.place"), BLOCK_SNOW_STEP("minecraft:block.snow.step"), @@ -897,7 +739,6 @@ public enum Sound { ENTITY_VINDICATOR_CELEBRATE("minecraft:entity.vindicator.celebrate"), ENTITY_VINDICATOR_DEATH("minecraft:entity.vindicator.death"), ENTITY_VINDICATOR_HURT("minecraft:entity.vindicator.hurt"), - BLOCK_VINE_STEP("minecraft:block.vine.step"), BLOCK_LILY_PAD_PLACE("minecraft:block.lily_pad.place"), ENTITY_WANDERING_TRADER_AMBIENT("minecraft:entity.wandering_trader.ambient"), ENTITY_WANDERING_TRADER_DEATH("minecraft:entity.wandering_trader.death"), @@ -912,11 +753,6 @@ public enum Sound { BLOCK_WATER_AMBIENT("minecraft:block.water.ambient"), WEATHER_RAIN("minecraft:weather.rain"), WEATHER_RAIN_ABOVE("minecraft:weather.rain.above"), - BLOCK_WET_GRASS_BREAK("minecraft:block.wet_grass.break"), - BLOCK_WET_GRASS_FALL("minecraft:block.wet_grass.fall"), - BLOCK_WET_GRASS_HIT("minecraft:block.wet_grass.hit"), - BLOCK_WET_GRASS_PLACE("minecraft:block.wet_grass.place"), - BLOCK_WET_GRASS_STEP("minecraft:block.wet_grass.step"), ENTITY_WITCH_AMBIENT("minecraft:entity.witch.ambient"), ENTITY_WITCH_CELEBRATE("minecraft:entity.witch.celebrate"), ENTITY_WITCH_DEATH("minecraft:entity.witch.death"), @@ -955,17 +791,6 @@ public enum Sound { BLOCK_WOODEN_PRESSURE_PLATE_CLICK_OFF("minecraft:block.wooden_pressure_plate.click_off"), BLOCK_WOODEN_PRESSURE_PLATE_CLICK_ON("minecraft:block.wooden_pressure_plate.click_on"), BLOCK_WOOD_STEP("minecraft:block.wood.step"), - BLOCK_WOOL_BREAK("minecraft:block.wool.break"), - BLOCK_WOOL_FALL("minecraft:block.wool.fall"), - BLOCK_WOOL_HIT("minecraft:block.wool.hit"), - BLOCK_WOOL_PLACE("minecraft:block.wool.place"), - BLOCK_WOOL_STEP("minecraft:block.wool.step"), - ENTITY_ZOGLIN_AMBIENT("minecraft:entity.zoglin.ambient"), - ENTITY_ZOGLIN_ANGRY("minecraft:entity.zoglin.angry"), - ENTITY_ZOGLIN_ATTACK("minecraft:entity.zoglin.attack"), - ENTITY_ZOGLIN_DEATH("minecraft:entity.zoglin.death"), - ENTITY_ZOGLIN_HURT("minecraft:entity.zoglin.hurt"), - ENTITY_ZOGLIN_STEP("minecraft:entity.zoglin.step"), ENTITY_ZOMBIE_AMBIENT("minecraft:entity.zombie.ambient"), ENTITY_ZOMBIE_ATTACK_WOODEN_DOOR("minecraft:entity.zombie.attack_wooden_door"), ENTITY_ZOMBIE_ATTACK_IRON_DOOR("minecraft:entity.zombie.attack_iron_door"), @@ -978,10 +803,10 @@ public enum Sound { ENTITY_ZOMBIE_HORSE_HURT("minecraft:entity.zombie_horse.hurt"), ENTITY_ZOMBIE_HURT("minecraft:entity.zombie.hurt"), ENTITY_ZOMBIE_INFECT("minecraft:entity.zombie.infect"), - ENTITY_ZOMBIFIED_PIGLIN_AMBIENT("minecraft:entity.zombified_piglin.ambient"), - ENTITY_ZOMBIFIED_PIGLIN_ANGRY("minecraft:entity.zombified_piglin.angry"), - ENTITY_ZOMBIFIED_PIGLIN_DEATH("minecraft:entity.zombified_piglin.death"), - ENTITY_ZOMBIFIED_PIGLIN_HURT("minecraft:entity.zombified_piglin.hurt"), + ENTITY_ZOMBIE_PIGMAN_AMBIENT("minecraft:entity.zombie_pigman.ambient"), + ENTITY_ZOMBIE_PIGMAN_ANGRY("minecraft:entity.zombie_pigman.angry"), + ENTITY_ZOMBIE_PIGMAN_DEATH("minecraft:entity.zombie_pigman.death"), + ENTITY_ZOMBIE_PIGMAN_HURT("minecraft:entity.zombie_pigman.hurt"), ENTITY_ZOMBIE_STEP("minecraft:entity.zombie.step"), ENTITY_ZOMBIE_VILLAGER_AMBIENT("minecraft:entity.zombie_villager.ambient"), ENTITY_ZOMBIE_VILLAGER_CONVERTED("minecraft:entity.zombie_villager.converted"), diff --git a/src/autogenerated/java/net/minestom/server/stat/StatisticType.java b/src/autogenerated/java/net/minestom/server/stat/StatisticType.java index 5e56f2904..edb6a6763 100644 --- a/src/autogenerated/java/net/minestom/server/stat/StatisticType.java +++ b/src/autogenerated/java/net/minestom/server/stat/StatisticType.java @@ -23,7 +23,6 @@ public enum StatisticType { HORSE_ONE_CM("minecraft:horse_one_cm"), AVIATE_ONE_CM("minecraft:aviate_one_cm"), SWIM_ONE_CM("minecraft:swim_one_cm"), - STRIDER_ONE_CM("minecraft:strider_one_cm"), JUMP("minecraft:jump"), DROP("minecraft:drop"), DAMAGE_DEALT("minecraft:damage_dealt"), @@ -76,8 +75,6 @@ public enum StatisticType { RAID_WIN("minecraft:raid_win"), INTERACT_WITH_ANVIL("minecraft:interact_with_anvil"), INTERACT_WITH_GRINDSTONE("minecraft:interact_with_grindstone"), - TARGET_HIT("minecraft:target_hit"), - INTERACT_WITH_SMITHING_TABLE("minecraft:interact_with_smithing_table"), ; private String namespaceID; diff --git a/src/main/java/net/minestom/server/entity/type/EntityPigZombie.java b/src/main/java/net/minestom/server/entity/type/EntityPigZombie.java index dd6397d6e..97abe11b0 100644 --- a/src/main/java/net/minestom/server/entity/type/EntityPigZombie.java +++ b/src/main/java/net/minestom/server/entity/type/EntityPigZombie.java @@ -13,7 +13,7 @@ public class EntityPigZombie extends EntityCreature { private boolean becomingDrowned; public EntityPigZombie(Position spawnPosition) { - super(EntityType.ZOMBIFIED_PIGLIN, spawnPosition); + super(EntityType.ZOMBIE_PIGMAN, spawnPosition); setBoundingBox(0.6f, 1.95f, 0.6f); } diff --git a/src/test/java/loottables/TestLootTables.java b/src/test/java/loottables/TestLootTables.java index d535a19dc..b77489a9f 100644 --- a/src/test/java/loottables/TestLootTables.java +++ b/src/test/java/loottables/TestLootTables.java @@ -9,7 +9,6 @@ import net.minestom.server.gamedata.loottables.entries.ItemType; import net.minestom.server.gamedata.loottables.tabletypes.BlockType; import net.minestom.server.item.ItemStack; import net.minestom.server.item.Material; -import net.minestom.server.registry.RegistryMain; import net.minestom.server.utils.NamespaceID; import org.junit.Assert; import org.junit.Before; @@ -25,7 +24,6 @@ public class TestLootTables { @Before public void init() { - RegistryMain.registerItems(); tableManager = new LootTableManager(); tableManager.registerConditionDeserializer(NamespaceID.from("minecraft:survives_explosion"), new SurvivesExplosionCondition.Deserializer()); tableManager.registerTableType(NamespaceID.from("minecraft:block"), new BlockType());