From abf999a4d980247a11f25726816eadf21da440aa Mon Sep 17 00:00:00 2001 From: jglrxavpok Date: Fri, 19 Jun 2020 11:29:09 +0200 Subject: [PATCH 01/17] Beginnings of automatic Block code generation --- .gitmodules | 3 + build.gradle | 17 + prismarine-minecraft-data | 1 + .../net/minestom/instance/block/TmpBlock.java | 727 ++++++++++++++++++ src/generators/java/BlockContainer.java | 174 +++++ src/generators/java/BlockEnumGenerator.java | 210 +++++ src/generators/java/BurgerBlock.java | 13 + src/generators/java/DataReportBlock.java | 53 ++ src/generators/java/EnumGenerator.java | 132 ++++ src/generators/java/PrismarineJSBlock.java | 40 + src/generators/java/PrismarinePaths.java | 21 + 11 files changed, 1391 insertions(+) create mode 100644 .gitmodules create mode 160000 prismarine-minecraft-data create mode 100644 src/autogenerated/java/net/minestom/instance/block/TmpBlock.java create mode 100644 src/generators/java/BlockContainer.java create mode 100644 src/generators/java/BlockEnumGenerator.java create mode 100644 src/generators/java/BurgerBlock.java create mode 100644 src/generators/java/DataReportBlock.java create mode 100644 src/generators/java/EnumGenerator.java create mode 100644 src/generators/java/PrismarineJSBlock.java create mode 100644 src/generators/java/PrismarinePaths.java diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..303df618c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "prismarine-minecraft-data"] + path = prismarine-minecraft-data + url = https://github.com/PrismarineJS/minecraft-data diff --git a/build.gradle b/build.gradle index 1d5f1f464..95d054a0a 100644 --- a/build.gradle +++ b/build.gradle @@ -14,6 +14,23 @@ repositories { } +sourceSets { + main { + java { + srcDir 'src/main/java' + srcDir 'src/autogenerated/java' + } + } + generation { + java { + srcDir 'src/generators/java' + } + + compileClasspath += sourceSets.main.runtimeClasspath + runtimeClasspath += sourceSets.main.runtimeClasspath + } +} + dependencies { testCompile group: 'junit', name: 'junit', version: '4.12' diff --git a/prismarine-minecraft-data b/prismarine-minecraft-data new file mode 160000 index 000000000..28cb60995 --- /dev/null +++ b/prismarine-minecraft-data @@ -0,0 +1 @@ +Subproject commit 28cb60995d153d5c8eb7bb1bb2e0fd645e3202d0 diff --git a/src/autogenerated/java/net/minestom/instance/block/TmpBlock.java b/src/autogenerated/java/net/minestom/instance/block/TmpBlock.java new file mode 100644 index 000000000..6c850391f --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/TmpBlock.java @@ -0,0 +1,727 @@ +//============================== +// AUTOGENERATED BY EnumGenerator +//============================== +package net.minestom.instance.block; + +public enum TmpBlock { + AIR("minecraft:air", (short) 0, 0.0, 0.0, false, false), + STONE("minecraft:stone", (short) 1, 1.5, 6.0, false, true), + GRANITE("minecraft:granite", (short) 2, 1.5, 6.0, false, true), + POLISHED_GRANITE("minecraft:polished_granite", (short) 3, 1.5, 6.0, false, true), + DIORITE("minecraft:diorite", (short) 4, 1.5, 6.0, false, true), + POLISHED_DIORITE("minecraft:polished_diorite", (short) 5, 1.5, 6.0, false, true), + ANDESITE("minecraft:andesite", (short) 6, 1.5, 6.0, false, true), + POLISHED_ANDESITE("minecraft:polished_andesite", (short) 7, 1.5, 6.0, false, true), + GRASS_BLOCK("minecraft:grass_block", (short) 9, 0.6, 0.6, false, true), + DIRT("minecraft:dirt", (short) 10, 0.5, 0.5, false, true), + COARSE_DIRT("minecraft:coarse_dirt", (short) 11, 0.5, 0.5, false, true), + PODZOL("minecraft:podzol", (short) 13, 0.5, 0.5, false, true), + COBBLESTONE("minecraft:cobblestone", (short) 14, 2.0, 6.0, false, true), + OAK_PLANKS("minecraft:oak_planks", (short) 15, 2.0, 3.0, false, true), + SPRUCE_PLANKS("minecraft:spruce_planks", (short) 16, 2.0, 3.0, false, true), + BIRCH_PLANKS("minecraft:birch_planks", (short) 17, 2.0, 3.0, false, true), + JUNGLE_PLANKS("minecraft:jungle_planks", (short) 18, 2.0, 3.0, false, true), + ACACIA_PLANKS("minecraft:acacia_planks", (short) 19, 2.0, 3.0, false, true), + DARK_OAK_PLANKS("minecraft:dark_oak_planks", (short) 20, 2.0, 3.0, false, true), + OAK_SAPLING("minecraft:oak_sapling", (short) 21, 0.0, 0.0, false, false), + SPRUCE_SAPLING("minecraft:spruce_sapling", (short) 23, 0.0, 0.0, false, false), + BIRCH_SAPLING("minecraft:birch_sapling", (short) 25, 0.0, 0.0, false, false), + JUNGLE_SAPLING("minecraft:jungle_sapling", (short) 27, 0.0, 0.0, false, false), + ACACIA_SAPLING("minecraft:acacia_sapling", (short) 29, 0.0, 0.0, false, false), + DARK_OAK_SAPLING("minecraft:dark_oak_sapling", (short) 31, 0.0, 0.0, false, false), + BEDROCK("minecraft:bedrock", (short) 33, 0.0, 3600000.0, false, true), + WATER("minecraft:water", (short) 34, 100.0, 100.0, false, false), + LAVA("minecraft:lava", (short) 50, 100.0, 100.0, false, false), + SAND("minecraft:sand", (short) 66, 0.5, 0.5, false, true), + RED_SAND("minecraft:red_sand", (short) 67, 0.5, 0.5, false, true), + GRAVEL("minecraft:gravel", (short) 68, 0.6, 0.6, false, true), + GOLD_ORE("minecraft:gold_ore", (short) 69, 3.0, 3.0, false, true), + IRON_ORE("minecraft:iron_ore", (short) 70, 3.0, 3.0, false, true), + COAL_ORE("minecraft:coal_ore", (short) 71, 3.0, 3.0, false, true), + OAK_LOG("minecraft:oak_log", (short) 73, 2.0, 2.0, false, true), + SPRUCE_LOG("minecraft:spruce_log", (short) 76, 2.0, 2.0, false, true), + BIRCH_LOG("minecraft:birch_log", (short) 79, 2.0, 2.0, false, true), + JUNGLE_LOG("minecraft:jungle_log", (short) 82, 2.0, 2.0, false, true), + ACACIA_LOG("minecraft:acacia_log", (short) 85, 2.0, 2.0, false, true), + DARK_OAK_LOG("minecraft:dark_oak_log", (short) 88, 2.0, 2.0, false, true), + STRIPPED_SPRUCE_LOG("minecraft:stripped_spruce_log", (short) 91, 2.0, 2.0, false, true), + STRIPPED_BIRCH_LOG("minecraft:stripped_birch_log", (short) 94, 2.0, 2.0, false, true), + STRIPPED_JUNGLE_LOG("minecraft:stripped_jungle_log", (short) 97, 2.0, 2.0, false, true), + STRIPPED_ACACIA_LOG("minecraft:stripped_acacia_log", (short) 100, 2.0, 2.0, false, true), + STRIPPED_DARK_OAK_LOG("minecraft:stripped_dark_oak_log", (short) 103, 2.0, 2.0, false, true), + STRIPPED_OAK_LOG("minecraft:stripped_oak_log", (short) 106, 2.0, 2.0, false, true), + OAK_WOOD("minecraft:oak_wood", (short) 109, 2.0, 2.0, false, true), + SPRUCE_WOOD("minecraft:spruce_wood", (short) 112, 2.0, 2.0, false, true), + BIRCH_WOOD("minecraft:birch_wood", (short) 115, 2.0, 2.0, false, true), + JUNGLE_WOOD("minecraft:jungle_wood", (short) 118, 2.0, 2.0, false, true), + ACACIA_WOOD("minecraft:acacia_wood", (short) 121, 2.0, 2.0, false, true), + DARK_OAK_WOOD("minecraft:dark_oak_wood", (short) 124, 2.0, 2.0, false, true), + STRIPPED_OAK_WOOD("minecraft:stripped_oak_wood", (short) 127, 2.0, 2.0, false, true), + STRIPPED_SPRUCE_WOOD("minecraft:stripped_spruce_wood", (short) 130, 2.0, 2.0, false, true), + STRIPPED_BIRCH_WOOD("minecraft:stripped_birch_wood", (short) 133, 2.0, 2.0, false, true), + STRIPPED_JUNGLE_WOOD("minecraft:stripped_jungle_wood", (short) 136, 2.0, 2.0, false, true), + STRIPPED_ACACIA_WOOD("minecraft:stripped_acacia_wood", (short) 139, 2.0, 2.0, false, true), + STRIPPED_DARK_OAK_WOOD("minecraft:stripped_dark_oak_wood", (short) 142, 2.0, 2.0, false, true), + OAK_LEAVES("minecraft:oak_leaves", (short) 157, 0.2, 0.2, false, true), + SPRUCE_LEAVES("minecraft:spruce_leaves", (short) 171, 0.2, 0.2, false, true), + BIRCH_LEAVES("minecraft:birch_leaves", (short) 185, 0.2, 0.2, false, true), + JUNGLE_LEAVES("minecraft:jungle_leaves", (short) 199, 0.2, 0.2, false, true), + ACACIA_LEAVES("minecraft:acacia_leaves", (short) 213, 0.2, 0.2, false, true), + DARK_OAK_LEAVES("minecraft:dark_oak_leaves", (short) 227, 0.2, 0.2, false, true), + SPONGE("minecraft:sponge", (short) 228, 0.6, 0.6, false, true), + WET_SPONGE("minecraft:wet_sponge", (short) 229, 0.6, 0.6, false, true), + GLASS("minecraft:glass", (short) 230, 0.3, 0.3, false, true), + LAPIS_ORE("minecraft:lapis_ore", (short) 231, 3.0, 3.0, false, true), + LAPIS_BLOCK("minecraft:lapis_block", (short) 232, 3.0, 3.0, false, true), + DISPENSER("minecraft:dispenser", (short) 234, 3.5, 3.5, false, true), + SANDSTONE("minecraft:sandstone", (short) 245, 0.8, 0.8, false, true), + CHISELED_SANDSTONE("minecraft:chiseled_sandstone", (short) 246, 0.8, 0.8, false, true), + CUT_SANDSTONE("minecraft:cut_sandstone", (short) 247, 0.8, 0.8, false, true), + NOTE_BLOCK("minecraft:note_block", (short) 249, 0.8, 0.8, false, true), + WHITE_BED("minecraft:white_bed", (short) 1051, 0.2, 0.2, false, true), + ORANGE_BED("minecraft:orange_bed", (short) 1067, 0.2, 0.2, false, true), + MAGENTA_BED("minecraft:magenta_bed", (short) 1083, 0.2, 0.2, false, true), + LIGHT_BLUE_BED("minecraft:light_blue_bed", (short) 1099, 0.2, 0.2, false, true), + YELLOW_BED("minecraft:yellow_bed", (short) 1115, 0.2, 0.2, false, true), + LIME_BED("minecraft:lime_bed", (short) 1131, 0.2, 0.2, false, true), + PINK_BED("minecraft:pink_bed", (short) 1147, 0.2, 0.2, false, true), + GRAY_BED("minecraft:gray_bed", (short) 1163, 0.2, 0.2, false, true), + LIGHT_GRAY_BED("minecraft:light_gray_bed", (short) 1179, 0.2, 0.2, false, true), + CYAN_BED("minecraft:cyan_bed", (short) 1195, 0.2, 0.2, false, true), + PURPLE_BED("minecraft:purple_bed", (short) 1211, 0.2, 0.2, false, true), + BLUE_BED("minecraft:blue_bed", (short) 1227, 0.2, 0.2, false, true), + BROWN_BED("minecraft:brown_bed", (short) 1243, 0.2, 0.2, false, true), + GREEN_BED("minecraft:green_bed", (short) 1259, 0.2, 0.2, false, true), + RED_BED("minecraft:red_bed", (short) 1275, 0.2, 0.2, false, true), + BLACK_BED("minecraft:black_bed", (short) 1291, 0.2, 0.2, false, true), + POWERED_RAIL("minecraft:powered_rail", (short) 1310, 0.7, 0.7, false, false), + DETECTOR_RAIL("minecraft:detector_rail", (short) 1322, 0.7, 0.7, false, false), + STICKY_PISTON("minecraft:sticky_piston", (short) 1334, 0.5, 0.5, false, true), + COBWEB("minecraft:cobweb", (short) 1340, 4.0, 4.0, false, false), + GRASS("minecraft:grass", (short) 1341, 0.0, 0.0, false, false), + FERN("minecraft:fern", (short) 1342, 0.0, 0.0, false, false), + DEAD_BUSH("minecraft:dead_bush", (short) 1343, 0.0, 0.0, false, false), + SEAGRASS("minecraft:seagrass", (short) 1344, 0.0, 0.0, false, true), + TALL_SEAGRASS("minecraft:tall_seagrass", (short) 1346, 0.0, 0.0, false, true), + PISTON("minecraft:piston", (short) 1353, 0.5, 0.5, false, true), + PISTON_HEAD("minecraft:piston_head", (short) 1361, 0.5, 0.5, false, true), + WHITE_WOOL("minecraft:white_wool", (short) 1383, 0.8, 0.8, false, true), + ORANGE_WOOL("minecraft:orange_wool", (short) 1384, 0.8, 0.8, false, true), + MAGENTA_WOOL("minecraft:magenta_wool", (short) 1385, 0.8, 0.8, false, true), + LIGHT_BLUE_WOOL("minecraft:light_blue_wool", (short) 1386, 0.8, 0.8, false, true), + YELLOW_WOOL("minecraft:yellow_wool", (short) 1387, 0.8, 0.8, false, true), + LIME_WOOL("minecraft:lime_wool", (short) 1388, 0.8, 0.8, false, true), + PINK_WOOL("minecraft:pink_wool", (short) 1389, 0.8, 0.8, false, true), + GRAY_WOOL("minecraft:gray_wool", (short) 1390, 0.8, 0.8, false, true), + LIGHT_GRAY_WOOL("minecraft:light_gray_wool", (short) 1391, 0.8, 0.8, false, true), + CYAN_WOOL("minecraft:cyan_wool", (short) 1392, 0.8, 0.8, false, true), + PURPLE_WOOL("minecraft:purple_wool", (short) 1393, 0.8, 0.8, false, true), + BLUE_WOOL("minecraft:blue_wool", (short) 1394, 0.8, 0.8, false, true), + BROWN_WOOL("minecraft:brown_wool", (short) 1395, 0.8, 0.8, false, true), + GREEN_WOOL("minecraft:green_wool", (short) 1396, 0.8, 0.8, false, true), + RED_WOOL("minecraft:red_wool", (short) 1397, 0.8, 0.8, false, true), + BLACK_WOOL("minecraft:black_wool", (short) 1398, 0.8, 0.8, false, true), + MOVING_PISTON("minecraft:moving_piston", (short) 1399, 0.0, -1.0, false, true), + DANDELION("minecraft:dandelion", (short) 1411, 0.0, 0.0, false, false), + POPPY("minecraft:poppy", (short) 1412, 0.0, 0.0, false, false), + BLUE_ORCHID("minecraft:blue_orchid", (short) 1413, 0.0, 0.0, false, false), + ALLIUM("minecraft:allium", (short) 1414, 0.0, 0.0, false, false), + AZURE_BLUET("minecraft:azure_bluet", (short) 1415, 0.0, 0.0, false, false), + RED_TULIP("minecraft:red_tulip", (short) 1416, 0.0, 0.0, false, false), + ORANGE_TULIP("minecraft:orange_tulip", (short) 1417, 0.0, 0.0, false, false), + WHITE_TULIP("minecraft:white_tulip", (short) 1418, 0.0, 0.0, false, false), + PINK_TULIP("minecraft:pink_tulip", (short) 1419, 0.0, 0.0, false, false), + OXEYE_DAISY("minecraft:oxeye_daisy", (short) 1420, 0.0, 0.0, false, false), + CORNFLOWER("minecraft:cornflower", (short) 1421, 0.0, 0.0, false, false), + WITHER_ROSE("minecraft:wither_rose", (short) 1422, 0.0, 0.0, false, false), + LILY_OF_THE_VALLEY("minecraft:lily_of_the_valley", (short) 1423, 0.0, 0.0, false, false), + BROWN_MUSHROOM("minecraft:brown_mushroom", (short) 1424, 0.0, 0.0, false, false), + RED_MUSHROOM("minecraft:red_mushroom", (short) 1425, 0.0, 0.0, false, false), + GOLD_BLOCK("minecraft:gold_block", (short) 1426, 3.0, 6.0, false, true), + IRON_BLOCK("minecraft:iron_block", (short) 1427, 5.0, 6.0, false, true), + BRICKS("minecraft:bricks", (short) 1428, 2.0, 6.0, false, true), + TNT("minecraft:tnt", (short) 1430, 0.0, 0.0, false, true), + BOOKSHELF("minecraft:bookshelf", (short) 1431, 1.5, 1.5, false, true), + MOSSY_COBBLESTONE("minecraft:mossy_cobblestone", (short) 1432, 2.0, 6.0, false, true), + OBSIDIAN("minecraft:obsidian", (short) 1433, 50.0, 1200.0, false, true), + TORCH("minecraft:torch", (short) 1434, 0.0, 0.0, false, false), + WALL_TORCH("minecraft:wall_torch", (short) 1435, 0.0, 0.0, false, false), + FIRE("minecraft:fire", (short) 1470, 0.0, 0.0, false, false), + SPAWNER("minecraft:spawner", (short) 1951, 5.0, 5.0, false, true), + OAK_STAIRS("minecraft:oak_stairs", (short) 1963, 2.0, 3.0, false, true), + CHEST("minecraft:chest", (short) 2033, 2.5, 2.5, false, true), + REDSTONE_WIRE("minecraft:redstone_wire", (short) 3216, 0.0, 0.0, false, false), + DIAMOND_ORE("minecraft:diamond_ore", (short) 3352, 3.0, 3.0, false, true), + DIAMOND_BLOCK("minecraft:diamond_block", (short) 3353, 5.0, 6.0, false, true), + CRAFTING_TABLE("minecraft:crafting_table", (short) 3354, 2.5, 2.5, false, true), + WHEAT("minecraft:wheat", (short) 3355, 0.0, 0.0, false, false), + FARMLAND("minecraft:farmland", (short) 3363, 0.6, 0.6, false, true), + FURNACE("minecraft:furnace", (short) 3372, 3.5, 3.5, false, true), + OAK_SIGN("minecraft:oak_sign", (short) 3380, 1.0, 1.0, false, false), + SPRUCE_SIGN("minecraft:spruce_sign", (short) 3412, 1.0, 1.0, false, false), + BIRCH_SIGN("minecraft:birch_sign", (short) 3444, 1.0, 1.0, false, false), + ACACIA_SIGN("minecraft:acacia_sign", (short) 3476, 1.0, 1.0, false, false), + JUNGLE_SIGN("minecraft:jungle_sign", (short) 3508, 1.0, 1.0, false, false), + DARK_OAK_SIGN("minecraft:dark_oak_sign", (short) 3540, 1.0, 1.0, false, false), + OAK_DOOR("minecraft:oak_door", (short) 3582, 3.0, 3.0, false, true), + LADDER("minecraft:ladder", (short) 3636, 0.4, 0.4, false, true), + RAIL("minecraft:rail", (short) 3643, 0.7, 0.7, false, false), + COBBLESTONE_STAIRS("minecraft:cobblestone_stairs", (short) 3664, 2.0, 6.0, false, true), + OAK_WALL_SIGN("minecraft:oak_wall_sign", (short) 3734, 1.0, 1.0, false, false), + SPRUCE_WALL_SIGN("minecraft:spruce_wall_sign", (short) 3742, 1.0, 1.0, false, false), + BIRCH_WALL_SIGN("minecraft:birch_wall_sign", (short) 3750, 1.0, 1.0, false, false), + ACACIA_WALL_SIGN("minecraft:acacia_wall_sign", (short) 3758, 1.0, 1.0, false, false), + JUNGLE_WALL_SIGN("minecraft:jungle_wall_sign", (short) 3766, 1.0, 1.0, false, false), + DARK_OAK_WALL_SIGN("minecraft:dark_oak_wall_sign", (short) 3774, 1.0, 1.0, false, false), + LEVER("minecraft:lever", (short) 3790, 0.5, 0.5, false, false), + STONE_PRESSURE_PLATE("minecraft:stone_pressure_plate", (short) 3806, 0.5, 0.5, false, false), + IRON_DOOR("minecraft:iron_door", (short) 3818, 5.0, 5.0, false, true), + OAK_PRESSURE_PLATE("minecraft:oak_pressure_plate", (short) 3872, 0.5, 0.5, false, false), + SPRUCE_PRESSURE_PLATE("minecraft:spruce_pressure_plate", (short) 3874, 0.5, 0.5, false, false), + BIRCH_PRESSURE_PLATE("minecraft:birch_pressure_plate", (short) 3876, 0.5, 0.5, false, false), + JUNGLE_PRESSURE_PLATE("minecraft:jungle_pressure_plate", (short) 3878, 0.5, 0.5, false, false), + ACACIA_PRESSURE_PLATE("minecraft:acacia_pressure_plate", (short) 3880, 0.5, 0.5, false, false), + DARK_OAK_PRESSURE_PLATE("minecraft:dark_oak_pressure_plate", (short) 3882, 0.5, 0.5, false, false), + REDSTONE_ORE("minecraft:redstone_ore", (short) 3884, 3.0, 3.0, false, true), + REDSTONE_TORCH("minecraft:redstone_torch", (short) 3885, 0.0, 0.0, false, false), + REDSTONE_WALL_TORCH("minecraft:redstone_wall_torch", (short) 3887, 0.0, 0.0, false, false), + STONE_BUTTON("minecraft:stone_button", (short) 3904, 0.5, 0.5, false, false), + SNOW("minecraft:snow", (short) 3919, 0.1, 0.1, false, true), + ICE("minecraft:ice", (short) 3927, 0.5, 0.5, false, true), + SNOW_BLOCK("minecraft:snow_block", (short) 3928, 0.2, 0.2, false, true), + CACTUS("minecraft:cactus", (short) 3929, 0.4, 0.4, false, true), + CLAY("minecraft:clay", (short) 3945, 0.6, 0.6, false, true), + SUGAR_CANE("minecraft:sugar_cane", (short) 3946, 0.0, 0.0, false, false), + JUKEBOX("minecraft:jukebox", (short) 3963, 2.0, 6.0, false, true), + OAK_FENCE("minecraft:oak_fence", (short) 3995, 2.0, 3.0, false, true), + PUMPKIN("minecraft:pumpkin", (short) 3996, 1.0, 1.0, false, true), + NETHERRACK("minecraft:netherrack", (short) 3997, 0.4, 0.4, false, true), + SOUL_SAND("minecraft:soul_sand", (short) 3998, 0.5, 0.5, false, true), + GLOWSTONE("minecraft:glowstone", (short) 3999, 0.3, 0.3, false, true), + NETHER_PORTAL("minecraft:nether_portal", (short) 4000, 0.0, -1.0, false, false), + CARVED_PUMPKIN("minecraft:carved_pumpkin", (short) 4002, 1.0, 1.0, false, true), + JACK_O_LANTERN("minecraft:jack_o_lantern", (short) 4006, 1.0, 1.0, false, true), + CAKE("minecraft:cake", (short) 4010, 0.5, 0.5, false, false), + REPEATER("minecraft:repeater", (short) 4020, 0.0, 0.0, false, false), + WHITE_STAINED_GLASS("minecraft:white_stained_glass", (short) 4081, 0.3, 0.3, false, true), + ORANGE_STAINED_GLASS("minecraft:orange_stained_glass", (short) 4082, 0.3, 0.3, false, true), + MAGENTA_STAINED_GLASS("minecraft:magenta_stained_glass", (short) 4083, 0.3, 0.3, false, true), + LIGHT_BLUE_STAINED_GLASS("minecraft:light_blue_stained_glass", (short) 4084, 0.3, 0.3, false, true), + YELLOW_STAINED_GLASS("minecraft:yellow_stained_glass", (short) 4085, 0.3, 0.3, false, true), + LIME_STAINED_GLASS("minecraft:lime_stained_glass", (short) 4086, 0.3, 0.3, false, true), + PINK_STAINED_GLASS("minecraft:pink_stained_glass", (short) 4087, 0.3, 0.3, false, true), + GRAY_STAINED_GLASS("minecraft:gray_stained_glass", (short) 4088, 0.3, 0.3, false, true), + LIGHT_GRAY_STAINED_GLASS("minecraft:light_gray_stained_glass", (short) 4089, 0.3, 0.3, false, true), + CYAN_STAINED_GLASS("minecraft:cyan_stained_glass", (short) 4090, 0.3, 0.3, false, true), + PURPLE_STAINED_GLASS("minecraft:purple_stained_glass", (short) 4091, 0.3, 0.3, false, true), + BLUE_STAINED_GLASS("minecraft:blue_stained_glass", (short) 4092, 0.3, 0.3, false, true), + BROWN_STAINED_GLASS("minecraft:brown_stained_glass", (short) 4093, 0.3, 0.3, false, true), + GREEN_STAINED_GLASS("minecraft:green_stained_glass", (short) 4094, 0.3, 0.3, false, true), + RED_STAINED_GLASS("minecraft:red_stained_glass", (short) 4095, 0.3, 0.3, false, true), + BLACK_STAINED_GLASS("minecraft:black_stained_glass", (short) 4096, 0.3, 0.3, false, true), + OAK_TRAPDOOR("minecraft:oak_trapdoor", (short) 4112, 3.0, 3.0, false, true), + SPRUCE_TRAPDOOR("minecraft:spruce_trapdoor", (short) 4176, 3.0, 3.0, false, true), + BIRCH_TRAPDOOR("minecraft:birch_trapdoor", (short) 4240, 3.0, 3.0, false, true), + JUNGLE_TRAPDOOR("minecraft:jungle_trapdoor", (short) 4304, 3.0, 3.0, false, true), + ACACIA_TRAPDOOR("minecraft:acacia_trapdoor", (short) 4368, 3.0, 3.0, false, true), + DARK_OAK_TRAPDOOR("minecraft:dark_oak_trapdoor", (short) 4432, 3.0, 3.0, false, true), + STONE_BRICKS("minecraft:stone_bricks", (short) 4481, 1.5, 6.0, false, true), + MOSSY_STONE_BRICKS("minecraft:mossy_stone_bricks", (short) 4482, 1.5, 6.0, false, true), + CRACKED_STONE_BRICKS("minecraft:cracked_stone_bricks", (short) 4483, 1.5, 6.0, false, true), + CHISELED_STONE_BRICKS("minecraft:chiseled_stone_bricks", (short) 4484, 1.5, 6.0, false, true), + INFESTED_STONE("minecraft:infested_stone", (short) 4485, 0.0, 0.75, false, true), + INFESTED_COBBLESTONE("minecraft:infested_cobblestone", (short) 4486, 0.0, 0.75, false, true), + INFESTED_STONE_BRICKS("minecraft:infested_stone_bricks", (short) 4487, 0.0, 0.75, false, true), + INFESTED_MOSSY_STONE_BRICKS("minecraft:infested_mossy_stone_bricks", (short) 4488, 0.0, 0.75, false, true), + INFESTED_CRACKED_STONE_BRICKS("minecraft:infested_cracked_stone_bricks", (short) 4489, 0.0, 0.75, false, true), + INFESTED_CHISELED_STONE_BRICKS("minecraft:infested_chiseled_stone_bricks", (short) 4490, 0.0, 0.75, false, true), + BROWN_MUSHROOM_BLOCK("minecraft:brown_mushroom_block", (short) 4491, 0.2, 0.2, false, true), + RED_MUSHROOM_BLOCK("minecraft:red_mushroom_block", (short) 4555, 0.2, 0.2, false, true), + MUSHROOM_STEM("minecraft:mushroom_stem", (short) 4619, 0.2, 0.2, false, true), + IRON_BARS("minecraft:iron_bars", (short) 4714, 5.0, 6.0, false, true), + GLASS_PANE("minecraft:glass_pane", (short) 4746, 0.3, 0.3, false, true), + MELON("minecraft:melon", (short) 4747, 1.0, 1.0, false, true), + ATTACHED_PUMPKIN_STEM("minecraft:attached_pumpkin_stem", (short) 4748, 0.0, 0.0, false, false), + ATTACHED_MELON_STEM("minecraft:attached_melon_stem", (short) 4752, 0.0, 0.0, false, false), + PUMPKIN_STEM("minecraft:pumpkin_stem", (short) 4756, 0.0, 0.0, false, false), + MELON_STEM("minecraft:melon_stem", (short) 4764, 0.0, 0.0, false, false), + VINE("minecraft:vine", (short) 4803, 0.2, 0.2, false, false), + OAK_FENCE_GATE("minecraft:oak_fence_gate", (short) 4811, 2.0, 3.0, false, true), + BRICK_STAIRS("minecraft:brick_stairs", (short) 4847, 2.0, 6.0, false, true), + STONE_BRICK_STAIRS("minecraft:stone_brick_stairs", (short) 4927, 1.5, 6.0, false, true), + MYCELIUM("minecraft:mycelium", (short) 4997, 0.6, 0.6, false, true), + LILY_PAD("minecraft:lily_pad", (short) 4998, 0.0, 0.0, false, true), + NETHER_BRICKS("minecraft:nether_bricks", (short) 4999, 2.0, 6.0, false, true), + NETHER_BRICK_FENCE("minecraft:nether_brick_fence", (short) 5031, 2.0, 6.0, false, true), + NETHER_BRICK_STAIRS("minecraft:nether_brick_stairs", (short) 5043, 2.0, 6.0, false, true), + NETHER_WART("minecraft:nether_wart", (short) 5112, 0.0, 0.0, false, false), + ENCHANTING_TABLE("minecraft:enchanting_table", (short) 5116, 5.0, 1200.0, false, true), + BREWING_STAND("minecraft:brewing_stand", (short) 5124, 0.5, 0.5, false, true), + CAULDRON("minecraft:cauldron", (short) 5125, 2.0, 2.0, false, true), + END_PORTAL("minecraft:end_portal", (short) 5129, 0.0, 3600000.0, false, false), + END_PORTAL_FRAME("minecraft:end_portal_frame", (short) 5134, 0.0, 3600000.0, false, true), + END_STONE("minecraft:end_stone", (short) 5138, 3.0, 9.0, false, true), + DRAGON_EGG("minecraft:dragon_egg", (short) 5139, 3.0, 9.0, false, true), + REDSTONE_LAMP("minecraft:redstone_lamp", (short) 5141, 0.3, 0.3, false, true), + COCOA("minecraft:cocoa", (short) 5142, 0.2, 3.0, false, true), + SANDSTONE_STAIRS("minecraft:sandstone_stairs", (short) 5165, 0.8, 0.8, false, true), + EMERALD_ORE("minecraft:emerald_ore", (short) 5234, 3.0, 3.0, false, true), + ENDER_CHEST("minecraft:ender_chest", (short) 5236, 22.5, 600.0, false, true), + TRIPWIRE_HOOK("minecraft:tripwire_hook", (short) 5252, 0.0, 0.0, false, false), + TRIPWIRE("minecraft:tripwire", (short) 5386, 0.0, 0.0, false, false), + EMERALD_BLOCK("minecraft:emerald_block", (short) 5387, 5.0, 6.0, false, true), + SPRUCE_STAIRS("minecraft:spruce_stairs", (short) 5399, 2.0, 3.0, false, true), + BIRCH_STAIRS("minecraft:birch_stairs", (short) 5479, 2.0, 3.0, false, true), + JUNGLE_STAIRS("minecraft:jungle_stairs", (short) 5559, 2.0, 3.0, false, true), + COMMAND_BLOCK("minecraft:command_block", (short) 5634, 0.0, 3600000.0, false, true), + BEACON("minecraft:beacon", (short) 5640, 3.0, 3.0, false, true), + COBBLESTONE_WALL("minecraft:cobblestone_wall", (short) 5700, 2.0, 6.0, false, true), + MOSSY_COBBLESTONE_WALL("minecraft:mossy_cobblestone_wall", (short) 5764, 2.0, 6.0, false, true), + FLOWER_POT("minecraft:flower_pot", (short) 5769, 0.0, 0.0, false, true), + POTTED_OAK_SAPLING("minecraft:potted_oak_sapling", (short) 5770, 0.0, 0.0, false, true), + POTTED_SPRUCE_SAPLING("minecraft:potted_spruce_sapling", (short) 5771, 0.0, 0.0, false, true), + POTTED_BIRCH_SAPLING("minecraft:potted_birch_sapling", (short) 5772, 0.0, 0.0, false, true), + POTTED_JUNGLE_SAPLING("minecraft:potted_jungle_sapling", (short) 5773, 0.0, 0.0, false, true), + POTTED_ACACIA_SAPLING("minecraft:potted_acacia_sapling", (short) 5774, 0.0, 0.0, false, true), + POTTED_DARK_OAK_SAPLING("minecraft:potted_dark_oak_sapling", (short) 5775, 0.0, 0.0, false, true), + POTTED_FERN("minecraft:potted_fern", (short) 5776, 0.0, 0.0, false, true), + POTTED_DANDELION("minecraft:potted_dandelion", (short) 5777, 0.0, 0.0, false, false), + POTTED_POPPY("minecraft:potted_poppy", (short) 5778, 0.0, 0.0, false, true), + POTTED_BLUE_ORCHID("minecraft:potted_blue_orchid", (short) 5779, 0.0, 0.0, false, true), + POTTED_ALLIUM("minecraft:potted_allium", (short) 5780, 0.0, 0.0, false, true), + POTTED_AZURE_BLUET("minecraft:potted_azure_bluet", (short) 5781, 0.0, 0.0, false, true), + POTTED_RED_TULIP("minecraft:potted_red_tulip", (short) 5782, 0.0, 0.0, false, true), + POTTED_ORANGE_TULIP("minecraft:potted_orange_tulip", (short) 5783, 0.0, 0.0, false, true), + POTTED_WHITE_TULIP("minecraft:potted_white_tulip", (short) 5784, 0.0, 0.0, false, true), + POTTED_PINK_TULIP("minecraft:potted_pink_tulip", (short) 5785, 0.0, 0.0, false, true), + POTTED_OXEYE_DAISY("minecraft:potted_oxeye_daisy", (short) 5786, 0.0, 0.0, false, true), + POTTED_CORNFLOWER("minecraft:potted_cornflower", (short) 5787, 0.0, 0.0, false, true), + POTTED_LILY_OF_THE_VALLEY("minecraft:potted_lily_of_the_valley", (short) 5788, 0.0, 0.0, false, true), + POTTED_WITHER_ROSE("minecraft:potted_wither_rose", (short) 5789, 0.0, 0.0, false, true), + POTTED_RED_MUSHROOM("minecraft:potted_red_mushroom", (short) 5790, 0.0, 0.0, false, true), + POTTED_BROWN_MUSHROOM("minecraft:potted_brown_mushroom", (short) 5791, 0.0, 0.0, false, true), + POTTED_DEAD_BUSH("minecraft:potted_dead_bush", (short) 5792, 0.0, 0.0, false, true), + POTTED_CACTUS("minecraft:potted_cactus", (short) 5793, 0.0, 0.0, false, true), + CARROTS("minecraft:carrots", (short) 5794, 0.0, 0.0, false, false), + POTATOES("minecraft:potatoes", (short) 5802, 0.0, 0.0, false, false), + OAK_BUTTON("minecraft:oak_button", (short) 5819, 0.5, 0.5, false, false), + SPRUCE_BUTTON("minecraft:spruce_button", (short) 5843, 0.5, 0.5, false, false), + BIRCH_BUTTON("minecraft:birch_button", (short) 5867, 0.5, 0.5, false, false), + JUNGLE_BUTTON("minecraft:jungle_button", (short) 5891, 0.5, 0.5, false, false), + ACACIA_BUTTON("minecraft:acacia_button", (short) 5915, 0.5, 0.5, false, false), + DARK_OAK_BUTTON("minecraft:dark_oak_button", (short) 5939, 0.5, 0.5, false, false), + SKELETON_SKULL("minecraft:skeleton_skull", (short) 5954, 1.0, 1.0, false, true), + SKELETON_WALL_SKULL("minecraft:skeleton_wall_skull", (short) 5970, 1.0, 1.0, false, true), + WITHER_SKELETON_SKULL("minecraft:wither_skeleton_skull", (short) 5974, 1.0, 1.0, false, true), + WITHER_SKELETON_WALL_SKULL("minecraft:wither_skeleton_wall_skull", (short) 5990, 1.0, 1.0, false, true), + ZOMBIE_HEAD("minecraft:zombie_head", (short) 5994, 1.0, 1.0, false, true), + ZOMBIE_WALL_HEAD("minecraft:zombie_wall_head", (short) 6010, 1.0, 1.0, false, true), + PLAYER_HEAD("minecraft:player_head", (short) 6014, 1.0, 1.0, false, true), + PLAYER_WALL_HEAD("minecraft:player_wall_head", (short) 6030, 1.0, 1.0, false, true), + CREEPER_HEAD("minecraft:creeper_head", (short) 6034, 1.0, 1.0, false, true), + CREEPER_WALL_HEAD("minecraft:creeper_wall_head", (short) 6050, 1.0, 1.0, false, true), + DRAGON_HEAD("minecraft:dragon_head", (short) 6054, 1.0, 1.0, false, true), + DRAGON_WALL_HEAD("minecraft:dragon_wall_head", (short) 6070, 1.0, 1.0, false, true), + ANVIL("minecraft:anvil", (short) 6074, 5.0, 1200.0, false, true), + CHIPPED_ANVIL("minecraft:chipped_anvil", (short) 6078, 5.0, 1200.0, false, true), + DAMAGED_ANVIL("minecraft:damaged_anvil", (short) 6082, 5.0, 1200.0, false, true), + TRAPPED_CHEST("minecraft:trapped_chest", (short) 6087, 2.5, 2.5, false, true), + LIGHT_WEIGHTED_PRESSURE_PLATE("minecraft:light_weighted_pressure_plate", (short) 6110, 0.5, 0.5, false, false), + HEAVY_WEIGHTED_PRESSURE_PLATE("minecraft:heavy_weighted_pressure_plate", (short) 6126, 0.5, 0.5, false, false), + COMPARATOR("minecraft:comparator", (short) 6143, 0.0, 0.0, false, false), + DAYLIGHT_DETECTOR("minecraft:daylight_detector", (short) 6174, 0.2, 0.2, false, true), + REDSTONE_BLOCK("minecraft:redstone_block", (short) 6190, 5.0, 6.0, false, true), + NETHER_QUARTZ_ORE("minecraft:nether_quartz_ore", (short) 6191, 3.0, 3.0, false, true), + HOPPER("minecraft:hopper", (short) 6192, 3.0, 4.8, false, true), + QUARTZ_BLOCK("minecraft:quartz_block", (short) 6202, 0.8, 0.8, false, true), + CHISELED_QUARTZ_BLOCK("minecraft:chiseled_quartz_block", (short) 6203, 0.8, 0.8, false, true), + QUARTZ_PILLAR("minecraft:quartz_pillar", (short) 6205, 0.8, 0.8, false, true), + QUARTZ_STAIRS("minecraft:quartz_stairs", (short) 6218, 0.8, 0.8, false, true), + ACTIVATOR_RAIL("minecraft:activator_rail", (short) 6293, 0.7, 0.7, false, false), + DROPPER("minecraft:dropper", (short) 6300, 3.5, 3.5, false, true), + WHITE_TERRACOTTA("minecraft:white_terracotta", (short) 6311, 1.25, 4.2, false, true), + ORANGE_TERRACOTTA("minecraft:orange_terracotta", (short) 6312, 1.25, 4.2, false, true), + MAGENTA_TERRACOTTA("minecraft:magenta_terracotta", (short) 6313, 1.25, 4.2, false, true), + LIGHT_BLUE_TERRACOTTA("minecraft:light_blue_terracotta", (short) 6314, 1.25, 4.2, false, true), + YELLOW_TERRACOTTA("minecraft:yellow_terracotta", (short) 6315, 1.25, 4.2, false, true), + LIME_TERRACOTTA("minecraft:lime_terracotta", (short) 6316, 1.25, 4.2, false, true), + PINK_TERRACOTTA("minecraft:pink_terracotta", (short) 6317, 1.25, 4.2, false, true), + GRAY_TERRACOTTA("minecraft:gray_terracotta", (short) 6318, 1.25, 4.2, false, true), + LIGHT_GRAY_TERRACOTTA("minecraft:light_gray_terracotta", (short) 6319, 1.25, 4.2, false, true), + CYAN_TERRACOTTA("minecraft:cyan_terracotta", (short) 6320, 1.25, 4.2, false, true), + PURPLE_TERRACOTTA("minecraft:purple_terracotta", (short) 6321, 1.25, 4.2, false, true), + BLUE_TERRACOTTA("minecraft:blue_terracotta", (short) 6322, 1.25, 4.2, false, true), + BROWN_TERRACOTTA("minecraft:brown_terracotta", (short) 6323, 1.25, 4.2, false, true), + GREEN_TERRACOTTA("minecraft:green_terracotta", (short) 6324, 1.25, 4.2, false, true), + RED_TERRACOTTA("minecraft:red_terracotta", (short) 6325, 1.25, 4.2, false, true), + BLACK_TERRACOTTA("minecraft:black_terracotta", (short) 6326, 1.25, 4.2, false, true), + WHITE_STAINED_GLASS_PANE("minecraft:white_stained_glass_pane", (short) 6358, 0.3, 0.3, false, true), + ORANGE_STAINED_GLASS_PANE("minecraft:orange_stained_glass_pane", (short) 6390, 0.3, 0.3, false, true), + MAGENTA_STAINED_GLASS_PANE("minecraft:magenta_stained_glass_pane", (short) 6422, 0.3, 0.3, false, true), + LIGHT_BLUE_STAINED_GLASS_PANE("minecraft:light_blue_stained_glass_pane", (short) 6454, 0.3, 0.3, false, true), + YELLOW_STAINED_GLASS_PANE("minecraft:yellow_stained_glass_pane", (short) 6486, 0.3, 0.3, false, true), + LIME_STAINED_GLASS_PANE("minecraft:lime_stained_glass_pane", (short) 6518, 0.3, 0.3, false, true), + PINK_STAINED_GLASS_PANE("minecraft:pink_stained_glass_pane", (short) 6550, 0.3, 0.3, false, true), + GRAY_STAINED_GLASS_PANE("minecraft:gray_stained_glass_pane", (short) 6582, 0.3, 0.3, false, true), + LIGHT_GRAY_STAINED_GLASS_PANE("minecraft:light_gray_stained_glass_pane", (short) 6614, 0.3, 0.3, false, true), + CYAN_STAINED_GLASS_PANE("minecraft:cyan_stained_glass_pane", (short) 6646, 0.3, 0.3, false, true), + PURPLE_STAINED_GLASS_PANE("minecraft:purple_stained_glass_pane", (short) 6678, 0.3, 0.3, false, true), + BLUE_STAINED_GLASS_PANE("minecraft:blue_stained_glass_pane", (short) 6710, 0.3, 0.3, false, true), + BROWN_STAINED_GLASS_PANE("minecraft:brown_stained_glass_pane", (short) 6742, 0.3, 0.3, false, true), + GREEN_STAINED_GLASS_PANE("minecraft:green_stained_glass_pane", (short) 6774, 0.3, 0.3, false, true), + RED_STAINED_GLASS_PANE("minecraft:red_stained_glass_pane", (short) 6806, 0.3, 0.3, false, true), + BLACK_STAINED_GLASS_PANE("minecraft:black_stained_glass_pane", (short) 6838, 0.3, 0.3, false, true), + ACACIA_STAIRS("minecraft:acacia_stairs", (short) 6850, 2.0, 3.0, false, true), + DARK_OAK_STAIRS("minecraft:dark_oak_stairs", (short) 6930, 2.0, 3.0, false, true), + SLIME_BLOCK("minecraft:slime_block", (short) 6999, 0.0, 0.0, false, true), + BARRIER("minecraft:barrier", (short) 7000, 0.0, 3600000.75, false, true), + IRON_TRAPDOOR("minecraft:iron_trapdoor", (short) 7016, 5.0, 5.0, false, true), + PRISMARINE("minecraft:prismarine", (short) 7065, 1.5, 6.0, false, true), + PRISMARINE_BRICKS("minecraft:prismarine_bricks", (short) 7066, 1.5, 6.0, false, true), + DARK_PRISMARINE("minecraft:dark_prismarine", (short) 7067, 1.5, 6.0, false, true), + PRISMARINE_STAIRS("minecraft:prismarine_stairs", (short) 7079, 1.5, 6.0, false, true), + PRISMARINE_BRICK_STAIRS("minecraft:prismarine_brick_stairs", (short) 7159, 1.5, 6.0, false, true), + DARK_PRISMARINE_STAIRS("minecraft:dark_prismarine_stairs", (short) 7239, 1.5, 6.0, false, true), + PRISMARINE_SLAB("minecraft:prismarine_slab", (short) 7311, 1.5, 6.0, false, true), + PRISMARINE_BRICK_SLAB("minecraft:prismarine_brick_slab", (short) 7317, 1.5, 6.0, false, true), + DARK_PRISMARINE_SLAB("minecraft:dark_prismarine_slab", (short) 7323, 1.5, 6.0, false, true), + SEA_LANTERN("minecraft:sea_lantern", (short) 7326, 0.3, 0.3, false, true), + HAY_BLOCK("minecraft:hay_block", (short) 7328, 0.5, 0.5, false, true), + WHITE_CARPET("minecraft:white_carpet", (short) 7330, 0.1, 0.1, false, true), + ORANGE_CARPET("minecraft:orange_carpet", (short) 7331, 0.1, 0.1, false, true), + MAGENTA_CARPET("minecraft:magenta_carpet", (short) 7332, 0.1, 0.1, false, true), + LIGHT_BLUE_CARPET("minecraft:light_blue_carpet", (short) 7333, 0.1, 0.1, false, true), + YELLOW_CARPET("minecraft:yellow_carpet", (short) 7334, 0.1, 0.1, false, true), + LIME_CARPET("minecraft:lime_carpet", (short) 7335, 0.1, 0.1, false, true), + PINK_CARPET("minecraft:pink_carpet", (short) 7336, 0.1, 0.1, false, true), + GRAY_CARPET("minecraft:gray_carpet", (short) 7337, 0.1, 0.1, false, true), + LIGHT_GRAY_CARPET("minecraft:light_gray_carpet", (short) 7338, 0.1, 0.1, false, true), + CYAN_CARPET("minecraft:cyan_carpet", (short) 7339, 0.1, 0.1, false, true), + PURPLE_CARPET("minecraft:purple_carpet", (short) 7340, 0.1, 0.1, false, true), + BLUE_CARPET("minecraft:blue_carpet", (short) 7341, 0.1, 0.1, false, true), + BROWN_CARPET("minecraft:brown_carpet", (short) 7342, 0.1, 0.1, false, true), + GREEN_CARPET("minecraft:green_carpet", (short) 7343, 0.1, 0.1, false, true), + RED_CARPET("minecraft:red_carpet", (short) 7344, 0.1, 0.1, false, true), + BLACK_CARPET("minecraft:black_carpet", (short) 7345, 0.1, 0.1, false, true), + TERRACOTTA("minecraft:terracotta", (short) 7346, 1.25, 4.2, false, true), + COAL_BLOCK("minecraft:coal_block", (short) 7347, 5.0, 6.0, false, true), + PACKED_ICE("minecraft:packed_ice", (short) 7348, 0.5, 0.5, false, true), + SUNFLOWER("minecraft:sunflower", (short) 7350, 0.0, 0.0, false, false), + LILAC("minecraft:lilac", (short) 7352, 0.0, 0.0, false, false), + ROSE_BUSH("minecraft:rose_bush", (short) 7354, 0.0, 0.0, false, false), + PEONY("minecraft:peony", (short) 7356, 0.0, 0.0, false, true), + TALL_GRASS("minecraft:tall_grass", (short) 7358, 0.0, 0.0, false, false), + LARGE_FERN("minecraft:large_fern", (short) 7360, 0.0, 0.0, false, false), + WHITE_BANNER("minecraft:white_banner", (short) 7361, 1.0, 1.0, false, false), + ORANGE_BANNER("minecraft:orange_banner", (short) 7377, 1.0, 1.0, false, false), + MAGENTA_BANNER("minecraft:magenta_banner", (short) 7393, 1.0, 1.0, false, false), + LIGHT_BLUE_BANNER("minecraft:light_blue_banner", (short) 7409, 1.0, 1.0, false, false), + YELLOW_BANNER("minecraft:yellow_banner", (short) 7425, 1.0, 1.0, false, false), + LIME_BANNER("minecraft:lime_banner", (short) 7441, 1.0, 1.0, false, false), + PINK_BANNER("minecraft:pink_banner", (short) 7457, 1.0, 1.0, false, false), + GRAY_BANNER("minecraft:gray_banner", (short) 7473, 1.0, 1.0, false, false), + LIGHT_GRAY_BANNER("minecraft:light_gray_banner", (short) 7489, 1.0, 1.0, false, false), + CYAN_BANNER("minecraft:cyan_banner", (short) 7505, 1.0, 1.0, false, false), + PURPLE_BANNER("minecraft:purple_banner", (short) 7521, 1.0, 1.0, false, false), + BLUE_BANNER("minecraft:blue_banner", (short) 7537, 1.0, 1.0, false, false), + BROWN_BANNER("minecraft:brown_banner", (short) 7553, 1.0, 1.0, false, false), + GREEN_BANNER("minecraft:green_banner", (short) 7569, 1.0, 1.0, false, false), + RED_BANNER("minecraft:red_banner", (short) 7585, 1.0, 1.0, false, false), + BLACK_BANNER("minecraft:black_banner", (short) 7601, 1.0, 1.0, false, false), + WHITE_WALL_BANNER("minecraft:white_wall_banner", (short) 7617, 1.0, 1.0, false, false), + ORANGE_WALL_BANNER("minecraft:orange_wall_banner", (short) 7621, 1.0, 1.0, false, false), + MAGENTA_WALL_BANNER("minecraft:magenta_wall_banner", (short) 7625, 1.0, 1.0, false, false), + LIGHT_BLUE_WALL_BANNER("minecraft:light_blue_wall_banner", (short) 7629, 1.0, 1.0, false, false), + YELLOW_WALL_BANNER("minecraft:yellow_wall_banner", (short) 7633, 1.0, 1.0, false, false), + LIME_WALL_BANNER("minecraft:lime_wall_banner", (short) 7637, 1.0, 1.0, false, false), + PINK_WALL_BANNER("minecraft:pink_wall_banner", (short) 7641, 1.0, 1.0, false, false), + GRAY_WALL_BANNER("minecraft:gray_wall_banner", (short) 7645, 1.0, 1.0, false, false), + LIGHT_GRAY_WALL_BANNER("minecraft:light_gray_wall_banner", (short) 7649, 1.0, 1.0, false, false), + CYAN_WALL_BANNER("minecraft:cyan_wall_banner", (short) 7653, 1.0, 1.0, false, false), + PURPLE_WALL_BANNER("minecraft:purple_wall_banner", (short) 7657, 1.0, 1.0, false, false), + BLUE_WALL_BANNER("minecraft:blue_wall_banner", (short) 7661, 1.0, 1.0, false, false), + BROWN_WALL_BANNER("minecraft:brown_wall_banner", (short) 7665, 1.0, 1.0, false, false), + GREEN_WALL_BANNER("minecraft:green_wall_banner", (short) 7669, 1.0, 1.0, false, false), + RED_WALL_BANNER("minecraft:red_wall_banner", (short) 7673, 1.0, 1.0, false, false), + BLACK_WALL_BANNER("minecraft:black_wall_banner", (short) 7677, 1.0, 1.0, false, false), + RED_SANDSTONE("minecraft:red_sandstone", (short) 7681, 0.8, 0.8, false, true), + CHISELED_RED_SANDSTONE("minecraft:chiseled_red_sandstone", (short) 7682, 0.8, 0.8, false, true), + CUT_RED_SANDSTONE("minecraft:cut_red_sandstone", (short) 7683, 0.8, 0.8, false, true), + RED_SANDSTONE_STAIRS("minecraft:red_sandstone_stairs", (short) 7695, 0.8, 0.8, false, true), + OAK_SLAB("minecraft:oak_slab", (short) 7767, 2.0, 3.0, false, true), + SPRUCE_SLAB("minecraft:spruce_slab", (short) 7773, 2.0, 3.0, false, true), + BIRCH_SLAB("minecraft:birch_slab", (short) 7779, 2.0, 3.0, false, true), + JUNGLE_SLAB("minecraft:jungle_slab", (short) 7785, 2.0, 3.0, false, true), + ACACIA_SLAB("minecraft:acacia_slab", (short) 7791, 2.0, 3.0, false, true), + DARK_OAK_SLAB("minecraft:dark_oak_slab", (short) 7797, 2.0, 3.0, false, true), + STONE_SLAB("minecraft:stone_slab", (short) 7803, 2.0, 6.0, false, true), + SMOOTH_STONE_SLAB("minecraft:smooth_stone_slab", (short) 7809, 2.0, 6.0, false, true), + SANDSTONE_SLAB("minecraft:sandstone_slab", (short) 7815, 2.0, 6.0, false, true), + CUT_SANDSTONE_SLAB("minecraft:cut_sandstone_slab", (short) 7821, 2.0, 6.0, false, true), + PETRIFIED_OAK_SLAB("minecraft:petrified_oak_slab", (short) 7827, 2.0, 6.0, false, true), + COBBLESTONE_SLAB("minecraft:cobblestone_slab", (short) 7833, 2.0, 6.0, false, true), + BRICK_SLAB("minecraft:brick_slab", (short) 7839, 2.0, 6.0, false, true), + STONE_BRICK_SLAB("minecraft:stone_brick_slab", (short) 7845, 2.0, 6.0, false, true), + NETHER_BRICK_SLAB("minecraft:nether_brick_slab", (short) 7851, 2.0, 6.0, false, true), + QUARTZ_SLAB("minecraft:quartz_slab", (short) 7857, 2.0, 6.0, false, true), + RED_SANDSTONE_SLAB("minecraft:red_sandstone_slab", (short) 7863, 2.0, 6.0, false, true), + CUT_RED_SANDSTONE_SLAB("minecraft:cut_red_sandstone_slab", (short) 7869, 2.0, 6.0, false, true), + PURPUR_SLAB("minecraft:purpur_slab", (short) 7875, 2.0, 6.0, false, true), + SMOOTH_STONE("minecraft:smooth_stone", (short) 7878, 2.0, 6.0, false, true), + SMOOTH_SANDSTONE("minecraft:smooth_sandstone", (short) 7879, 2.0, 6.0, false, true), + SMOOTH_QUARTZ("minecraft:smooth_quartz", (short) 7880, 2.0, 6.0, false, true), + SMOOTH_RED_SANDSTONE("minecraft:smooth_red_sandstone", (short) 7881, 2.0, 6.0, false, true), + SPRUCE_FENCE_GATE("minecraft:spruce_fence_gate", (short) 7889, 2.0, 3.0, false, true), + BIRCH_FENCE_GATE("minecraft:birch_fence_gate", (short) 7921, 2.0, 3.0, false, true), + JUNGLE_FENCE_GATE("minecraft:jungle_fence_gate", (short) 7953, 2.0, 3.0, false, true), + ACACIA_FENCE_GATE("minecraft:acacia_fence_gate", (short) 7985, 2.0, 3.0, false, true), + DARK_OAK_FENCE_GATE("minecraft:dark_oak_fence_gate", (short) 8017, 2.0, 3.0, false, true), + SPRUCE_FENCE("minecraft:spruce_fence", (short) 8073, 2.0, 3.0, false, true), + BIRCH_FENCE("minecraft:birch_fence", (short) 8105, 2.0, 3.0, false, true), + JUNGLE_FENCE("minecraft:jungle_fence", (short) 8137, 2.0, 3.0, false, true), + ACACIA_FENCE("minecraft:acacia_fence", (short) 8169, 2.0, 3.0, false, true), + DARK_OAK_FENCE("minecraft:dark_oak_fence", (short) 8201, 2.0, 3.0, false, true), + SPRUCE_DOOR("minecraft:spruce_door", (short) 8213, 3.0, 3.0, false, true), + BIRCH_DOOR("minecraft:birch_door", (short) 8277, 3.0, 3.0, false, true), + JUNGLE_DOOR("minecraft:jungle_door", (short) 8341, 3.0, 3.0, false, true), + ACACIA_DOOR("minecraft:acacia_door", (short) 8405, 3.0, 3.0, false, true), + DARK_OAK_DOOR("minecraft:dark_oak_door", (short) 8469, 3.0, 3.0, false, true), + END_ROD("minecraft:end_rod", (short) 8526, 0.0, 0.0, false, true), + CHORUS_PLANT("minecraft:chorus_plant", (short) 8591, 0.4, 0.4, false, true), + CHORUS_FLOWER("minecraft:chorus_flower", (short) 8592, 0.4, 0.4, false, true), + PURPUR_BLOCK("minecraft:purpur_block", (short) 8598, 1.5, 6.0, false, true), + PURPUR_PILLAR("minecraft:purpur_pillar", (short) 8600, 1.5, 6.0, false, true), + PURPUR_STAIRS("minecraft:purpur_stairs", (short) 8613, 1.5, 6.0, false, true), + END_STONE_BRICKS("minecraft:end_stone_bricks", (short) 8682, 3.0, 9.0, false, true), + BEETROOTS("minecraft:beetroots", (short) 8683, 0.0, 0.0, false, false), + GRASS_PATH("minecraft:grass_path", (short) 8687, 0.65, 0.65, false, true), + END_GATEWAY("minecraft:end_gateway", (short) 8688, 0.0, 3600000.0, false, false), + REPEATING_COMMAND_BLOCK("minecraft:repeating_command_block", (short) 8695, 0.0, 3600000.0, false, true), + CHAIN_COMMAND_BLOCK("minecraft:chain_command_block", (short) 8707, 0.0, 3600000.0, false, true), + FROSTED_ICE("minecraft:frosted_ice", (short) 8713, 0.5, 0.5, false, true), + MAGMA_BLOCK("minecraft:magma_block", (short) 8717, 0.5, 0.5, false, true), + NETHER_WART_BLOCK("minecraft:nether_wart_block", (short) 8718, 1.0, 1.0, false, true), + RED_NETHER_BRICKS("minecraft:red_nether_bricks", (short) 8719, 2.0, 6.0, false, true), + BONE_BLOCK("minecraft:bone_block", (short) 8721, 2.0, 2.0, false, true), + STRUCTURE_VOID("minecraft:structure_void", (short) 8723, 0.0, 0.0, false, true), + OBSERVER("minecraft:observer", (short) 8729, 3.0, 3.0, false, true), + SHULKER_BOX("minecraft:shulker_box", (short) 8740, 2.0, 2.0, false, true), + WHITE_SHULKER_BOX("minecraft:white_shulker_box", (short) 8746, 2.0, 2.0, false, true), + ORANGE_SHULKER_BOX("minecraft:orange_shulker_box", (short) 8752, 2.0, 2.0, false, true), + MAGENTA_SHULKER_BOX("minecraft:magenta_shulker_box", (short) 8758, 2.0, 2.0, false, true), + LIGHT_BLUE_SHULKER_BOX("minecraft:light_blue_shulker_box", (short) 8764, 2.0, 2.0, false, true), + YELLOW_SHULKER_BOX("minecraft:yellow_shulker_box", (short) 8770, 2.0, 2.0, false, true), + LIME_SHULKER_BOX("minecraft:lime_shulker_box", (short) 8776, 2.0, 2.0, false, true), + PINK_SHULKER_BOX("minecraft:pink_shulker_box", (short) 8782, 2.0, 2.0, false, true), + GRAY_SHULKER_BOX("minecraft:gray_shulker_box", (short) 8788, 2.0, 2.0, false, true), + LIGHT_GRAY_SHULKER_BOX("minecraft:light_gray_shulker_box", (short) 8794, 2.0, 2.0, false, true), + CYAN_SHULKER_BOX("minecraft:cyan_shulker_box", (short) 8800, 2.0, 2.0, false, true), + PURPLE_SHULKER_BOX("minecraft:purple_shulker_box", (short) 8806, 2.0, 2.0, false, true), + BLUE_SHULKER_BOX("minecraft:blue_shulker_box", (short) 8812, 2.0, 2.0, false, true), + BROWN_SHULKER_BOX("minecraft:brown_shulker_box", (short) 8818, 2.0, 2.0, false, true), + GREEN_SHULKER_BOX("minecraft:green_shulker_box", (short) 8824, 2.0, 2.0, false, true), + RED_SHULKER_BOX("minecraft:red_shulker_box", (short) 8830, 2.0, 2.0, false, true), + BLACK_SHULKER_BOX("minecraft:black_shulker_box", (short) 8836, 2.0, 2.0, false, true), + WHITE_GLAZED_TERRACOTTA("minecraft:white_glazed_terracotta", (short) 8838, 1.4, 1.4, false, true), + ORANGE_GLAZED_TERRACOTTA("minecraft:orange_glazed_terracotta", (short) 8842, 1.4, 1.4, false, true), + MAGENTA_GLAZED_TERRACOTTA("minecraft:magenta_glazed_terracotta", (short) 8846, 1.4, 1.4, false, true), + LIGHT_BLUE_GLAZED_TERRACOTTA("minecraft:light_blue_glazed_terracotta", (short) 8850, 1.4, 1.4, false, true), + YELLOW_GLAZED_TERRACOTTA("minecraft:yellow_glazed_terracotta", (short) 8854, 1.4, 1.4, false, true), + LIME_GLAZED_TERRACOTTA("minecraft:lime_glazed_terracotta", (short) 8858, 1.4, 1.4, false, true), + PINK_GLAZED_TERRACOTTA("minecraft:pink_glazed_terracotta", (short) 8862, 1.4, 1.4, false, true), + GRAY_GLAZED_TERRACOTTA("minecraft:gray_glazed_terracotta", (short) 8866, 1.4, 1.4, false, true), + LIGHT_GRAY_GLAZED_TERRACOTTA("minecraft:light_gray_glazed_terracotta", (short) 8870, 1.4, 1.4, false, true), + CYAN_GLAZED_TERRACOTTA("minecraft:cyan_glazed_terracotta", (short) 8874, 1.4, 1.4, false, true), + PURPLE_GLAZED_TERRACOTTA("minecraft:purple_glazed_terracotta", (short) 8878, 1.4, 1.4, false, true), + BLUE_GLAZED_TERRACOTTA("minecraft:blue_glazed_terracotta", (short) 8882, 1.4, 1.4, false, true), + BROWN_GLAZED_TERRACOTTA("minecraft:brown_glazed_terracotta", (short) 8886, 1.4, 1.4, false, true), + GREEN_GLAZED_TERRACOTTA("minecraft:green_glazed_terracotta", (short) 8890, 1.4, 1.4, false, true), + RED_GLAZED_TERRACOTTA("minecraft:red_glazed_terracotta", (short) 8894, 1.4, 1.4, false, true), + BLACK_GLAZED_TERRACOTTA("minecraft:black_glazed_terracotta", (short) 8898, 1.4, 1.4, false, true), + WHITE_CONCRETE("minecraft:white_concrete", (short) 8902, 1.8, 1.8, false, true), + ORANGE_CONCRETE("minecraft:orange_concrete", (short) 8903, 1.8, 1.8, false, true), + MAGENTA_CONCRETE("minecraft:magenta_concrete", (short) 8904, 1.8, 1.8, false, true), + LIGHT_BLUE_CONCRETE("minecraft:light_blue_concrete", (short) 8905, 1.8, 1.8, false, true), + YELLOW_CONCRETE("minecraft:yellow_concrete", (short) 8906, 1.8, 1.8, false, true), + LIME_CONCRETE("minecraft:lime_concrete", (short) 8907, 1.8, 1.8, false, true), + PINK_CONCRETE("minecraft:pink_concrete", (short) 8908, 1.8, 1.8, false, true), + GRAY_CONCRETE("minecraft:gray_concrete", (short) 8909, 1.8, 1.8, false, true), + LIGHT_GRAY_CONCRETE("minecraft:light_gray_concrete", (short) 8910, 1.8, 1.8, false, true), + CYAN_CONCRETE("minecraft:cyan_concrete", (short) 8911, 1.8, 1.8, false, true), + PURPLE_CONCRETE("minecraft:purple_concrete", (short) 8912, 1.8, 1.8, false, true), + BLUE_CONCRETE("minecraft:blue_concrete", (short) 8913, 1.8, 1.8, false, true), + BROWN_CONCRETE("minecraft:brown_concrete", (short) 8914, 1.8, 1.8, false, true), + GREEN_CONCRETE("minecraft:green_concrete", (short) 8915, 1.8, 1.8, false, true), + RED_CONCRETE("minecraft:red_concrete", (short) 8916, 1.8, 1.8, false, true), + BLACK_CONCRETE("minecraft:black_concrete", (short) 8917, 1.8, 1.8, false, true), + WHITE_CONCRETE_POWDER("minecraft:white_concrete_powder", (short) 8918, 0.5, 0.5, false, true), + ORANGE_CONCRETE_POWDER("minecraft:orange_concrete_powder", (short) 8919, 0.5, 0.5, false, true), + MAGENTA_CONCRETE_POWDER("minecraft:magenta_concrete_powder", (short) 8920, 0.5, 0.5, false, true), + LIGHT_BLUE_CONCRETE_POWDER("minecraft:light_blue_concrete_powder", (short) 8921, 0.5, 0.5, false, true), + YELLOW_CONCRETE_POWDER("minecraft:yellow_concrete_powder", (short) 8922, 0.5, 0.5, false, true), + LIME_CONCRETE_POWDER("minecraft:lime_concrete_powder", (short) 8923, 0.5, 0.5, false, true), + PINK_CONCRETE_POWDER("minecraft:pink_concrete_powder", (short) 8924, 0.5, 0.5, false, true), + GRAY_CONCRETE_POWDER("minecraft:gray_concrete_powder", (short) 8925, 0.5, 0.5, false, true), + LIGHT_GRAY_CONCRETE_POWDER("minecraft:light_gray_concrete_powder", (short) 8926, 0.5, 0.5, false, true), + CYAN_CONCRETE_POWDER("minecraft:cyan_concrete_powder", (short) 8927, 0.5, 0.5, false, true), + PURPLE_CONCRETE_POWDER("minecraft:purple_concrete_powder", (short) 8928, 0.5, 0.5, false, true), + BLUE_CONCRETE_POWDER("minecraft:blue_concrete_powder", (short) 8929, 0.5, 0.5, false, true), + BROWN_CONCRETE_POWDER("minecraft:brown_concrete_powder", (short) 8930, 0.5, 0.5, false, true), + GREEN_CONCRETE_POWDER("minecraft:green_concrete_powder", (short) 8931, 0.5, 0.5, false, true), + RED_CONCRETE_POWDER("minecraft:red_concrete_powder", (short) 8932, 0.5, 0.5, false, true), + BLACK_CONCRETE_POWDER("minecraft:black_concrete_powder", (short) 8933, 0.5, 0.5, false, true), + KELP("minecraft:kelp", (short) 8934, 0.0, 0.0, false, true), + KELP_PLANT("minecraft:kelp_plant", (short) 8960, 0.0, 0.0, false, true), + DRIED_KELP_BLOCK("minecraft:dried_kelp_block", (short) 8961, 0.5, 2.5, false, true), + TURTLE_EGG("minecraft:turtle_egg", (short) 8962, 0.5, 0.5, false, true), + DEAD_TUBE_CORAL_BLOCK("minecraft:dead_tube_coral_block", (short) 8974, 1.5, 6.0, false, true), + DEAD_BRAIN_CORAL_BLOCK("minecraft:dead_brain_coral_block", (short) 8975, 1.5, 6.0, false, true), + DEAD_BUBBLE_CORAL_BLOCK("minecraft:dead_bubble_coral_block", (short) 8976, 1.5, 6.0, false, true), + DEAD_FIRE_CORAL_BLOCK("minecraft:dead_fire_coral_block", (short) 8977, 1.5, 6.0, false, true), + DEAD_HORN_CORAL_BLOCK("minecraft:dead_horn_coral_block", (short) 8978, 1.5, 6.0, false, true), + TUBE_CORAL_BLOCK("minecraft:tube_coral_block", (short) 8979, 1.5, 6.0, false, true), + BRAIN_CORAL_BLOCK("minecraft:brain_coral_block", (short) 8980, 1.5, 6.0, false, true), + BUBBLE_CORAL_BLOCK("minecraft:bubble_coral_block", (short) 8981, 1.5, 6.0, false, true), + FIRE_CORAL_BLOCK("minecraft:fire_coral_block", (short) 8982, 1.5, 6.0, false, true), + HORN_CORAL_BLOCK("minecraft:horn_coral_block", (short) 8983, 1.5, 6.0, false, true), + DEAD_TUBE_CORAL("minecraft:dead_tube_coral", (short) 8984, 0.0, 0.0, false, true), + DEAD_BRAIN_CORAL("minecraft:dead_brain_coral", (short) 8986, 0.0, 0.0, false, true), + DEAD_BUBBLE_CORAL("minecraft:dead_bubble_coral", (short) 8988, 0.0, 0.0, false, true), + DEAD_FIRE_CORAL("minecraft:dead_fire_coral", (short) 8990, 0.0, 0.0, false, true), + DEAD_HORN_CORAL("minecraft:dead_horn_coral", (short) 8992, 0.0, 0.0, false, true), + TUBE_CORAL("minecraft:tube_coral", (short) 8994, 0.0, 0.0, false, true), + BRAIN_CORAL("minecraft:brain_coral", (short) 8996, 0.0, 0.0, false, true), + BUBBLE_CORAL("minecraft:bubble_coral", (short) 8998, 0.0, 0.0, false, true), + FIRE_CORAL("minecraft:fire_coral", (short) 9000, 0.0, 0.0, false, true), + HORN_CORAL("minecraft:horn_coral", (short) 9002, 0.0, 0.0, false, true), + DEAD_TUBE_CORAL_FAN("minecraft:dead_tube_coral_fan", (short) 9004, 0.0, 0.0, false, true), + DEAD_BRAIN_CORAL_FAN("minecraft:dead_brain_coral_fan", (short) 9006, 0.0, 0.0, false, true), + DEAD_BUBBLE_CORAL_FAN("minecraft:dead_bubble_coral_fan", (short) 9008, 0.0, 0.0, false, true), + DEAD_FIRE_CORAL_FAN("minecraft:dead_fire_coral_fan", (short) 9010, 0.0, 0.0, false, true), + DEAD_HORN_CORAL_FAN("minecraft:dead_horn_coral_fan", (short) 9012, 0.0, 0.0, false, true), + TUBE_CORAL_FAN("minecraft:tube_coral_fan", (short) 9014, 0.0, 0.0, false, true), + BRAIN_CORAL_FAN("minecraft:brain_coral_fan", (short) 9016, 0.0, 0.0, false, true), + BUBBLE_CORAL_FAN("minecraft:bubble_coral_fan", (short) 9018, 0.0, 0.0, false, true), + FIRE_CORAL_FAN("minecraft:fire_coral_fan", (short) 9020, 0.0, 0.0, false, true), + HORN_CORAL_FAN("minecraft:horn_coral_fan", (short) 9022, 0.0, 0.0, false, true), + DEAD_TUBE_CORAL_WALL_FAN("minecraft:dead_tube_coral_wall_fan", (short) 9024, 0.0, 0.0, false, true), + DEAD_BRAIN_CORAL_WALL_FAN("minecraft:dead_brain_coral_wall_fan", (short) 9032, 0.0, 0.0, false, true), + DEAD_BUBBLE_CORAL_WALL_FAN("minecraft:dead_bubble_coral_wall_fan", (short) 9040, 0.0, 0.0, false, true), + DEAD_FIRE_CORAL_WALL_FAN("minecraft:dead_fire_coral_wall_fan", (short) 9048, 0.0, 0.0, false, true), + DEAD_HORN_CORAL_WALL_FAN("minecraft:dead_horn_coral_wall_fan", (short) 9056, 0.0, 0.0, false, true), + TUBE_CORAL_WALL_FAN("minecraft:tube_coral_wall_fan", (short) 9064, 0.0, 0.0, false, true), + BRAIN_CORAL_WALL_FAN("minecraft:brain_coral_wall_fan", (short) 9072, 0.0, 0.0, false, true), + BUBBLE_CORAL_WALL_FAN("minecraft:bubble_coral_wall_fan", (short) 9080, 0.0, 0.0, false, true), + FIRE_CORAL_WALL_FAN("minecraft:fire_coral_wall_fan", (short) 9088, 0.0, 0.0, false, true), + HORN_CORAL_WALL_FAN("minecraft:horn_coral_wall_fan", (short) 9096, 0.0, 0.0, false, true), + SEA_PICKLE("minecraft:sea_pickle", (short) 9104, 0.0, 0.0, false, true), + BLUE_ICE("minecraft:blue_ice", (short) 9112, 2.8, 2.8, false, true), + CONDUIT("minecraft:conduit", (short) 9113, 3.0, 3.0, false, true), + BAMBOO_SAPLING("minecraft:bamboo_sapling", (short) 9115, 1.0, 1.0, false, true), + BAMBOO("minecraft:bamboo", (short) 9116, 1.0, 1.0, false, true), + POTTED_BAMBOO("minecraft:potted_bamboo", (short) 9128, 0.0, 0.0, false, true), + VOID_AIR("minecraft:void_air", (short) 9129, 0.0, 0.0, false, false), + CAVE_AIR("minecraft:cave_air", (short) 9130, 0.0, 0.0, false, false), + BUBBLE_COLUMN("minecraft:bubble_column", (short) 9131, 0.0, 0.0, false, true), + POLISHED_GRANITE_STAIRS("minecraft:polished_granite_stairs", (short) 9144, 1.5, 6.0, false, true), + SMOOTH_RED_SANDSTONE_STAIRS("minecraft:smooth_red_sandstone_stairs", (short) 9224, 2.0, 6.0, false, true), + MOSSY_STONE_BRICK_STAIRS("minecraft:mossy_stone_brick_stairs", (short) 9304, 1.5, 6.0, false, true), + POLISHED_DIORITE_STAIRS("minecraft:polished_diorite_stairs", (short) 9384, 1.5, 6.0, false, true), + MOSSY_COBBLESTONE_STAIRS("minecraft:mossy_cobblestone_stairs", (short) 9464, 2.0, 6.0, false, true), + END_STONE_BRICK_STAIRS("minecraft:end_stone_brick_stairs", (short) 9544, 3.0, 9.0, false, true), + STONE_STAIRS("minecraft:stone_stairs", (short) 9624, 1.5, 6.0, false, true), + SMOOTH_SANDSTONE_STAIRS("minecraft:smooth_sandstone_stairs", (short) 9704, 2.0, 6.0, false, true), + SMOOTH_QUARTZ_STAIRS("minecraft:smooth_quartz_stairs", (short) 9784, 2.0, 6.0, false, true), + GRANITE_STAIRS("minecraft:granite_stairs", (short) 9864, 1.5, 6.0, false, true), + ANDESITE_STAIRS("minecraft:andesite_stairs", (short) 9944, 1.5, 6.0, false, true), + RED_NETHER_BRICK_STAIRS("minecraft:red_nether_brick_stairs", (short) 10024, 2.0, 6.0, false, true), + POLISHED_ANDESITE_STAIRS("minecraft:polished_andesite_stairs", (short) 10104, 1.5, 6.0, false, true), + DIORITE_STAIRS("minecraft:diorite_stairs", (short) 10184, 1.5, 6.0, false, true), + POLISHED_GRANITE_SLAB("minecraft:polished_granite_slab", (short) 10256, 1.5, 6.0, false, true), + SMOOTH_RED_SANDSTONE_SLAB("minecraft:smooth_red_sandstone_slab", (short) 10262, 2.0, 6.0, false, true), + MOSSY_STONE_BRICK_SLAB("minecraft:mossy_stone_brick_slab", (short) 10268, 1.5, 6.0, false, true), + POLISHED_DIORITE_SLAB("minecraft:polished_diorite_slab", (short) 10274, 1.5, 6.0, false, true), + MOSSY_COBBLESTONE_SLAB("minecraft:mossy_cobblestone_slab", (short) 10280, 2.0, 6.0, false, true), + END_STONE_BRICK_SLAB("minecraft:end_stone_brick_slab", (short) 10286, 3.0, 9.0, false, true), + SMOOTH_SANDSTONE_SLAB("minecraft:smooth_sandstone_slab", (short) 10292, 2.0, 6.0, false, true), + SMOOTH_QUARTZ_SLAB("minecraft:smooth_quartz_slab", (short) 10298, 2.0, 6.0, false, true), + GRANITE_SLAB("minecraft:granite_slab", (short) 10304, 1.5, 6.0, false, true), + ANDESITE_SLAB("minecraft:andesite_slab", (short) 10310, 1.5, 6.0, false, true), + RED_NETHER_BRICK_SLAB("minecraft:red_nether_brick_slab", (short) 10316, 2.0, 6.0, false, true), + POLISHED_ANDESITE_SLAB("minecraft:polished_andesite_slab", (short) 10322, 1.5, 6.0, false, true), + DIORITE_SLAB("minecraft:diorite_slab", (short) 10328, 1.5, 6.0, false, true), + BRICK_WALL("minecraft:brick_wall", (short) 10390, 2.0, 6.0, false, true), + PRISMARINE_WALL("minecraft:prismarine_wall", (short) 10454, 1.5, 6.0, false, true), + RED_SANDSTONE_WALL("minecraft:red_sandstone_wall", (short) 10518, 0.8, 0.8, false, true), + MOSSY_STONE_BRICK_WALL("minecraft:mossy_stone_brick_wall", (short) 10582, 1.5, 6.0, false, true), + GRANITE_WALL("minecraft:granite_wall", (short) 10646, 1.5, 6.0, false, true), + STONE_BRICK_WALL("minecraft:stone_brick_wall", (short) 10710, 1.5, 6.0, false, true), + NETHER_BRICK_WALL("minecraft:nether_brick_wall", (short) 10774, 2.0, 6.0, false, true), + ANDESITE_WALL("minecraft:andesite_wall", (short) 10838, 1.5, 6.0, false, true), + RED_NETHER_BRICK_WALL("minecraft:red_nether_brick_wall", (short) 10902, 2.0, 6.0, false, true), + SANDSTONE_WALL("minecraft:sandstone_wall", (short) 10966, 0.8, 0.8, false, true), + END_STONE_BRICK_WALL("minecraft:end_stone_brick_wall", (short) 11030, 3.0, 9.0, false, true), + DIORITE_WALL("minecraft:diorite_wall", (short) 11094, 1.5, 6.0, false, true), + SCAFFOLDING("minecraft:scaffolding", (short) 11130, 0.0, 0.0, false, true), + LOOM("minecraft:loom", (short) 11131, 2.5, 2.5, false, true), + BARREL("minecraft:barrel", (short) 11136, 2.5, 2.5, false, true), + SMOKER("minecraft:smoker", (short) 11148, 3.5, 3.5, false, true), + BLAST_FURNACE("minecraft:blast_furnace", (short) 11156, 3.5, 3.5, false, true), + CARTOGRAPHY_TABLE("minecraft:cartography_table", (short) 11163, 2.5, 2.5, false, true), + FLETCHING_TABLE("minecraft:fletching_table", (short) 11164, 2.5, 2.5, false, true), + GRINDSTONE("minecraft:grindstone", (short) 11169, 2.0, 6.0, false, true), + LECTERN("minecraft:lectern", (short) 11180, 2.5, 2.5, false, true), + SMITHING_TABLE("minecraft:smithing_table", (short) 11193, 2.5, 2.5, false, true), + STONECUTTER("minecraft:stonecutter", (short) 11194, 3.5, 3.5, false, true), + BELL("minecraft:bell", (short) 11199, 5.0, 5.0, false, true), + LANTERN("minecraft:lantern", (short) 11231, 3.5, 3.5, false, true), + CAMPFIRE("minecraft:campfire", (short) 11235, 2.0, 2.0, false, true), + SWEET_BERRY_BUSH("minecraft:sweet_berry_bush", (short) 11264, 0.0, 0.0, false, true), + STRUCTURE_BLOCK("minecraft:structure_block", (short) 11268, 0.0, 3600000.0, false, true), + JIGSAW("minecraft:jigsaw", (short) 11276, 0.0, 3600000.0, false, true), + COMPOSTER("minecraft:composter", (short) 11278, 0.6, 0.6, false, true), + BEE_NEST("minecraft:bee_nest", (short) 11287, 0.3, 0.3, false, true), + BEEHIVE("minecraft:beehive", (short) 11311, 0.6, 0.6, false, true), + HONEY_BLOCK("minecraft:honey_block", (short) 11335, 0.0, 0.0, false, true), + HONEYCOMB_BLOCK("minecraft:honeycomb_block", (short) 11336, 0.6, 0.6, false, true), +; + private String namespaceID; + private short defaultID; + private double hardness; + private double resistance; + private boolean isAir; + private boolean isSolid; + + TmpBlock(String namespaceID, short defaultID, double hardness, double resistance, boolean isAir, boolean isSolid) { + this.namespaceID = namespaceID; + this.defaultID = defaultID; + this.hardness = hardness; + this.resistance = resistance; + this.isAir = isAir; + this.isSolid = isSolid; + } + + public short getId() { + return defaultID; + } + + public boolean isAir() { + return isAir; + } + + public boolean isSolid() { + return isSolid; + } + + public double getHardness() { + return hardness; + } + + public double getResistance() { + return resistance; + } + + public boolean breaksInstantaneously() { + return hardness == 0; + } +} diff --git a/src/generators/java/BlockContainer.java b/src/generators/java/BlockContainer.java new file mode 100644 index 000000000..476701f4b --- /dev/null +++ b/src/generators/java/BlockContainer.java @@ -0,0 +1,174 @@ +import net.minestom.server.utils.NamespaceID; + +import java.util.List; +import java.util.Map; + +public class BlockContainer implements Comparable { + + private int ordinal; + private NamespaceID id; + private double hardness; + private double resistance; + private BlockState defaultState; + private boolean isSolid; + private boolean isAir; + private List states; + + private boolean isMushroom; + private boolean isLiquid; + private boolean isFlower; + private boolean isFlowerPot; + private boolean isCoral; + private boolean hasBlockEntity; + + public BlockContainer(int ordinal, NamespaceID id, double hardness, double resistance, BlockState defaultState, List states) { + this.ordinal = ordinal; + this.id = id; + this.hardness = hardness; + this.resistance = resistance; + this.defaultState = defaultState; + this.states = states; + } + + public int getOrdinal() { + return ordinal; + } + + public BlockState getDefaultState() { + return defaultState; + } + + public List getStates() { + return states; + } + + public NamespaceID getId() { + return id; + } + + public boolean isAir() { + return isAir; + } + + public boolean isCoral() { + return isCoral; + } + + public boolean isFlowerPot() { + return isFlowerPot; + } + + public boolean isFlower() { + return isFlower; + } + + public boolean isLiquid() { + return isLiquid; + } + + public boolean isMushroom() { + return isMushroom; + } + + public boolean isSolid() { + return isSolid; + } + + public double getHardness() { + return hardness; + } + + public double getResistance() { + return resistance; + } + + public boolean hasBlockEntity() { + return hasBlockEntity; + } + + public BlockContainer setHasBlockEntity() { + hasBlockEntity = true; + return this; + } + + public BlockContainer setCoral() { + isCoral = true; + return this; + } + + public BlockContainer setFlowerPot() { + isFlowerPot = true; + return this; + } + + public BlockContainer setFlower() { + isFlower = true; + return this; + } + + public BlockContainer setLiquid() { + isLiquid = true; + return this; + } + + public BlockContainer setMushroom() { + isMushroom = true; + return this; + } + + public BlockContainer setSolid() { + isSolid = true; + return this; + } + + @Override + public String toString() { + return "BlockContainer{" + + "id=" + id + + ", hardness=" + hardness + + ", resistance=" + resistance + + ", defaultState=" + defaultState + + ", isSolid=" + isSolid + + ", isAir=" + isAir + + ", states=" + states + + ", isMushroom=" + isMushroom + + ", isLiquid=" + isLiquid + + ", isFlower=" + isFlower + + ", isFlowerPot=" + isFlowerPot + + ", isCoral=" + isCoral + + ", hasBlockEntity=" + hasBlockEntity + + '}'; + } + + @Override + public int compareTo(BlockContainer o) { + return Integer.compare(ordinal, o.ordinal); + } + + public static class BlockState { + private short id; + private Map properties; + + public BlockState(short id, Map properties) { + this.id = id; + this.properties = properties; + } + + public short getId() { + return id; + } + + public Map getProperties() { + return properties; + } + + @Override + public String toString() { + return "BlockState{" + + "id=" + id + + ", properties=" + properties + + '}'; + } + } + +} diff --git a/src/generators/java/BlockEnumGenerator.java b/src/generators/java/BlockEnumGenerator.java new file mode 100644 index 000000000..7f126d575 --- /dev/null +++ b/src/generators/java/BlockEnumGenerator.java @@ -0,0 +1,210 @@ +import com.google.gson.Gson; +import com.google.gson.JsonArray; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import net.minestom.server.registry.ResourceGatherer; +import net.minestom.server.utils.NamespaceID; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.io.*; +import java.net.URL; +import java.util.*; + +/** + * Generates a Block enum containing all data about blocks + */ +public class BlockEnumGenerator { + + private static final Logger LOGGER = LoggerFactory.getLogger(BlockEnumGenerator.class); + + private static final String DEFAULT_TARGET_PATH = "src/autogenerated/java"; + public static final String MC_DATA_BLOCKS_PATH = "minecraft_data/reports/blocks.json"; + public static final String PRISMARINE_JS_DATA_PATHS = "prismarine-minecraft-data/data/dataPaths.json"; + public static final String BURGER_URL_BASE_URL = "https://pokechu22.github.io/Burger/"; + + public static void main(String[] args) throws IOException { + try { + ResourceGatherer.ensureResourcesArePresent(null); // TODO + } catch (IOException e) { + e.printStackTrace(); + } + String targetVersion = "1.15.2"; + if(args.length >= 1) { + targetVersion = args[0]; + } + + String targetPart = DEFAULT_TARGET_PATH; + if(args.length >= 2) { + targetPart = args[1]; + } + + File targetFolder = new File(targetPart); + if(!targetFolder.exists()) { + targetFolder.mkdirs(); + } + + Gson gson = new Gson(); + + // load report blocks and block states + LOGGER.debug("Loading information from data extraction"); + List dataBlocks = parseBlocksFromMCData(gson, MC_DATA_BLOCKS_PATH); + // load properties from Prismarine + LOGGER.debug("Finding path for PrismarineJS blocks"); + JsonObject dataPaths = gson.fromJson(new BufferedReader(new FileReader(PRISMARINE_JS_DATA_PATHS)), JsonObject.class); + JsonObject pathsJson = dataPaths.getAsJsonObject("pc").getAsJsonObject(targetVersion); + + PrismarinePaths paths = gson.fromJson(pathsJson, PrismarinePaths.class); + LOGGER.debug("Loading PrismarineJS blocks data"); + List prismarineJSBlocks = parseBlocksFromPrismarineJS(gson, paths.getBlockFile()); + + LOGGER.debug("Loading Burger blocks data (requires Internet connection)"); + List burgerBlocks = parseBlocksFromBurger(gson, BURGER_URL_BASE_URL+targetVersion+".json"); + + LOGGER.debug("Compiling information"); + Collection blocks = compile(dataBlocks, prismarineJSBlocks, burgerBlocks); + + LOGGER.debug("Compilation finished, code generation can now begin"); + + generateEnum(targetPart, blocks); + LOGGER.debug("Finished!"); + } + + private static void generateEnum(String targetPart, Collection blocks) throws IOException { + String packageName = "net.minestom.instance.block"; + String folder = packageName.replace(".", "/"); + String className = "TmpBlock"; + EnumGenerator blockGenerator = new EnumGenerator(packageName, className); + blockGenerator.setParams("String namespaceID", "short defaultID", "double hardness", "double resistance", "boolean isAir", "boolean isSolid"); + blockGenerator.addMethod("getId", "short", "return defaultID;"); + blockGenerator.addMethod("isAir", "boolean", "return isAir;"); + blockGenerator.addMethod("isSolid", "boolean", "return isSolid;"); + blockGenerator.addMethod("getHardness", "double", "return hardness;"); + blockGenerator.addMethod("getResistance", "double", "return resistance;"); + blockGenerator.addMethod("breaksInstantaneously", "boolean", "return hardness == 0;"); + LOGGER.debug("Generating enum"); + for (BlockContainer block : blocks) { + blockGenerator.addInstance(block.getId().getPath().toUpperCase(), "\""+block.getId().toString()+"\"", "(short) "+block.getDefaultState().getId(), block.getHardness(), block.getResistance(), block.isAir(), block.isSolid()); + } + + File classFolder = new File(targetPart+"/"+folder); + if(!classFolder.exists()) { + classFolder.mkdirs(); + } + LOGGER.debug("Writing enum to file: "+classFolder+"/"+className+".java"); + try(Writer writer = new BufferedWriter(new FileWriter(new File(classFolder, className+".java")))) { + writer.write(blockGenerator.generate()); + } + } + + /** + * Compiles all block information in a single location + * @param dataBlocks + * @param prismarineJSBlocks + * @param burgerBlocks + */ + private static Collection compile(List dataBlocks, List prismarineJSBlocks, List burgerBlocks) { + TreeSet blocks = new TreeSet<>(BlockContainer::compareTo); + // ensure the 3 list have the same length and order + dataBlocks.sort(Comparator.comparing(block -> block.name.toString())); + prismarineJSBlocks.sort(Comparator.comparing(block -> NamespaceID.from(block.name).toString())); + burgerBlocks.sort(Comparator.comparing(block -> NamespaceID.from(block.text_id).toString())); + + for (int i = 0; i < dataBlocks.size(); i++) { + DataReportBlock data = dataBlocks.get(i); + PrismarineJSBlock prismarine = prismarineJSBlocks.get(i); + BurgerBlock burger = burgerBlocks.get(i); + + assert data.name.getPath().equals(prismarine.name) && prismarine.name.equalsIgnoreCase(burger.text_id); + + List states = new LinkedList<>(); + for(DataReportBlock.BlockState s : data.states) { + states.add(new BlockContainer.BlockState(s.id, s.properties)); + } + + BlockContainer.BlockState defaultState = new BlockContainer.BlockState(data.defaultState.id, data.defaultState.properties); + + BlockContainer block = new BlockContainer(prismarine.id, data.name, prismarine.hardness, burger.resistance, defaultState, states); + if(!"empty".equals(prismarine.boundingBox)) { + block.setSolid(); + } + if(data.name.equals(NamespaceID.from("minecraft:water")) || data.name.equals(NamespaceID.from("minecraft:lava"))) { + block.setLiquid(); + } + + blocks.add(block); + } + + return blocks; + } + + /** + * Extracts block information from Burger + * @param gson + * @param url + * @return + * @throws IOException + */ + private static List parseBlocksFromBurger(Gson gson, String url) throws IOException { + try(BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(new URL(url).openStream()))) { + LOGGER.debug("\tConnection established, reading file"); + JsonObject obj = gson.fromJson(bufferedReader, JsonArray.class).get(0).getAsJsonObject().getAsJsonObject("blocks").getAsJsonObject("block"); + + LOGGER.debug("\tExtracting blocks"); + List blocks = new LinkedList<>(); + for(var entry : obj.entrySet()) { + BurgerBlock block = gson.fromJson(entry.getValue(), BurgerBlock.class); + blocks.add(block); + } + + return blocks; + } catch (IOException e) { + throw e; + } + } + + /** + * Extract block information from PrismarineJS (submodule of Minestom) + * @param gson + * @param blockFile + * @return + * @throws IOException + */ + private static List parseBlocksFromPrismarineJS(Gson gson, File blockFile) throws IOException { + try(BufferedReader bufferedReader = new BufferedReader(new FileReader(blockFile))) { + PrismarineJSBlock[] blocks = gson.fromJson(bufferedReader, PrismarineJSBlock[].class); + return Arrays.asList(blocks); + } catch (IOException e) { + throw e; + } + } + + /** + * Extract block information from reports generated by the data extractor present in minecraft_server.jar + * @param gson + * @param path + * @return + */ + private static List parseBlocksFromMCData(Gson gson, String path) { + List blocks = new LinkedList<>(); + try { + BufferedReader bufferedReader = new BufferedReader(new FileReader(path)); + + JsonObject obj = gson.fromJson(bufferedReader, JsonObject.class); + for(var entry : obj.entrySet()) { + NamespaceID id = NamespaceID.from(entry.getKey()); + JsonElement blockInfo = entry.getValue(); + DataReportBlock block = gson.fromJson(blockInfo, DataReportBlock.class); + block.bindDefaultState(); + block.name = id; + + blocks.add(block); + } + } catch (FileNotFoundException e) { + e.printStackTrace(); + } + + + return blocks; + } +} diff --git a/src/generators/java/BurgerBlock.java b/src/generators/java/BurgerBlock.java new file mode 100644 index 000000000..b58dd51e4 --- /dev/null +++ b/src/generators/java/BurgerBlock.java @@ -0,0 +1,13 @@ +public class BurgerBlock { + + String text_id; + double resistance; + + @Override + public String toString() { + return "BurgerBlock{" + + "text_id='" + text_id + '\'' + + ", resistance=" + resistance + + '}'; + } +} diff --git a/src/generators/java/DataReportBlock.java b/src/generators/java/DataReportBlock.java new file mode 100644 index 000000000..1b15d8743 --- /dev/null +++ b/src/generators/java/DataReportBlock.java @@ -0,0 +1,53 @@ +import com.google.gson.annotations.SerializedName; +import net.minestom.server.utils.NamespaceID; + +import java.util.Arrays; +import java.util.Map; + +public class DataReportBlock { + + NamespaceID name; + Map properties; + BlockState[] states; + + BlockState defaultState; + + /** + * Looks for the first state in {@link #states} with #isDefault set and stores it into {@link #defaultState} + */ + public void bindDefaultState() { + for(BlockState s : states) { + if(s.isDefault) { + defaultState = s; + return; + } + } + } + + public static class BlockState { + protected Map properties; + protected short id; + @SerializedName("default") + protected boolean isDefault; + + @Override + public String toString() { + return "BlockState{" + + "properties=" + properties + + ", id=" + id + + ", isDefault=" + isDefault + + '}'; + } + } + + + @Override + public String toString() { + return "DataReportBlock{" + + "name=" + name + + ", properties=" + properties + + ", states=" + Arrays.toString(states) + + ", defaultState=" + defaultState + + '}'; + } +} diff --git a/src/generators/java/EnumGenerator.java b/src/generators/java/EnumGenerator.java new file mode 100644 index 000000000..400bfe95a --- /dev/null +++ b/src/generators/java/EnumGenerator.java @@ -0,0 +1,132 @@ +import java.util.LinkedList; +import java.util.List; + +/** + * Helper class to generate a .java enum + */ +public class EnumGenerator { + + private static final String COMMENT = "//==============================\n// AUTOGENERATED BY "+EnumGenerator.class.getSimpleName()+"\n//=============================="; + + private final String enumName; + private String[] parameters; + private List methods = new LinkedList<>(); + private List instances = new LinkedList<>(); + private String enumPackage; + + public EnumGenerator(String packageName, String enumName) { + this.enumPackage = packageName; + parameters = new String[0]; + this.enumName = enumName; + } + + public void setParams(String... parameters) { + this.parameters = parameters; + } + + public void addMethod(String name, String returnType, String... lines) { + methods.add(new Method(name, returnType, lines)); + } + + public void addInstance(String name, Object... parameters) { + instances.add(new Instance(name, parameters)); + } + + public String generate() { + StringBuilder builder = new StringBuilder(); + builder.append(COMMENT); + builder.append("\npackage ").append(enumPackage).append(";\n"); + builder.append("\npublic enum ").append(enumName).append(" {\n"); + + // generate instances + for(Instance instance : instances) { + builder.append("\t"); + builder.append(instance.name).append("("); + Object[] objects = instance.parameters; + for (int i = 0; i < objects.length; i++) { + Object param = objects[i]; + if(i != 0) { + builder.append(", "); + } + builder.append(param.toString()); + } + builder.append("),\n"); + } + builder.append(";\n"); + + + // generate properties & constructor + if(parameters.length != 0) { + // properties + for(String property : parameters) { + builder.append("\t"); + builder.append("private ").append(property).append(";\n"); + } + builder.append("\n"); + + // constructor + builder.append("\t"); + builder.append(enumName).append("("); + for (int i = 0; i < parameters.length; i++) { + if(i != 0) { + builder.append(", "); + } + builder.append(parameters[i]); + } + builder.append(") {\n"); + + // property assignment + for(String property : parameters) { + String[] parts = property.split(" "); + String type = parts[0]; + String name = parts[1]; + builder.append("\t\t"); + builder.append("this.").append(name).append(" = ").append(name).append(";\n"); + } + + builder.append("\t}\n"); + } + + // generate methods + for(Method m : methods) { + builder.append("\n"); + builder.append("\tpublic "); + builder.append(m.returnType).append(" ").append(m.name).append("() {\n"); + + for(String line : m.lines) { + builder.append("\t\t").append(line).append("\n"); + } + + builder.append("\t}\n"); + } + + builder.append("}\n"); + return builder.toString(); + } + + public void setEnumPackage(String enumPackage) { + this.enumPackage = enumPackage; + } + + private class Method { + private String name; + private String returnType; + private String[] lines; + + private Method(String name, String returnType, String[] lines) { + this.name = name; + this.returnType = returnType; + this.lines = lines; + } + } + + private class Instance { + private String name; + private Object[] parameters; + + private Instance(String name, Object[] parameters) { + this.name = name; + this.parameters = parameters; + } + } +} diff --git a/src/generators/java/PrismarineJSBlock.java b/src/generators/java/PrismarineJSBlock.java new file mode 100644 index 000000000..2d7e9f167 --- /dev/null +++ b/src/generators/java/PrismarineJSBlock.java @@ -0,0 +1,40 @@ +public class PrismarineJSBlock { + + int id; + String name; + double hardness; + boolean diggable; + boolean transparent; + int emitLight; + int filterLight; + String boundingBox; + int stackSize; + String material; + + @Override + public String toString() { + return "PrismarineJSBlock{" + + "name='" + name + '\'' + + ", id=" + id + + ", hardness=" + hardness + + ", diggable=" + diggable + + ", transparent=" + transparent + + ", emitLight=" + emitLight + + ", filterLight=" + filterLight + + ", boundingBox='" + boundingBox + '\'' + + ", stackSize=" + stackSize + + ", material='" + material + '\'' + + '}'; + } + + /* + TODO: + "harvestTools": { + "521": true, + "535": true, + "539": true, + "543": true, + "550": true + } + */ +} diff --git a/src/generators/java/PrismarinePaths.java b/src/generators/java/PrismarinePaths.java new file mode 100644 index 000000000..f744463f7 --- /dev/null +++ b/src/generators/java/PrismarinePaths.java @@ -0,0 +1,21 @@ +import java.io.File; + +public class PrismarinePaths { + + private String blocks; + private String biomes; + private String effects; + private String items; + private String recipes; + private String instruments; + private String materials; + private String entities; + private String protocol; + private String windows; + private String version; + private String language; + + public File getBlockFile() { + return new File("prismarine-minecraft-data/data/"+blocks+"/blocks.json"); + } +} From 62db9d9c26041bc725f1035c3a542f99e331570b Mon Sep 17 00:00:00 2001 From: jglrxavpok Date: Sun, 21 Jun 2020 23:03:40 +0200 Subject: [PATCH 02/17] Added alternatives (block states) and block entity information to generated Block enum --- prismarine-minecraft-data | 2 +- src/generators/java/BlockContainer.java | 48 +++------ src/generators/java/BlockEnumGenerator.java | 97 ++++++++++++++++--- src/generators/java/BurgerBlock.java | 3 + src/generators/java/BurgerTileEntity.java | 7 ++ src/generators/java/EnumGenerator.java | 73 +++++++++++++- .../minestom/server/instance/block/Block.java | 34 +------ .../instance/block/BlockAlternative.java | 30 ++++++ .../server/registry/RegistryMain.java | 3 +- src/main/resources/log4j2.xml | 2 +- 10 files changed, 213 insertions(+), 86 deletions(-) create mode 100644 src/generators/java/BurgerTileEntity.java create mode 100644 src/main/java/net/minestom/server/instance/block/BlockAlternative.java diff --git a/prismarine-minecraft-data b/prismarine-minecraft-data index 28cb60995..896bdf77f 160000 --- a/prismarine-minecraft-data +++ b/prismarine-minecraft-data @@ -1 +1 @@ -Subproject commit 28cb60995d153d5c8eb7bb1bb2e0fd645e3202d0 +Subproject commit 896bdf77f313205f7c9732055243d9546d869da2 diff --git a/src/generators/java/BlockContainer.java b/src/generators/java/BlockContainer.java index 476701f4b..7b2212ca7 100644 --- a/src/generators/java/BlockContainer.java +++ b/src/generators/java/BlockContainer.java @@ -19,13 +19,14 @@ public class BlockContainer implements Comparable { private boolean isFlower; private boolean isFlowerPot; private boolean isCoral; - private boolean hasBlockEntity; + private NamespaceID blockEntity; - public BlockContainer(int ordinal, NamespaceID id, double hardness, double resistance, BlockState defaultState, List states) { + public BlockContainer(int ordinal, NamespaceID id, double hardness, double resistance, NamespaceID blockEntity, BlockState defaultState, List states) { this.ordinal = ordinal; this.id = id; this.hardness = hardness; this.resistance = resistance; + this.blockEntity = blockEntity; this.defaultState = defaultState; this.states = states; } @@ -50,18 +51,6 @@ public class BlockContainer implements Comparable { return isAir; } - public boolean isCoral() { - return isCoral; - } - - public boolean isFlowerPot() { - return isFlowerPot; - } - - public boolean isFlower() { - return isFlower; - } - public boolean isLiquid() { return isLiquid; } @@ -82,28 +71,8 @@ public class BlockContainer implements Comparable { return resistance; } - public boolean hasBlockEntity() { - return hasBlockEntity; - } - - public BlockContainer setHasBlockEntity() { - hasBlockEntity = true; - return this; - } - - public BlockContainer setCoral() { - isCoral = true; - return this; - } - - public BlockContainer setFlowerPot() { - isFlowerPot = true; - return this; - } - - public BlockContainer setFlower() { - isFlower = true; - return this; + public NamespaceID getBlockEntityName() { + return blockEntity; } public BlockContainer setLiquid() { @@ -121,6 +90,11 @@ public class BlockContainer implements Comparable { return this; } + public BlockContainer setAir() { + isAir = true; + return this; + } + @Override public String toString() { return "BlockContainer{" + @@ -136,7 +110,7 @@ public class BlockContainer implements Comparable { ", isFlower=" + isFlower + ", isFlowerPot=" + isFlowerPot + ", isCoral=" + isCoral + - ", hasBlockEntity=" + hasBlockEntity + + ", blockEntity=" + blockEntity + '}'; } diff --git a/src/generators/java/BlockEnumGenerator.java b/src/generators/java/BlockEnumGenerator.java index 7f126d575..214d412a6 100644 --- a/src/generators/java/BlockEnumGenerator.java +++ b/src/generators/java/BlockEnumGenerator.java @@ -2,6 +2,7 @@ import com.google.gson.Gson; import com.google.gson.JsonArray; import com.google.gson.JsonElement; import com.google.gson.JsonObject; +import net.minestom.server.instance.block.BlockAlternative; import net.minestom.server.registry.ResourceGatherer; import net.minestom.server.utils.NamespaceID; import org.slf4j.Logger; @@ -75,18 +76,75 @@ public class BlockEnumGenerator { String folder = packageName.replace(".", "/"); String className = "TmpBlock"; EnumGenerator blockGenerator = new EnumGenerator(packageName, className); - blockGenerator.setParams("String namespaceID", "short defaultID", "double hardness", "double resistance", "boolean isAir", "boolean isSolid"); - blockGenerator.addMethod("getId", "short", "return defaultID;"); - blockGenerator.addMethod("isAir", "boolean", "return isAir;"); - blockGenerator.addMethod("isSolid", "boolean", "return isSolid;"); - blockGenerator.addMethod("getHardness", "double", "return hardness;"); - blockGenerator.addMethod("getResistance", "double", "return resistance;"); - blockGenerator.addMethod("breaksInstantaneously", "boolean", "return hardness == 0;"); + blockGenerator.addImport(NamespaceID.class.getCanonicalName()); + blockGenerator.addImport(BlockAlternative.class.getCanonicalName()); + blockGenerator.addImport(List.class.getCanonicalName()); + blockGenerator.addImport(ArrayList.class.getCanonicalName()); + blockGenerator.addImport(Arrays.class.getCanonicalName()); + blockGenerator.addHardcodedField("List", "alternatives", "new ArrayList()"); + blockGenerator.setParams("String namespaceID", "short defaultID", "double hardness", "double resistance", "boolean isAir", "boolean isSolid", "NamespaceID blockEntity"); + blockGenerator.addMethod("getId", "()", "short", "return defaultID;"); + blockGenerator.addMethod("isAir", "()", "boolean", "return isAir;"); + blockGenerator.addMethod("hasBlockEntity", "()", "boolean", "return blockEntity != null;"); + blockGenerator.addMethod("getBlockEntityName", "()", "NamespaceID", "return blockEntity;"); + blockGenerator.addMethod("isSolid", "()", "boolean", "return isSolid;"); + blockGenerator.addMethod("getHardness", "()", "double", "return hardness;"); + blockGenerator.addMethod("getResistance", "()", "double", "return resistance;"); + blockGenerator.addMethod("breaksInstantaneously", "()", "boolean", "return hardness == 0;"); + blockGenerator.addPrivateMethod("addBlockAlternative", "(BlockAlternative alternative)", "void", "alternatives.add(alternative);"); + String[] withPropertiesLines = { + "for (BlockAlternative alt : alternatives) {", + "\tif (Arrays.equals(alt.getProperties(), properties)) {", + "\t\treturn alt.getId();", + "\t}", + "}", + "return defaultID;" + }; + blockGenerator.addPrivateMethod("withProperties", "(String... properties)", "short", withPropertiesLines); + blockGenerator.appendToConstructor("alternatives.add(new BlockAlternative(defaultID));"); LOGGER.debug("Generating enum"); + StringBuilder staticBlock = new StringBuilder(); for (BlockContainer block : blocks) { - blockGenerator.addInstance(block.getId().getPath().toUpperCase(), "\""+block.getId().toString()+"\"", "(short) "+block.getDefaultState().getId(), block.getHardness(), block.getResistance(), block.isAir(), block.isSolid()); + String instanceName = block.getId().getPath().toUpperCase(); + blockGenerator.addInstance(instanceName, + "\""+block.getId().toString()+"\"", + "(short) "+block.getDefaultState().getId(), + block.getHardness(), + block.getResistance(), + block.isAir(), + block.isSolid(), + block.getBlockEntityName() != null ? "NamespaceID.from(\""+block.getBlockEntityName()+"\")" : "null" + ); + + // do not add alternative for default states. This will be added by default inside the constructor + if(block.getStates().size() > 1) { + staticBlock.append("\t"); + staticBlock.append("{ // block alternatives of "+instanceName); + staticBlock.append("\n"); + for(BlockContainer.BlockState state : block.getStates()) { + if(state == block.getDefaultState()) + continue; + // generate BlockAlternative instance that will be used to lookup block alternatives + + staticBlock.append("\t\t"); + staticBlock.append(instanceName).append(".addBlockAlternative("); + staticBlock.append("new BlockAlternative("); + staticBlock.append("(short) ").append(state.getId()); + + if(state.getProperties() != null) { + for(var property : state.getProperties().entrySet()) { + staticBlock.append(", "); + staticBlock.append("\"").append(property.getKey()).append("=").append(property.getValue()).append("\""); + } + } + staticBlock.append(")").append(");\n"); + } + staticBlock.append("\t}\n"); + } } + blockGenerator.setStaticInitBlock(staticBlock.toString()); + File classFolder = new File(targetPart+"/"+folder); if(!classFolder.exists()) { classFolder.mkdirs(); @@ -124,13 +182,16 @@ public class BlockEnumGenerator { BlockContainer.BlockState defaultState = new BlockContainer.BlockState(data.defaultState.id, data.defaultState.properties); - BlockContainer block = new BlockContainer(prismarine.id, data.name, prismarine.hardness, burger.resistance, defaultState, states); + BlockContainer block = new BlockContainer(prismarine.id, data.name, prismarine.hardness, burger.resistance, burger.blockEntity == null ? null : NamespaceID.from(burger.blockEntity.name), defaultState, states); if(!"empty".equals(prismarine.boundingBox)) { block.setSolid(); } if(data.name.equals(NamespaceID.from("minecraft:water")) || data.name.equals(NamespaceID.from("minecraft:lava"))) { block.setLiquid(); } + if(data.name.equals(NamespaceID.from("minecraft:air"))) { + block.setAir(); + } blocks.add(block); } @@ -148,12 +209,26 @@ public class BlockEnumGenerator { private static List parseBlocksFromBurger(Gson gson, String url) throws IOException { try(BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(new URL(url).openStream()))) { LOGGER.debug("\tConnection established, reading file"); - JsonObject obj = gson.fromJson(bufferedReader, JsonArray.class).get(0).getAsJsonObject().getAsJsonObject("blocks").getAsJsonObject("block"); + JsonObject dictionary = gson.fromJson(bufferedReader, JsonArray.class).get(0).getAsJsonObject(); + JsonObject tileEntityMap = dictionary.getAsJsonObject("tileentity").getAsJsonObject("tileentities"); + + Map block2entityMap = new HashMap<>(); + for(var entry : tileEntityMap.entrySet()) { + BurgerTileEntity te = gson.fromJson(entry.getValue(), BurgerTileEntity.class); + if(te.blocks != null) { + for(String block : te.blocks) { + block2entityMap.put(block, te); + } + } + } + + JsonObject blockMap = dictionary.getAsJsonObject("blocks").getAsJsonObject("block"); LOGGER.debug("\tExtracting blocks"); List blocks = new LinkedList<>(); - for(var entry : obj.entrySet()) { + for(var entry : blockMap.entrySet()) { BurgerBlock block = gson.fromJson(entry.getValue(), BurgerBlock.class); + block.blockEntity = block2entityMap.get(block.text_id); blocks.add(block); } diff --git a/src/generators/java/BurgerBlock.java b/src/generators/java/BurgerBlock.java index b58dd51e4..2985c7441 100644 --- a/src/generators/java/BurgerBlock.java +++ b/src/generators/java/BurgerBlock.java @@ -3,6 +3,9 @@ public class BurgerBlock { String text_id; double resistance; + // from tileentities + BurgerTileEntity blockEntity; + @Override public String toString() { return "BurgerBlock{" + diff --git a/src/generators/java/BurgerTileEntity.java b/src/generators/java/BurgerTileEntity.java new file mode 100644 index 000000000..4b646d751 --- /dev/null +++ b/src/generators/java/BurgerTileEntity.java @@ -0,0 +1,7 @@ +public class BurgerTileEntity { + + String[] blocks; + String name; + int network_id; + +} diff --git a/src/generators/java/EnumGenerator.java b/src/generators/java/EnumGenerator.java index 400bfe95a..7b82bbd2c 100644 --- a/src/generators/java/EnumGenerator.java +++ b/src/generators/java/EnumGenerator.java @@ -12,7 +12,11 @@ public class EnumGenerator { private String[] parameters; private List methods = new LinkedList<>(); private List instances = new LinkedList<>(); + private List imports = new LinkedList<>(); + private List hardcodedFields = new LinkedList<>(); private String enumPackage; + private String staticBlock; + private StringBuilder constructorEnd = new StringBuilder(); public EnumGenerator(String packageName, String enumName) { this.enumPackage = packageName; @@ -24,8 +28,12 @@ public class EnumGenerator { this.parameters = parameters; } - public void addMethod(String name, String returnType, String... lines) { - methods.add(new Method(name, returnType, lines)); + public void addMethod(String name, String signature, String returnType, String... lines) { + methods.add(new Method(true, name, signature, returnType, lines)); + } + + public void addPrivateMethod(String name, String signature, String returnType, String... lines) { + methods.add(new Method(false, name, signature, returnType, lines)); } public void addInstance(String name, Object... parameters) { @@ -36,6 +44,9 @@ public class EnumGenerator { StringBuilder builder = new StringBuilder(); builder.append(COMMENT); builder.append("\npackage ").append(enumPackage).append(";\n"); + for(String imp : imports) { + builder.append("import ").append(imp).append(";\n"); + } builder.append("\npublic enum ").append(enumName).append(" {\n"); // generate instances @@ -54,6 +65,11 @@ public class EnumGenerator { } builder.append(";\n"); + if(staticBlock != null) { + builder.append("\n\tstatic {\n"); + builder.append(staticBlock); + builder.append("\t}\n\n"); + } // generate properties & constructor if(parameters.length != 0) { @@ -64,6 +80,12 @@ public class EnumGenerator { } builder.append("\n"); + // hard coded fields + for(Field hardcoded : hardcodedFields) { + builder.append("\t").append(hardcoded.type).append(" ").append(hardcoded.name).append(" = ").append(hardcoded.value).append(";"); + builder.append("\n"); + } + // constructor builder.append("\t"); builder.append(enumName).append("("); @@ -84,14 +106,21 @@ public class EnumGenerator { builder.append("this.").append(name).append(" = ").append(name).append(";\n"); } + builder.append(constructorEnd); + builder.append("\t}\n"); } // generate methods for(Method m : methods) { builder.append("\n"); - builder.append("\tpublic "); - builder.append(m.returnType).append(" ").append(m.name).append("() {\n"); + builder.append("\t"); + if(m.isPublic) { + builder.append("public "); + } else { + builder.append("private "); + } + builder.append(m.returnType).append(" ").append(m.name).append(m.signature).append(" {\n"); for(String line : m.lines) { builder.append("\t\t").append(line).append("\n"); @@ -108,18 +137,52 @@ public class EnumGenerator { this.enumPackage = enumPackage; } + public void addImport(String canonicalName) { + imports.add(canonicalName); + } + + public void setStaticInitBlock(String staticBlock) { + this.staticBlock = staticBlock; + } + + public void appendToConstructor(String... lines) { + for(String line : lines) { + constructorEnd.append("\t\t").append(line).append("\n"); + } + } + + public void addHardcodedField(String type, String name, String value) { + hardcodedFields.add(new Field(type, name, value)); + } + private class Method { + private final boolean isPublic; private String name; + private String signature; private String returnType; private String[] lines; - private Method(String name, String returnType, String[] lines) { + private Method(boolean isPublic, String name, String signature, String returnType, String[] lines) { + this.isPublic = isPublic; this.name = name; + this.signature = signature; this.returnType = returnType; this.lines = lines; } } + private class Field { + private String type; + private String name; + private String value; + + public Field(String type, String name, String value) { + this.type = type; + this.name = name; + this.value = value; + } + } + private class Instance { private String name; private Object[] parameters; diff --git a/src/main/java/net/minestom/server/instance/block/Block.java b/src/main/java/net/minestom/server/instance/block/Block.java index 84af98819..3dcec355d 100644 --- a/src/main/java/net/minestom/server/instance/block/Block.java +++ b/src/main/java/net/minestom/server/instance/block/Block.java @@ -713,14 +713,14 @@ public enum Block { public void addBlockAlternative(BlockAlternative blockAlternative) { this.blockAlternatives.add(blockAlternative); - blocksMap.put(blockAlternative.id, this); - blocksAlternativesMap.put(blockAlternative.id, blockAlternative); + blocksMap.put(blockAlternative.getId(), this); + blocksAlternativesMap.put(blockAlternative.getId(), blockAlternative); } public short withProperties(String... properties) { for (BlockAlternative blockAlternative : blockAlternatives) { - if (Arrays.equals(blockAlternative.properties, properties)) { - return blockAlternative.id; + if (Arrays.equals(blockAlternative.getProperties(), properties)) { + return blockAlternative.getId(); } } // No id found, return default @@ -1568,30 +1568,4 @@ public enum Block { return Collections.unmodifiableList(blockAlternatives); } - public static class BlockAlternative { - - private short id; - private String[] properties; - - public BlockAlternative(short id, String... properties) { - this.id = id; - this.properties = properties; - } - - public short getId() { - return id; - } - - public String[] getProperties() { - return properties; - } - - @Override - public String toString() { - return "BlockAlternative{" + - "id=" + id + - ", properties=" + Arrays.toString(properties) + - '}'; - } - } } diff --git a/src/main/java/net/minestom/server/instance/block/BlockAlternative.java b/src/main/java/net/minestom/server/instance/block/BlockAlternative.java new file mode 100644 index 000000000..d7606a2b7 --- /dev/null +++ b/src/main/java/net/minestom/server/instance/block/BlockAlternative.java @@ -0,0 +1,30 @@ +package net.minestom.server.instance.block; + +import java.util.Arrays; + +public class BlockAlternative { + + private short id; + private String[] properties; + + public BlockAlternative(short id, String... properties) { + this.id = id; + this.properties = properties; + } + + public short getId() { + return id; + } + + public String[] getProperties() { + return properties; + } + + @Override + public String toString() { + return "BlockAlternative{" + + "id=" + id + + ", properties=" + Arrays.toString(properties) + + '}'; + } +} diff --git a/src/main/java/net/minestom/server/registry/RegistryMain.java b/src/main/java/net/minestom/server/registry/RegistryMain.java index 5075a69fb..93941284b 100644 --- a/src/main/java/net/minestom/server/registry/RegistryMain.java +++ b/src/main/java/net/minestom/server/registry/RegistryMain.java @@ -6,6 +6,7 @@ import com.google.gson.JsonElement; import com.google.gson.JsonObject; import net.minestom.server.entity.EntityType; import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; import net.minestom.server.item.Enchantment; import net.minestom.server.item.Material; import net.minestom.server.particle.Particle; @@ -59,7 +60,7 @@ public class RegistryMain { for (RegistryBlock.BlockState blockState : registryBlock.states) { short id = blockState.id; String[] properties = blockState.propertiesValues.toArray(new String[0]); - Block.BlockAlternative blockAlternative = new Block.BlockAlternative(id, properties); + BlockAlternative blockAlternative = new BlockAlternative(id, properties); block.addBlockAlternative(blockAlternative); } diff --git a/src/main/resources/log4j2.xml b/src/main/resources/log4j2.xml index f8c195373..15ff6dede 100644 --- a/src/main/resources/log4j2.xml +++ b/src/main/resources/log4j2.xml @@ -8,7 +8,7 @@ - + \ No newline at end of file From 0a05a81de988de7210a0fdb2469b7a29858c4354 Mon Sep 17 00:00:00 2001 From: jglrxavpok Date: Mon, 22 Jun 2020 21:27:12 +0200 Subject: [PATCH 03/17] Generate subclasses to avoid 64kb JVM bytecode size limit in methods --- .../net/minestom/instance/block/TmpBlock.java | 1828 +++++++++++------ .../instance/block/states/AcaciaButton.java | 35 + .../instance/block/states/AcaciaDoor.java | 75 + .../instance/block/states/AcaciaFence.java | 43 + .../block/states/AcaciaFenceGate.java | 43 + .../instance/block/states/AcaciaLeaves.java | 25 + .../instance/block/states/AcaciaLog.java | 14 + .../block/states/AcaciaPressurePlate.java | 13 + .../instance/block/states/AcaciaSapling.java | 13 + .../instance/block/states/AcaciaSign.java | 43 + .../instance/block/states/AcaciaSlab.java | 17 + .../instance/block/states/AcaciaStairs.java | 91 + .../instance/block/states/AcaciaTrapdoor.java | 75 + .../instance/block/states/AcaciaWallSign.java | 19 + .../instance/block/states/AcaciaWood.java | 14 + .../instance/block/states/ActivatorRail.java | 23 + .../instance/block/states/AndesiteSlab.java | 17 + .../instance/block/states/AndesiteStairs.java | 91 + .../instance/block/states/AndesiteWall.java | 75 + .../minestom/instance/block/states/Anvil.java | 15 + .../block/states/AttachedMelonStem.java | 15 + .../block/states/AttachedPumpkinStem.java | 15 + .../instance/block/states/Bamboo.java | 23 + .../instance/block/states/Barrel.java | 23 + .../instance/block/states/BeeNest.java | 35 + .../instance/block/states/Beehive.java | 35 + .../instance/block/states/Beetroots.java | 15 + .../minestom/instance/block/states/Bell.java | 43 + .../instance/block/states/BirchButton.java | 35 + .../instance/block/states/BirchDoor.java | 75 + .../instance/block/states/BirchFence.java | 43 + .../instance/block/states/BirchFenceGate.java | 43 + .../instance/block/states/BirchLeaves.java | 25 + .../instance/block/states/BirchLog.java | 14 + .../block/states/BirchPressurePlate.java | 13 + .../instance/block/states/BirchSapling.java | 13 + .../instance/block/states/BirchSign.java | 43 + .../instance/block/states/BirchSlab.java | 17 + .../instance/block/states/BirchStairs.java | 91 + .../instance/block/states/BirchTrapdoor.java | 75 + .../instance/block/states/BirchWallSign.java | 19 + .../instance/block/states/BirchWood.java | 14 + .../instance/block/states/BlackBanner.java | 27 + .../instance/block/states/BlackBed.java | 27 + .../block/states/BlackGlazedTerracotta.java | 15 + .../block/states/BlackShulkerBox.java | 17 + .../block/states/BlackStainedGlassPane.java | 43 + .../block/states/BlackWallBanner.java | 15 + .../instance/block/states/BlastFurnace.java | 19 + .../instance/block/states/BlueBanner.java | 27 + .../instance/block/states/BlueBed.java | 27 + .../block/states/BlueGlazedTerracotta.java | 15 + .../instance/block/states/BlueShulkerBox.java | 17 + .../block/states/BlueStainedGlassPane.java | 43 + .../instance/block/states/BlueWallBanner.java | 15 + .../instance/block/states/BoneBlock.java | 14 + .../instance/block/states/BrainCoral.java | 13 + .../instance/block/states/BrainCoralFan.java | 13 + .../block/states/BrainCoralWallFan.java | 19 + .../instance/block/states/BrewingStand.java | 19 + .../instance/block/states/BrickSlab.java | 17 + .../instance/block/states/BrickStairs.java | 91 + .../instance/block/states/BrickWall.java | 75 + .../instance/block/states/BrownBanner.java | 27 + .../instance/block/states/BrownBed.java | 27 + .../block/states/BrownGlazedTerracotta.java | 15 + .../block/states/BrownMushroomBlock.java | 75 + .../block/states/BrownShulkerBox.java | 17 + .../block/states/BrownStainedGlassPane.java | 43 + .../block/states/BrownWallBanner.java | 15 + .../instance/block/states/BubbleColumn.java | 13 + .../instance/block/states/BubbleCoral.java | 13 + .../instance/block/states/BubbleCoralFan.java | 13 + .../block/states/BubbleCoralWallFan.java | 19 + .../instance/block/states/Cactus.java | 27 + .../minestom/instance/block/states/Cake.java | 18 + .../instance/block/states/Campfire.java | 43 + .../instance/block/states/Carrots.java | 19 + .../instance/block/states/CarvedPumpkin.java | 15 + .../instance/block/states/Cauldron.java | 15 + .../block/states/ChainCommandBlock.java | 23 + .../minestom/instance/block/states/Chest.java | 35 + .../instance/block/states/ChippedAnvil.java | 15 + .../instance/block/states/ChorusFlower.java | 17 + .../instance/block/states/ChorusPlant.java | 75 + .../block/states/CobblestoneSlab.java | 17 + .../block/states/CobblestoneStairs.java | 91 + .../block/states/CobblestoneWall.java | 75 + .../minestom/instance/block/states/Cocoa.java | 23 + .../instance/block/states/CommandBlock.java | 23 + .../instance/block/states/Comparator.java | 27 + .../instance/block/states/Composter.java | 20 + .../instance/block/states/Conduit.java | 13 + .../instance/block/states/CreeperHead.java | 27 + .../block/states/CreeperWallHead.java | 15 + .../block/states/CutRedSandstoneSlab.java | 17 + .../block/states/CutSandstoneSlab.java | 17 + .../instance/block/states/CyanBanner.java | 27 + .../instance/block/states/CyanBed.java | 27 + .../block/states/CyanGlazedTerracotta.java | 15 + .../instance/block/states/CyanShulkerBox.java | 17 + .../block/states/CyanStainedGlassPane.java | 43 + .../instance/block/states/CyanWallBanner.java | 15 + .../instance/block/states/DamagedAnvil.java | 15 + .../instance/block/states/DarkOakButton.java | 35 + .../instance/block/states/DarkOakDoor.java | 75 + .../instance/block/states/DarkOakFence.java | 43 + .../block/states/DarkOakFenceGate.java | 43 + .../instance/block/states/DarkOakLeaves.java | 25 + .../instance/block/states/DarkOakLog.java | 14 + .../block/states/DarkOakPressurePlate.java | 13 + .../instance/block/states/DarkOakSapling.java | 13 + .../instance/block/states/DarkOakSign.java | 43 + .../instance/block/states/DarkOakSlab.java | 17 + .../instance/block/states/DarkOakStairs.java | 91 + .../block/states/DarkOakTrapdoor.java | 75 + .../block/states/DarkOakWallSign.java | 19 + .../instance/block/states/DarkOakWood.java | 14 + .../block/states/DarkPrismarineSlab.java | 17 + .../block/states/DarkPrismarineStairs.java | 91 + .../block/states/DaylightDetector.java | 43 + .../instance/block/states/DeadBrainCoral.java | 13 + .../block/states/DeadBrainCoralFan.java | 13 + .../block/states/DeadBrainCoralWallFan.java | 19 + .../block/states/DeadBubbleCoral.java | 13 + .../block/states/DeadBubbleCoralFan.java | 13 + .../block/states/DeadBubbleCoralWallFan.java | 19 + .../instance/block/states/DeadFireCoral.java | 13 + .../block/states/DeadFireCoralFan.java | 13 + .../block/states/DeadFireCoralWallFan.java | 19 + .../instance/block/states/DeadHornCoral.java | 13 + .../block/states/DeadHornCoralFan.java | 13 + .../block/states/DeadHornCoralWallFan.java | 19 + .../instance/block/states/DeadTubeCoral.java | 13 + .../block/states/DeadTubeCoralFan.java | 13 + .../block/states/DeadTubeCoralWallFan.java | 19 + .../instance/block/states/DetectorRail.java | 23 + .../instance/block/states/DioriteSlab.java | 17 + .../instance/block/states/DioriteStairs.java | 91 + .../instance/block/states/DioriteWall.java | 75 + .../instance/block/states/Dispenser.java | 23 + .../instance/block/states/DragonHead.java | 27 + .../instance/block/states/DragonWallHead.java | 15 + .../instance/block/states/Dropper.java | 23 + .../instance/block/states/EndPortalFrame.java | 19 + .../instance/block/states/EndRod.java | 17 + .../block/states/EndStoneBrickSlab.java | 17 + .../block/states/EndStoneBrickStairs.java | 91 + .../block/states/EndStoneBrickWall.java | 75 + .../instance/block/states/EnderChest.java | 19 + .../instance/block/states/Farmland.java | 19 + .../minestom/instance/block/states/Fire.java | 523 +++++ .../instance/block/states/FireCoral.java | 13 + .../instance/block/states/FireCoralFan.java | 13 + .../block/states/FireCoralWallFan.java | 19 + .../instance/block/states/FrostedIce.java | 15 + .../instance/block/states/Furnace.java | 19 + .../instance/block/states/GlassPane.java | 43 + .../instance/block/states/GraniteSlab.java | 17 + .../instance/block/states/GraniteStairs.java | 91 + .../instance/block/states/GraniteWall.java | 75 + .../instance/block/states/GrassBlock.java | 13 + .../instance/block/states/GrayBanner.java | 27 + .../instance/block/states/GrayBed.java | 27 + .../block/states/GrayGlazedTerracotta.java | 15 + .../instance/block/states/GrayShulkerBox.java | 17 + .../block/states/GrayStainedGlassPane.java | 43 + .../instance/block/states/GrayWallBanner.java | 15 + .../instance/block/states/GreenBanner.java | 27 + .../instance/block/states/GreenBed.java | 27 + .../block/states/GreenGlazedTerracotta.java | 15 + .../block/states/GreenShulkerBox.java | 17 + .../block/states/GreenStainedGlassPane.java | 43 + .../block/states/GreenWallBanner.java | 15 + .../instance/block/states/Grindstone.java | 23 + .../instance/block/states/HayBlock.java | 14 + .../states/HeavyWeightedPressurePlate.java | 27 + .../instance/block/states/Hopper.java | 21 + .../instance/block/states/HornCoral.java | 13 + .../instance/block/states/HornCoralFan.java | 13 + .../block/states/HornCoralWallFan.java | 19 + .../instance/block/states/IronBars.java | 43 + .../instance/block/states/IronDoor.java | 75 + .../instance/block/states/IronTrapdoor.java | 75 + .../instance/block/states/JackOLantern.java | 15 + .../instance/block/states/Jigsaw.java | 17 + .../instance/block/states/Jukebox.java | 13 + .../instance/block/states/JungleButton.java | 35 + .../instance/block/states/JungleDoor.java | 75 + .../instance/block/states/JungleFence.java | 43 + .../block/states/JungleFenceGate.java | 43 + .../instance/block/states/JungleLeaves.java | 25 + .../instance/block/states/JungleLog.java | 14 + .../block/states/JunglePressurePlate.java | 13 + .../instance/block/states/JungleSapling.java | 13 + .../instance/block/states/JungleSign.java | 43 + .../instance/block/states/JungleSlab.java | 17 + .../instance/block/states/JungleStairs.java | 91 + .../instance/block/states/JungleTrapdoor.java | 75 + .../instance/block/states/JungleWallSign.java | 19 + .../instance/block/states/JungleWood.java | 14 + .../minestom/instance/block/states/Kelp.java | 37 + .../instance/block/states/Ladder.java | 19 + .../instance/block/states/Lantern.java | 13 + .../instance/block/states/LargeFern.java | 13 + .../minestom/instance/block/states/Lava.java | 27 + .../instance/block/states/Lectern.java | 27 + .../minestom/instance/block/states/Lever.java | 35 + .../block/states/LightBlueBanner.java | 27 + .../instance/block/states/LightBlueBed.java | 27 + .../states/LightBlueGlazedTerracotta.java | 15 + .../block/states/LightBlueShulkerBox.java | 17 + .../states/LightBlueStainedGlassPane.java | 43 + .../block/states/LightBlueWallBanner.java | 15 + .../block/states/LightGrayBanner.java | 27 + .../instance/block/states/LightGrayBed.java | 27 + .../states/LightGrayGlazedTerracotta.java | 15 + .../block/states/LightGrayShulkerBox.java | 17 + .../states/LightGrayStainedGlassPane.java | 43 + .../block/states/LightGrayWallBanner.java | 15 + .../states/LightWeightedPressurePlate.java | 27 + .../minestom/instance/block/states/Lilac.java | 13 + .../instance/block/states/LimeBanner.java | 27 + .../instance/block/states/LimeBed.java | 27 + .../block/states/LimeGlazedTerracotta.java | 15 + .../instance/block/states/LimeShulkerBox.java | 17 + .../block/states/LimeStainedGlassPane.java | 43 + .../instance/block/states/LimeWallBanner.java | 15 + .../minestom/instance/block/states/Loom.java | 15 + .../instance/block/states/MagentaBanner.java | 27 + .../instance/block/states/MagentaBed.java | 27 + .../block/states/MagentaGlazedTerracotta.java | 15 + .../block/states/MagentaShulkerBox.java | 17 + .../block/states/MagentaStainedGlassPane.java | 43 + .../block/states/MagentaWallBanner.java | 15 + .../instance/block/states/MelonStem.java | 19 + .../block/states/MossyCobblestoneSlab.java | 17 + .../block/states/MossyCobblestoneStairs.java | 91 + .../block/states/MossyCobblestoneWall.java | 75 + .../block/states/MossyStoneBrickSlab.java | 17 + .../block/states/MossyStoneBrickStairs.java | 91 + .../block/states/MossyStoneBrickWall.java | 75 + .../instance/block/states/MovingPiston.java | 23 + .../instance/block/states/MushroomStem.java | 75 + .../instance/block/states/Mycelium.java | 13 + .../block/states/NetherBrickFence.java | 43 + .../block/states/NetherBrickSlab.java | 17 + .../block/states/NetherBrickStairs.java | 91 + .../block/states/NetherBrickWall.java | 75 + .../instance/block/states/NetherPortal.java | 13 + .../instance/block/states/NetherWart.java | 15 + .../instance/block/states/NoteBlock.java | 811 ++++++++ .../instance/block/states/OakButton.java | 35 + .../instance/block/states/OakDoor.java | 75 + .../instance/block/states/OakFence.java | 43 + .../instance/block/states/OakFenceGate.java | 43 + .../instance/block/states/OakLeaves.java | 25 + .../instance/block/states/OakLog.java | 14 + .../block/states/OakPressurePlate.java | 13 + .../instance/block/states/OakSapling.java | 13 + .../instance/block/states/OakSign.java | 43 + .../instance/block/states/OakSlab.java | 17 + .../instance/block/states/OakStairs.java | 91 + .../instance/block/states/OakTrapdoor.java | 75 + .../instance/block/states/OakWallSign.java | 19 + .../instance/block/states/OakWood.java | 14 + .../instance/block/states/Observer.java | 23 + .../instance/block/states/OrangeBanner.java | 27 + .../instance/block/states/OrangeBed.java | 27 + .../block/states/OrangeGlazedTerracotta.java | 15 + .../block/states/OrangeShulkerBox.java | 17 + .../block/states/OrangeStainedGlassPane.java | 43 + .../block/states/OrangeWallBanner.java | 15 + .../minestom/instance/block/states/Peony.java | 13 + .../block/states/PetrifiedOakSlab.java | 17 + .../instance/block/states/PinkBanner.java | 27 + .../instance/block/states/PinkBed.java | 27 + .../block/states/PinkGlazedTerracotta.java | 15 + .../instance/block/states/PinkShulkerBox.java | 17 + .../block/states/PinkStainedGlassPane.java | 43 + .../instance/block/states/PinkWallBanner.java | 15 + .../instance/block/states/Piston.java | 23 + .../instance/block/states/PistonHead.java | 35 + .../instance/block/states/PlayerHead.java | 27 + .../instance/block/states/PlayerWallHead.java | 15 + .../instance/block/states/Podzol.java | 13 + .../block/states/PolishedAndesiteSlab.java | 17 + .../block/states/PolishedAndesiteStairs.java | 91 + .../block/states/PolishedDioriteSlab.java | 17 + .../block/states/PolishedDioriteStairs.java | 91 + .../block/states/PolishedGraniteSlab.java | 17 + .../block/states/PolishedGraniteStairs.java | 91 + .../instance/block/states/Potatoes.java | 19 + .../instance/block/states/PoweredRail.java | 23 + .../block/states/PrismarineBrickSlab.java | 17 + .../block/states/PrismarineBrickStairs.java | 91 + .../instance/block/states/PrismarineSlab.java | 17 + .../block/states/PrismarineStairs.java | 91 + .../instance/block/states/PrismarineWall.java | 75 + .../instance/block/states/PumpkinStem.java | 19 + .../instance/block/states/PurpleBanner.java | 27 + .../instance/block/states/PurpleBed.java | 27 + .../block/states/PurpleGlazedTerracotta.java | 15 + .../block/states/PurpleShulkerBox.java | 17 + .../block/states/PurpleStainedGlassPane.java | 43 + .../block/states/PurpleWallBanner.java | 15 + .../instance/block/states/PurpurPillar.java | 14 + .../instance/block/states/PurpurSlab.java | 17 + .../instance/block/states/PurpurStairs.java | 91 + .../instance/block/states/QuartzPillar.java | 14 + .../instance/block/states/QuartzSlab.java | 17 + .../instance/block/states/QuartzStairs.java | 91 + .../minestom/instance/block/states/Rail.java | 21 + .../instance/block/states/RedBanner.java | 27 + .../instance/block/states/RedBed.java | 27 + .../block/states/RedGlazedTerracotta.java | 15 + .../block/states/RedMushroomBlock.java | 75 + .../block/states/RedNetherBrickSlab.java | 17 + .../block/states/RedNetherBrickStairs.java | 91 + .../block/states/RedNetherBrickWall.java | 75 + .../block/states/RedSandstoneSlab.java | 17 + .../block/states/RedSandstoneStairs.java | 91 + .../block/states/RedSandstoneWall.java | 75 + .../instance/block/states/RedShulkerBox.java | 17 + .../block/states/RedStainedGlassPane.java | 43 + .../instance/block/states/RedWallBanner.java | 15 + .../instance/block/states/RedstoneLamp.java | 13 + .../instance/block/states/RedstoneOre.java | 13 + .../instance/block/states/RedstoneTorch.java | 13 + .../block/states/RedstoneWallTorch.java | 19 + .../instance/block/states/RedstoneWire.java | 1307 ++++++++++++ .../instance/block/states/Repeater.java | 75 + .../block/states/RepeatingCommandBlock.java | 23 + .../instance/block/states/RoseBush.java | 13 + .../instance/block/states/SandstoneSlab.java | 17 + .../block/states/SandstoneStairs.java | 91 + .../instance/block/states/SandstoneWall.java | 75 + .../instance/block/states/Scaffolding.java | 43 + .../instance/block/states/SeaPickle.java | 19 + .../instance/block/states/ShulkerBox.java | 17 + .../instance/block/states/SkeletonSkull.java | 27 + .../block/states/SkeletonWallSkull.java | 15 + .../instance/block/states/Smoker.java | 19 + .../block/states/SmoothQuartzSlab.java | 17 + .../block/states/SmoothQuartzStairs.java | 91 + .../block/states/SmoothRedSandstoneSlab.java | 17 + .../states/SmoothRedSandstoneStairs.java | 91 + .../block/states/SmoothSandstoneSlab.java | 17 + .../block/states/SmoothSandstoneStairs.java | 91 + .../block/states/SmoothStoneSlab.java | 17 + .../minestom/instance/block/states/Snow.java | 19 + .../instance/block/states/SpruceButton.java | 35 + .../instance/block/states/SpruceDoor.java | 75 + .../instance/block/states/SpruceFence.java | 43 + .../block/states/SpruceFenceGate.java | 43 + .../instance/block/states/SpruceLeaves.java | 25 + .../instance/block/states/SpruceLog.java | 14 + .../block/states/SprucePressurePlate.java | 13 + .../instance/block/states/SpruceSapling.java | 13 + .../instance/block/states/SpruceSign.java | 43 + .../instance/block/states/SpruceSlab.java | 17 + .../instance/block/states/SpruceStairs.java | 91 + .../instance/block/states/SpruceTrapdoor.java | 75 + .../instance/block/states/SpruceWallSign.java | 19 + .../instance/block/states/SpruceWood.java | 14 + .../instance/block/states/StickyPiston.java | 23 + .../instance/block/states/StoneBrickSlab.java | 17 + .../block/states/StoneBrickStairs.java | 91 + .../instance/block/states/StoneBrickWall.java | 75 + .../instance/block/states/StoneButton.java | 35 + .../block/states/StonePressurePlate.java | 13 + .../instance/block/states/StoneSlab.java | 17 + .../instance/block/states/StoneStairs.java | 91 + .../instance/block/states/Stonecutter.java | 15 + .../block/states/StrippedAcaciaLog.java | 14 + .../block/states/StrippedAcaciaWood.java | 14 + .../block/states/StrippedBirchLog.java | 14 + .../block/states/StrippedBirchWood.java | 14 + .../block/states/StrippedDarkOakLog.java | 14 + .../block/states/StrippedDarkOakWood.java | 14 + .../block/states/StrippedJungleLog.java | 14 + .../block/states/StrippedJungleWood.java | 14 + .../instance/block/states/StrippedOakLog.java | 14 + .../block/states/StrippedOakWood.java | 14 + .../block/states/StrippedSpruceLog.java | 14 + .../block/states/StrippedSpruceWood.java | 14 + .../instance/block/states/StructureBlock.java | 15 + .../instance/block/states/SugarCane.java | 27 + .../instance/block/states/Sunflower.java | 13 + .../instance/block/states/SweetBerryBush.java | 15 + .../instance/block/states/TallGrass.java | 13 + .../instance/block/states/TallSeagrass.java | 13 + .../minestom/instance/block/states/Tnt.java | 13 + .../instance/block/states/TrappedChest.java | 35 + .../instance/block/states/Tripwire.java | 139 ++ .../instance/block/states/TripwireHook.java | 27 + .../instance/block/states/TubeCoral.java | 13 + .../instance/block/states/TubeCoralFan.java | 13 + .../block/states/TubeCoralWallFan.java | 19 + .../instance/block/states/TurtleEgg.java | 23 + .../minestom/instance/block/states/Vine.java | 43 + .../instance/block/states/WallTorch.java | 15 + .../minestom/instance/block/states/Water.java | 27 + .../minestom/instance/block/states/Wheat.java | 19 + .../instance/block/states/WhiteBanner.java | 27 + .../instance/block/states/WhiteBed.java | 27 + .../block/states/WhiteGlazedTerracotta.java | 15 + .../block/states/WhiteShulkerBox.java | 17 + .../block/states/WhiteStainedGlassPane.java | 43 + .../block/states/WhiteWallBanner.java | 15 + .../block/states/WitherSkeletonSkull.java | 27 + .../block/states/WitherSkeletonWallSkull.java | 15 + .../instance/block/states/YellowBanner.java | 27 + .../instance/block/states/YellowBed.java | 27 + .../block/states/YellowGlazedTerracotta.java | 15 + .../block/states/YellowShulkerBox.java | 17 + .../block/states/YellowStainedGlassPane.java | 43 + .../block/states/YellowWallBanner.java | 15 + .../instance/block/states/ZombieHead.java | 27 + .../instance/block/states/ZombieWallHead.java | 15 + src/generators/java/BlockEnumGenerator.java | 101 +- src/generators/java/EnumGenerator.java | 22 +- 422 files changed, 16935 insertions(+), 701 deletions(-) create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/AcaciaButton.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/AcaciaDoor.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/AcaciaFence.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/AcaciaFenceGate.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/AcaciaLeaves.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/AcaciaLog.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/AcaciaPressurePlate.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/AcaciaSapling.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/AcaciaSign.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/AcaciaSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/AcaciaStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/AcaciaTrapdoor.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/AcaciaWallSign.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/AcaciaWood.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/ActivatorRail.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/AndesiteSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/AndesiteStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/AndesiteWall.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Anvil.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/AttachedMelonStem.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/AttachedPumpkinStem.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Bamboo.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Barrel.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BeeNest.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Beehive.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Beetroots.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Bell.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BirchButton.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BirchDoor.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BirchFence.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BirchFenceGate.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BirchLeaves.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BirchLog.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BirchPressurePlate.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BirchSapling.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BirchSign.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BirchSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BirchStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BirchTrapdoor.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BirchWallSign.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BirchWood.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BlackBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BlackBed.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BlackGlazedTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BlackShulkerBox.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BlackStainedGlassPane.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BlackWallBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BlastFurnace.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BlueBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BlueBed.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BlueGlazedTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BlueShulkerBox.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BlueStainedGlassPane.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BlueWallBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BoneBlock.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BrainCoral.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BrainCoralFan.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BrainCoralWallFan.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BrewingStand.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BrickSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BrickStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BrickWall.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BrownBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BrownBed.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BrownGlazedTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BrownMushroomBlock.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BrownShulkerBox.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BrownStainedGlassPane.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BrownWallBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BubbleColumn.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BubbleCoral.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BubbleCoralFan.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/BubbleCoralWallFan.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Cactus.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Cake.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Campfire.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Carrots.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/CarvedPumpkin.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Cauldron.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/ChainCommandBlock.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Chest.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/ChippedAnvil.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/ChorusFlower.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/ChorusPlant.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/CobblestoneSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/CobblestoneStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/CobblestoneWall.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Cocoa.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/CommandBlock.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Comparator.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Composter.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Conduit.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/CreeperHead.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/CreeperWallHead.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/CutRedSandstoneSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/CutSandstoneSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/CyanBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/CyanBed.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/CyanGlazedTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/CyanShulkerBox.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/CyanStainedGlassPane.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/CyanWallBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DamagedAnvil.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DarkOakButton.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DarkOakDoor.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DarkOakFence.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DarkOakFenceGate.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DarkOakLeaves.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DarkOakLog.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DarkOakPressurePlate.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DarkOakSapling.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DarkOakSign.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DarkOakSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DarkOakStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DarkOakTrapdoor.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DarkOakWallSign.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DarkOakWood.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DarkPrismarineSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DarkPrismarineStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DaylightDetector.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DeadBrainCoral.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DeadBrainCoralFan.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DeadBrainCoralWallFan.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DeadBubbleCoral.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DeadBubbleCoralFan.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DeadBubbleCoralWallFan.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DeadFireCoral.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DeadFireCoralFan.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DeadFireCoralWallFan.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DeadHornCoral.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DeadHornCoralFan.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DeadHornCoralWallFan.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DeadTubeCoral.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DeadTubeCoralFan.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DeadTubeCoralWallFan.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DetectorRail.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DioriteSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DioriteStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DioriteWall.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Dispenser.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DragonHead.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/DragonWallHead.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Dropper.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/EndPortalFrame.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/EndRod.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/EndStoneBrickSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/EndStoneBrickStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/EndStoneBrickWall.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/EnderChest.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Farmland.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Fire.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/FireCoral.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/FireCoralFan.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/FireCoralWallFan.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/FrostedIce.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Furnace.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/GlassPane.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/GraniteSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/GraniteStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/GraniteWall.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/GrassBlock.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/GrayBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/GrayBed.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/GrayGlazedTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/GrayShulkerBox.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/GrayStainedGlassPane.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/GrayWallBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/GreenBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/GreenBed.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/GreenGlazedTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/GreenShulkerBox.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/GreenStainedGlassPane.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/GreenWallBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Grindstone.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/HayBlock.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/HeavyWeightedPressurePlate.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Hopper.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/HornCoral.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/HornCoralFan.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/HornCoralWallFan.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/IronBars.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/IronDoor.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/IronTrapdoor.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/JackOLantern.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Jigsaw.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Jukebox.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/JungleButton.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/JungleDoor.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/JungleFence.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/JungleFenceGate.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/JungleLeaves.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/JungleLog.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/JunglePressurePlate.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/JungleSapling.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/JungleSign.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/JungleSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/JungleStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/JungleTrapdoor.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/JungleWallSign.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/JungleWood.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Kelp.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Ladder.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Lantern.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/LargeFern.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Lava.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Lectern.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Lever.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/LightBlueBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/LightBlueBed.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/LightBlueGlazedTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/LightBlueShulkerBox.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/LightBlueStainedGlassPane.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/LightBlueWallBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/LightGrayBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/LightGrayBed.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/LightGrayGlazedTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/LightGrayShulkerBox.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/LightGrayStainedGlassPane.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/LightGrayWallBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/LightWeightedPressurePlate.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Lilac.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/LimeBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/LimeBed.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/LimeGlazedTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/LimeShulkerBox.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/LimeStainedGlassPane.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/LimeWallBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Loom.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/MagentaBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/MagentaBed.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/MagentaGlazedTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/MagentaShulkerBox.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/MagentaStainedGlassPane.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/MagentaWallBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/MelonStem.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/MossyCobblestoneSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/MossyCobblestoneStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/MossyCobblestoneWall.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/MossyStoneBrickSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/MossyStoneBrickStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/MossyStoneBrickWall.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/MovingPiston.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/MushroomStem.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Mycelium.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/NetherBrickFence.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/NetherBrickSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/NetherBrickStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/NetherBrickWall.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/NetherPortal.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/NetherWart.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/NoteBlock.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/OakButton.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/OakDoor.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/OakFence.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/OakFenceGate.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/OakLeaves.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/OakLog.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/OakPressurePlate.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/OakSapling.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/OakSign.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/OakSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/OakStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/OakTrapdoor.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/OakWallSign.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/OakWood.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Observer.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/OrangeBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/OrangeBed.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/OrangeGlazedTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/OrangeShulkerBox.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/OrangeStainedGlassPane.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/OrangeWallBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Peony.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PetrifiedOakSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PinkBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PinkBed.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PinkGlazedTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PinkShulkerBox.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PinkStainedGlassPane.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PinkWallBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Piston.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PistonHead.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PlayerHead.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PlayerWallHead.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Podzol.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PolishedAndesiteSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PolishedAndesiteStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PolishedDioriteSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PolishedDioriteStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PolishedGraniteSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PolishedGraniteStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Potatoes.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PoweredRail.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PrismarineBrickSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PrismarineBrickStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PrismarineSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PrismarineStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PrismarineWall.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PumpkinStem.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PurpleBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PurpleBed.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PurpleGlazedTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PurpleShulkerBox.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PurpleStainedGlassPane.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PurpleWallBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PurpurPillar.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PurpurSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/PurpurStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/QuartzPillar.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/QuartzSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/QuartzStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Rail.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/RedBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/RedBed.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/RedGlazedTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/RedMushroomBlock.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/RedNetherBrickSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/RedNetherBrickStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/RedNetherBrickWall.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/RedSandstoneSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/RedSandstoneStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/RedSandstoneWall.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/RedShulkerBox.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/RedStainedGlassPane.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/RedWallBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/RedstoneLamp.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/RedstoneOre.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/RedstoneTorch.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/RedstoneWallTorch.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/RedstoneWire.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Repeater.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/RepeatingCommandBlock.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/RoseBush.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/SandstoneSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/SandstoneStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/SandstoneWall.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Scaffolding.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/SeaPickle.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/ShulkerBox.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/SkeletonSkull.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/SkeletonWallSkull.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Smoker.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/SmoothQuartzSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/SmoothQuartzStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/SmoothRedSandstoneSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/SmoothRedSandstoneStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/SmoothSandstoneSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/SmoothSandstoneStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/SmoothStoneSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Snow.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/SpruceButton.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/SpruceDoor.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/SpruceFence.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/SpruceFenceGate.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/SpruceLeaves.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/SpruceLog.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/SprucePressurePlate.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/SpruceSapling.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/SpruceSign.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/SpruceSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/SpruceStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/SpruceTrapdoor.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/SpruceWallSign.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/SpruceWood.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/StickyPiston.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/StoneBrickSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/StoneBrickStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/StoneBrickWall.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/StoneButton.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/StonePressurePlate.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/StoneSlab.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/StoneStairs.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Stonecutter.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/StrippedAcaciaLog.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/StrippedAcaciaWood.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/StrippedBirchLog.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/StrippedBirchWood.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/StrippedDarkOakLog.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/StrippedDarkOakWood.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/StrippedJungleLog.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/StrippedJungleWood.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/StrippedOakLog.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/StrippedOakWood.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/StrippedSpruceLog.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/StrippedSpruceWood.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/StructureBlock.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/SugarCane.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Sunflower.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/SweetBerryBush.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/TallGrass.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/TallSeagrass.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Tnt.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/TrappedChest.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Tripwire.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/TripwireHook.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/TubeCoral.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/TubeCoralFan.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/TubeCoralWallFan.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/TurtleEgg.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Vine.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/WallTorch.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Water.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/Wheat.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/WhiteBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/WhiteBed.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/WhiteGlazedTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/WhiteShulkerBox.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/WhiteStainedGlassPane.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/WhiteWallBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/WitherSkeletonSkull.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/WitherSkeletonWallSkull.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/YellowBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/YellowBed.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/YellowGlazedTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/YellowShulkerBox.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/YellowStainedGlassPane.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/YellowWallBanner.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/ZombieHead.java create mode 100644 src/autogenerated/java/net/minestom/instance/block/states/ZombieWallHead.java diff --git a/src/autogenerated/java/net/minestom/instance/block/TmpBlock.java b/src/autogenerated/java/net/minestom/instance/block/TmpBlock.java index 6c850391f..519337b88 100644 --- a/src/autogenerated/java/net/minestom/instance/block/TmpBlock.java +++ b/src/autogenerated/java/net/minestom/instance/block/TmpBlock.java @@ -2,703 +2,1143 @@ // AUTOGENERATED BY EnumGenerator //============================== package net.minestom.instance.block; +import net.minestom.server.utils.NamespaceID; +import net.minestom.server.instance.block.BlockAlternative; +import java.util.List; +import java.util.ArrayList; +import java.util.Arrays; +import it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap; +import net.minestom.instance.block.states.*; +@SuppressWarnings({"deprecation"}) public enum TmpBlock { - AIR("minecraft:air", (short) 0, 0.0, 0.0, false, false), - STONE("minecraft:stone", (short) 1, 1.5, 6.0, false, true), - GRANITE("minecraft:granite", (short) 2, 1.5, 6.0, false, true), - POLISHED_GRANITE("minecraft:polished_granite", (short) 3, 1.5, 6.0, false, true), - DIORITE("minecraft:diorite", (short) 4, 1.5, 6.0, false, true), - POLISHED_DIORITE("minecraft:polished_diorite", (short) 5, 1.5, 6.0, false, true), - ANDESITE("minecraft:andesite", (short) 6, 1.5, 6.0, false, true), - POLISHED_ANDESITE("minecraft:polished_andesite", (short) 7, 1.5, 6.0, false, true), - GRASS_BLOCK("minecraft:grass_block", (short) 9, 0.6, 0.6, false, true), - DIRT("minecraft:dirt", (short) 10, 0.5, 0.5, false, true), - COARSE_DIRT("minecraft:coarse_dirt", (short) 11, 0.5, 0.5, false, true), - PODZOL("minecraft:podzol", (short) 13, 0.5, 0.5, false, true), - COBBLESTONE("minecraft:cobblestone", (short) 14, 2.0, 6.0, false, true), - OAK_PLANKS("minecraft:oak_planks", (short) 15, 2.0, 3.0, false, true), - SPRUCE_PLANKS("minecraft:spruce_planks", (short) 16, 2.0, 3.0, false, true), - BIRCH_PLANKS("minecraft:birch_planks", (short) 17, 2.0, 3.0, false, true), - JUNGLE_PLANKS("minecraft:jungle_planks", (short) 18, 2.0, 3.0, false, true), - ACACIA_PLANKS("minecraft:acacia_planks", (short) 19, 2.0, 3.0, false, true), - DARK_OAK_PLANKS("minecraft:dark_oak_planks", (short) 20, 2.0, 3.0, false, true), - OAK_SAPLING("minecraft:oak_sapling", (short) 21, 0.0, 0.0, false, false), - SPRUCE_SAPLING("minecraft:spruce_sapling", (short) 23, 0.0, 0.0, false, false), - BIRCH_SAPLING("minecraft:birch_sapling", (short) 25, 0.0, 0.0, false, false), - JUNGLE_SAPLING("minecraft:jungle_sapling", (short) 27, 0.0, 0.0, false, false), - ACACIA_SAPLING("minecraft:acacia_sapling", (short) 29, 0.0, 0.0, false, false), - DARK_OAK_SAPLING("minecraft:dark_oak_sapling", (short) 31, 0.0, 0.0, false, false), - BEDROCK("minecraft:bedrock", (short) 33, 0.0, 3600000.0, false, true), - WATER("minecraft:water", (short) 34, 100.0, 100.0, false, false), - LAVA("minecraft:lava", (short) 50, 100.0, 100.0, false, false), - SAND("minecraft:sand", (short) 66, 0.5, 0.5, false, true), - RED_SAND("minecraft:red_sand", (short) 67, 0.5, 0.5, false, true), - GRAVEL("minecraft:gravel", (short) 68, 0.6, 0.6, false, true), - GOLD_ORE("minecraft:gold_ore", (short) 69, 3.0, 3.0, false, true), - IRON_ORE("minecraft:iron_ore", (short) 70, 3.0, 3.0, false, true), - COAL_ORE("minecraft:coal_ore", (short) 71, 3.0, 3.0, false, true), - OAK_LOG("minecraft:oak_log", (short) 73, 2.0, 2.0, false, true), - SPRUCE_LOG("minecraft:spruce_log", (short) 76, 2.0, 2.0, false, true), - BIRCH_LOG("minecraft:birch_log", (short) 79, 2.0, 2.0, false, true), - JUNGLE_LOG("minecraft:jungle_log", (short) 82, 2.0, 2.0, false, true), - ACACIA_LOG("minecraft:acacia_log", (short) 85, 2.0, 2.0, false, true), - DARK_OAK_LOG("minecraft:dark_oak_log", (short) 88, 2.0, 2.0, false, true), - STRIPPED_SPRUCE_LOG("minecraft:stripped_spruce_log", (short) 91, 2.0, 2.0, false, true), - STRIPPED_BIRCH_LOG("minecraft:stripped_birch_log", (short) 94, 2.0, 2.0, false, true), - STRIPPED_JUNGLE_LOG("minecraft:stripped_jungle_log", (short) 97, 2.0, 2.0, false, true), - STRIPPED_ACACIA_LOG("minecraft:stripped_acacia_log", (short) 100, 2.0, 2.0, false, true), - STRIPPED_DARK_OAK_LOG("minecraft:stripped_dark_oak_log", (short) 103, 2.0, 2.0, false, true), - STRIPPED_OAK_LOG("minecraft:stripped_oak_log", (short) 106, 2.0, 2.0, false, true), - OAK_WOOD("minecraft:oak_wood", (short) 109, 2.0, 2.0, false, true), - SPRUCE_WOOD("minecraft:spruce_wood", (short) 112, 2.0, 2.0, false, true), - BIRCH_WOOD("minecraft:birch_wood", (short) 115, 2.0, 2.0, false, true), - JUNGLE_WOOD("minecraft:jungle_wood", (short) 118, 2.0, 2.0, false, true), - ACACIA_WOOD("minecraft:acacia_wood", (short) 121, 2.0, 2.0, false, true), - DARK_OAK_WOOD("minecraft:dark_oak_wood", (short) 124, 2.0, 2.0, false, true), - STRIPPED_OAK_WOOD("minecraft:stripped_oak_wood", (short) 127, 2.0, 2.0, false, true), - STRIPPED_SPRUCE_WOOD("minecraft:stripped_spruce_wood", (short) 130, 2.0, 2.0, false, true), - STRIPPED_BIRCH_WOOD("minecraft:stripped_birch_wood", (short) 133, 2.0, 2.0, false, true), - STRIPPED_JUNGLE_WOOD("minecraft:stripped_jungle_wood", (short) 136, 2.0, 2.0, false, true), - STRIPPED_ACACIA_WOOD("minecraft:stripped_acacia_wood", (short) 139, 2.0, 2.0, false, true), - STRIPPED_DARK_OAK_WOOD("minecraft:stripped_dark_oak_wood", (short) 142, 2.0, 2.0, false, true), - OAK_LEAVES("minecraft:oak_leaves", (short) 157, 0.2, 0.2, false, true), - SPRUCE_LEAVES("minecraft:spruce_leaves", (short) 171, 0.2, 0.2, false, true), - BIRCH_LEAVES("minecraft:birch_leaves", (short) 185, 0.2, 0.2, false, true), - JUNGLE_LEAVES("minecraft:jungle_leaves", (short) 199, 0.2, 0.2, false, true), - ACACIA_LEAVES("minecraft:acacia_leaves", (short) 213, 0.2, 0.2, false, true), - DARK_OAK_LEAVES("minecraft:dark_oak_leaves", (short) 227, 0.2, 0.2, false, true), - SPONGE("minecraft:sponge", (short) 228, 0.6, 0.6, false, true), - WET_SPONGE("minecraft:wet_sponge", (short) 229, 0.6, 0.6, false, true), - GLASS("minecraft:glass", (short) 230, 0.3, 0.3, false, true), - LAPIS_ORE("minecraft:lapis_ore", (short) 231, 3.0, 3.0, false, true), - LAPIS_BLOCK("minecraft:lapis_block", (short) 232, 3.0, 3.0, false, true), - DISPENSER("minecraft:dispenser", (short) 234, 3.5, 3.5, false, true), - SANDSTONE("minecraft:sandstone", (short) 245, 0.8, 0.8, false, true), - CHISELED_SANDSTONE("minecraft:chiseled_sandstone", (short) 246, 0.8, 0.8, false, true), - CUT_SANDSTONE("minecraft:cut_sandstone", (short) 247, 0.8, 0.8, false, true), - NOTE_BLOCK("minecraft:note_block", (short) 249, 0.8, 0.8, false, true), - WHITE_BED("minecraft:white_bed", (short) 1051, 0.2, 0.2, false, true), - ORANGE_BED("minecraft:orange_bed", (short) 1067, 0.2, 0.2, false, true), - MAGENTA_BED("minecraft:magenta_bed", (short) 1083, 0.2, 0.2, false, true), - LIGHT_BLUE_BED("minecraft:light_blue_bed", (short) 1099, 0.2, 0.2, false, true), - YELLOW_BED("minecraft:yellow_bed", (short) 1115, 0.2, 0.2, false, true), - LIME_BED("minecraft:lime_bed", (short) 1131, 0.2, 0.2, false, true), - PINK_BED("minecraft:pink_bed", (short) 1147, 0.2, 0.2, false, true), - GRAY_BED("minecraft:gray_bed", (short) 1163, 0.2, 0.2, false, true), - LIGHT_GRAY_BED("minecraft:light_gray_bed", (short) 1179, 0.2, 0.2, false, true), - CYAN_BED("minecraft:cyan_bed", (short) 1195, 0.2, 0.2, false, true), - PURPLE_BED("minecraft:purple_bed", (short) 1211, 0.2, 0.2, false, true), - BLUE_BED("minecraft:blue_bed", (short) 1227, 0.2, 0.2, false, true), - BROWN_BED("minecraft:brown_bed", (short) 1243, 0.2, 0.2, false, true), - GREEN_BED("minecraft:green_bed", (short) 1259, 0.2, 0.2, false, true), - RED_BED("minecraft:red_bed", (short) 1275, 0.2, 0.2, false, true), - BLACK_BED("minecraft:black_bed", (short) 1291, 0.2, 0.2, false, true), - POWERED_RAIL("minecraft:powered_rail", (short) 1310, 0.7, 0.7, false, false), - DETECTOR_RAIL("minecraft:detector_rail", (short) 1322, 0.7, 0.7, false, false), - STICKY_PISTON("minecraft:sticky_piston", (short) 1334, 0.5, 0.5, false, true), - COBWEB("minecraft:cobweb", (short) 1340, 4.0, 4.0, false, false), - GRASS("minecraft:grass", (short) 1341, 0.0, 0.0, false, false), - FERN("minecraft:fern", (short) 1342, 0.0, 0.0, false, false), - DEAD_BUSH("minecraft:dead_bush", (short) 1343, 0.0, 0.0, false, false), - SEAGRASS("minecraft:seagrass", (short) 1344, 0.0, 0.0, false, true), - TALL_SEAGRASS("minecraft:tall_seagrass", (short) 1346, 0.0, 0.0, false, true), - PISTON("minecraft:piston", (short) 1353, 0.5, 0.5, false, true), - PISTON_HEAD("minecraft:piston_head", (short) 1361, 0.5, 0.5, false, true), - WHITE_WOOL("minecraft:white_wool", (short) 1383, 0.8, 0.8, false, true), - ORANGE_WOOL("minecraft:orange_wool", (short) 1384, 0.8, 0.8, false, true), - MAGENTA_WOOL("minecraft:magenta_wool", (short) 1385, 0.8, 0.8, false, true), - LIGHT_BLUE_WOOL("minecraft:light_blue_wool", (short) 1386, 0.8, 0.8, false, true), - YELLOW_WOOL("minecraft:yellow_wool", (short) 1387, 0.8, 0.8, false, true), - LIME_WOOL("minecraft:lime_wool", (short) 1388, 0.8, 0.8, false, true), - PINK_WOOL("minecraft:pink_wool", (short) 1389, 0.8, 0.8, false, true), - GRAY_WOOL("minecraft:gray_wool", (short) 1390, 0.8, 0.8, false, true), - LIGHT_GRAY_WOOL("minecraft:light_gray_wool", (short) 1391, 0.8, 0.8, false, true), - CYAN_WOOL("minecraft:cyan_wool", (short) 1392, 0.8, 0.8, false, true), - PURPLE_WOOL("minecraft:purple_wool", (short) 1393, 0.8, 0.8, false, true), - BLUE_WOOL("minecraft:blue_wool", (short) 1394, 0.8, 0.8, false, true), - BROWN_WOOL("minecraft:brown_wool", (short) 1395, 0.8, 0.8, false, true), - GREEN_WOOL("minecraft:green_wool", (short) 1396, 0.8, 0.8, false, true), - RED_WOOL("minecraft:red_wool", (short) 1397, 0.8, 0.8, false, true), - BLACK_WOOL("minecraft:black_wool", (short) 1398, 0.8, 0.8, false, true), - MOVING_PISTON("minecraft:moving_piston", (short) 1399, 0.0, -1.0, false, true), - DANDELION("minecraft:dandelion", (short) 1411, 0.0, 0.0, false, false), - POPPY("minecraft:poppy", (short) 1412, 0.0, 0.0, false, false), - BLUE_ORCHID("minecraft:blue_orchid", (short) 1413, 0.0, 0.0, false, false), - ALLIUM("minecraft:allium", (short) 1414, 0.0, 0.0, false, false), - AZURE_BLUET("minecraft:azure_bluet", (short) 1415, 0.0, 0.0, false, false), - RED_TULIP("minecraft:red_tulip", (short) 1416, 0.0, 0.0, false, false), - ORANGE_TULIP("minecraft:orange_tulip", (short) 1417, 0.0, 0.0, false, false), - WHITE_TULIP("minecraft:white_tulip", (short) 1418, 0.0, 0.0, false, false), - PINK_TULIP("minecraft:pink_tulip", (short) 1419, 0.0, 0.0, false, false), - OXEYE_DAISY("minecraft:oxeye_daisy", (short) 1420, 0.0, 0.0, false, false), - CORNFLOWER("minecraft:cornflower", (short) 1421, 0.0, 0.0, false, false), - WITHER_ROSE("minecraft:wither_rose", (short) 1422, 0.0, 0.0, false, false), - LILY_OF_THE_VALLEY("minecraft:lily_of_the_valley", (short) 1423, 0.0, 0.0, false, false), - BROWN_MUSHROOM("minecraft:brown_mushroom", (short) 1424, 0.0, 0.0, false, false), - RED_MUSHROOM("minecraft:red_mushroom", (short) 1425, 0.0, 0.0, false, false), - GOLD_BLOCK("minecraft:gold_block", (short) 1426, 3.0, 6.0, false, true), - IRON_BLOCK("minecraft:iron_block", (short) 1427, 5.0, 6.0, false, true), - BRICKS("minecraft:bricks", (short) 1428, 2.0, 6.0, false, true), - TNT("minecraft:tnt", (short) 1430, 0.0, 0.0, false, true), - BOOKSHELF("minecraft:bookshelf", (short) 1431, 1.5, 1.5, false, true), - MOSSY_COBBLESTONE("minecraft:mossy_cobblestone", (short) 1432, 2.0, 6.0, false, true), - OBSIDIAN("minecraft:obsidian", (short) 1433, 50.0, 1200.0, false, true), - TORCH("minecraft:torch", (short) 1434, 0.0, 0.0, false, false), - WALL_TORCH("minecraft:wall_torch", (short) 1435, 0.0, 0.0, false, false), - FIRE("minecraft:fire", (short) 1470, 0.0, 0.0, false, false), - SPAWNER("minecraft:spawner", (short) 1951, 5.0, 5.0, false, true), - OAK_STAIRS("minecraft:oak_stairs", (short) 1963, 2.0, 3.0, false, true), - CHEST("minecraft:chest", (short) 2033, 2.5, 2.5, false, true), - REDSTONE_WIRE("minecraft:redstone_wire", (short) 3216, 0.0, 0.0, false, false), - DIAMOND_ORE("minecraft:diamond_ore", (short) 3352, 3.0, 3.0, false, true), - DIAMOND_BLOCK("minecraft:diamond_block", (short) 3353, 5.0, 6.0, false, true), - CRAFTING_TABLE("minecraft:crafting_table", (short) 3354, 2.5, 2.5, false, true), - WHEAT("minecraft:wheat", (short) 3355, 0.0, 0.0, false, false), - FARMLAND("minecraft:farmland", (short) 3363, 0.6, 0.6, false, true), - FURNACE("minecraft:furnace", (short) 3372, 3.5, 3.5, false, true), - OAK_SIGN("minecraft:oak_sign", (short) 3380, 1.0, 1.0, false, false), - SPRUCE_SIGN("minecraft:spruce_sign", (short) 3412, 1.0, 1.0, false, false), - BIRCH_SIGN("minecraft:birch_sign", (short) 3444, 1.0, 1.0, false, false), - ACACIA_SIGN("minecraft:acacia_sign", (short) 3476, 1.0, 1.0, false, false), - JUNGLE_SIGN("minecraft:jungle_sign", (short) 3508, 1.0, 1.0, false, false), - DARK_OAK_SIGN("minecraft:dark_oak_sign", (short) 3540, 1.0, 1.0, false, false), - OAK_DOOR("minecraft:oak_door", (short) 3582, 3.0, 3.0, false, true), - LADDER("minecraft:ladder", (short) 3636, 0.4, 0.4, false, true), - RAIL("minecraft:rail", (short) 3643, 0.7, 0.7, false, false), - COBBLESTONE_STAIRS("minecraft:cobblestone_stairs", (short) 3664, 2.0, 6.0, false, true), - OAK_WALL_SIGN("minecraft:oak_wall_sign", (short) 3734, 1.0, 1.0, false, false), - SPRUCE_WALL_SIGN("minecraft:spruce_wall_sign", (short) 3742, 1.0, 1.0, false, false), - BIRCH_WALL_SIGN("minecraft:birch_wall_sign", (short) 3750, 1.0, 1.0, false, false), - ACACIA_WALL_SIGN("minecraft:acacia_wall_sign", (short) 3758, 1.0, 1.0, false, false), - JUNGLE_WALL_SIGN("minecraft:jungle_wall_sign", (short) 3766, 1.0, 1.0, false, false), - DARK_OAK_WALL_SIGN("minecraft:dark_oak_wall_sign", (short) 3774, 1.0, 1.0, false, false), - LEVER("minecraft:lever", (short) 3790, 0.5, 0.5, false, false), - STONE_PRESSURE_PLATE("minecraft:stone_pressure_plate", (short) 3806, 0.5, 0.5, false, false), - IRON_DOOR("minecraft:iron_door", (short) 3818, 5.0, 5.0, false, true), - OAK_PRESSURE_PLATE("minecraft:oak_pressure_plate", (short) 3872, 0.5, 0.5, false, false), - SPRUCE_PRESSURE_PLATE("minecraft:spruce_pressure_plate", (short) 3874, 0.5, 0.5, false, false), - BIRCH_PRESSURE_PLATE("minecraft:birch_pressure_plate", (short) 3876, 0.5, 0.5, false, false), - JUNGLE_PRESSURE_PLATE("minecraft:jungle_pressure_plate", (short) 3878, 0.5, 0.5, false, false), - ACACIA_PRESSURE_PLATE("minecraft:acacia_pressure_plate", (short) 3880, 0.5, 0.5, false, false), - DARK_OAK_PRESSURE_PLATE("minecraft:dark_oak_pressure_plate", (short) 3882, 0.5, 0.5, false, false), - REDSTONE_ORE("minecraft:redstone_ore", (short) 3884, 3.0, 3.0, false, true), - REDSTONE_TORCH("minecraft:redstone_torch", (short) 3885, 0.0, 0.0, false, false), - REDSTONE_WALL_TORCH("minecraft:redstone_wall_torch", (short) 3887, 0.0, 0.0, false, false), - STONE_BUTTON("minecraft:stone_button", (short) 3904, 0.5, 0.5, false, false), - SNOW("minecraft:snow", (short) 3919, 0.1, 0.1, false, true), - ICE("minecraft:ice", (short) 3927, 0.5, 0.5, false, true), - SNOW_BLOCK("minecraft:snow_block", (short) 3928, 0.2, 0.2, false, true), - CACTUS("minecraft:cactus", (short) 3929, 0.4, 0.4, false, true), - CLAY("minecraft:clay", (short) 3945, 0.6, 0.6, false, true), - SUGAR_CANE("minecraft:sugar_cane", (short) 3946, 0.0, 0.0, false, false), - JUKEBOX("minecraft:jukebox", (short) 3963, 2.0, 6.0, false, true), - OAK_FENCE("minecraft:oak_fence", (short) 3995, 2.0, 3.0, false, true), - PUMPKIN("minecraft:pumpkin", (short) 3996, 1.0, 1.0, false, true), - NETHERRACK("minecraft:netherrack", (short) 3997, 0.4, 0.4, false, true), - SOUL_SAND("minecraft:soul_sand", (short) 3998, 0.5, 0.5, false, true), - GLOWSTONE("minecraft:glowstone", (short) 3999, 0.3, 0.3, false, true), - NETHER_PORTAL("minecraft:nether_portal", (short) 4000, 0.0, -1.0, false, false), - CARVED_PUMPKIN("minecraft:carved_pumpkin", (short) 4002, 1.0, 1.0, false, true), - JACK_O_LANTERN("minecraft:jack_o_lantern", (short) 4006, 1.0, 1.0, false, true), - CAKE("minecraft:cake", (short) 4010, 0.5, 0.5, false, false), - REPEATER("minecraft:repeater", (short) 4020, 0.0, 0.0, false, false), - WHITE_STAINED_GLASS("minecraft:white_stained_glass", (short) 4081, 0.3, 0.3, false, true), - ORANGE_STAINED_GLASS("minecraft:orange_stained_glass", (short) 4082, 0.3, 0.3, false, true), - MAGENTA_STAINED_GLASS("minecraft:magenta_stained_glass", (short) 4083, 0.3, 0.3, false, true), - LIGHT_BLUE_STAINED_GLASS("minecraft:light_blue_stained_glass", (short) 4084, 0.3, 0.3, false, true), - YELLOW_STAINED_GLASS("minecraft:yellow_stained_glass", (short) 4085, 0.3, 0.3, false, true), - LIME_STAINED_GLASS("minecraft:lime_stained_glass", (short) 4086, 0.3, 0.3, false, true), - PINK_STAINED_GLASS("minecraft:pink_stained_glass", (short) 4087, 0.3, 0.3, false, true), - GRAY_STAINED_GLASS("minecraft:gray_stained_glass", (short) 4088, 0.3, 0.3, false, true), - LIGHT_GRAY_STAINED_GLASS("minecraft:light_gray_stained_glass", (short) 4089, 0.3, 0.3, false, true), - CYAN_STAINED_GLASS("minecraft:cyan_stained_glass", (short) 4090, 0.3, 0.3, false, true), - PURPLE_STAINED_GLASS("minecraft:purple_stained_glass", (short) 4091, 0.3, 0.3, false, true), - BLUE_STAINED_GLASS("minecraft:blue_stained_glass", (short) 4092, 0.3, 0.3, false, true), - BROWN_STAINED_GLASS("minecraft:brown_stained_glass", (short) 4093, 0.3, 0.3, false, true), - GREEN_STAINED_GLASS("minecraft:green_stained_glass", (short) 4094, 0.3, 0.3, false, true), - RED_STAINED_GLASS("minecraft:red_stained_glass", (short) 4095, 0.3, 0.3, false, true), - BLACK_STAINED_GLASS("minecraft:black_stained_glass", (short) 4096, 0.3, 0.3, false, true), - OAK_TRAPDOOR("minecraft:oak_trapdoor", (short) 4112, 3.0, 3.0, false, true), - SPRUCE_TRAPDOOR("minecraft:spruce_trapdoor", (short) 4176, 3.0, 3.0, false, true), - BIRCH_TRAPDOOR("minecraft:birch_trapdoor", (short) 4240, 3.0, 3.0, false, true), - JUNGLE_TRAPDOOR("minecraft:jungle_trapdoor", (short) 4304, 3.0, 3.0, false, true), - ACACIA_TRAPDOOR("minecraft:acacia_trapdoor", (short) 4368, 3.0, 3.0, false, true), - DARK_OAK_TRAPDOOR("minecraft:dark_oak_trapdoor", (short) 4432, 3.0, 3.0, false, true), - STONE_BRICKS("minecraft:stone_bricks", (short) 4481, 1.5, 6.0, false, true), - MOSSY_STONE_BRICKS("minecraft:mossy_stone_bricks", (short) 4482, 1.5, 6.0, false, true), - CRACKED_STONE_BRICKS("minecraft:cracked_stone_bricks", (short) 4483, 1.5, 6.0, false, true), - CHISELED_STONE_BRICKS("minecraft:chiseled_stone_bricks", (short) 4484, 1.5, 6.0, false, true), - INFESTED_STONE("minecraft:infested_stone", (short) 4485, 0.0, 0.75, false, true), - INFESTED_COBBLESTONE("minecraft:infested_cobblestone", (short) 4486, 0.0, 0.75, false, true), - INFESTED_STONE_BRICKS("minecraft:infested_stone_bricks", (short) 4487, 0.0, 0.75, false, true), - INFESTED_MOSSY_STONE_BRICKS("minecraft:infested_mossy_stone_bricks", (short) 4488, 0.0, 0.75, false, true), - INFESTED_CRACKED_STONE_BRICKS("minecraft:infested_cracked_stone_bricks", (short) 4489, 0.0, 0.75, false, true), - INFESTED_CHISELED_STONE_BRICKS("minecraft:infested_chiseled_stone_bricks", (short) 4490, 0.0, 0.75, false, true), - BROWN_MUSHROOM_BLOCK("minecraft:brown_mushroom_block", (short) 4491, 0.2, 0.2, false, true), - RED_MUSHROOM_BLOCK("minecraft:red_mushroom_block", (short) 4555, 0.2, 0.2, false, true), - MUSHROOM_STEM("minecraft:mushroom_stem", (short) 4619, 0.2, 0.2, false, true), - IRON_BARS("minecraft:iron_bars", (short) 4714, 5.0, 6.0, false, true), - GLASS_PANE("minecraft:glass_pane", (short) 4746, 0.3, 0.3, false, true), - MELON("minecraft:melon", (short) 4747, 1.0, 1.0, false, true), - ATTACHED_PUMPKIN_STEM("minecraft:attached_pumpkin_stem", (short) 4748, 0.0, 0.0, false, false), - ATTACHED_MELON_STEM("minecraft:attached_melon_stem", (short) 4752, 0.0, 0.0, false, false), - PUMPKIN_STEM("minecraft:pumpkin_stem", (short) 4756, 0.0, 0.0, false, false), - MELON_STEM("minecraft:melon_stem", (short) 4764, 0.0, 0.0, false, false), - VINE("minecraft:vine", (short) 4803, 0.2, 0.2, false, false), - OAK_FENCE_GATE("minecraft:oak_fence_gate", (short) 4811, 2.0, 3.0, false, true), - BRICK_STAIRS("minecraft:brick_stairs", (short) 4847, 2.0, 6.0, false, true), - STONE_BRICK_STAIRS("minecraft:stone_brick_stairs", (short) 4927, 1.5, 6.0, false, true), - MYCELIUM("minecraft:mycelium", (short) 4997, 0.6, 0.6, false, true), - LILY_PAD("minecraft:lily_pad", (short) 4998, 0.0, 0.0, false, true), - NETHER_BRICKS("minecraft:nether_bricks", (short) 4999, 2.0, 6.0, false, true), - NETHER_BRICK_FENCE("minecraft:nether_brick_fence", (short) 5031, 2.0, 6.0, false, true), - NETHER_BRICK_STAIRS("minecraft:nether_brick_stairs", (short) 5043, 2.0, 6.0, false, true), - NETHER_WART("minecraft:nether_wart", (short) 5112, 0.0, 0.0, false, false), - ENCHANTING_TABLE("minecraft:enchanting_table", (short) 5116, 5.0, 1200.0, false, true), - BREWING_STAND("minecraft:brewing_stand", (short) 5124, 0.5, 0.5, false, true), - CAULDRON("minecraft:cauldron", (short) 5125, 2.0, 2.0, false, true), - END_PORTAL("minecraft:end_portal", (short) 5129, 0.0, 3600000.0, false, false), - END_PORTAL_FRAME("minecraft:end_portal_frame", (short) 5134, 0.0, 3600000.0, false, true), - END_STONE("minecraft:end_stone", (short) 5138, 3.0, 9.0, false, true), - DRAGON_EGG("minecraft:dragon_egg", (short) 5139, 3.0, 9.0, false, true), - REDSTONE_LAMP("minecraft:redstone_lamp", (short) 5141, 0.3, 0.3, false, true), - COCOA("minecraft:cocoa", (short) 5142, 0.2, 3.0, false, true), - SANDSTONE_STAIRS("minecraft:sandstone_stairs", (short) 5165, 0.8, 0.8, false, true), - EMERALD_ORE("minecraft:emerald_ore", (short) 5234, 3.0, 3.0, false, true), - ENDER_CHEST("minecraft:ender_chest", (short) 5236, 22.5, 600.0, false, true), - TRIPWIRE_HOOK("minecraft:tripwire_hook", (short) 5252, 0.0, 0.0, false, false), - TRIPWIRE("minecraft:tripwire", (short) 5386, 0.0, 0.0, false, false), - EMERALD_BLOCK("minecraft:emerald_block", (short) 5387, 5.0, 6.0, false, true), - SPRUCE_STAIRS("minecraft:spruce_stairs", (short) 5399, 2.0, 3.0, false, true), - BIRCH_STAIRS("minecraft:birch_stairs", (short) 5479, 2.0, 3.0, false, true), - JUNGLE_STAIRS("minecraft:jungle_stairs", (short) 5559, 2.0, 3.0, false, true), - COMMAND_BLOCK("minecraft:command_block", (short) 5634, 0.0, 3600000.0, false, true), - BEACON("minecraft:beacon", (short) 5640, 3.0, 3.0, false, true), - COBBLESTONE_WALL("minecraft:cobblestone_wall", (short) 5700, 2.0, 6.0, false, true), - MOSSY_COBBLESTONE_WALL("minecraft:mossy_cobblestone_wall", (short) 5764, 2.0, 6.0, false, true), - FLOWER_POT("minecraft:flower_pot", (short) 5769, 0.0, 0.0, false, true), - POTTED_OAK_SAPLING("minecraft:potted_oak_sapling", (short) 5770, 0.0, 0.0, false, true), - POTTED_SPRUCE_SAPLING("minecraft:potted_spruce_sapling", (short) 5771, 0.0, 0.0, false, true), - POTTED_BIRCH_SAPLING("minecraft:potted_birch_sapling", (short) 5772, 0.0, 0.0, false, true), - POTTED_JUNGLE_SAPLING("minecraft:potted_jungle_sapling", (short) 5773, 0.0, 0.0, false, true), - POTTED_ACACIA_SAPLING("minecraft:potted_acacia_sapling", (short) 5774, 0.0, 0.0, false, true), - POTTED_DARK_OAK_SAPLING("minecraft:potted_dark_oak_sapling", (short) 5775, 0.0, 0.0, false, true), - POTTED_FERN("minecraft:potted_fern", (short) 5776, 0.0, 0.0, false, true), - POTTED_DANDELION("minecraft:potted_dandelion", (short) 5777, 0.0, 0.0, false, false), - POTTED_POPPY("minecraft:potted_poppy", (short) 5778, 0.0, 0.0, false, true), - POTTED_BLUE_ORCHID("minecraft:potted_blue_orchid", (short) 5779, 0.0, 0.0, false, true), - POTTED_ALLIUM("minecraft:potted_allium", (short) 5780, 0.0, 0.0, false, true), - POTTED_AZURE_BLUET("minecraft:potted_azure_bluet", (short) 5781, 0.0, 0.0, false, true), - POTTED_RED_TULIP("minecraft:potted_red_tulip", (short) 5782, 0.0, 0.0, false, true), - POTTED_ORANGE_TULIP("minecraft:potted_orange_tulip", (short) 5783, 0.0, 0.0, false, true), - POTTED_WHITE_TULIP("minecraft:potted_white_tulip", (short) 5784, 0.0, 0.0, false, true), - POTTED_PINK_TULIP("minecraft:potted_pink_tulip", (short) 5785, 0.0, 0.0, false, true), - POTTED_OXEYE_DAISY("minecraft:potted_oxeye_daisy", (short) 5786, 0.0, 0.0, false, true), - POTTED_CORNFLOWER("minecraft:potted_cornflower", (short) 5787, 0.0, 0.0, false, true), - POTTED_LILY_OF_THE_VALLEY("minecraft:potted_lily_of_the_valley", (short) 5788, 0.0, 0.0, false, true), - POTTED_WITHER_ROSE("minecraft:potted_wither_rose", (short) 5789, 0.0, 0.0, false, true), - POTTED_RED_MUSHROOM("minecraft:potted_red_mushroom", (short) 5790, 0.0, 0.0, false, true), - POTTED_BROWN_MUSHROOM("minecraft:potted_brown_mushroom", (short) 5791, 0.0, 0.0, false, true), - POTTED_DEAD_BUSH("minecraft:potted_dead_bush", (short) 5792, 0.0, 0.0, false, true), - POTTED_CACTUS("minecraft:potted_cactus", (short) 5793, 0.0, 0.0, false, true), - CARROTS("minecraft:carrots", (short) 5794, 0.0, 0.0, false, false), - POTATOES("minecraft:potatoes", (short) 5802, 0.0, 0.0, false, false), - OAK_BUTTON("minecraft:oak_button", (short) 5819, 0.5, 0.5, false, false), - SPRUCE_BUTTON("minecraft:spruce_button", (short) 5843, 0.5, 0.5, false, false), - BIRCH_BUTTON("minecraft:birch_button", (short) 5867, 0.5, 0.5, false, false), - JUNGLE_BUTTON("minecraft:jungle_button", (short) 5891, 0.5, 0.5, false, false), - ACACIA_BUTTON("minecraft:acacia_button", (short) 5915, 0.5, 0.5, false, false), - DARK_OAK_BUTTON("minecraft:dark_oak_button", (short) 5939, 0.5, 0.5, false, false), - SKELETON_SKULL("minecraft:skeleton_skull", (short) 5954, 1.0, 1.0, false, true), - SKELETON_WALL_SKULL("minecraft:skeleton_wall_skull", (short) 5970, 1.0, 1.0, false, true), - WITHER_SKELETON_SKULL("minecraft:wither_skeleton_skull", (short) 5974, 1.0, 1.0, false, true), - WITHER_SKELETON_WALL_SKULL("minecraft:wither_skeleton_wall_skull", (short) 5990, 1.0, 1.0, false, true), - ZOMBIE_HEAD("minecraft:zombie_head", (short) 5994, 1.0, 1.0, false, true), - ZOMBIE_WALL_HEAD("minecraft:zombie_wall_head", (short) 6010, 1.0, 1.0, false, true), - PLAYER_HEAD("minecraft:player_head", (short) 6014, 1.0, 1.0, false, true), - PLAYER_WALL_HEAD("minecraft:player_wall_head", (short) 6030, 1.0, 1.0, false, true), - CREEPER_HEAD("minecraft:creeper_head", (short) 6034, 1.0, 1.0, false, true), - CREEPER_WALL_HEAD("minecraft:creeper_wall_head", (short) 6050, 1.0, 1.0, false, true), - DRAGON_HEAD("minecraft:dragon_head", (short) 6054, 1.0, 1.0, false, true), - DRAGON_WALL_HEAD("minecraft:dragon_wall_head", (short) 6070, 1.0, 1.0, false, true), - ANVIL("minecraft:anvil", (short) 6074, 5.0, 1200.0, false, true), - CHIPPED_ANVIL("minecraft:chipped_anvil", (short) 6078, 5.0, 1200.0, false, true), - DAMAGED_ANVIL("minecraft:damaged_anvil", (short) 6082, 5.0, 1200.0, false, true), - TRAPPED_CHEST("minecraft:trapped_chest", (short) 6087, 2.5, 2.5, false, true), - LIGHT_WEIGHTED_PRESSURE_PLATE("minecraft:light_weighted_pressure_plate", (short) 6110, 0.5, 0.5, false, false), - HEAVY_WEIGHTED_PRESSURE_PLATE("minecraft:heavy_weighted_pressure_plate", (short) 6126, 0.5, 0.5, false, false), - COMPARATOR("minecraft:comparator", (short) 6143, 0.0, 0.0, false, false), - DAYLIGHT_DETECTOR("minecraft:daylight_detector", (short) 6174, 0.2, 0.2, false, true), - REDSTONE_BLOCK("minecraft:redstone_block", (short) 6190, 5.0, 6.0, false, true), - NETHER_QUARTZ_ORE("minecraft:nether_quartz_ore", (short) 6191, 3.0, 3.0, false, true), - HOPPER("minecraft:hopper", (short) 6192, 3.0, 4.8, false, true), - QUARTZ_BLOCK("minecraft:quartz_block", (short) 6202, 0.8, 0.8, false, true), - CHISELED_QUARTZ_BLOCK("minecraft:chiseled_quartz_block", (short) 6203, 0.8, 0.8, false, true), - QUARTZ_PILLAR("minecraft:quartz_pillar", (short) 6205, 0.8, 0.8, false, true), - QUARTZ_STAIRS("minecraft:quartz_stairs", (short) 6218, 0.8, 0.8, false, true), - ACTIVATOR_RAIL("minecraft:activator_rail", (short) 6293, 0.7, 0.7, false, false), - DROPPER("minecraft:dropper", (short) 6300, 3.5, 3.5, false, true), - WHITE_TERRACOTTA("minecraft:white_terracotta", (short) 6311, 1.25, 4.2, false, true), - ORANGE_TERRACOTTA("minecraft:orange_terracotta", (short) 6312, 1.25, 4.2, false, true), - MAGENTA_TERRACOTTA("minecraft:magenta_terracotta", (short) 6313, 1.25, 4.2, false, true), - LIGHT_BLUE_TERRACOTTA("minecraft:light_blue_terracotta", (short) 6314, 1.25, 4.2, false, true), - YELLOW_TERRACOTTA("minecraft:yellow_terracotta", (short) 6315, 1.25, 4.2, false, true), - LIME_TERRACOTTA("minecraft:lime_terracotta", (short) 6316, 1.25, 4.2, false, true), - PINK_TERRACOTTA("minecraft:pink_terracotta", (short) 6317, 1.25, 4.2, false, true), - GRAY_TERRACOTTA("minecraft:gray_terracotta", (short) 6318, 1.25, 4.2, false, true), - LIGHT_GRAY_TERRACOTTA("minecraft:light_gray_terracotta", (short) 6319, 1.25, 4.2, false, true), - CYAN_TERRACOTTA("minecraft:cyan_terracotta", (short) 6320, 1.25, 4.2, false, true), - PURPLE_TERRACOTTA("minecraft:purple_terracotta", (short) 6321, 1.25, 4.2, false, true), - BLUE_TERRACOTTA("minecraft:blue_terracotta", (short) 6322, 1.25, 4.2, false, true), - BROWN_TERRACOTTA("minecraft:brown_terracotta", (short) 6323, 1.25, 4.2, false, true), - GREEN_TERRACOTTA("minecraft:green_terracotta", (short) 6324, 1.25, 4.2, false, true), - RED_TERRACOTTA("minecraft:red_terracotta", (short) 6325, 1.25, 4.2, false, true), - BLACK_TERRACOTTA("minecraft:black_terracotta", (short) 6326, 1.25, 4.2, false, true), - WHITE_STAINED_GLASS_PANE("minecraft:white_stained_glass_pane", (short) 6358, 0.3, 0.3, false, true), - ORANGE_STAINED_GLASS_PANE("minecraft:orange_stained_glass_pane", (short) 6390, 0.3, 0.3, false, true), - MAGENTA_STAINED_GLASS_PANE("minecraft:magenta_stained_glass_pane", (short) 6422, 0.3, 0.3, false, true), - LIGHT_BLUE_STAINED_GLASS_PANE("minecraft:light_blue_stained_glass_pane", (short) 6454, 0.3, 0.3, false, true), - YELLOW_STAINED_GLASS_PANE("minecraft:yellow_stained_glass_pane", (short) 6486, 0.3, 0.3, false, true), - LIME_STAINED_GLASS_PANE("minecraft:lime_stained_glass_pane", (short) 6518, 0.3, 0.3, false, true), - PINK_STAINED_GLASS_PANE("minecraft:pink_stained_glass_pane", (short) 6550, 0.3, 0.3, false, true), - GRAY_STAINED_GLASS_PANE("minecraft:gray_stained_glass_pane", (short) 6582, 0.3, 0.3, false, true), - LIGHT_GRAY_STAINED_GLASS_PANE("minecraft:light_gray_stained_glass_pane", (short) 6614, 0.3, 0.3, false, true), - CYAN_STAINED_GLASS_PANE("minecraft:cyan_stained_glass_pane", (short) 6646, 0.3, 0.3, false, true), - PURPLE_STAINED_GLASS_PANE("minecraft:purple_stained_glass_pane", (short) 6678, 0.3, 0.3, false, true), - BLUE_STAINED_GLASS_PANE("minecraft:blue_stained_glass_pane", (short) 6710, 0.3, 0.3, false, true), - BROWN_STAINED_GLASS_PANE("minecraft:brown_stained_glass_pane", (short) 6742, 0.3, 0.3, false, true), - GREEN_STAINED_GLASS_PANE("minecraft:green_stained_glass_pane", (short) 6774, 0.3, 0.3, false, true), - RED_STAINED_GLASS_PANE("minecraft:red_stained_glass_pane", (short) 6806, 0.3, 0.3, false, true), - BLACK_STAINED_GLASS_PANE("minecraft:black_stained_glass_pane", (short) 6838, 0.3, 0.3, false, true), - ACACIA_STAIRS("minecraft:acacia_stairs", (short) 6850, 2.0, 3.0, false, true), - DARK_OAK_STAIRS("minecraft:dark_oak_stairs", (short) 6930, 2.0, 3.0, false, true), - SLIME_BLOCK("minecraft:slime_block", (short) 6999, 0.0, 0.0, false, true), - BARRIER("minecraft:barrier", (short) 7000, 0.0, 3600000.75, false, true), - IRON_TRAPDOOR("minecraft:iron_trapdoor", (short) 7016, 5.0, 5.0, false, true), - PRISMARINE("minecraft:prismarine", (short) 7065, 1.5, 6.0, false, true), - PRISMARINE_BRICKS("minecraft:prismarine_bricks", (short) 7066, 1.5, 6.0, false, true), - DARK_PRISMARINE("minecraft:dark_prismarine", (short) 7067, 1.5, 6.0, false, true), - PRISMARINE_STAIRS("minecraft:prismarine_stairs", (short) 7079, 1.5, 6.0, false, true), - PRISMARINE_BRICK_STAIRS("minecraft:prismarine_brick_stairs", (short) 7159, 1.5, 6.0, false, true), - DARK_PRISMARINE_STAIRS("minecraft:dark_prismarine_stairs", (short) 7239, 1.5, 6.0, false, true), - PRISMARINE_SLAB("minecraft:prismarine_slab", (short) 7311, 1.5, 6.0, false, true), - PRISMARINE_BRICK_SLAB("minecraft:prismarine_brick_slab", (short) 7317, 1.5, 6.0, false, true), - DARK_PRISMARINE_SLAB("minecraft:dark_prismarine_slab", (short) 7323, 1.5, 6.0, false, true), - SEA_LANTERN("minecraft:sea_lantern", (short) 7326, 0.3, 0.3, false, true), - HAY_BLOCK("minecraft:hay_block", (short) 7328, 0.5, 0.5, false, true), - WHITE_CARPET("minecraft:white_carpet", (short) 7330, 0.1, 0.1, false, true), - ORANGE_CARPET("minecraft:orange_carpet", (short) 7331, 0.1, 0.1, false, true), - MAGENTA_CARPET("minecraft:magenta_carpet", (short) 7332, 0.1, 0.1, false, true), - LIGHT_BLUE_CARPET("minecraft:light_blue_carpet", (short) 7333, 0.1, 0.1, false, true), - YELLOW_CARPET("minecraft:yellow_carpet", (short) 7334, 0.1, 0.1, false, true), - LIME_CARPET("minecraft:lime_carpet", (short) 7335, 0.1, 0.1, false, true), - PINK_CARPET("minecraft:pink_carpet", (short) 7336, 0.1, 0.1, false, true), - GRAY_CARPET("minecraft:gray_carpet", (short) 7337, 0.1, 0.1, false, true), - LIGHT_GRAY_CARPET("minecraft:light_gray_carpet", (short) 7338, 0.1, 0.1, false, true), - CYAN_CARPET("minecraft:cyan_carpet", (short) 7339, 0.1, 0.1, false, true), - PURPLE_CARPET("minecraft:purple_carpet", (short) 7340, 0.1, 0.1, false, true), - BLUE_CARPET("minecraft:blue_carpet", (short) 7341, 0.1, 0.1, false, true), - BROWN_CARPET("minecraft:brown_carpet", (short) 7342, 0.1, 0.1, false, true), - GREEN_CARPET("minecraft:green_carpet", (short) 7343, 0.1, 0.1, false, true), - RED_CARPET("minecraft:red_carpet", (short) 7344, 0.1, 0.1, false, true), - BLACK_CARPET("minecraft:black_carpet", (short) 7345, 0.1, 0.1, false, true), - TERRACOTTA("minecraft:terracotta", (short) 7346, 1.25, 4.2, false, true), - COAL_BLOCK("minecraft:coal_block", (short) 7347, 5.0, 6.0, false, true), - PACKED_ICE("minecraft:packed_ice", (short) 7348, 0.5, 0.5, false, true), - SUNFLOWER("minecraft:sunflower", (short) 7350, 0.0, 0.0, false, false), - LILAC("minecraft:lilac", (short) 7352, 0.0, 0.0, false, false), - ROSE_BUSH("minecraft:rose_bush", (short) 7354, 0.0, 0.0, false, false), - PEONY("minecraft:peony", (short) 7356, 0.0, 0.0, false, true), - TALL_GRASS("minecraft:tall_grass", (short) 7358, 0.0, 0.0, false, false), - LARGE_FERN("minecraft:large_fern", (short) 7360, 0.0, 0.0, false, false), - WHITE_BANNER("minecraft:white_banner", (short) 7361, 1.0, 1.0, false, false), - ORANGE_BANNER("minecraft:orange_banner", (short) 7377, 1.0, 1.0, false, false), - MAGENTA_BANNER("minecraft:magenta_banner", (short) 7393, 1.0, 1.0, false, false), - LIGHT_BLUE_BANNER("minecraft:light_blue_banner", (short) 7409, 1.0, 1.0, false, false), - YELLOW_BANNER("minecraft:yellow_banner", (short) 7425, 1.0, 1.0, false, false), - LIME_BANNER("minecraft:lime_banner", (short) 7441, 1.0, 1.0, false, false), - PINK_BANNER("minecraft:pink_banner", (short) 7457, 1.0, 1.0, false, false), - GRAY_BANNER("minecraft:gray_banner", (short) 7473, 1.0, 1.0, false, false), - LIGHT_GRAY_BANNER("minecraft:light_gray_banner", (short) 7489, 1.0, 1.0, false, false), - CYAN_BANNER("minecraft:cyan_banner", (short) 7505, 1.0, 1.0, false, false), - PURPLE_BANNER("minecraft:purple_banner", (short) 7521, 1.0, 1.0, false, false), - BLUE_BANNER("minecraft:blue_banner", (short) 7537, 1.0, 1.0, false, false), - BROWN_BANNER("minecraft:brown_banner", (short) 7553, 1.0, 1.0, false, false), - GREEN_BANNER("minecraft:green_banner", (short) 7569, 1.0, 1.0, false, false), - RED_BANNER("minecraft:red_banner", (short) 7585, 1.0, 1.0, false, false), - BLACK_BANNER("minecraft:black_banner", (short) 7601, 1.0, 1.0, false, false), - WHITE_WALL_BANNER("minecraft:white_wall_banner", (short) 7617, 1.0, 1.0, false, false), - ORANGE_WALL_BANNER("minecraft:orange_wall_banner", (short) 7621, 1.0, 1.0, false, false), - MAGENTA_WALL_BANNER("minecraft:magenta_wall_banner", (short) 7625, 1.0, 1.0, false, false), - LIGHT_BLUE_WALL_BANNER("minecraft:light_blue_wall_banner", (short) 7629, 1.0, 1.0, false, false), - YELLOW_WALL_BANNER("minecraft:yellow_wall_banner", (short) 7633, 1.0, 1.0, false, false), - LIME_WALL_BANNER("minecraft:lime_wall_banner", (short) 7637, 1.0, 1.0, false, false), - PINK_WALL_BANNER("minecraft:pink_wall_banner", (short) 7641, 1.0, 1.0, false, false), - GRAY_WALL_BANNER("minecraft:gray_wall_banner", (short) 7645, 1.0, 1.0, false, false), - LIGHT_GRAY_WALL_BANNER("minecraft:light_gray_wall_banner", (short) 7649, 1.0, 1.0, false, false), - CYAN_WALL_BANNER("minecraft:cyan_wall_banner", (short) 7653, 1.0, 1.0, false, false), - PURPLE_WALL_BANNER("minecraft:purple_wall_banner", (short) 7657, 1.0, 1.0, false, false), - BLUE_WALL_BANNER("minecraft:blue_wall_banner", (short) 7661, 1.0, 1.0, false, false), - BROWN_WALL_BANNER("minecraft:brown_wall_banner", (short) 7665, 1.0, 1.0, false, false), - GREEN_WALL_BANNER("minecraft:green_wall_banner", (short) 7669, 1.0, 1.0, false, false), - RED_WALL_BANNER("minecraft:red_wall_banner", (short) 7673, 1.0, 1.0, false, false), - BLACK_WALL_BANNER("minecraft:black_wall_banner", (short) 7677, 1.0, 1.0, false, false), - RED_SANDSTONE("minecraft:red_sandstone", (short) 7681, 0.8, 0.8, false, true), - CHISELED_RED_SANDSTONE("minecraft:chiseled_red_sandstone", (short) 7682, 0.8, 0.8, false, true), - CUT_RED_SANDSTONE("minecraft:cut_red_sandstone", (short) 7683, 0.8, 0.8, false, true), - RED_SANDSTONE_STAIRS("minecraft:red_sandstone_stairs", (short) 7695, 0.8, 0.8, false, true), - OAK_SLAB("minecraft:oak_slab", (short) 7767, 2.0, 3.0, false, true), - SPRUCE_SLAB("minecraft:spruce_slab", (short) 7773, 2.0, 3.0, false, true), - BIRCH_SLAB("minecraft:birch_slab", (short) 7779, 2.0, 3.0, false, true), - JUNGLE_SLAB("minecraft:jungle_slab", (short) 7785, 2.0, 3.0, false, true), - ACACIA_SLAB("minecraft:acacia_slab", (short) 7791, 2.0, 3.0, false, true), - DARK_OAK_SLAB("minecraft:dark_oak_slab", (short) 7797, 2.0, 3.0, false, true), - STONE_SLAB("minecraft:stone_slab", (short) 7803, 2.0, 6.0, false, true), - SMOOTH_STONE_SLAB("minecraft:smooth_stone_slab", (short) 7809, 2.0, 6.0, false, true), - SANDSTONE_SLAB("minecraft:sandstone_slab", (short) 7815, 2.0, 6.0, false, true), - CUT_SANDSTONE_SLAB("minecraft:cut_sandstone_slab", (short) 7821, 2.0, 6.0, false, true), - PETRIFIED_OAK_SLAB("minecraft:petrified_oak_slab", (short) 7827, 2.0, 6.0, false, true), - COBBLESTONE_SLAB("minecraft:cobblestone_slab", (short) 7833, 2.0, 6.0, false, true), - BRICK_SLAB("minecraft:brick_slab", (short) 7839, 2.0, 6.0, false, true), - STONE_BRICK_SLAB("minecraft:stone_brick_slab", (short) 7845, 2.0, 6.0, false, true), - NETHER_BRICK_SLAB("minecraft:nether_brick_slab", (short) 7851, 2.0, 6.0, false, true), - QUARTZ_SLAB("minecraft:quartz_slab", (short) 7857, 2.0, 6.0, false, true), - RED_SANDSTONE_SLAB("minecraft:red_sandstone_slab", (short) 7863, 2.0, 6.0, false, true), - CUT_RED_SANDSTONE_SLAB("minecraft:cut_red_sandstone_slab", (short) 7869, 2.0, 6.0, false, true), - PURPUR_SLAB("minecraft:purpur_slab", (short) 7875, 2.0, 6.0, false, true), - SMOOTH_STONE("minecraft:smooth_stone", (short) 7878, 2.0, 6.0, false, true), - SMOOTH_SANDSTONE("minecraft:smooth_sandstone", (short) 7879, 2.0, 6.0, false, true), - SMOOTH_QUARTZ("minecraft:smooth_quartz", (short) 7880, 2.0, 6.0, false, true), - SMOOTH_RED_SANDSTONE("minecraft:smooth_red_sandstone", (short) 7881, 2.0, 6.0, false, true), - SPRUCE_FENCE_GATE("minecraft:spruce_fence_gate", (short) 7889, 2.0, 3.0, false, true), - BIRCH_FENCE_GATE("minecraft:birch_fence_gate", (short) 7921, 2.0, 3.0, false, true), - JUNGLE_FENCE_GATE("minecraft:jungle_fence_gate", (short) 7953, 2.0, 3.0, false, true), - ACACIA_FENCE_GATE("minecraft:acacia_fence_gate", (short) 7985, 2.0, 3.0, false, true), - DARK_OAK_FENCE_GATE("minecraft:dark_oak_fence_gate", (short) 8017, 2.0, 3.0, false, true), - SPRUCE_FENCE("minecraft:spruce_fence", (short) 8073, 2.0, 3.0, false, true), - BIRCH_FENCE("minecraft:birch_fence", (short) 8105, 2.0, 3.0, false, true), - JUNGLE_FENCE("minecraft:jungle_fence", (short) 8137, 2.0, 3.0, false, true), - ACACIA_FENCE("minecraft:acacia_fence", (short) 8169, 2.0, 3.0, false, true), - DARK_OAK_FENCE("minecraft:dark_oak_fence", (short) 8201, 2.0, 3.0, false, true), - SPRUCE_DOOR("minecraft:spruce_door", (short) 8213, 3.0, 3.0, false, true), - BIRCH_DOOR("minecraft:birch_door", (short) 8277, 3.0, 3.0, false, true), - JUNGLE_DOOR("minecraft:jungle_door", (short) 8341, 3.0, 3.0, false, true), - ACACIA_DOOR("minecraft:acacia_door", (short) 8405, 3.0, 3.0, false, true), - DARK_OAK_DOOR("minecraft:dark_oak_door", (short) 8469, 3.0, 3.0, false, true), - END_ROD("minecraft:end_rod", (short) 8526, 0.0, 0.0, false, true), - CHORUS_PLANT("minecraft:chorus_plant", (short) 8591, 0.4, 0.4, false, true), - CHORUS_FLOWER("minecraft:chorus_flower", (short) 8592, 0.4, 0.4, false, true), - PURPUR_BLOCK("minecraft:purpur_block", (short) 8598, 1.5, 6.0, false, true), - PURPUR_PILLAR("minecraft:purpur_pillar", (short) 8600, 1.5, 6.0, false, true), - PURPUR_STAIRS("minecraft:purpur_stairs", (short) 8613, 1.5, 6.0, false, true), - END_STONE_BRICKS("minecraft:end_stone_bricks", (short) 8682, 3.0, 9.0, false, true), - BEETROOTS("minecraft:beetroots", (short) 8683, 0.0, 0.0, false, false), - GRASS_PATH("minecraft:grass_path", (short) 8687, 0.65, 0.65, false, true), - END_GATEWAY("minecraft:end_gateway", (short) 8688, 0.0, 3600000.0, false, false), - REPEATING_COMMAND_BLOCK("minecraft:repeating_command_block", (short) 8695, 0.0, 3600000.0, false, true), - CHAIN_COMMAND_BLOCK("minecraft:chain_command_block", (short) 8707, 0.0, 3600000.0, false, true), - FROSTED_ICE("minecraft:frosted_ice", (short) 8713, 0.5, 0.5, false, true), - MAGMA_BLOCK("minecraft:magma_block", (short) 8717, 0.5, 0.5, false, true), - NETHER_WART_BLOCK("minecraft:nether_wart_block", (short) 8718, 1.0, 1.0, false, true), - RED_NETHER_BRICKS("minecraft:red_nether_bricks", (short) 8719, 2.0, 6.0, false, true), - BONE_BLOCK("minecraft:bone_block", (short) 8721, 2.0, 2.0, false, true), - STRUCTURE_VOID("minecraft:structure_void", (short) 8723, 0.0, 0.0, false, true), - OBSERVER("minecraft:observer", (short) 8729, 3.0, 3.0, false, true), - SHULKER_BOX("minecraft:shulker_box", (short) 8740, 2.0, 2.0, false, true), - WHITE_SHULKER_BOX("minecraft:white_shulker_box", (short) 8746, 2.0, 2.0, false, true), - ORANGE_SHULKER_BOX("minecraft:orange_shulker_box", (short) 8752, 2.0, 2.0, false, true), - MAGENTA_SHULKER_BOX("minecraft:magenta_shulker_box", (short) 8758, 2.0, 2.0, false, true), - LIGHT_BLUE_SHULKER_BOX("minecraft:light_blue_shulker_box", (short) 8764, 2.0, 2.0, false, true), - YELLOW_SHULKER_BOX("minecraft:yellow_shulker_box", (short) 8770, 2.0, 2.0, false, true), - LIME_SHULKER_BOX("minecraft:lime_shulker_box", (short) 8776, 2.0, 2.0, false, true), - PINK_SHULKER_BOX("minecraft:pink_shulker_box", (short) 8782, 2.0, 2.0, false, true), - GRAY_SHULKER_BOX("minecraft:gray_shulker_box", (short) 8788, 2.0, 2.0, false, true), - LIGHT_GRAY_SHULKER_BOX("minecraft:light_gray_shulker_box", (short) 8794, 2.0, 2.0, false, true), - CYAN_SHULKER_BOX("minecraft:cyan_shulker_box", (short) 8800, 2.0, 2.0, false, true), - PURPLE_SHULKER_BOX("minecraft:purple_shulker_box", (short) 8806, 2.0, 2.0, false, true), - BLUE_SHULKER_BOX("minecraft:blue_shulker_box", (short) 8812, 2.0, 2.0, false, true), - BROWN_SHULKER_BOX("minecraft:brown_shulker_box", (short) 8818, 2.0, 2.0, false, true), - GREEN_SHULKER_BOX("minecraft:green_shulker_box", (short) 8824, 2.0, 2.0, false, true), - RED_SHULKER_BOX("minecraft:red_shulker_box", (short) 8830, 2.0, 2.0, false, true), - BLACK_SHULKER_BOX("minecraft:black_shulker_box", (short) 8836, 2.0, 2.0, false, true), - WHITE_GLAZED_TERRACOTTA("minecraft:white_glazed_terracotta", (short) 8838, 1.4, 1.4, false, true), - ORANGE_GLAZED_TERRACOTTA("minecraft:orange_glazed_terracotta", (short) 8842, 1.4, 1.4, false, true), - MAGENTA_GLAZED_TERRACOTTA("minecraft:magenta_glazed_terracotta", (short) 8846, 1.4, 1.4, false, true), - LIGHT_BLUE_GLAZED_TERRACOTTA("minecraft:light_blue_glazed_terracotta", (short) 8850, 1.4, 1.4, false, true), - YELLOW_GLAZED_TERRACOTTA("minecraft:yellow_glazed_terracotta", (short) 8854, 1.4, 1.4, false, true), - LIME_GLAZED_TERRACOTTA("minecraft:lime_glazed_terracotta", (short) 8858, 1.4, 1.4, false, true), - PINK_GLAZED_TERRACOTTA("minecraft:pink_glazed_terracotta", (short) 8862, 1.4, 1.4, false, true), - GRAY_GLAZED_TERRACOTTA("minecraft:gray_glazed_terracotta", (short) 8866, 1.4, 1.4, false, true), - LIGHT_GRAY_GLAZED_TERRACOTTA("minecraft:light_gray_glazed_terracotta", (short) 8870, 1.4, 1.4, false, true), - CYAN_GLAZED_TERRACOTTA("minecraft:cyan_glazed_terracotta", (short) 8874, 1.4, 1.4, false, true), - PURPLE_GLAZED_TERRACOTTA("minecraft:purple_glazed_terracotta", (short) 8878, 1.4, 1.4, false, true), - BLUE_GLAZED_TERRACOTTA("minecraft:blue_glazed_terracotta", (short) 8882, 1.4, 1.4, false, true), - BROWN_GLAZED_TERRACOTTA("minecraft:brown_glazed_terracotta", (short) 8886, 1.4, 1.4, false, true), - GREEN_GLAZED_TERRACOTTA("minecraft:green_glazed_terracotta", (short) 8890, 1.4, 1.4, false, true), - RED_GLAZED_TERRACOTTA("minecraft:red_glazed_terracotta", (short) 8894, 1.4, 1.4, false, true), - BLACK_GLAZED_TERRACOTTA("minecraft:black_glazed_terracotta", (short) 8898, 1.4, 1.4, false, true), - WHITE_CONCRETE("minecraft:white_concrete", (short) 8902, 1.8, 1.8, false, true), - ORANGE_CONCRETE("minecraft:orange_concrete", (short) 8903, 1.8, 1.8, false, true), - MAGENTA_CONCRETE("minecraft:magenta_concrete", (short) 8904, 1.8, 1.8, false, true), - LIGHT_BLUE_CONCRETE("minecraft:light_blue_concrete", (short) 8905, 1.8, 1.8, false, true), - YELLOW_CONCRETE("minecraft:yellow_concrete", (short) 8906, 1.8, 1.8, false, true), - LIME_CONCRETE("minecraft:lime_concrete", (short) 8907, 1.8, 1.8, false, true), - PINK_CONCRETE("minecraft:pink_concrete", (short) 8908, 1.8, 1.8, false, true), - GRAY_CONCRETE("minecraft:gray_concrete", (short) 8909, 1.8, 1.8, false, true), - LIGHT_GRAY_CONCRETE("minecraft:light_gray_concrete", (short) 8910, 1.8, 1.8, false, true), - CYAN_CONCRETE("minecraft:cyan_concrete", (short) 8911, 1.8, 1.8, false, true), - PURPLE_CONCRETE("minecraft:purple_concrete", (short) 8912, 1.8, 1.8, false, true), - BLUE_CONCRETE("minecraft:blue_concrete", (short) 8913, 1.8, 1.8, false, true), - BROWN_CONCRETE("minecraft:brown_concrete", (short) 8914, 1.8, 1.8, false, true), - GREEN_CONCRETE("minecraft:green_concrete", (short) 8915, 1.8, 1.8, false, true), - RED_CONCRETE("minecraft:red_concrete", (short) 8916, 1.8, 1.8, false, true), - BLACK_CONCRETE("minecraft:black_concrete", (short) 8917, 1.8, 1.8, false, true), - WHITE_CONCRETE_POWDER("minecraft:white_concrete_powder", (short) 8918, 0.5, 0.5, false, true), - ORANGE_CONCRETE_POWDER("minecraft:orange_concrete_powder", (short) 8919, 0.5, 0.5, false, true), - MAGENTA_CONCRETE_POWDER("minecraft:magenta_concrete_powder", (short) 8920, 0.5, 0.5, false, true), - LIGHT_BLUE_CONCRETE_POWDER("minecraft:light_blue_concrete_powder", (short) 8921, 0.5, 0.5, false, true), - YELLOW_CONCRETE_POWDER("minecraft:yellow_concrete_powder", (short) 8922, 0.5, 0.5, false, true), - LIME_CONCRETE_POWDER("minecraft:lime_concrete_powder", (short) 8923, 0.5, 0.5, false, true), - PINK_CONCRETE_POWDER("minecraft:pink_concrete_powder", (short) 8924, 0.5, 0.5, false, true), - GRAY_CONCRETE_POWDER("minecraft:gray_concrete_powder", (short) 8925, 0.5, 0.5, false, true), - LIGHT_GRAY_CONCRETE_POWDER("minecraft:light_gray_concrete_powder", (short) 8926, 0.5, 0.5, false, true), - CYAN_CONCRETE_POWDER("minecraft:cyan_concrete_powder", (short) 8927, 0.5, 0.5, false, true), - PURPLE_CONCRETE_POWDER("minecraft:purple_concrete_powder", (short) 8928, 0.5, 0.5, false, true), - BLUE_CONCRETE_POWDER("minecraft:blue_concrete_powder", (short) 8929, 0.5, 0.5, false, true), - BROWN_CONCRETE_POWDER("minecraft:brown_concrete_powder", (short) 8930, 0.5, 0.5, false, true), - GREEN_CONCRETE_POWDER("minecraft:green_concrete_powder", (short) 8931, 0.5, 0.5, false, true), - RED_CONCRETE_POWDER("minecraft:red_concrete_powder", (short) 8932, 0.5, 0.5, false, true), - BLACK_CONCRETE_POWDER("minecraft:black_concrete_powder", (short) 8933, 0.5, 0.5, false, true), - KELP("minecraft:kelp", (short) 8934, 0.0, 0.0, false, true), - KELP_PLANT("minecraft:kelp_plant", (short) 8960, 0.0, 0.0, false, true), - DRIED_KELP_BLOCK("minecraft:dried_kelp_block", (short) 8961, 0.5, 2.5, false, true), - TURTLE_EGG("minecraft:turtle_egg", (short) 8962, 0.5, 0.5, false, true), - DEAD_TUBE_CORAL_BLOCK("minecraft:dead_tube_coral_block", (short) 8974, 1.5, 6.0, false, true), - DEAD_BRAIN_CORAL_BLOCK("minecraft:dead_brain_coral_block", (short) 8975, 1.5, 6.0, false, true), - DEAD_BUBBLE_CORAL_BLOCK("minecraft:dead_bubble_coral_block", (short) 8976, 1.5, 6.0, false, true), - DEAD_FIRE_CORAL_BLOCK("minecraft:dead_fire_coral_block", (short) 8977, 1.5, 6.0, false, true), - DEAD_HORN_CORAL_BLOCK("minecraft:dead_horn_coral_block", (short) 8978, 1.5, 6.0, false, true), - TUBE_CORAL_BLOCK("minecraft:tube_coral_block", (short) 8979, 1.5, 6.0, false, true), - BRAIN_CORAL_BLOCK("minecraft:brain_coral_block", (short) 8980, 1.5, 6.0, false, true), - BUBBLE_CORAL_BLOCK("minecraft:bubble_coral_block", (short) 8981, 1.5, 6.0, false, true), - FIRE_CORAL_BLOCK("minecraft:fire_coral_block", (short) 8982, 1.5, 6.0, false, true), - HORN_CORAL_BLOCK("minecraft:horn_coral_block", (short) 8983, 1.5, 6.0, false, true), - DEAD_TUBE_CORAL("minecraft:dead_tube_coral", (short) 8984, 0.0, 0.0, false, true), - DEAD_BRAIN_CORAL("minecraft:dead_brain_coral", (short) 8986, 0.0, 0.0, false, true), - DEAD_BUBBLE_CORAL("minecraft:dead_bubble_coral", (short) 8988, 0.0, 0.0, false, true), - DEAD_FIRE_CORAL("minecraft:dead_fire_coral", (short) 8990, 0.0, 0.0, false, true), - DEAD_HORN_CORAL("minecraft:dead_horn_coral", (short) 8992, 0.0, 0.0, false, true), - TUBE_CORAL("minecraft:tube_coral", (short) 8994, 0.0, 0.0, false, true), - BRAIN_CORAL("minecraft:brain_coral", (short) 8996, 0.0, 0.0, false, true), - BUBBLE_CORAL("minecraft:bubble_coral", (short) 8998, 0.0, 0.0, false, true), - FIRE_CORAL("minecraft:fire_coral", (short) 9000, 0.0, 0.0, false, true), - HORN_CORAL("minecraft:horn_coral", (short) 9002, 0.0, 0.0, false, true), - DEAD_TUBE_CORAL_FAN("minecraft:dead_tube_coral_fan", (short) 9004, 0.0, 0.0, false, true), - DEAD_BRAIN_CORAL_FAN("minecraft:dead_brain_coral_fan", (short) 9006, 0.0, 0.0, false, true), - DEAD_BUBBLE_CORAL_FAN("minecraft:dead_bubble_coral_fan", (short) 9008, 0.0, 0.0, false, true), - DEAD_FIRE_CORAL_FAN("minecraft:dead_fire_coral_fan", (short) 9010, 0.0, 0.0, false, true), - DEAD_HORN_CORAL_FAN("minecraft:dead_horn_coral_fan", (short) 9012, 0.0, 0.0, false, true), - TUBE_CORAL_FAN("minecraft:tube_coral_fan", (short) 9014, 0.0, 0.0, false, true), - BRAIN_CORAL_FAN("minecraft:brain_coral_fan", (short) 9016, 0.0, 0.0, false, true), - BUBBLE_CORAL_FAN("minecraft:bubble_coral_fan", (short) 9018, 0.0, 0.0, false, true), - FIRE_CORAL_FAN("minecraft:fire_coral_fan", (short) 9020, 0.0, 0.0, false, true), - HORN_CORAL_FAN("minecraft:horn_coral_fan", (short) 9022, 0.0, 0.0, false, true), - DEAD_TUBE_CORAL_WALL_FAN("minecraft:dead_tube_coral_wall_fan", (short) 9024, 0.0, 0.0, false, true), - DEAD_BRAIN_CORAL_WALL_FAN("minecraft:dead_brain_coral_wall_fan", (short) 9032, 0.0, 0.0, false, true), - DEAD_BUBBLE_CORAL_WALL_FAN("minecraft:dead_bubble_coral_wall_fan", (short) 9040, 0.0, 0.0, false, true), - DEAD_FIRE_CORAL_WALL_FAN("minecraft:dead_fire_coral_wall_fan", (short) 9048, 0.0, 0.0, false, true), - DEAD_HORN_CORAL_WALL_FAN("minecraft:dead_horn_coral_wall_fan", (short) 9056, 0.0, 0.0, false, true), - TUBE_CORAL_WALL_FAN("minecraft:tube_coral_wall_fan", (short) 9064, 0.0, 0.0, false, true), - BRAIN_CORAL_WALL_FAN("minecraft:brain_coral_wall_fan", (short) 9072, 0.0, 0.0, false, true), - BUBBLE_CORAL_WALL_FAN("minecraft:bubble_coral_wall_fan", (short) 9080, 0.0, 0.0, false, true), - FIRE_CORAL_WALL_FAN("minecraft:fire_coral_wall_fan", (short) 9088, 0.0, 0.0, false, true), - HORN_CORAL_WALL_FAN("minecraft:horn_coral_wall_fan", (short) 9096, 0.0, 0.0, false, true), - SEA_PICKLE("minecraft:sea_pickle", (short) 9104, 0.0, 0.0, false, true), - BLUE_ICE("minecraft:blue_ice", (short) 9112, 2.8, 2.8, false, true), - CONDUIT("minecraft:conduit", (short) 9113, 3.0, 3.0, false, true), - BAMBOO_SAPLING("minecraft:bamboo_sapling", (short) 9115, 1.0, 1.0, false, true), - BAMBOO("minecraft:bamboo", (short) 9116, 1.0, 1.0, false, true), - POTTED_BAMBOO("minecraft:potted_bamboo", (short) 9128, 0.0, 0.0, false, true), - VOID_AIR("minecraft:void_air", (short) 9129, 0.0, 0.0, false, false), - CAVE_AIR("minecraft:cave_air", (short) 9130, 0.0, 0.0, false, false), - BUBBLE_COLUMN("minecraft:bubble_column", (short) 9131, 0.0, 0.0, false, true), - POLISHED_GRANITE_STAIRS("minecraft:polished_granite_stairs", (short) 9144, 1.5, 6.0, false, true), - SMOOTH_RED_SANDSTONE_STAIRS("minecraft:smooth_red_sandstone_stairs", (short) 9224, 2.0, 6.0, false, true), - MOSSY_STONE_BRICK_STAIRS("minecraft:mossy_stone_brick_stairs", (short) 9304, 1.5, 6.0, false, true), - POLISHED_DIORITE_STAIRS("minecraft:polished_diorite_stairs", (short) 9384, 1.5, 6.0, false, true), - MOSSY_COBBLESTONE_STAIRS("minecraft:mossy_cobblestone_stairs", (short) 9464, 2.0, 6.0, false, true), - END_STONE_BRICK_STAIRS("minecraft:end_stone_brick_stairs", (short) 9544, 3.0, 9.0, false, true), - STONE_STAIRS("minecraft:stone_stairs", (short) 9624, 1.5, 6.0, false, true), - SMOOTH_SANDSTONE_STAIRS("minecraft:smooth_sandstone_stairs", (short) 9704, 2.0, 6.0, false, true), - SMOOTH_QUARTZ_STAIRS("minecraft:smooth_quartz_stairs", (short) 9784, 2.0, 6.0, false, true), - GRANITE_STAIRS("minecraft:granite_stairs", (short) 9864, 1.5, 6.0, false, true), - ANDESITE_STAIRS("minecraft:andesite_stairs", (short) 9944, 1.5, 6.0, false, true), - RED_NETHER_BRICK_STAIRS("minecraft:red_nether_brick_stairs", (short) 10024, 2.0, 6.0, false, true), - POLISHED_ANDESITE_STAIRS("minecraft:polished_andesite_stairs", (short) 10104, 1.5, 6.0, false, true), - DIORITE_STAIRS("minecraft:diorite_stairs", (short) 10184, 1.5, 6.0, false, true), - POLISHED_GRANITE_SLAB("minecraft:polished_granite_slab", (short) 10256, 1.5, 6.0, false, true), - SMOOTH_RED_SANDSTONE_SLAB("minecraft:smooth_red_sandstone_slab", (short) 10262, 2.0, 6.0, false, true), - MOSSY_STONE_BRICK_SLAB("minecraft:mossy_stone_brick_slab", (short) 10268, 1.5, 6.0, false, true), - POLISHED_DIORITE_SLAB("minecraft:polished_diorite_slab", (short) 10274, 1.5, 6.0, false, true), - MOSSY_COBBLESTONE_SLAB("minecraft:mossy_cobblestone_slab", (short) 10280, 2.0, 6.0, false, true), - END_STONE_BRICK_SLAB("minecraft:end_stone_brick_slab", (short) 10286, 3.0, 9.0, false, true), - SMOOTH_SANDSTONE_SLAB("minecraft:smooth_sandstone_slab", (short) 10292, 2.0, 6.0, false, true), - SMOOTH_QUARTZ_SLAB("minecraft:smooth_quartz_slab", (short) 10298, 2.0, 6.0, false, true), - GRANITE_SLAB("minecraft:granite_slab", (short) 10304, 1.5, 6.0, false, true), - ANDESITE_SLAB("minecraft:andesite_slab", (short) 10310, 1.5, 6.0, false, true), - RED_NETHER_BRICK_SLAB("minecraft:red_nether_brick_slab", (short) 10316, 2.0, 6.0, false, true), - POLISHED_ANDESITE_SLAB("minecraft:polished_andesite_slab", (short) 10322, 1.5, 6.0, false, true), - DIORITE_SLAB("minecraft:diorite_slab", (short) 10328, 1.5, 6.0, false, true), - BRICK_WALL("minecraft:brick_wall", (short) 10390, 2.0, 6.0, false, true), - PRISMARINE_WALL("minecraft:prismarine_wall", (short) 10454, 1.5, 6.0, false, true), - RED_SANDSTONE_WALL("minecraft:red_sandstone_wall", (short) 10518, 0.8, 0.8, false, true), - MOSSY_STONE_BRICK_WALL("minecraft:mossy_stone_brick_wall", (short) 10582, 1.5, 6.0, false, true), - GRANITE_WALL("minecraft:granite_wall", (short) 10646, 1.5, 6.0, false, true), - STONE_BRICK_WALL("minecraft:stone_brick_wall", (short) 10710, 1.5, 6.0, false, true), - NETHER_BRICK_WALL("minecraft:nether_brick_wall", (short) 10774, 2.0, 6.0, false, true), - ANDESITE_WALL("minecraft:andesite_wall", (short) 10838, 1.5, 6.0, false, true), - RED_NETHER_BRICK_WALL("minecraft:red_nether_brick_wall", (short) 10902, 2.0, 6.0, false, true), - SANDSTONE_WALL("minecraft:sandstone_wall", (short) 10966, 0.8, 0.8, false, true), - END_STONE_BRICK_WALL("minecraft:end_stone_brick_wall", (short) 11030, 3.0, 9.0, false, true), - DIORITE_WALL("minecraft:diorite_wall", (short) 11094, 1.5, 6.0, false, true), - SCAFFOLDING("minecraft:scaffolding", (short) 11130, 0.0, 0.0, false, true), - LOOM("minecraft:loom", (short) 11131, 2.5, 2.5, false, true), - BARREL("minecraft:barrel", (short) 11136, 2.5, 2.5, false, true), - SMOKER("minecraft:smoker", (short) 11148, 3.5, 3.5, false, true), - BLAST_FURNACE("minecraft:blast_furnace", (short) 11156, 3.5, 3.5, false, true), - CARTOGRAPHY_TABLE("minecraft:cartography_table", (short) 11163, 2.5, 2.5, false, true), - FLETCHING_TABLE("minecraft:fletching_table", (short) 11164, 2.5, 2.5, false, true), - GRINDSTONE("minecraft:grindstone", (short) 11169, 2.0, 6.0, false, true), - LECTERN("minecraft:lectern", (short) 11180, 2.5, 2.5, false, true), - SMITHING_TABLE("minecraft:smithing_table", (short) 11193, 2.5, 2.5, false, true), - STONECUTTER("minecraft:stonecutter", (short) 11194, 3.5, 3.5, false, true), - BELL("minecraft:bell", (short) 11199, 5.0, 5.0, false, true), - LANTERN("minecraft:lantern", (short) 11231, 3.5, 3.5, false, true), - CAMPFIRE("minecraft:campfire", (short) 11235, 2.0, 2.0, false, true), - SWEET_BERRY_BUSH("minecraft:sweet_berry_bush", (short) 11264, 0.0, 0.0, false, true), - STRUCTURE_BLOCK("minecraft:structure_block", (short) 11268, 0.0, 3600000.0, false, true), - JIGSAW("minecraft:jigsaw", (short) 11276, 0.0, 3600000.0, false, true), - COMPOSTER("minecraft:composter", (short) 11278, 0.6, 0.6, false, true), - BEE_NEST("minecraft:bee_nest", (short) 11287, 0.3, 0.3, false, true), - BEEHIVE("minecraft:beehive", (short) 11311, 0.6, 0.6, false, true), - HONEY_BLOCK("minecraft:honey_block", (short) 11335, 0.0, 0.0, false, true), - HONEYCOMB_BLOCK("minecraft:honeycomb_block", (short) 11336, 0.6, 0.6, false, true), + AIR("minecraft:air", (short) 0, 0.0, 0.0, true, false, null, true), + STONE("minecraft:stone", (short) 1, 1.5, 6.0, false, true, null, true), + GRANITE("minecraft:granite", (short) 2, 1.5, 6.0, false, true, null, true), + POLISHED_GRANITE("minecraft:polished_granite", (short) 3, 1.5, 6.0, false, true, null, true), + DIORITE("minecraft:diorite", (short) 4, 1.5, 6.0, false, true, null, true), + POLISHED_DIORITE("minecraft:polished_diorite", (short) 5, 1.5, 6.0, false, true, null, true), + ANDESITE("minecraft:andesite", (short) 6, 1.5, 6.0, false, true, null, true), + POLISHED_ANDESITE("minecraft:polished_andesite", (short) 7, 1.5, 6.0, false, true, null, true), + GRASS_BLOCK("minecraft:grass_block", (short) 9, 0.6, 0.6, false, true, null, false), + DIRT("minecraft:dirt", (short) 10, 0.5, 0.5, false, true, null, true), + COARSE_DIRT("minecraft:coarse_dirt", (short) 11, 0.5, 0.5, false, true, null, true), + PODZOL("minecraft:podzol", (short) 13, 0.5, 0.5, false, true, null, false), + COBBLESTONE("minecraft:cobblestone", (short) 14, 2.0, 6.0, false, true, null, true), + OAK_PLANKS("minecraft:oak_planks", (short) 15, 2.0, 3.0, false, true, null, true), + SPRUCE_PLANKS("minecraft:spruce_planks", (short) 16, 2.0, 3.0, false, true, null, true), + BIRCH_PLANKS("minecraft:birch_planks", (short) 17, 2.0, 3.0, false, true, null, true), + JUNGLE_PLANKS("minecraft:jungle_planks", (short) 18, 2.0, 3.0, false, true, null, true), + ACACIA_PLANKS("minecraft:acacia_planks", (short) 19, 2.0, 3.0, false, true, null, true), + DARK_OAK_PLANKS("minecraft:dark_oak_planks", (short) 20, 2.0, 3.0, false, true, null, true), + OAK_SAPLING("minecraft:oak_sapling", (short) 21, 0.0, 0.0, false, false, null, false), + SPRUCE_SAPLING("minecraft:spruce_sapling", (short) 23, 0.0, 0.0, false, false, null, false), + BIRCH_SAPLING("minecraft:birch_sapling", (short) 25, 0.0, 0.0, false, false, null, false), + JUNGLE_SAPLING("minecraft:jungle_sapling", (short) 27, 0.0, 0.0, false, false, null, false), + ACACIA_SAPLING("minecraft:acacia_sapling", (short) 29, 0.0, 0.0, false, false, null, false), + DARK_OAK_SAPLING("minecraft:dark_oak_sapling", (short) 31, 0.0, 0.0, false, false, null, false), + BEDROCK("minecraft:bedrock", (short) 33, 0.0, 3600000.0, false, true, null, true), + WATER("minecraft:water", (short) 34, 100.0, 100.0, false, false, null, false), + LAVA("minecraft:lava", (short) 50, 100.0, 100.0, false, false, null, false), + SAND("minecraft:sand", (short) 66, 0.5, 0.5, false, true, null, true), + RED_SAND("minecraft:red_sand", (short) 67, 0.5, 0.5, false, true, null, true), + GRAVEL("minecraft:gravel", (short) 68, 0.6, 0.6, false, true, null, true), + 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), + 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 { + GrassBlock.initStates(); + Podzol.initStates(); + OakSapling.initStates(); + SpruceSapling.initStates(); + BirchSapling.initStates(); + JungleSapling.initStates(); + AcaciaSapling.initStates(); + DarkOakSapling.initStates(); + Water.initStates(); + Lava.initStates(); + OakLog.initStates(); + SpruceLog.initStates(); + BirchLog.initStates(); + JungleLog.initStates(); + AcaciaLog.initStates(); + DarkOakLog.initStates(); + StrippedSpruceLog.initStates(); + StrippedBirchLog.initStates(); + StrippedJungleLog.initStates(); + StrippedAcaciaLog.initStates(); + StrippedDarkOakLog.initStates(); + StrippedOakLog.initStates(); + OakWood.initStates(); + SpruceWood.initStates(); + BirchWood.initStates(); + JungleWood.initStates(); + AcaciaWood.initStates(); + DarkOakWood.initStates(); + StrippedOakWood.initStates(); + StrippedSpruceWood.initStates(); + StrippedBirchWood.initStates(); + StrippedJungleWood.initStates(); + StrippedAcaciaWood.initStates(); + StrippedDarkOakWood.initStates(); + OakLeaves.initStates(); + SpruceLeaves.initStates(); + BirchLeaves.initStates(); + JungleLeaves.initStates(); + AcaciaLeaves.initStates(); + DarkOakLeaves.initStates(); + Dispenser.initStates(); + NoteBlock.initStates(); + WhiteBed.initStates(); + OrangeBed.initStates(); + MagentaBed.initStates(); + LightBlueBed.initStates(); + YellowBed.initStates(); + LimeBed.initStates(); + PinkBed.initStates(); + GrayBed.initStates(); + LightGrayBed.initStates(); + CyanBed.initStates(); + PurpleBed.initStates(); + BlueBed.initStates(); + BrownBed.initStates(); + GreenBed.initStates(); + RedBed.initStates(); + BlackBed.initStates(); + PoweredRail.initStates(); + DetectorRail.initStates(); + StickyPiston.initStates(); + TallSeagrass.initStates(); + Piston.initStates(); + PistonHead.initStates(); + MovingPiston.initStates(); + Tnt.initStates(); + WallTorch.initStates(); + Fire.initStates(); + OakStairs.initStates(); + Chest.initStates(); + RedstoneWire.initStates(); + Wheat.initStates(); + Farmland.initStates(); + Furnace.initStates(); + OakSign.initStates(); + SpruceSign.initStates(); + BirchSign.initStates(); + AcaciaSign.initStates(); + JungleSign.initStates(); + DarkOakSign.initStates(); + OakDoor.initStates(); + Ladder.initStates(); + Rail.initStates(); + CobblestoneStairs.initStates(); + OakWallSign.initStates(); + SpruceWallSign.initStates(); + BirchWallSign.initStates(); + AcaciaWallSign.initStates(); + JungleWallSign.initStates(); + DarkOakWallSign.initStates(); + Lever.initStates(); + StonePressurePlate.initStates(); + IronDoor.initStates(); + OakPressurePlate.initStates(); + SprucePressurePlate.initStates(); + BirchPressurePlate.initStates(); + JunglePressurePlate.initStates(); + AcaciaPressurePlate.initStates(); + DarkOakPressurePlate.initStates(); + RedstoneOre.initStates(); + RedstoneTorch.initStates(); + RedstoneWallTorch.initStates(); + StoneButton.initStates(); + Snow.initStates(); + Cactus.initStates(); + SugarCane.initStates(); + Jukebox.initStates(); + OakFence.initStates(); + NetherPortal.initStates(); + CarvedPumpkin.initStates(); + JackOLantern.initStates(); + Cake.initStates(); + Repeater.initStates(); + OakTrapdoor.initStates(); + SpruceTrapdoor.initStates(); + BirchTrapdoor.initStates(); + JungleTrapdoor.initStates(); + AcaciaTrapdoor.initStates(); + DarkOakTrapdoor.initStates(); + BrownMushroomBlock.initStates(); + RedMushroomBlock.initStates(); + MushroomStem.initStates(); + IronBars.initStates(); + GlassPane.initStates(); + AttachedPumpkinStem.initStates(); + AttachedMelonStem.initStates(); + PumpkinStem.initStates(); + MelonStem.initStates(); + Vine.initStates(); + OakFenceGate.initStates(); + BrickStairs.initStates(); + StoneBrickStairs.initStates(); + Mycelium.initStates(); + NetherBrickFence.initStates(); + NetherBrickStairs.initStates(); + NetherWart.initStates(); + BrewingStand.initStates(); + Cauldron.initStates(); + EndPortalFrame.initStates(); + RedstoneLamp.initStates(); + Cocoa.initStates(); + SandstoneStairs.initStates(); + EnderChest.initStates(); + TripwireHook.initStates(); + Tripwire.initStates(); + SpruceStairs.initStates(); + BirchStairs.initStates(); + JungleStairs.initStates(); + CommandBlock.initStates(); + CobblestoneWall.initStates(); + MossyCobblestoneWall.initStates(); + Carrots.initStates(); + Potatoes.initStates(); + OakButton.initStates(); + SpruceButton.initStates(); + BirchButton.initStates(); + JungleButton.initStates(); + AcaciaButton.initStates(); + DarkOakButton.initStates(); + SkeletonSkull.initStates(); + SkeletonWallSkull.initStates(); + WitherSkeletonSkull.initStates(); + WitherSkeletonWallSkull.initStates(); + ZombieHead.initStates(); + ZombieWallHead.initStates(); + PlayerHead.initStates(); + PlayerWallHead.initStates(); + CreeperHead.initStates(); + CreeperWallHead.initStates(); + DragonHead.initStates(); + DragonWallHead.initStates(); + Anvil.initStates(); + ChippedAnvil.initStates(); + DamagedAnvil.initStates(); + TrappedChest.initStates(); + LightWeightedPressurePlate.initStates(); + HeavyWeightedPressurePlate.initStates(); + Comparator.initStates(); + DaylightDetector.initStates(); + Hopper.initStates(); + QuartzPillar.initStates(); + QuartzStairs.initStates(); + ActivatorRail.initStates(); + Dropper.initStates(); + WhiteStainedGlassPane.initStates(); + OrangeStainedGlassPane.initStates(); + MagentaStainedGlassPane.initStates(); + LightBlueStainedGlassPane.initStates(); + YellowStainedGlassPane.initStates(); + LimeStainedGlassPane.initStates(); + PinkStainedGlassPane.initStates(); + GrayStainedGlassPane.initStates(); + LightGrayStainedGlassPane.initStates(); + CyanStainedGlassPane.initStates(); + PurpleStainedGlassPane.initStates(); + BlueStainedGlassPane.initStates(); + BrownStainedGlassPane.initStates(); + GreenStainedGlassPane.initStates(); + RedStainedGlassPane.initStates(); + BlackStainedGlassPane.initStates(); + AcaciaStairs.initStates(); + DarkOakStairs.initStates(); + IronTrapdoor.initStates(); + PrismarineStairs.initStates(); + PrismarineBrickStairs.initStates(); + DarkPrismarineStairs.initStates(); + PrismarineSlab.initStates(); + PrismarineBrickSlab.initStates(); + DarkPrismarineSlab.initStates(); + HayBlock.initStates(); + Sunflower.initStates(); + Lilac.initStates(); + RoseBush.initStates(); + Peony.initStates(); + TallGrass.initStates(); + LargeFern.initStates(); + WhiteBanner.initStates(); + OrangeBanner.initStates(); + MagentaBanner.initStates(); + LightBlueBanner.initStates(); + YellowBanner.initStates(); + LimeBanner.initStates(); + PinkBanner.initStates(); + GrayBanner.initStates(); + LightGrayBanner.initStates(); + CyanBanner.initStates(); + PurpleBanner.initStates(); + BlueBanner.initStates(); + BrownBanner.initStates(); + GreenBanner.initStates(); + RedBanner.initStates(); + BlackBanner.initStates(); + WhiteWallBanner.initStates(); + OrangeWallBanner.initStates(); + MagentaWallBanner.initStates(); + LightBlueWallBanner.initStates(); + YellowWallBanner.initStates(); + LimeWallBanner.initStates(); + PinkWallBanner.initStates(); + GrayWallBanner.initStates(); + LightGrayWallBanner.initStates(); + CyanWallBanner.initStates(); + PurpleWallBanner.initStates(); + BlueWallBanner.initStates(); + BrownWallBanner.initStates(); + GreenWallBanner.initStates(); + RedWallBanner.initStates(); + BlackWallBanner.initStates(); + RedSandstoneStairs.initStates(); + OakSlab.initStates(); + SpruceSlab.initStates(); + BirchSlab.initStates(); + JungleSlab.initStates(); + AcaciaSlab.initStates(); + DarkOakSlab.initStates(); + StoneSlab.initStates(); + SmoothStoneSlab.initStates(); + SandstoneSlab.initStates(); + CutSandstoneSlab.initStates(); + PetrifiedOakSlab.initStates(); + CobblestoneSlab.initStates(); + BrickSlab.initStates(); + StoneBrickSlab.initStates(); + NetherBrickSlab.initStates(); + QuartzSlab.initStates(); + RedSandstoneSlab.initStates(); + CutRedSandstoneSlab.initStates(); + PurpurSlab.initStates(); + SpruceFenceGate.initStates(); + BirchFenceGate.initStates(); + JungleFenceGate.initStates(); + AcaciaFenceGate.initStates(); + DarkOakFenceGate.initStates(); + SpruceFence.initStates(); + BirchFence.initStates(); + JungleFence.initStates(); + AcaciaFence.initStates(); + DarkOakFence.initStates(); + SpruceDoor.initStates(); + BirchDoor.initStates(); + JungleDoor.initStates(); + AcaciaDoor.initStates(); + DarkOakDoor.initStates(); + EndRod.initStates(); + ChorusPlant.initStates(); + ChorusFlower.initStates(); + PurpurPillar.initStates(); + PurpurStairs.initStates(); + Beetroots.initStates(); + RepeatingCommandBlock.initStates(); + ChainCommandBlock.initStates(); + FrostedIce.initStates(); + BoneBlock.initStates(); + Observer.initStates(); + ShulkerBox.initStates(); + WhiteShulkerBox.initStates(); + OrangeShulkerBox.initStates(); + MagentaShulkerBox.initStates(); + LightBlueShulkerBox.initStates(); + YellowShulkerBox.initStates(); + LimeShulkerBox.initStates(); + PinkShulkerBox.initStates(); + GrayShulkerBox.initStates(); + LightGrayShulkerBox.initStates(); + CyanShulkerBox.initStates(); + PurpleShulkerBox.initStates(); + BlueShulkerBox.initStates(); + BrownShulkerBox.initStates(); + GreenShulkerBox.initStates(); + RedShulkerBox.initStates(); + BlackShulkerBox.initStates(); + WhiteGlazedTerracotta.initStates(); + OrangeGlazedTerracotta.initStates(); + MagentaGlazedTerracotta.initStates(); + LightBlueGlazedTerracotta.initStates(); + YellowGlazedTerracotta.initStates(); + LimeGlazedTerracotta.initStates(); + PinkGlazedTerracotta.initStates(); + GrayGlazedTerracotta.initStates(); + LightGrayGlazedTerracotta.initStates(); + CyanGlazedTerracotta.initStates(); + PurpleGlazedTerracotta.initStates(); + BlueGlazedTerracotta.initStates(); + BrownGlazedTerracotta.initStates(); + GreenGlazedTerracotta.initStates(); + RedGlazedTerracotta.initStates(); + BlackGlazedTerracotta.initStates(); + Kelp.initStates(); + TurtleEgg.initStates(); + DeadTubeCoral.initStates(); + DeadBrainCoral.initStates(); + DeadBubbleCoral.initStates(); + DeadFireCoral.initStates(); + DeadHornCoral.initStates(); + TubeCoral.initStates(); + BrainCoral.initStates(); + BubbleCoral.initStates(); + FireCoral.initStates(); + HornCoral.initStates(); + DeadTubeCoralFan.initStates(); + DeadBrainCoralFan.initStates(); + DeadBubbleCoralFan.initStates(); + DeadFireCoralFan.initStates(); + DeadHornCoralFan.initStates(); + TubeCoralFan.initStates(); + BrainCoralFan.initStates(); + BubbleCoralFan.initStates(); + FireCoralFan.initStates(); + HornCoralFan.initStates(); + DeadTubeCoralWallFan.initStates(); + DeadBrainCoralWallFan.initStates(); + DeadBubbleCoralWallFan.initStates(); + DeadFireCoralWallFan.initStates(); + DeadHornCoralWallFan.initStates(); + TubeCoralWallFan.initStates(); + BrainCoralWallFan.initStates(); + BubbleCoralWallFan.initStates(); + FireCoralWallFan.initStates(); + HornCoralWallFan.initStates(); + SeaPickle.initStates(); + Conduit.initStates(); + Bamboo.initStates(); + BubbleColumn.initStates(); + PolishedGraniteStairs.initStates(); + SmoothRedSandstoneStairs.initStates(); + MossyStoneBrickStairs.initStates(); + PolishedDioriteStairs.initStates(); + MossyCobblestoneStairs.initStates(); + EndStoneBrickStairs.initStates(); + StoneStairs.initStates(); + SmoothSandstoneStairs.initStates(); + SmoothQuartzStairs.initStates(); + GraniteStairs.initStates(); + AndesiteStairs.initStates(); + RedNetherBrickStairs.initStates(); + PolishedAndesiteStairs.initStates(); + DioriteStairs.initStates(); + PolishedGraniteSlab.initStates(); + SmoothRedSandstoneSlab.initStates(); + MossyStoneBrickSlab.initStates(); + PolishedDioriteSlab.initStates(); + MossyCobblestoneSlab.initStates(); + EndStoneBrickSlab.initStates(); + SmoothSandstoneSlab.initStates(); + SmoothQuartzSlab.initStates(); + GraniteSlab.initStates(); + AndesiteSlab.initStates(); + RedNetherBrickSlab.initStates(); + PolishedAndesiteSlab.initStates(); + DioriteSlab.initStates(); + BrickWall.initStates(); + PrismarineWall.initStates(); + RedSandstoneWall.initStates(); + MossyStoneBrickWall.initStates(); + GraniteWall.initStates(); + StoneBrickWall.initStates(); + NetherBrickWall.initStates(); + AndesiteWall.initStates(); + RedNetherBrickWall.initStates(); + SandstoneWall.initStates(); + EndStoneBrickWall.initStates(); + DioriteWall.initStates(); + Scaffolding.initStates(); + Loom.initStates(); + Barrel.initStates(); + Smoker.initStates(); + BlastFurnace.initStates(); + Grindstone.initStates(); + Lectern.initStates(); + Stonecutter.initStates(); + Bell.initStates(); + Lantern.initStates(); + Campfire.initStates(); + SweetBerryBush.initStates(); + StructureBlock.initStates(); + Jigsaw.initStates(); + Composter.initStates(); + BeeNest.initStates(); + Beehive.initStates(); + } + private String namespaceID; private short defaultID; private double hardness; private double resistance; private boolean isAir; private boolean isSolid; + private NamespaceID blockEntity; + private boolean singleState; - TmpBlock(String namespaceID, short defaultID, double hardness, double resistance, boolean isAir, boolean isSolid) { + private List alternatives = new ArrayList(); + private static Short2ObjectOpenHashMap blocksMap = new Short2ObjectOpenHashMap<>(); + TmpBlock(String namespaceID, short defaultID, double hardness, double resistance, boolean isAir, boolean isSolid, NamespaceID blockEntity, boolean singleState) { this.namespaceID = namespaceID; this.defaultID = defaultID; this.hardness = hardness; this.resistance = resistance; this.isAir = isAir; this.isSolid = isSolid; + this.blockEntity = blockEntity; + this.singleState = singleState; + if(singleState) { + addBlockAlternative(new BlockAlternative(defaultID)); + } } public short getId() { @@ -709,6 +1149,14 @@ public enum TmpBlock { return isAir; } + public boolean hasBlockEntity() { + return blockEntity != null; + } + + public NamespaceID getBlockEntityName() { + return blockEntity; + } + public boolean isSolid() { return isSolid; } @@ -724,4 +1172,22 @@ public enum TmpBlock { public boolean breaksInstantaneously() { return hardness == 0; } + + public void addBlockAlternative(BlockAlternative alternative) { + alternatives.add(alternative); + blocksMap.put(alternative.getId(), this); + } + + public short withProperties(String... properties) { + for (BlockAlternative alt : alternatives) { + if (Arrays.equals(alt.getProperties(), properties)) { + return alt.getId(); + } + } + return defaultID; + } + + public static TmpBlock fromId(short blockId) { + return blocksMap.getOrDefault(blockId, AIR); + } } diff --git a/src/autogenerated/java/net/minestom/instance/block/states/AcaciaButton.java b/src/autogenerated/java/net/minestom/instance/block/states/AcaciaButton.java new file mode 100644 index 000000000..c3c721491 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/AcaciaButton.java @@ -0,0 +1,35 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 AcaciaButton { + public static void initStates() { + 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/instance/block/states/AcaciaDoor.java b/src/autogenerated/java/net/minestom/instance/block/states/AcaciaDoor.java new file mode 100644 index 000000000..3d55f5f7e --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/AcaciaDoor.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 AcaciaDoor { + public static void initStates() { + 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/instance/block/states/AcaciaFence.java b/src/autogenerated/java/net/minestom/instance/block/states/AcaciaFence.java new file mode 100644 index 000000000..43491c92a --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/AcaciaFence.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 AcaciaFence { + public static void initStates() { + 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/instance/block/states/AcaciaFenceGate.java b/src/autogenerated/java/net/minestom/instance/block/states/AcaciaFenceGate.java new file mode 100644 index 000000000..d79c53257 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/AcaciaFenceGate.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 AcaciaFenceGate { + public static void initStates() { + 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/instance/block/states/AcaciaLeaves.java b/src/autogenerated/java/net/minestom/instance/block/states/AcaciaLeaves.java new file mode 100644 index 000000000..dcaf92a9b --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/AcaciaLeaves.java @@ -0,0 +1,25 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 AcaciaLeaves { + public static void initStates() { + 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/instance/block/states/AcaciaLog.java b/src/autogenerated/java/net/minestom/instance/block/states/AcaciaLog.java new file mode 100644 index 000000000..98d6b2e14 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/AcaciaLog.java @@ -0,0 +1,14 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 AcaciaLog { + public static void initStates() { + 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/instance/block/states/AcaciaPressurePlate.java b/src/autogenerated/java/net/minestom/instance/block/states/AcaciaPressurePlate.java new file mode 100644 index 000000000..325a378b3 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/AcaciaPressurePlate.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 AcaciaPressurePlate { + public static void initStates() { + 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/instance/block/states/AcaciaSapling.java b/src/autogenerated/java/net/minestom/instance/block/states/AcaciaSapling.java new file mode 100644 index 000000000..b82a70dd3 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/AcaciaSapling.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 AcaciaSapling { + public static void initStates() { + ACACIA_SAPLING.addBlockAlternative(new BlockAlternative((short) 29, "stage=0")); + ACACIA_SAPLING.addBlockAlternative(new BlockAlternative((short) 30, "stage=1")); + } +} diff --git a/src/autogenerated/java/net/minestom/instance/block/states/AcaciaSign.java b/src/autogenerated/java/net/minestom/instance/block/states/AcaciaSign.java new file mode 100644 index 000000000..53d53cb0c --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/AcaciaSign.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 AcaciaSign { + public static void initStates() { + 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/instance/block/states/AcaciaSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/AcaciaSlab.java new file mode 100644 index 000000000..1ca085ce9 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/AcaciaSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 AcaciaSlab { + public static void initStates() { + 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/instance/block/states/AcaciaStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/AcaciaStairs.java new file mode 100644 index 000000000..b5d7c2d70 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/AcaciaStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 AcaciaStairs { + public static void initStates() { + 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/instance/block/states/AcaciaTrapdoor.java b/src/autogenerated/java/net/minestom/instance/block/states/AcaciaTrapdoor.java new file mode 100644 index 000000000..d24b1dbeb --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/AcaciaTrapdoor.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 AcaciaTrapdoor { + public static void initStates() { + 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/instance/block/states/AcaciaWallSign.java b/src/autogenerated/java/net/minestom/instance/block/states/AcaciaWallSign.java new file mode 100644 index 000000000..fe90f7008 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/AcaciaWallSign.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 AcaciaWallSign { + public static void initStates() { + 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/instance/block/states/AcaciaWood.java b/src/autogenerated/java/net/minestom/instance/block/states/AcaciaWood.java new file mode 100644 index 000000000..ae2d6d6d8 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/AcaciaWood.java @@ -0,0 +1,14 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 AcaciaWood { + public static void initStates() { + 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/instance/block/states/ActivatorRail.java b/src/autogenerated/java/net/minestom/instance/block/states/ActivatorRail.java new file mode 100644 index 000000000..10663770b --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/ActivatorRail.java @@ -0,0 +1,23 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 ActivatorRail { + public static void initStates() { + 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/instance/block/states/AndesiteSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/AndesiteSlab.java new file mode 100644 index 000000000..392bb1119 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/AndesiteSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 AndesiteSlab { + public static void initStates() { + 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/instance/block/states/AndesiteStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/AndesiteStairs.java new file mode 100644 index 000000000..5e6ba5452 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/AndesiteStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 AndesiteStairs { + public static void initStates() { + 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/instance/block/states/AndesiteWall.java b/src/autogenerated/java/net/minestom/instance/block/states/AndesiteWall.java new file mode 100644 index 000000000..c0eb418d5 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/AndesiteWall.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 AndesiteWall { + public static void initStates() { + 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/instance/block/states/Anvil.java b/src/autogenerated/java/net/minestom/instance/block/states/Anvil.java new file mode 100644 index 000000000..54e354246 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Anvil.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Anvil { + public static void initStates() { + 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/instance/block/states/AttachedMelonStem.java b/src/autogenerated/java/net/minestom/instance/block/states/AttachedMelonStem.java new file mode 100644 index 000000000..c6722fd5e --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/AttachedMelonStem.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 AttachedMelonStem { + public static void initStates() { + 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/instance/block/states/AttachedPumpkinStem.java b/src/autogenerated/java/net/minestom/instance/block/states/AttachedPumpkinStem.java new file mode 100644 index 000000000..95bbdb286 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/AttachedPumpkinStem.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 AttachedPumpkinStem { + public static void initStates() { + 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/instance/block/states/Bamboo.java b/src/autogenerated/java/net/minestom/instance/block/states/Bamboo.java new file mode 100644 index 000000000..3f4023f4f --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Bamboo.java @@ -0,0 +1,23 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Bamboo { + public static void initStates() { + 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/instance/block/states/Barrel.java b/src/autogenerated/java/net/minestom/instance/block/states/Barrel.java new file mode 100644 index 000000000..2ec7a472f --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Barrel.java @@ -0,0 +1,23 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Barrel { + public static void initStates() { + 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/instance/block/states/BeeNest.java b/src/autogenerated/java/net/minestom/instance/block/states/BeeNest.java new file mode 100644 index 000000000..e10ff6853 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BeeNest.java @@ -0,0 +1,35 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BeeNest { + public static void initStates() { + 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/instance/block/states/Beehive.java b/src/autogenerated/java/net/minestom/instance/block/states/Beehive.java new file mode 100644 index 000000000..f07dd81d1 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Beehive.java @@ -0,0 +1,35 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Beehive { + public static void initStates() { + 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/instance/block/states/Beetroots.java b/src/autogenerated/java/net/minestom/instance/block/states/Beetroots.java new file mode 100644 index 000000000..a56881c1d --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Beetroots.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Beetroots { + public static void initStates() { + 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/instance/block/states/Bell.java b/src/autogenerated/java/net/minestom/instance/block/states/Bell.java new file mode 100644 index 000000000..d3dbb26a6 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Bell.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Bell { + public static void initStates() { + 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/instance/block/states/BirchButton.java b/src/autogenerated/java/net/minestom/instance/block/states/BirchButton.java new file mode 100644 index 000000000..2d2504496 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BirchButton.java @@ -0,0 +1,35 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BirchButton { + public static void initStates() { + 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/instance/block/states/BirchDoor.java b/src/autogenerated/java/net/minestom/instance/block/states/BirchDoor.java new file mode 100644 index 000000000..3efbf1d58 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BirchDoor.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BirchDoor { + public static void initStates() { + 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/instance/block/states/BirchFence.java b/src/autogenerated/java/net/minestom/instance/block/states/BirchFence.java new file mode 100644 index 000000000..8d326fc6e --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BirchFence.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BirchFence { + public static void initStates() { + 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/instance/block/states/BirchFenceGate.java b/src/autogenerated/java/net/minestom/instance/block/states/BirchFenceGate.java new file mode 100644 index 000000000..47a9de275 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BirchFenceGate.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BirchFenceGate { + public static void initStates() { + 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/instance/block/states/BirchLeaves.java b/src/autogenerated/java/net/minestom/instance/block/states/BirchLeaves.java new file mode 100644 index 000000000..49797f8af --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BirchLeaves.java @@ -0,0 +1,25 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BirchLeaves { + public static void initStates() { + 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/instance/block/states/BirchLog.java b/src/autogenerated/java/net/minestom/instance/block/states/BirchLog.java new file mode 100644 index 000000000..f1084ef4b --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BirchLog.java @@ -0,0 +1,14 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BirchLog { + public static void initStates() { + 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/instance/block/states/BirchPressurePlate.java b/src/autogenerated/java/net/minestom/instance/block/states/BirchPressurePlate.java new file mode 100644 index 000000000..71db75b6d --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BirchPressurePlate.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BirchPressurePlate { + public static void initStates() { + 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/instance/block/states/BirchSapling.java b/src/autogenerated/java/net/minestom/instance/block/states/BirchSapling.java new file mode 100644 index 000000000..f1636feb5 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BirchSapling.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BirchSapling { + public static void initStates() { + BIRCH_SAPLING.addBlockAlternative(new BlockAlternative((short) 25, "stage=0")); + BIRCH_SAPLING.addBlockAlternative(new BlockAlternative((short) 26, "stage=1")); + } +} diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BirchSign.java b/src/autogenerated/java/net/minestom/instance/block/states/BirchSign.java new file mode 100644 index 000000000..e29a54f8e --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BirchSign.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BirchSign { + public static void initStates() { + 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/instance/block/states/BirchSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/BirchSlab.java new file mode 100644 index 000000000..373eac6f8 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BirchSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BirchSlab { + public static void initStates() { + 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/instance/block/states/BirchStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/BirchStairs.java new file mode 100644 index 000000000..149dda5f3 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BirchStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BirchStairs { + public static void initStates() { + 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/instance/block/states/BirchTrapdoor.java b/src/autogenerated/java/net/minestom/instance/block/states/BirchTrapdoor.java new file mode 100644 index 000000000..fa1b80992 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BirchTrapdoor.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BirchTrapdoor { + public static void initStates() { + 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/instance/block/states/BirchWallSign.java b/src/autogenerated/java/net/minestom/instance/block/states/BirchWallSign.java new file mode 100644 index 000000000..05988bbfd --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BirchWallSign.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BirchWallSign { + public static void initStates() { + 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/instance/block/states/BirchWood.java b/src/autogenerated/java/net/minestom/instance/block/states/BirchWood.java new file mode 100644 index 000000000..16bff9938 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BirchWood.java @@ -0,0 +1,14 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BirchWood { + public static void initStates() { + 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/instance/block/states/BlackBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/BlackBanner.java new file mode 100644 index 000000000..41eee44f8 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BlackBanner.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BlackBanner { + public static void initStates() { + 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/instance/block/states/BlackBed.java b/src/autogenerated/java/net/minestom/instance/block/states/BlackBed.java new file mode 100644 index 000000000..88c4cd9e6 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BlackBed.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BlackBed { + public static void initStates() { + 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/instance/block/states/BlackGlazedTerracotta.java b/src/autogenerated/java/net/minestom/instance/block/states/BlackGlazedTerracotta.java new file mode 100644 index 000000000..4fac3ec1e --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BlackGlazedTerracotta.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BlackGlazedTerracotta { + public static void initStates() { + 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/instance/block/states/BlackShulkerBox.java b/src/autogenerated/java/net/minestom/instance/block/states/BlackShulkerBox.java new file mode 100644 index 000000000..670fa1c12 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BlackShulkerBox.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BlackShulkerBox { + public static void initStates() { + 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/instance/block/states/BlackStainedGlassPane.java b/src/autogenerated/java/net/minestom/instance/block/states/BlackStainedGlassPane.java new file mode 100644 index 000000000..c7873cc31 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BlackStainedGlassPane.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BlackStainedGlassPane { + public static void initStates() { + 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/instance/block/states/BlackWallBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/BlackWallBanner.java new file mode 100644 index 000000000..bce65ff2b --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BlackWallBanner.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BlackWallBanner { + public static void initStates() { + 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/instance/block/states/BlastFurnace.java b/src/autogenerated/java/net/minestom/instance/block/states/BlastFurnace.java new file mode 100644 index 000000000..dcb5b72dc --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BlastFurnace.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BlastFurnace { + public static void initStates() { + 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/instance/block/states/BlueBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/BlueBanner.java new file mode 100644 index 000000000..19bffa63c --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BlueBanner.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BlueBanner { + public static void initStates() { + 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/instance/block/states/BlueBed.java b/src/autogenerated/java/net/minestom/instance/block/states/BlueBed.java new file mode 100644 index 000000000..d8424a4f2 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BlueBed.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BlueBed { + public static void initStates() { + 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/instance/block/states/BlueGlazedTerracotta.java b/src/autogenerated/java/net/minestom/instance/block/states/BlueGlazedTerracotta.java new file mode 100644 index 000000000..6839a3b0c --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BlueGlazedTerracotta.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BlueGlazedTerracotta { + public static void initStates() { + 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/instance/block/states/BlueShulkerBox.java b/src/autogenerated/java/net/minestom/instance/block/states/BlueShulkerBox.java new file mode 100644 index 000000000..30a82842a --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BlueShulkerBox.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BlueShulkerBox { + public static void initStates() { + 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/instance/block/states/BlueStainedGlassPane.java b/src/autogenerated/java/net/minestom/instance/block/states/BlueStainedGlassPane.java new file mode 100644 index 000000000..80d72224a --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BlueStainedGlassPane.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BlueStainedGlassPane { + public static void initStates() { + 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/instance/block/states/BlueWallBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/BlueWallBanner.java new file mode 100644 index 000000000..a883751b0 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BlueWallBanner.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BlueWallBanner { + public static void initStates() { + 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/instance/block/states/BoneBlock.java b/src/autogenerated/java/net/minestom/instance/block/states/BoneBlock.java new file mode 100644 index 000000000..f84233b61 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BoneBlock.java @@ -0,0 +1,14 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BoneBlock { + public static void initStates() { + 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/instance/block/states/BrainCoral.java b/src/autogenerated/java/net/minestom/instance/block/states/BrainCoral.java new file mode 100644 index 000000000..5075792e3 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BrainCoral.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BrainCoral { + public static void initStates() { + 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/instance/block/states/BrainCoralFan.java b/src/autogenerated/java/net/minestom/instance/block/states/BrainCoralFan.java new file mode 100644 index 000000000..e9b81e7aa --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BrainCoralFan.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BrainCoralFan { + public static void initStates() { + 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/instance/block/states/BrainCoralWallFan.java b/src/autogenerated/java/net/minestom/instance/block/states/BrainCoralWallFan.java new file mode 100644 index 000000000..32d87dbdc --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BrainCoralWallFan.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BrainCoralWallFan { + public static void initStates() { + 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/instance/block/states/BrewingStand.java b/src/autogenerated/java/net/minestom/instance/block/states/BrewingStand.java new file mode 100644 index 000000000..935ad7d1c --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BrewingStand.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BrewingStand { + public static void initStates() { + 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/instance/block/states/BrickSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/BrickSlab.java new file mode 100644 index 000000000..cb7d9a05a --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BrickSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BrickSlab { + public static void initStates() { + 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/instance/block/states/BrickStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/BrickStairs.java new file mode 100644 index 000000000..5ba4dd5ba --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BrickStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BrickStairs { + public static void initStates() { + 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/instance/block/states/BrickWall.java b/src/autogenerated/java/net/minestom/instance/block/states/BrickWall.java new file mode 100644 index 000000000..cdfbed4da --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BrickWall.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BrickWall { + public static void initStates() { + 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/instance/block/states/BrownBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/BrownBanner.java new file mode 100644 index 000000000..6dc2ebb71 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BrownBanner.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BrownBanner { + public static void initStates() { + 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/instance/block/states/BrownBed.java b/src/autogenerated/java/net/minestom/instance/block/states/BrownBed.java new file mode 100644 index 000000000..93e92755d --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BrownBed.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BrownBed { + public static void initStates() { + 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/instance/block/states/BrownGlazedTerracotta.java b/src/autogenerated/java/net/minestom/instance/block/states/BrownGlazedTerracotta.java new file mode 100644 index 000000000..f5122acc0 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BrownGlazedTerracotta.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BrownGlazedTerracotta { + public static void initStates() { + 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/instance/block/states/BrownMushroomBlock.java b/src/autogenerated/java/net/minestom/instance/block/states/BrownMushroomBlock.java new file mode 100644 index 000000000..d0ff079ba --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BrownMushroomBlock.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BrownMushroomBlock { + public static void initStates() { + 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/instance/block/states/BrownShulkerBox.java b/src/autogenerated/java/net/minestom/instance/block/states/BrownShulkerBox.java new file mode 100644 index 000000000..faa4b702f --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BrownShulkerBox.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BrownShulkerBox { + public static void initStates() { + 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/instance/block/states/BrownStainedGlassPane.java b/src/autogenerated/java/net/minestom/instance/block/states/BrownStainedGlassPane.java new file mode 100644 index 000000000..9b65b73dc --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BrownStainedGlassPane.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BrownStainedGlassPane { + public static void initStates() { + 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/instance/block/states/BrownWallBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/BrownWallBanner.java new file mode 100644 index 000000000..d73c9fdda --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BrownWallBanner.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BrownWallBanner { + public static void initStates() { + 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/instance/block/states/BubbleColumn.java b/src/autogenerated/java/net/minestom/instance/block/states/BubbleColumn.java new file mode 100644 index 000000000..fa2d98be9 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BubbleColumn.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BubbleColumn { + public static void initStates() { + 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/instance/block/states/BubbleCoral.java b/src/autogenerated/java/net/minestom/instance/block/states/BubbleCoral.java new file mode 100644 index 000000000..60bf9c7ac --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BubbleCoral.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BubbleCoral { + public static void initStates() { + 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/instance/block/states/BubbleCoralFan.java b/src/autogenerated/java/net/minestom/instance/block/states/BubbleCoralFan.java new file mode 100644 index 000000000..1634ddc37 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BubbleCoralFan.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BubbleCoralFan { + public static void initStates() { + 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/instance/block/states/BubbleCoralWallFan.java b/src/autogenerated/java/net/minestom/instance/block/states/BubbleCoralWallFan.java new file mode 100644 index 000000000..9021b4b30 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/BubbleCoralWallFan.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 BubbleCoralWallFan { + public static void initStates() { + 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/instance/block/states/Cactus.java b/src/autogenerated/java/net/minestom/instance/block/states/Cactus.java new file mode 100644 index 000000000..4a9715283 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Cactus.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Cactus { + public static void initStates() { + 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/instance/block/states/Cake.java b/src/autogenerated/java/net/minestom/instance/block/states/Cake.java new file mode 100644 index 000000000..14b8c0eec --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Cake.java @@ -0,0 +1,18 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Cake { + public static void initStates() { + 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/instance/block/states/Campfire.java b/src/autogenerated/java/net/minestom/instance/block/states/Campfire.java new file mode 100644 index 000000000..d99a43dcc --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Campfire.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Campfire { + public static void initStates() { + 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/instance/block/states/Carrots.java b/src/autogenerated/java/net/minestom/instance/block/states/Carrots.java new file mode 100644 index 000000000..992c627dc --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Carrots.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Carrots { + public static void initStates() { + 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/instance/block/states/CarvedPumpkin.java b/src/autogenerated/java/net/minestom/instance/block/states/CarvedPumpkin.java new file mode 100644 index 000000000..175ba2a7a --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/CarvedPumpkin.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 CarvedPumpkin { + public static void initStates() { + 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/instance/block/states/Cauldron.java b/src/autogenerated/java/net/minestom/instance/block/states/Cauldron.java new file mode 100644 index 000000000..a1d138db4 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Cauldron.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Cauldron { + public static void initStates() { + 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/instance/block/states/ChainCommandBlock.java b/src/autogenerated/java/net/minestom/instance/block/states/ChainCommandBlock.java new file mode 100644 index 000000000..166b11f4d --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/ChainCommandBlock.java @@ -0,0 +1,23 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 ChainCommandBlock { + public static void initStates() { + 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/instance/block/states/Chest.java b/src/autogenerated/java/net/minestom/instance/block/states/Chest.java new file mode 100644 index 000000000..a69f956f5 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Chest.java @@ -0,0 +1,35 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Chest { + public static void initStates() { + 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/instance/block/states/ChippedAnvil.java b/src/autogenerated/java/net/minestom/instance/block/states/ChippedAnvil.java new file mode 100644 index 000000000..dacefa315 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/ChippedAnvil.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 ChippedAnvil { + public static void initStates() { + 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/instance/block/states/ChorusFlower.java b/src/autogenerated/java/net/minestom/instance/block/states/ChorusFlower.java new file mode 100644 index 000000000..5060b5542 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/ChorusFlower.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 ChorusFlower { + public static void initStates() { + 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/instance/block/states/ChorusPlant.java b/src/autogenerated/java/net/minestom/instance/block/states/ChorusPlant.java new file mode 100644 index 000000000..d4b699c38 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/ChorusPlant.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 ChorusPlant { + public static void initStates() { + 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/instance/block/states/CobblestoneSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/CobblestoneSlab.java new file mode 100644 index 000000000..b95e26a3f --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/CobblestoneSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 CobblestoneSlab { + public static void initStates() { + 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/instance/block/states/CobblestoneStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/CobblestoneStairs.java new file mode 100644 index 000000000..fbe3204ee --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/CobblestoneStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 CobblestoneStairs { + public static void initStates() { + 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/instance/block/states/CobblestoneWall.java b/src/autogenerated/java/net/minestom/instance/block/states/CobblestoneWall.java new file mode 100644 index 000000000..bcaf76c73 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/CobblestoneWall.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 CobblestoneWall { + public static void initStates() { + 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/instance/block/states/Cocoa.java b/src/autogenerated/java/net/minestom/instance/block/states/Cocoa.java new file mode 100644 index 000000000..5a386907f --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Cocoa.java @@ -0,0 +1,23 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Cocoa { + public static void initStates() { + 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/instance/block/states/CommandBlock.java b/src/autogenerated/java/net/minestom/instance/block/states/CommandBlock.java new file mode 100644 index 000000000..a84b2e62f --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/CommandBlock.java @@ -0,0 +1,23 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 CommandBlock { + public static void initStates() { + 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/instance/block/states/Comparator.java b/src/autogenerated/java/net/minestom/instance/block/states/Comparator.java new file mode 100644 index 000000000..41b6eb09e --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Comparator.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Comparator { + public static void initStates() { + 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/instance/block/states/Composter.java b/src/autogenerated/java/net/minestom/instance/block/states/Composter.java new file mode 100644 index 000000000..fafe1896a --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Composter.java @@ -0,0 +1,20 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Composter { + public static void initStates() { + 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/instance/block/states/Conduit.java b/src/autogenerated/java/net/minestom/instance/block/states/Conduit.java new file mode 100644 index 000000000..bb9c32f33 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Conduit.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Conduit { + public static void initStates() { + CONDUIT.addBlockAlternative(new BlockAlternative((short) 9113, "waterlogged=true")); + CONDUIT.addBlockAlternative(new BlockAlternative((short) 9114, "waterlogged=false")); + } +} diff --git a/src/autogenerated/java/net/minestom/instance/block/states/CreeperHead.java b/src/autogenerated/java/net/minestom/instance/block/states/CreeperHead.java new file mode 100644 index 000000000..1056c8439 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/CreeperHead.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 CreeperHead { + public static void initStates() { + 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/instance/block/states/CreeperWallHead.java b/src/autogenerated/java/net/minestom/instance/block/states/CreeperWallHead.java new file mode 100644 index 000000000..54fa0b089 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/CreeperWallHead.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 CreeperWallHead { + public static void initStates() { + 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/instance/block/states/CutRedSandstoneSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/CutRedSandstoneSlab.java new file mode 100644 index 000000000..a49973dbf --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/CutRedSandstoneSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 CutRedSandstoneSlab { + public static void initStates() { + 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/instance/block/states/CutSandstoneSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/CutSandstoneSlab.java new file mode 100644 index 000000000..ee3691f9e --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/CutSandstoneSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 CutSandstoneSlab { + public static void initStates() { + 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/instance/block/states/CyanBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/CyanBanner.java new file mode 100644 index 000000000..437d84b1e --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/CyanBanner.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 CyanBanner { + public static void initStates() { + 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/instance/block/states/CyanBed.java b/src/autogenerated/java/net/minestom/instance/block/states/CyanBed.java new file mode 100644 index 000000000..c94755c59 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/CyanBed.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 CyanBed { + public static void initStates() { + 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/instance/block/states/CyanGlazedTerracotta.java b/src/autogenerated/java/net/minestom/instance/block/states/CyanGlazedTerracotta.java new file mode 100644 index 000000000..95715f07d --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/CyanGlazedTerracotta.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 CyanGlazedTerracotta { + public static void initStates() { + 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/instance/block/states/CyanShulkerBox.java b/src/autogenerated/java/net/minestom/instance/block/states/CyanShulkerBox.java new file mode 100644 index 000000000..6be8240d1 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/CyanShulkerBox.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 CyanShulkerBox { + public static void initStates() { + 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/instance/block/states/CyanStainedGlassPane.java b/src/autogenerated/java/net/minestom/instance/block/states/CyanStainedGlassPane.java new file mode 100644 index 000000000..a1834310f --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/CyanStainedGlassPane.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 CyanStainedGlassPane { + public static void initStates() { + 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/instance/block/states/CyanWallBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/CyanWallBanner.java new file mode 100644 index 000000000..44d83253d --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/CyanWallBanner.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 CyanWallBanner { + public static void initStates() { + 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/instance/block/states/DamagedAnvil.java b/src/autogenerated/java/net/minestom/instance/block/states/DamagedAnvil.java new file mode 100644 index 000000000..9879d84a0 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DamagedAnvil.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DamagedAnvil { + public static void initStates() { + 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/instance/block/states/DarkOakButton.java b/src/autogenerated/java/net/minestom/instance/block/states/DarkOakButton.java new file mode 100644 index 000000000..383f2b684 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DarkOakButton.java @@ -0,0 +1,35 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DarkOakButton { + public static void initStates() { + 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/instance/block/states/DarkOakDoor.java b/src/autogenerated/java/net/minestom/instance/block/states/DarkOakDoor.java new file mode 100644 index 000000000..d1624fb21 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DarkOakDoor.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DarkOakDoor { + public static void initStates() { + 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/instance/block/states/DarkOakFence.java b/src/autogenerated/java/net/minestom/instance/block/states/DarkOakFence.java new file mode 100644 index 000000000..c951b0aa0 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DarkOakFence.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DarkOakFence { + public static void initStates() { + 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/instance/block/states/DarkOakFenceGate.java b/src/autogenerated/java/net/minestom/instance/block/states/DarkOakFenceGate.java new file mode 100644 index 000000000..da5429bb0 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DarkOakFenceGate.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DarkOakFenceGate { + public static void initStates() { + 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/instance/block/states/DarkOakLeaves.java b/src/autogenerated/java/net/minestom/instance/block/states/DarkOakLeaves.java new file mode 100644 index 000000000..d90f52e2b --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DarkOakLeaves.java @@ -0,0 +1,25 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DarkOakLeaves { + public static void initStates() { + 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/instance/block/states/DarkOakLog.java b/src/autogenerated/java/net/minestom/instance/block/states/DarkOakLog.java new file mode 100644 index 000000000..4fb764f09 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DarkOakLog.java @@ -0,0 +1,14 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DarkOakLog { + public static void initStates() { + 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/instance/block/states/DarkOakPressurePlate.java b/src/autogenerated/java/net/minestom/instance/block/states/DarkOakPressurePlate.java new file mode 100644 index 000000000..8bd890cd0 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DarkOakPressurePlate.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DarkOakPressurePlate { + public static void initStates() { + 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/instance/block/states/DarkOakSapling.java b/src/autogenerated/java/net/minestom/instance/block/states/DarkOakSapling.java new file mode 100644 index 000000000..f4ce04ad1 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DarkOakSapling.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DarkOakSapling { + public static void initStates() { + DARK_OAK_SAPLING.addBlockAlternative(new BlockAlternative((short) 31, "stage=0")); + DARK_OAK_SAPLING.addBlockAlternative(new BlockAlternative((short) 32, "stage=1")); + } +} diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DarkOakSign.java b/src/autogenerated/java/net/minestom/instance/block/states/DarkOakSign.java new file mode 100644 index 000000000..7c47bc226 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DarkOakSign.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DarkOakSign { + public static void initStates() { + 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/instance/block/states/DarkOakSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/DarkOakSlab.java new file mode 100644 index 000000000..056b85de9 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DarkOakSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DarkOakSlab { + public static void initStates() { + 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/instance/block/states/DarkOakStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/DarkOakStairs.java new file mode 100644 index 000000000..cf229d0fb --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DarkOakStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DarkOakStairs { + public static void initStates() { + 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/instance/block/states/DarkOakTrapdoor.java b/src/autogenerated/java/net/minestom/instance/block/states/DarkOakTrapdoor.java new file mode 100644 index 000000000..c08cc8188 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DarkOakTrapdoor.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DarkOakTrapdoor { + public static void initStates() { + 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/instance/block/states/DarkOakWallSign.java b/src/autogenerated/java/net/minestom/instance/block/states/DarkOakWallSign.java new file mode 100644 index 000000000..6638887bf --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DarkOakWallSign.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DarkOakWallSign { + public static void initStates() { + 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/instance/block/states/DarkOakWood.java b/src/autogenerated/java/net/minestom/instance/block/states/DarkOakWood.java new file mode 100644 index 000000000..34418d8de --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DarkOakWood.java @@ -0,0 +1,14 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DarkOakWood { + public static void initStates() { + 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/instance/block/states/DarkPrismarineSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/DarkPrismarineSlab.java new file mode 100644 index 000000000..4a8fd2737 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DarkPrismarineSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DarkPrismarineSlab { + public static void initStates() { + 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/instance/block/states/DarkPrismarineStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/DarkPrismarineStairs.java new file mode 100644 index 000000000..cb1fe5cb4 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DarkPrismarineStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DarkPrismarineStairs { + public static void initStates() { + 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/instance/block/states/DaylightDetector.java b/src/autogenerated/java/net/minestom/instance/block/states/DaylightDetector.java new file mode 100644 index 000000000..47fc421e7 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DaylightDetector.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DaylightDetector { + public static void initStates() { + 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/instance/block/states/DeadBrainCoral.java b/src/autogenerated/java/net/minestom/instance/block/states/DeadBrainCoral.java new file mode 100644 index 000000000..de27a8525 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DeadBrainCoral.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DeadBrainCoral { + public static void initStates() { + 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/instance/block/states/DeadBrainCoralFan.java b/src/autogenerated/java/net/minestom/instance/block/states/DeadBrainCoralFan.java new file mode 100644 index 000000000..d01dcd88f --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DeadBrainCoralFan.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DeadBrainCoralFan { + public static void initStates() { + 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/instance/block/states/DeadBrainCoralWallFan.java b/src/autogenerated/java/net/minestom/instance/block/states/DeadBrainCoralWallFan.java new file mode 100644 index 000000000..75e191d7a --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DeadBrainCoralWallFan.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DeadBrainCoralWallFan { + public static void initStates() { + 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/instance/block/states/DeadBubbleCoral.java b/src/autogenerated/java/net/minestom/instance/block/states/DeadBubbleCoral.java new file mode 100644 index 000000000..c3497b956 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DeadBubbleCoral.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DeadBubbleCoral { + public static void initStates() { + 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/instance/block/states/DeadBubbleCoralFan.java b/src/autogenerated/java/net/minestom/instance/block/states/DeadBubbleCoralFan.java new file mode 100644 index 000000000..97203ee5e --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DeadBubbleCoralFan.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DeadBubbleCoralFan { + public static void initStates() { + 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/instance/block/states/DeadBubbleCoralWallFan.java b/src/autogenerated/java/net/minestom/instance/block/states/DeadBubbleCoralWallFan.java new file mode 100644 index 000000000..4528afcfb --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DeadBubbleCoralWallFan.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DeadBubbleCoralWallFan { + public static void initStates() { + 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/instance/block/states/DeadFireCoral.java b/src/autogenerated/java/net/minestom/instance/block/states/DeadFireCoral.java new file mode 100644 index 000000000..b3f3888ed --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DeadFireCoral.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DeadFireCoral { + public static void initStates() { + 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/instance/block/states/DeadFireCoralFan.java b/src/autogenerated/java/net/minestom/instance/block/states/DeadFireCoralFan.java new file mode 100644 index 000000000..97285cfb8 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DeadFireCoralFan.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DeadFireCoralFan { + public static void initStates() { + 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/instance/block/states/DeadFireCoralWallFan.java b/src/autogenerated/java/net/minestom/instance/block/states/DeadFireCoralWallFan.java new file mode 100644 index 000000000..233cb8551 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DeadFireCoralWallFan.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DeadFireCoralWallFan { + public static void initStates() { + 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/instance/block/states/DeadHornCoral.java b/src/autogenerated/java/net/minestom/instance/block/states/DeadHornCoral.java new file mode 100644 index 000000000..aa2e80f02 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DeadHornCoral.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DeadHornCoral { + public static void initStates() { + 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/instance/block/states/DeadHornCoralFan.java b/src/autogenerated/java/net/minestom/instance/block/states/DeadHornCoralFan.java new file mode 100644 index 000000000..834361392 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DeadHornCoralFan.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DeadHornCoralFan { + public static void initStates() { + 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/instance/block/states/DeadHornCoralWallFan.java b/src/autogenerated/java/net/minestom/instance/block/states/DeadHornCoralWallFan.java new file mode 100644 index 000000000..3bb51dd98 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DeadHornCoralWallFan.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DeadHornCoralWallFan { + public static void initStates() { + 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/instance/block/states/DeadTubeCoral.java b/src/autogenerated/java/net/minestom/instance/block/states/DeadTubeCoral.java new file mode 100644 index 000000000..d7e4f4e64 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DeadTubeCoral.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DeadTubeCoral { + public static void initStates() { + 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/instance/block/states/DeadTubeCoralFan.java b/src/autogenerated/java/net/minestom/instance/block/states/DeadTubeCoralFan.java new file mode 100644 index 000000000..fdb0ef22c --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DeadTubeCoralFan.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DeadTubeCoralFan { + public static void initStates() { + 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/instance/block/states/DeadTubeCoralWallFan.java b/src/autogenerated/java/net/minestom/instance/block/states/DeadTubeCoralWallFan.java new file mode 100644 index 000000000..206e65925 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DeadTubeCoralWallFan.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DeadTubeCoralWallFan { + public static void initStates() { + 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/instance/block/states/DetectorRail.java b/src/autogenerated/java/net/minestom/instance/block/states/DetectorRail.java new file mode 100644 index 000000000..7d728f6bc --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DetectorRail.java @@ -0,0 +1,23 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DetectorRail { + public static void initStates() { + 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/instance/block/states/DioriteSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/DioriteSlab.java new file mode 100644 index 000000000..9b5ee3278 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DioriteSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DioriteSlab { + public static void initStates() { + 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/instance/block/states/DioriteStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/DioriteStairs.java new file mode 100644 index 000000000..487f989e3 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DioriteStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DioriteStairs { + public static void initStates() { + 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/instance/block/states/DioriteWall.java b/src/autogenerated/java/net/minestom/instance/block/states/DioriteWall.java new file mode 100644 index 000000000..50c7dd983 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DioriteWall.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DioriteWall { + public static void initStates() { + 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/instance/block/states/Dispenser.java b/src/autogenerated/java/net/minestom/instance/block/states/Dispenser.java new file mode 100644 index 000000000..dea148a14 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Dispenser.java @@ -0,0 +1,23 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Dispenser { + public static void initStates() { + 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/instance/block/states/DragonHead.java b/src/autogenerated/java/net/minestom/instance/block/states/DragonHead.java new file mode 100644 index 000000000..f846f937e --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DragonHead.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DragonHead { + public static void initStates() { + 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/instance/block/states/DragonWallHead.java b/src/autogenerated/java/net/minestom/instance/block/states/DragonWallHead.java new file mode 100644 index 000000000..b2e3cee06 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/DragonWallHead.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 DragonWallHead { + public static void initStates() { + 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/instance/block/states/Dropper.java b/src/autogenerated/java/net/minestom/instance/block/states/Dropper.java new file mode 100644 index 000000000..bc34ea89b --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Dropper.java @@ -0,0 +1,23 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Dropper { + public static void initStates() { + 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/instance/block/states/EndPortalFrame.java b/src/autogenerated/java/net/minestom/instance/block/states/EndPortalFrame.java new file mode 100644 index 000000000..4b30f0551 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/EndPortalFrame.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 EndPortalFrame { + public static void initStates() { + 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/instance/block/states/EndRod.java b/src/autogenerated/java/net/minestom/instance/block/states/EndRod.java new file mode 100644 index 000000000..860caa547 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/EndRod.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 EndRod { + public static void initStates() { + 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/instance/block/states/EndStoneBrickSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/EndStoneBrickSlab.java new file mode 100644 index 000000000..117be68dd --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/EndStoneBrickSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 EndStoneBrickSlab { + public static void initStates() { + 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/instance/block/states/EndStoneBrickStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/EndStoneBrickStairs.java new file mode 100644 index 000000000..9811bee21 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/EndStoneBrickStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 EndStoneBrickStairs { + public static void initStates() { + 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/instance/block/states/EndStoneBrickWall.java b/src/autogenerated/java/net/minestom/instance/block/states/EndStoneBrickWall.java new file mode 100644 index 000000000..ad1dfafdd --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/EndStoneBrickWall.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 EndStoneBrickWall { + public static void initStates() { + 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/instance/block/states/EnderChest.java b/src/autogenerated/java/net/minestom/instance/block/states/EnderChest.java new file mode 100644 index 000000000..030b0697f --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/EnderChest.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 EnderChest { + public static void initStates() { + 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/instance/block/states/Farmland.java b/src/autogenerated/java/net/minestom/instance/block/states/Farmland.java new file mode 100644 index 000000000..4ee0c411e --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Farmland.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Farmland { + public static void initStates() { + 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/instance/block/states/Fire.java b/src/autogenerated/java/net/minestom/instance/block/states/Fire.java new file mode 100644 index 000000000..ab58c9796 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Fire.java @@ -0,0 +1,523 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Fire { + public static void initStates() { + 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/instance/block/states/FireCoral.java b/src/autogenerated/java/net/minestom/instance/block/states/FireCoral.java new file mode 100644 index 000000000..078c5ef83 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/FireCoral.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 FireCoral { + public static void initStates() { + 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/instance/block/states/FireCoralFan.java b/src/autogenerated/java/net/minestom/instance/block/states/FireCoralFan.java new file mode 100644 index 000000000..06670fa20 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/FireCoralFan.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 FireCoralFan { + public static void initStates() { + 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/instance/block/states/FireCoralWallFan.java b/src/autogenerated/java/net/minestom/instance/block/states/FireCoralWallFan.java new file mode 100644 index 000000000..c3900acea --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/FireCoralWallFan.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 FireCoralWallFan { + public static void initStates() { + 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/instance/block/states/FrostedIce.java b/src/autogenerated/java/net/minestom/instance/block/states/FrostedIce.java new file mode 100644 index 000000000..cf1c55732 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/FrostedIce.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 FrostedIce { + public static void initStates() { + 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/instance/block/states/Furnace.java b/src/autogenerated/java/net/minestom/instance/block/states/Furnace.java new file mode 100644 index 000000000..a4d5da1ec --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Furnace.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Furnace { + public static void initStates() { + 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/instance/block/states/GlassPane.java b/src/autogenerated/java/net/minestom/instance/block/states/GlassPane.java new file mode 100644 index 000000000..0f8ddb8a0 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/GlassPane.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 GlassPane { + public static void initStates() { + 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/instance/block/states/GraniteSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/GraniteSlab.java new file mode 100644 index 000000000..ba436841e --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/GraniteSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 GraniteSlab { + public static void initStates() { + 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/instance/block/states/GraniteStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/GraniteStairs.java new file mode 100644 index 000000000..62c873634 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/GraniteStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 GraniteStairs { + public static void initStates() { + 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/instance/block/states/GraniteWall.java b/src/autogenerated/java/net/minestom/instance/block/states/GraniteWall.java new file mode 100644 index 000000000..46fa8e5f5 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/GraniteWall.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 GraniteWall { + public static void initStates() { + 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/instance/block/states/GrassBlock.java b/src/autogenerated/java/net/minestom/instance/block/states/GrassBlock.java new file mode 100644 index 000000000..1d07b9e4d --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/GrassBlock.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 GrassBlock { + public static void initStates() { + GRASS_BLOCK.addBlockAlternative(new BlockAlternative((short) 8, "snowy=true")); + GRASS_BLOCK.addBlockAlternative(new BlockAlternative((short) 9, "snowy=false")); + } +} diff --git a/src/autogenerated/java/net/minestom/instance/block/states/GrayBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/GrayBanner.java new file mode 100644 index 000000000..9cda4ebb8 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/GrayBanner.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 GrayBanner { + public static void initStates() { + 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/instance/block/states/GrayBed.java b/src/autogenerated/java/net/minestom/instance/block/states/GrayBed.java new file mode 100644 index 000000000..6b4052990 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/GrayBed.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 GrayBed { + public static void initStates() { + 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/instance/block/states/GrayGlazedTerracotta.java b/src/autogenerated/java/net/minestom/instance/block/states/GrayGlazedTerracotta.java new file mode 100644 index 000000000..7470725a6 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/GrayGlazedTerracotta.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 GrayGlazedTerracotta { + public static void initStates() { + 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/instance/block/states/GrayShulkerBox.java b/src/autogenerated/java/net/minestom/instance/block/states/GrayShulkerBox.java new file mode 100644 index 000000000..87c10eff0 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/GrayShulkerBox.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 GrayShulkerBox { + public static void initStates() { + 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/instance/block/states/GrayStainedGlassPane.java b/src/autogenerated/java/net/minestom/instance/block/states/GrayStainedGlassPane.java new file mode 100644 index 000000000..e15aece2c --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/GrayStainedGlassPane.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 GrayStainedGlassPane { + public static void initStates() { + 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/instance/block/states/GrayWallBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/GrayWallBanner.java new file mode 100644 index 000000000..c8b306eca --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/GrayWallBanner.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 GrayWallBanner { + public static void initStates() { + 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/instance/block/states/GreenBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/GreenBanner.java new file mode 100644 index 000000000..11f106f8d --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/GreenBanner.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 GreenBanner { + public static void initStates() { + 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/instance/block/states/GreenBed.java b/src/autogenerated/java/net/minestom/instance/block/states/GreenBed.java new file mode 100644 index 000000000..6d28ea38e --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/GreenBed.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 GreenBed { + public static void initStates() { + 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/instance/block/states/GreenGlazedTerracotta.java b/src/autogenerated/java/net/minestom/instance/block/states/GreenGlazedTerracotta.java new file mode 100644 index 000000000..06fd26fc2 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/GreenGlazedTerracotta.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 GreenGlazedTerracotta { + public static void initStates() { + 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/instance/block/states/GreenShulkerBox.java b/src/autogenerated/java/net/minestom/instance/block/states/GreenShulkerBox.java new file mode 100644 index 000000000..0fe003577 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/GreenShulkerBox.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 GreenShulkerBox { + public static void initStates() { + 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/instance/block/states/GreenStainedGlassPane.java b/src/autogenerated/java/net/minestom/instance/block/states/GreenStainedGlassPane.java new file mode 100644 index 000000000..9424dd475 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/GreenStainedGlassPane.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 GreenStainedGlassPane { + public static void initStates() { + 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/instance/block/states/GreenWallBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/GreenWallBanner.java new file mode 100644 index 000000000..07a7039f6 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/GreenWallBanner.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 GreenWallBanner { + public static void initStates() { + 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/instance/block/states/Grindstone.java b/src/autogenerated/java/net/minestom/instance/block/states/Grindstone.java new file mode 100644 index 000000000..9fd6a9e52 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Grindstone.java @@ -0,0 +1,23 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Grindstone { + public static void initStates() { + 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/instance/block/states/HayBlock.java b/src/autogenerated/java/net/minestom/instance/block/states/HayBlock.java new file mode 100644 index 000000000..d8912198f --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/HayBlock.java @@ -0,0 +1,14 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 HayBlock { + public static void initStates() { + 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/instance/block/states/HeavyWeightedPressurePlate.java b/src/autogenerated/java/net/minestom/instance/block/states/HeavyWeightedPressurePlate.java new file mode 100644 index 000000000..b5546bc4d --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/HeavyWeightedPressurePlate.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 HeavyWeightedPressurePlate { + public static void initStates() { + 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/instance/block/states/Hopper.java b/src/autogenerated/java/net/minestom/instance/block/states/Hopper.java new file mode 100644 index 000000000..7698b5528 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Hopper.java @@ -0,0 +1,21 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Hopper { + public static void initStates() { + 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/instance/block/states/HornCoral.java b/src/autogenerated/java/net/minestom/instance/block/states/HornCoral.java new file mode 100644 index 000000000..c08f4e1a2 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/HornCoral.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 HornCoral { + public static void initStates() { + 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/instance/block/states/HornCoralFan.java b/src/autogenerated/java/net/minestom/instance/block/states/HornCoralFan.java new file mode 100644 index 000000000..c7f00bd7a --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/HornCoralFan.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 HornCoralFan { + public static void initStates() { + 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/instance/block/states/HornCoralWallFan.java b/src/autogenerated/java/net/minestom/instance/block/states/HornCoralWallFan.java new file mode 100644 index 000000000..af36ea4c9 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/HornCoralWallFan.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 HornCoralWallFan { + public static void initStates() { + 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/instance/block/states/IronBars.java b/src/autogenerated/java/net/minestom/instance/block/states/IronBars.java new file mode 100644 index 000000000..45dda0596 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/IronBars.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 IronBars { + public static void initStates() { + 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/instance/block/states/IronDoor.java b/src/autogenerated/java/net/minestom/instance/block/states/IronDoor.java new file mode 100644 index 000000000..dbdc2aa66 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/IronDoor.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 IronDoor { + public static void initStates() { + 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/instance/block/states/IronTrapdoor.java b/src/autogenerated/java/net/minestom/instance/block/states/IronTrapdoor.java new file mode 100644 index 000000000..5e7b0ccab --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/IronTrapdoor.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 IronTrapdoor { + public static void initStates() { + 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/instance/block/states/JackOLantern.java b/src/autogenerated/java/net/minestom/instance/block/states/JackOLantern.java new file mode 100644 index 000000000..521735bc2 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/JackOLantern.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 JackOLantern { + public static void initStates() { + 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/instance/block/states/Jigsaw.java b/src/autogenerated/java/net/minestom/instance/block/states/Jigsaw.java new file mode 100644 index 000000000..5ddb63158 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Jigsaw.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Jigsaw { + public static void initStates() { + 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/instance/block/states/Jukebox.java b/src/autogenerated/java/net/minestom/instance/block/states/Jukebox.java new file mode 100644 index 000000000..d18b50281 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Jukebox.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Jukebox { + public static void initStates() { + 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/instance/block/states/JungleButton.java b/src/autogenerated/java/net/minestom/instance/block/states/JungleButton.java new file mode 100644 index 000000000..f319d776f --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/JungleButton.java @@ -0,0 +1,35 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 JungleButton { + public static void initStates() { + 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/instance/block/states/JungleDoor.java b/src/autogenerated/java/net/minestom/instance/block/states/JungleDoor.java new file mode 100644 index 000000000..75bf6f709 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/JungleDoor.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 JungleDoor { + public static void initStates() { + 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/instance/block/states/JungleFence.java b/src/autogenerated/java/net/minestom/instance/block/states/JungleFence.java new file mode 100644 index 000000000..4aae24175 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/JungleFence.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 JungleFence { + public static void initStates() { + 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/instance/block/states/JungleFenceGate.java b/src/autogenerated/java/net/minestom/instance/block/states/JungleFenceGate.java new file mode 100644 index 000000000..865102576 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/JungleFenceGate.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 JungleFenceGate { + public static void initStates() { + 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/instance/block/states/JungleLeaves.java b/src/autogenerated/java/net/minestom/instance/block/states/JungleLeaves.java new file mode 100644 index 000000000..2c2156a2a --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/JungleLeaves.java @@ -0,0 +1,25 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 JungleLeaves { + public static void initStates() { + 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/instance/block/states/JungleLog.java b/src/autogenerated/java/net/minestom/instance/block/states/JungleLog.java new file mode 100644 index 000000000..231ff7b81 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/JungleLog.java @@ -0,0 +1,14 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 JungleLog { + public static void initStates() { + 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/instance/block/states/JunglePressurePlate.java b/src/autogenerated/java/net/minestom/instance/block/states/JunglePressurePlate.java new file mode 100644 index 000000000..59a634a14 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/JunglePressurePlate.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 JunglePressurePlate { + public static void initStates() { + 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/instance/block/states/JungleSapling.java b/src/autogenerated/java/net/minestom/instance/block/states/JungleSapling.java new file mode 100644 index 000000000..1d21e5da0 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/JungleSapling.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 JungleSapling { + public static void initStates() { + JUNGLE_SAPLING.addBlockAlternative(new BlockAlternative((short) 27, "stage=0")); + JUNGLE_SAPLING.addBlockAlternative(new BlockAlternative((short) 28, "stage=1")); + } +} diff --git a/src/autogenerated/java/net/minestom/instance/block/states/JungleSign.java b/src/autogenerated/java/net/minestom/instance/block/states/JungleSign.java new file mode 100644 index 000000000..adcbf1365 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/JungleSign.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 JungleSign { + public static void initStates() { + 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/instance/block/states/JungleSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/JungleSlab.java new file mode 100644 index 000000000..e345fe713 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/JungleSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 JungleSlab { + public static void initStates() { + 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/instance/block/states/JungleStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/JungleStairs.java new file mode 100644 index 000000000..3e281952f --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/JungleStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 JungleStairs { + public static void initStates() { + 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/instance/block/states/JungleTrapdoor.java b/src/autogenerated/java/net/minestom/instance/block/states/JungleTrapdoor.java new file mode 100644 index 000000000..1a4a9a8b8 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/JungleTrapdoor.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 JungleTrapdoor { + public static void initStates() { + 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/instance/block/states/JungleWallSign.java b/src/autogenerated/java/net/minestom/instance/block/states/JungleWallSign.java new file mode 100644 index 000000000..81217893f --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/JungleWallSign.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 JungleWallSign { + public static void initStates() { + 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/instance/block/states/JungleWood.java b/src/autogenerated/java/net/minestom/instance/block/states/JungleWood.java new file mode 100644 index 000000000..886678da1 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/JungleWood.java @@ -0,0 +1,14 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 JungleWood { + public static void initStates() { + 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/instance/block/states/Kelp.java b/src/autogenerated/java/net/minestom/instance/block/states/Kelp.java new file mode 100644 index 000000000..db2d9a11f --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Kelp.java @@ -0,0 +1,37 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Kelp { + public static void initStates() { + 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/instance/block/states/Ladder.java b/src/autogenerated/java/net/minestom/instance/block/states/Ladder.java new file mode 100644 index 000000000..4993e7336 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Ladder.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Ladder { + public static void initStates() { + 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/instance/block/states/Lantern.java b/src/autogenerated/java/net/minestom/instance/block/states/Lantern.java new file mode 100644 index 000000000..a4f3273d9 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Lantern.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Lantern { + public static void initStates() { + LANTERN.addBlockAlternative(new BlockAlternative((short) 11230, "hanging=true")); + LANTERN.addBlockAlternative(new BlockAlternative((short) 11231, "hanging=false")); + } +} diff --git a/src/autogenerated/java/net/minestom/instance/block/states/LargeFern.java b/src/autogenerated/java/net/minestom/instance/block/states/LargeFern.java new file mode 100644 index 000000000..9c240a8e6 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/LargeFern.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 LargeFern { + public static void initStates() { + 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/instance/block/states/Lava.java b/src/autogenerated/java/net/minestom/instance/block/states/Lava.java new file mode 100644 index 000000000..a96fae03a --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Lava.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Lava { + public static void initStates() { + LAVA.addBlockAlternative(new BlockAlternative((short) 50, "level=0")); + LAVA.addBlockAlternative(new BlockAlternative((short) 51, "level=1")); + LAVA.addBlockAlternative(new BlockAlternative((short) 52, "level=2")); + LAVA.addBlockAlternative(new BlockAlternative((short) 53, "level=3")); + LAVA.addBlockAlternative(new BlockAlternative((short) 54, "level=4")); + LAVA.addBlockAlternative(new BlockAlternative((short) 55, "level=5")); + LAVA.addBlockAlternative(new BlockAlternative((short) 56, "level=6")); + LAVA.addBlockAlternative(new BlockAlternative((short) 57, "level=7")); + LAVA.addBlockAlternative(new BlockAlternative((short) 58, "level=8")); + LAVA.addBlockAlternative(new BlockAlternative((short) 59, "level=9")); + LAVA.addBlockAlternative(new BlockAlternative((short) 60, "level=10")); + LAVA.addBlockAlternative(new BlockAlternative((short) 61, "level=11")); + LAVA.addBlockAlternative(new BlockAlternative((short) 62, "level=12")); + LAVA.addBlockAlternative(new BlockAlternative((short) 63, "level=13")); + LAVA.addBlockAlternative(new BlockAlternative((short) 64, "level=14")); + LAVA.addBlockAlternative(new BlockAlternative((short) 65, "level=15")); + } +} diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Lectern.java b/src/autogenerated/java/net/minestom/instance/block/states/Lectern.java new file mode 100644 index 000000000..21f2535dc --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Lectern.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Lectern { + public static void initStates() { + 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/instance/block/states/Lever.java b/src/autogenerated/java/net/minestom/instance/block/states/Lever.java new file mode 100644 index 000000000..e12868f90 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Lever.java @@ -0,0 +1,35 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Lever { + public static void initStates() { + 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/instance/block/states/LightBlueBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/LightBlueBanner.java new file mode 100644 index 000000000..8df512340 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/LightBlueBanner.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 LightBlueBanner { + public static void initStates() { + 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/instance/block/states/LightBlueBed.java b/src/autogenerated/java/net/minestom/instance/block/states/LightBlueBed.java new file mode 100644 index 000000000..f1629e0ee --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/LightBlueBed.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 LightBlueBed { + public static void initStates() { + 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/instance/block/states/LightBlueGlazedTerracotta.java b/src/autogenerated/java/net/minestom/instance/block/states/LightBlueGlazedTerracotta.java new file mode 100644 index 000000000..04dccbfd6 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/LightBlueGlazedTerracotta.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 LightBlueGlazedTerracotta { + public static void initStates() { + 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/instance/block/states/LightBlueShulkerBox.java b/src/autogenerated/java/net/minestom/instance/block/states/LightBlueShulkerBox.java new file mode 100644 index 000000000..18cc7da09 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/LightBlueShulkerBox.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 LightBlueShulkerBox { + public static void initStates() { + 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/instance/block/states/LightBlueStainedGlassPane.java b/src/autogenerated/java/net/minestom/instance/block/states/LightBlueStainedGlassPane.java new file mode 100644 index 000000000..e9d8d9944 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/LightBlueStainedGlassPane.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 LightBlueStainedGlassPane { + public static void initStates() { + 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/instance/block/states/LightBlueWallBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/LightBlueWallBanner.java new file mode 100644 index 000000000..9d11003d1 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/LightBlueWallBanner.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 LightBlueWallBanner { + public static void initStates() { + 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/instance/block/states/LightGrayBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/LightGrayBanner.java new file mode 100644 index 000000000..f200ea67b --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/LightGrayBanner.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 LightGrayBanner { + public static void initStates() { + 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/instance/block/states/LightGrayBed.java b/src/autogenerated/java/net/minestom/instance/block/states/LightGrayBed.java new file mode 100644 index 000000000..ccffa9586 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/LightGrayBed.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 LightGrayBed { + public static void initStates() { + 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/instance/block/states/LightGrayGlazedTerracotta.java b/src/autogenerated/java/net/minestom/instance/block/states/LightGrayGlazedTerracotta.java new file mode 100644 index 000000000..38d119bbe --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/LightGrayGlazedTerracotta.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 LightGrayGlazedTerracotta { + public static void initStates() { + 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/instance/block/states/LightGrayShulkerBox.java b/src/autogenerated/java/net/minestom/instance/block/states/LightGrayShulkerBox.java new file mode 100644 index 000000000..bb455166a --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/LightGrayShulkerBox.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 LightGrayShulkerBox { + public static void initStates() { + 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/instance/block/states/LightGrayStainedGlassPane.java b/src/autogenerated/java/net/minestom/instance/block/states/LightGrayStainedGlassPane.java new file mode 100644 index 000000000..e4749d13b --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/LightGrayStainedGlassPane.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 LightGrayStainedGlassPane { + public static void initStates() { + 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/instance/block/states/LightGrayWallBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/LightGrayWallBanner.java new file mode 100644 index 000000000..8128e9db2 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/LightGrayWallBanner.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 LightGrayWallBanner { + public static void initStates() { + 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/instance/block/states/LightWeightedPressurePlate.java b/src/autogenerated/java/net/minestom/instance/block/states/LightWeightedPressurePlate.java new file mode 100644 index 000000000..eee4dea1a --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/LightWeightedPressurePlate.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 LightWeightedPressurePlate { + public static void initStates() { + 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/instance/block/states/Lilac.java b/src/autogenerated/java/net/minestom/instance/block/states/Lilac.java new file mode 100644 index 000000000..7b3c839f0 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Lilac.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Lilac { + public static void initStates() { + LILAC.addBlockAlternative(new BlockAlternative((short) 7351, "half=upper")); + LILAC.addBlockAlternative(new BlockAlternative((short) 7352, "half=lower")); + } +} diff --git a/src/autogenerated/java/net/minestom/instance/block/states/LimeBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/LimeBanner.java new file mode 100644 index 000000000..9510e090b --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/LimeBanner.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 LimeBanner { + public static void initStates() { + 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/instance/block/states/LimeBed.java b/src/autogenerated/java/net/minestom/instance/block/states/LimeBed.java new file mode 100644 index 000000000..e24372b94 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/LimeBed.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 LimeBed { + public static void initStates() { + 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/instance/block/states/LimeGlazedTerracotta.java b/src/autogenerated/java/net/minestom/instance/block/states/LimeGlazedTerracotta.java new file mode 100644 index 000000000..b25683930 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/LimeGlazedTerracotta.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 LimeGlazedTerracotta { + public static void initStates() { + 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/instance/block/states/LimeShulkerBox.java b/src/autogenerated/java/net/minestom/instance/block/states/LimeShulkerBox.java new file mode 100644 index 000000000..4c3c9b51f --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/LimeShulkerBox.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 LimeShulkerBox { + public static void initStates() { + 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/instance/block/states/LimeStainedGlassPane.java b/src/autogenerated/java/net/minestom/instance/block/states/LimeStainedGlassPane.java new file mode 100644 index 000000000..ae1ede362 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/LimeStainedGlassPane.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 LimeStainedGlassPane { + public static void initStates() { + 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/instance/block/states/LimeWallBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/LimeWallBanner.java new file mode 100644 index 000000000..981558a78 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/LimeWallBanner.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 LimeWallBanner { + public static void initStates() { + 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/instance/block/states/Loom.java b/src/autogenerated/java/net/minestom/instance/block/states/Loom.java new file mode 100644 index 000000000..a85a4734f --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Loom.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Loom { + public static void initStates() { + 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/instance/block/states/MagentaBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/MagentaBanner.java new file mode 100644 index 000000000..13ed5def1 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/MagentaBanner.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 MagentaBanner { + public static void initStates() { + 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/instance/block/states/MagentaBed.java b/src/autogenerated/java/net/minestom/instance/block/states/MagentaBed.java new file mode 100644 index 000000000..b0d7d17a1 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/MagentaBed.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 MagentaBed { + public static void initStates() { + 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/instance/block/states/MagentaGlazedTerracotta.java b/src/autogenerated/java/net/minestom/instance/block/states/MagentaGlazedTerracotta.java new file mode 100644 index 000000000..61d4597e5 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/MagentaGlazedTerracotta.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 MagentaGlazedTerracotta { + public static void initStates() { + 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/instance/block/states/MagentaShulkerBox.java b/src/autogenerated/java/net/minestom/instance/block/states/MagentaShulkerBox.java new file mode 100644 index 000000000..d3ed3e3b1 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/MagentaShulkerBox.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 MagentaShulkerBox { + public static void initStates() { + 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/instance/block/states/MagentaStainedGlassPane.java b/src/autogenerated/java/net/minestom/instance/block/states/MagentaStainedGlassPane.java new file mode 100644 index 000000000..21c4c1496 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/MagentaStainedGlassPane.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 MagentaStainedGlassPane { + public static void initStates() { + 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/instance/block/states/MagentaWallBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/MagentaWallBanner.java new file mode 100644 index 000000000..486a8d240 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/MagentaWallBanner.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 MagentaWallBanner { + public static void initStates() { + 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/instance/block/states/MelonStem.java b/src/autogenerated/java/net/minestom/instance/block/states/MelonStem.java new file mode 100644 index 000000000..88f9e41ad --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/MelonStem.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 MelonStem { + public static void initStates() { + 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/instance/block/states/MossyCobblestoneSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/MossyCobblestoneSlab.java new file mode 100644 index 000000000..b2ea9de33 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/MossyCobblestoneSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 MossyCobblestoneSlab { + public static void initStates() { + 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/instance/block/states/MossyCobblestoneStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/MossyCobblestoneStairs.java new file mode 100644 index 000000000..3a83c1dfb --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/MossyCobblestoneStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 MossyCobblestoneStairs { + public static void initStates() { + 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/instance/block/states/MossyCobblestoneWall.java b/src/autogenerated/java/net/minestom/instance/block/states/MossyCobblestoneWall.java new file mode 100644 index 000000000..79200244e --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/MossyCobblestoneWall.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 MossyCobblestoneWall { + public static void initStates() { + 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/instance/block/states/MossyStoneBrickSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/MossyStoneBrickSlab.java new file mode 100644 index 000000000..72c8738e1 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/MossyStoneBrickSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 MossyStoneBrickSlab { + public static void initStates() { + 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/instance/block/states/MossyStoneBrickStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/MossyStoneBrickStairs.java new file mode 100644 index 000000000..99b2fc21b --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/MossyStoneBrickStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 MossyStoneBrickStairs { + public static void initStates() { + 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/instance/block/states/MossyStoneBrickWall.java b/src/autogenerated/java/net/minestom/instance/block/states/MossyStoneBrickWall.java new file mode 100644 index 000000000..f974959f2 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/MossyStoneBrickWall.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 MossyStoneBrickWall { + public static void initStates() { + 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/instance/block/states/MovingPiston.java b/src/autogenerated/java/net/minestom/instance/block/states/MovingPiston.java new file mode 100644 index 000000000..a95618e7c --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/MovingPiston.java @@ -0,0 +1,23 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 MovingPiston { + public static void initStates() { + 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/instance/block/states/MushroomStem.java b/src/autogenerated/java/net/minestom/instance/block/states/MushroomStem.java new file mode 100644 index 000000000..2355aec3a --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/MushroomStem.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 MushroomStem { + public static void initStates() { + 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/instance/block/states/Mycelium.java b/src/autogenerated/java/net/minestom/instance/block/states/Mycelium.java new file mode 100644 index 000000000..dffd2da99 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Mycelium.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Mycelium { + public static void initStates() { + MYCELIUM.addBlockAlternative(new BlockAlternative((short) 4996, "snowy=true")); + MYCELIUM.addBlockAlternative(new BlockAlternative((short) 4997, "snowy=false")); + } +} diff --git a/src/autogenerated/java/net/minestom/instance/block/states/NetherBrickFence.java b/src/autogenerated/java/net/minestom/instance/block/states/NetherBrickFence.java new file mode 100644 index 000000000..cece0a856 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/NetherBrickFence.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 NetherBrickFence { + public static void initStates() { + 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/instance/block/states/NetherBrickSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/NetherBrickSlab.java new file mode 100644 index 000000000..9bb2070da --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/NetherBrickSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 NetherBrickSlab { + public static void initStates() { + 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/instance/block/states/NetherBrickStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/NetherBrickStairs.java new file mode 100644 index 000000000..2bc5bd4b1 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/NetherBrickStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 NetherBrickStairs { + public static void initStates() { + 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/instance/block/states/NetherBrickWall.java b/src/autogenerated/java/net/minestom/instance/block/states/NetherBrickWall.java new file mode 100644 index 000000000..10d0b35b9 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/NetherBrickWall.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 NetherBrickWall { + public static void initStates() { + 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/instance/block/states/NetherPortal.java b/src/autogenerated/java/net/minestom/instance/block/states/NetherPortal.java new file mode 100644 index 000000000..14832fcfb --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/NetherPortal.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 NetherPortal { + public static void initStates() { + 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/instance/block/states/NetherWart.java b/src/autogenerated/java/net/minestom/instance/block/states/NetherWart.java new file mode 100644 index 000000000..50f7effad --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/NetherWart.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 NetherWart { + public static void initStates() { + 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/instance/block/states/NoteBlock.java b/src/autogenerated/java/net/minestom/instance/block/states/NoteBlock.java new file mode 100644 index 000000000..0e50d5a38 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/NoteBlock.java @@ -0,0 +1,811 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 NoteBlock { + public static void initStates() { + 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/instance/block/states/OakButton.java b/src/autogenerated/java/net/minestom/instance/block/states/OakButton.java new file mode 100644 index 000000000..a590e18e6 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/OakButton.java @@ -0,0 +1,35 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 OakButton { + public static void initStates() { + 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/instance/block/states/OakDoor.java b/src/autogenerated/java/net/minestom/instance/block/states/OakDoor.java new file mode 100644 index 000000000..faec4fbaa --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/OakDoor.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 OakDoor { + public static void initStates() { + 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/instance/block/states/OakFence.java b/src/autogenerated/java/net/minestom/instance/block/states/OakFence.java new file mode 100644 index 000000000..fa64d5432 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/OakFence.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 OakFence { + public static void initStates() { + 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/instance/block/states/OakFenceGate.java b/src/autogenerated/java/net/minestom/instance/block/states/OakFenceGate.java new file mode 100644 index 000000000..4d2809b43 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/OakFenceGate.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 OakFenceGate { + public static void initStates() { + 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/instance/block/states/OakLeaves.java b/src/autogenerated/java/net/minestom/instance/block/states/OakLeaves.java new file mode 100644 index 000000000..baf6bfec8 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/OakLeaves.java @@ -0,0 +1,25 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 OakLeaves { + public static void initStates() { + 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/instance/block/states/OakLog.java b/src/autogenerated/java/net/minestom/instance/block/states/OakLog.java new file mode 100644 index 000000000..ba3511e2e --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/OakLog.java @@ -0,0 +1,14 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 OakLog { + public static void initStates() { + 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/instance/block/states/OakPressurePlate.java b/src/autogenerated/java/net/minestom/instance/block/states/OakPressurePlate.java new file mode 100644 index 000000000..2fb11fbe6 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/OakPressurePlate.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 OakPressurePlate { + public static void initStates() { + 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/instance/block/states/OakSapling.java b/src/autogenerated/java/net/minestom/instance/block/states/OakSapling.java new file mode 100644 index 000000000..b28a5e291 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/OakSapling.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 OakSapling { + public static void initStates() { + OAK_SAPLING.addBlockAlternative(new BlockAlternative((short) 21, "stage=0")); + OAK_SAPLING.addBlockAlternative(new BlockAlternative((short) 22, "stage=1")); + } +} diff --git a/src/autogenerated/java/net/minestom/instance/block/states/OakSign.java b/src/autogenerated/java/net/minestom/instance/block/states/OakSign.java new file mode 100644 index 000000000..7b0bde0c5 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/OakSign.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 OakSign { + public static void initStates() { + 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/instance/block/states/OakSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/OakSlab.java new file mode 100644 index 000000000..9e1f9aa64 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/OakSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 OakSlab { + public static void initStates() { + 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/instance/block/states/OakStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/OakStairs.java new file mode 100644 index 000000000..dd11c6dc3 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/OakStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 OakStairs { + public static void initStates() { + 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/instance/block/states/OakTrapdoor.java b/src/autogenerated/java/net/minestom/instance/block/states/OakTrapdoor.java new file mode 100644 index 000000000..6fa1e0c6e --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/OakTrapdoor.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 OakTrapdoor { + public static void initStates() { + 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/instance/block/states/OakWallSign.java b/src/autogenerated/java/net/minestom/instance/block/states/OakWallSign.java new file mode 100644 index 000000000..41e010559 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/OakWallSign.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 OakWallSign { + public static void initStates() { + 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/instance/block/states/OakWood.java b/src/autogenerated/java/net/minestom/instance/block/states/OakWood.java new file mode 100644 index 000000000..49ecb6e5d --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/OakWood.java @@ -0,0 +1,14 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 OakWood { + public static void initStates() { + 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/instance/block/states/Observer.java b/src/autogenerated/java/net/minestom/instance/block/states/Observer.java new file mode 100644 index 000000000..26db228ef --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Observer.java @@ -0,0 +1,23 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Observer { + public static void initStates() { + 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/instance/block/states/OrangeBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/OrangeBanner.java new file mode 100644 index 000000000..de9bd4fc7 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/OrangeBanner.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 OrangeBanner { + public static void initStates() { + 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/instance/block/states/OrangeBed.java b/src/autogenerated/java/net/minestom/instance/block/states/OrangeBed.java new file mode 100644 index 000000000..339050496 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/OrangeBed.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 OrangeBed { + public static void initStates() { + 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/instance/block/states/OrangeGlazedTerracotta.java b/src/autogenerated/java/net/minestom/instance/block/states/OrangeGlazedTerracotta.java new file mode 100644 index 000000000..e7078fb5f --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/OrangeGlazedTerracotta.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 OrangeGlazedTerracotta { + public static void initStates() { + 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/instance/block/states/OrangeShulkerBox.java b/src/autogenerated/java/net/minestom/instance/block/states/OrangeShulkerBox.java new file mode 100644 index 000000000..08e6037da --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/OrangeShulkerBox.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 OrangeShulkerBox { + public static void initStates() { + 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/instance/block/states/OrangeStainedGlassPane.java b/src/autogenerated/java/net/minestom/instance/block/states/OrangeStainedGlassPane.java new file mode 100644 index 000000000..9028e3cbc --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/OrangeStainedGlassPane.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 OrangeStainedGlassPane { + public static void initStates() { + 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/instance/block/states/OrangeWallBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/OrangeWallBanner.java new file mode 100644 index 000000000..53fa4e0c3 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/OrangeWallBanner.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 OrangeWallBanner { + public static void initStates() { + 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/instance/block/states/Peony.java b/src/autogenerated/java/net/minestom/instance/block/states/Peony.java new file mode 100644 index 000000000..f290704bf --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Peony.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Peony { + public static void initStates() { + PEONY.addBlockAlternative(new BlockAlternative((short) 7355, "half=upper")); + PEONY.addBlockAlternative(new BlockAlternative((short) 7356, "half=lower")); + } +} diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PetrifiedOakSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/PetrifiedOakSlab.java new file mode 100644 index 000000000..2755f4247 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PetrifiedOakSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PetrifiedOakSlab { + public static void initStates() { + 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/instance/block/states/PinkBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/PinkBanner.java new file mode 100644 index 000000000..daadcafdb --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PinkBanner.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PinkBanner { + public static void initStates() { + 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/instance/block/states/PinkBed.java b/src/autogenerated/java/net/minestom/instance/block/states/PinkBed.java new file mode 100644 index 000000000..f743cf862 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PinkBed.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PinkBed { + public static void initStates() { + 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/instance/block/states/PinkGlazedTerracotta.java b/src/autogenerated/java/net/minestom/instance/block/states/PinkGlazedTerracotta.java new file mode 100644 index 000000000..ec7b9fb4e --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PinkGlazedTerracotta.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PinkGlazedTerracotta { + public static void initStates() { + 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/instance/block/states/PinkShulkerBox.java b/src/autogenerated/java/net/minestom/instance/block/states/PinkShulkerBox.java new file mode 100644 index 000000000..a33ad5781 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PinkShulkerBox.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PinkShulkerBox { + public static void initStates() { + 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/instance/block/states/PinkStainedGlassPane.java b/src/autogenerated/java/net/minestom/instance/block/states/PinkStainedGlassPane.java new file mode 100644 index 000000000..bb1529f7b --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PinkStainedGlassPane.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PinkStainedGlassPane { + public static void initStates() { + 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/instance/block/states/PinkWallBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/PinkWallBanner.java new file mode 100644 index 000000000..ddbc8cbbd --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PinkWallBanner.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PinkWallBanner { + public static void initStates() { + 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/instance/block/states/Piston.java b/src/autogenerated/java/net/minestom/instance/block/states/Piston.java new file mode 100644 index 000000000..f7ed8507d --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Piston.java @@ -0,0 +1,23 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Piston { + public static void initStates() { + 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/instance/block/states/PistonHead.java b/src/autogenerated/java/net/minestom/instance/block/states/PistonHead.java new file mode 100644 index 000000000..efe9d9549 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PistonHead.java @@ -0,0 +1,35 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PistonHead { + public static void initStates() { + 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/instance/block/states/PlayerHead.java b/src/autogenerated/java/net/minestom/instance/block/states/PlayerHead.java new file mode 100644 index 000000000..25c65b071 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PlayerHead.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PlayerHead { + public static void initStates() { + 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/instance/block/states/PlayerWallHead.java b/src/autogenerated/java/net/minestom/instance/block/states/PlayerWallHead.java new file mode 100644 index 000000000..fda37eb44 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PlayerWallHead.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PlayerWallHead { + public static void initStates() { + 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/instance/block/states/Podzol.java b/src/autogenerated/java/net/minestom/instance/block/states/Podzol.java new file mode 100644 index 000000000..9fac676dc --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Podzol.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Podzol { + public static void initStates() { + PODZOL.addBlockAlternative(new BlockAlternative((short) 12, "snowy=true")); + PODZOL.addBlockAlternative(new BlockAlternative((short) 13, "snowy=false")); + } +} diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PolishedAndesiteSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/PolishedAndesiteSlab.java new file mode 100644 index 000000000..63c6fea38 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PolishedAndesiteSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PolishedAndesiteSlab { + public static void initStates() { + 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/instance/block/states/PolishedAndesiteStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/PolishedAndesiteStairs.java new file mode 100644 index 000000000..751b50adc --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PolishedAndesiteStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PolishedAndesiteStairs { + public static void initStates() { + 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/instance/block/states/PolishedDioriteSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/PolishedDioriteSlab.java new file mode 100644 index 000000000..910b03cd3 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PolishedDioriteSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PolishedDioriteSlab { + public static void initStates() { + 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/instance/block/states/PolishedDioriteStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/PolishedDioriteStairs.java new file mode 100644 index 000000000..29d6c4f79 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PolishedDioriteStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PolishedDioriteStairs { + public static void initStates() { + 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/instance/block/states/PolishedGraniteSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/PolishedGraniteSlab.java new file mode 100644 index 000000000..a4fff3859 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PolishedGraniteSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PolishedGraniteSlab { + public static void initStates() { + 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/instance/block/states/PolishedGraniteStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/PolishedGraniteStairs.java new file mode 100644 index 000000000..4cc11b851 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PolishedGraniteStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PolishedGraniteStairs { + public static void initStates() { + 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/instance/block/states/Potatoes.java b/src/autogenerated/java/net/minestom/instance/block/states/Potatoes.java new file mode 100644 index 000000000..0d23d6830 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Potatoes.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Potatoes { + public static void initStates() { + 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/instance/block/states/PoweredRail.java b/src/autogenerated/java/net/minestom/instance/block/states/PoweredRail.java new file mode 100644 index 000000000..31f89dd60 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PoweredRail.java @@ -0,0 +1,23 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PoweredRail { + public static void initStates() { + 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/instance/block/states/PrismarineBrickSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/PrismarineBrickSlab.java new file mode 100644 index 000000000..4ce38e8f8 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PrismarineBrickSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PrismarineBrickSlab { + public static void initStates() { + 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/instance/block/states/PrismarineBrickStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/PrismarineBrickStairs.java new file mode 100644 index 000000000..999c9c91c --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PrismarineBrickStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PrismarineBrickStairs { + public static void initStates() { + 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/instance/block/states/PrismarineSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/PrismarineSlab.java new file mode 100644 index 000000000..1b0caee1a --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PrismarineSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PrismarineSlab { + public static void initStates() { + 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/instance/block/states/PrismarineStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/PrismarineStairs.java new file mode 100644 index 000000000..d0a0e4ce9 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PrismarineStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PrismarineStairs { + public static void initStates() { + 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/instance/block/states/PrismarineWall.java b/src/autogenerated/java/net/minestom/instance/block/states/PrismarineWall.java new file mode 100644 index 000000000..bcbb5a2a8 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PrismarineWall.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PrismarineWall { + public static void initStates() { + 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/instance/block/states/PumpkinStem.java b/src/autogenerated/java/net/minestom/instance/block/states/PumpkinStem.java new file mode 100644 index 000000000..d75726801 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PumpkinStem.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PumpkinStem { + public static void initStates() { + 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/instance/block/states/PurpleBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/PurpleBanner.java new file mode 100644 index 000000000..4d805748d --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PurpleBanner.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PurpleBanner { + public static void initStates() { + 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/instance/block/states/PurpleBed.java b/src/autogenerated/java/net/minestom/instance/block/states/PurpleBed.java new file mode 100644 index 000000000..fc8703f3e --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PurpleBed.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PurpleBed { + public static void initStates() { + 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/instance/block/states/PurpleGlazedTerracotta.java b/src/autogenerated/java/net/minestom/instance/block/states/PurpleGlazedTerracotta.java new file mode 100644 index 000000000..2d0e5be17 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PurpleGlazedTerracotta.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PurpleGlazedTerracotta { + public static void initStates() { + 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/instance/block/states/PurpleShulkerBox.java b/src/autogenerated/java/net/minestom/instance/block/states/PurpleShulkerBox.java new file mode 100644 index 000000000..34806dd3c --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PurpleShulkerBox.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PurpleShulkerBox { + public static void initStates() { + 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/instance/block/states/PurpleStainedGlassPane.java b/src/autogenerated/java/net/minestom/instance/block/states/PurpleStainedGlassPane.java new file mode 100644 index 000000000..ae5abb3ab --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PurpleStainedGlassPane.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PurpleStainedGlassPane { + public static void initStates() { + 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/instance/block/states/PurpleWallBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/PurpleWallBanner.java new file mode 100644 index 000000000..72ad777df --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PurpleWallBanner.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PurpleWallBanner { + public static void initStates() { + 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/instance/block/states/PurpurPillar.java b/src/autogenerated/java/net/minestom/instance/block/states/PurpurPillar.java new file mode 100644 index 000000000..083f11e83 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PurpurPillar.java @@ -0,0 +1,14 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PurpurPillar { + public static void initStates() { + 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/instance/block/states/PurpurSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/PurpurSlab.java new file mode 100644 index 000000000..c4fdb0aba --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PurpurSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PurpurSlab { + public static void initStates() { + 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/instance/block/states/PurpurStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/PurpurStairs.java new file mode 100644 index 000000000..9566f5e3d --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/PurpurStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 PurpurStairs { + public static void initStates() { + 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/instance/block/states/QuartzPillar.java b/src/autogenerated/java/net/minestom/instance/block/states/QuartzPillar.java new file mode 100644 index 000000000..b7e9465e4 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/QuartzPillar.java @@ -0,0 +1,14 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 QuartzPillar { + public static void initStates() { + 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/instance/block/states/QuartzSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/QuartzSlab.java new file mode 100644 index 000000000..80c64475b --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/QuartzSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 QuartzSlab { + public static void initStates() { + 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/instance/block/states/QuartzStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/QuartzStairs.java new file mode 100644 index 000000000..5221608f4 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/QuartzStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 QuartzStairs { + public static void initStates() { + 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/instance/block/states/Rail.java b/src/autogenerated/java/net/minestom/instance/block/states/Rail.java new file mode 100644 index 000000000..33cdc7ceb --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Rail.java @@ -0,0 +1,21 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Rail { + public static void initStates() { + 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/instance/block/states/RedBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/RedBanner.java new file mode 100644 index 000000000..3c1055114 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/RedBanner.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 RedBanner { + public static void initStates() { + 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/instance/block/states/RedBed.java b/src/autogenerated/java/net/minestom/instance/block/states/RedBed.java new file mode 100644 index 000000000..2cad03159 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/RedBed.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 RedBed { + public static void initStates() { + 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/instance/block/states/RedGlazedTerracotta.java b/src/autogenerated/java/net/minestom/instance/block/states/RedGlazedTerracotta.java new file mode 100644 index 000000000..59d8b17c5 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/RedGlazedTerracotta.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 RedGlazedTerracotta { + public static void initStates() { + 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/instance/block/states/RedMushroomBlock.java b/src/autogenerated/java/net/minestom/instance/block/states/RedMushroomBlock.java new file mode 100644 index 000000000..b212af60a --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/RedMushroomBlock.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 RedMushroomBlock { + public static void initStates() { + 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/instance/block/states/RedNetherBrickSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/RedNetherBrickSlab.java new file mode 100644 index 000000000..c91793d5f --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/RedNetherBrickSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 RedNetherBrickSlab { + public static void initStates() { + 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/instance/block/states/RedNetherBrickStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/RedNetherBrickStairs.java new file mode 100644 index 000000000..9d6d8938d --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/RedNetherBrickStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 RedNetherBrickStairs { + public static void initStates() { + 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/instance/block/states/RedNetherBrickWall.java b/src/autogenerated/java/net/minestom/instance/block/states/RedNetherBrickWall.java new file mode 100644 index 000000000..2dee9d741 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/RedNetherBrickWall.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 RedNetherBrickWall { + public static void initStates() { + 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/instance/block/states/RedSandstoneSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/RedSandstoneSlab.java new file mode 100644 index 000000000..ef6e6c16a --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/RedSandstoneSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 RedSandstoneSlab { + public static void initStates() { + 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/instance/block/states/RedSandstoneStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/RedSandstoneStairs.java new file mode 100644 index 000000000..b298881d1 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/RedSandstoneStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 RedSandstoneStairs { + public static void initStates() { + 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/instance/block/states/RedSandstoneWall.java b/src/autogenerated/java/net/minestom/instance/block/states/RedSandstoneWall.java new file mode 100644 index 000000000..c84b0ec70 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/RedSandstoneWall.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 RedSandstoneWall { + public static void initStates() { + 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/instance/block/states/RedShulkerBox.java b/src/autogenerated/java/net/minestom/instance/block/states/RedShulkerBox.java new file mode 100644 index 000000000..ad4c17ee1 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/RedShulkerBox.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 RedShulkerBox { + public static void initStates() { + 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/instance/block/states/RedStainedGlassPane.java b/src/autogenerated/java/net/minestom/instance/block/states/RedStainedGlassPane.java new file mode 100644 index 000000000..280bbf5d7 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/RedStainedGlassPane.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 RedStainedGlassPane { + public static void initStates() { + 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/instance/block/states/RedWallBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/RedWallBanner.java new file mode 100644 index 000000000..3f2895ee6 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/RedWallBanner.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 RedWallBanner { + public static void initStates() { + 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/instance/block/states/RedstoneLamp.java b/src/autogenerated/java/net/minestom/instance/block/states/RedstoneLamp.java new file mode 100644 index 000000000..2b0701730 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/RedstoneLamp.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 RedstoneLamp { + public static void initStates() { + 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/instance/block/states/RedstoneOre.java b/src/autogenerated/java/net/minestom/instance/block/states/RedstoneOre.java new file mode 100644 index 000000000..f9d897d4a --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/RedstoneOre.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 RedstoneOre { + public static void initStates() { + 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/instance/block/states/RedstoneTorch.java b/src/autogenerated/java/net/minestom/instance/block/states/RedstoneTorch.java new file mode 100644 index 000000000..2542d897d --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/RedstoneTorch.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 RedstoneTorch { + public static void initStates() { + 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/instance/block/states/RedstoneWallTorch.java b/src/autogenerated/java/net/minestom/instance/block/states/RedstoneWallTorch.java new file mode 100644 index 000000000..45c13e19a --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/RedstoneWallTorch.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 RedstoneWallTorch { + public static void initStates() { + 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/instance/block/states/RedstoneWire.java b/src/autogenerated/java/net/minestom/instance/block/states/RedstoneWire.java new file mode 100644 index 000000000..016ca56b7 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/RedstoneWire.java @@ -0,0 +1,1307 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 RedstoneWire { + public static void initStates() { + 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/instance/block/states/Repeater.java b/src/autogenerated/java/net/minestom/instance/block/states/Repeater.java new file mode 100644 index 000000000..44aa03646 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Repeater.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Repeater { + public static void initStates() { + 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/instance/block/states/RepeatingCommandBlock.java b/src/autogenerated/java/net/minestom/instance/block/states/RepeatingCommandBlock.java new file mode 100644 index 000000000..b4f68c8fa --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/RepeatingCommandBlock.java @@ -0,0 +1,23 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 RepeatingCommandBlock { + public static void initStates() { + 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/instance/block/states/RoseBush.java b/src/autogenerated/java/net/minestom/instance/block/states/RoseBush.java new file mode 100644 index 000000000..9ca28f400 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/RoseBush.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 RoseBush { + public static void initStates() { + 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/instance/block/states/SandstoneSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/SandstoneSlab.java new file mode 100644 index 000000000..d3e3d29a0 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/SandstoneSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 SandstoneSlab { + public static void initStates() { + 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/instance/block/states/SandstoneStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/SandstoneStairs.java new file mode 100644 index 000000000..932cc9286 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/SandstoneStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 SandstoneStairs { + public static void initStates() { + 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/instance/block/states/SandstoneWall.java b/src/autogenerated/java/net/minestom/instance/block/states/SandstoneWall.java new file mode 100644 index 000000000..24401dfe8 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/SandstoneWall.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 SandstoneWall { + public static void initStates() { + 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/instance/block/states/Scaffolding.java b/src/autogenerated/java/net/minestom/instance/block/states/Scaffolding.java new file mode 100644 index 000000000..2294b1d1d --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Scaffolding.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Scaffolding { + public static void initStates() { + 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/instance/block/states/SeaPickle.java b/src/autogenerated/java/net/minestom/instance/block/states/SeaPickle.java new file mode 100644 index 000000000..0f1214abc --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/SeaPickle.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 SeaPickle { + public static void initStates() { + 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/instance/block/states/ShulkerBox.java b/src/autogenerated/java/net/minestom/instance/block/states/ShulkerBox.java new file mode 100644 index 000000000..a59ec465a --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/ShulkerBox.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 ShulkerBox { + public static void initStates() { + 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/instance/block/states/SkeletonSkull.java b/src/autogenerated/java/net/minestom/instance/block/states/SkeletonSkull.java new file mode 100644 index 000000000..c0dd18b64 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/SkeletonSkull.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 SkeletonSkull { + public static void initStates() { + 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/instance/block/states/SkeletonWallSkull.java b/src/autogenerated/java/net/minestom/instance/block/states/SkeletonWallSkull.java new file mode 100644 index 000000000..c4b974fdc --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/SkeletonWallSkull.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 SkeletonWallSkull { + public static void initStates() { + 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/instance/block/states/Smoker.java b/src/autogenerated/java/net/minestom/instance/block/states/Smoker.java new file mode 100644 index 000000000..22dc67d4f --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Smoker.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Smoker { + public static void initStates() { + 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/instance/block/states/SmoothQuartzSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/SmoothQuartzSlab.java new file mode 100644 index 000000000..657aa04f9 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/SmoothQuartzSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 SmoothQuartzSlab { + public static void initStates() { + 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/instance/block/states/SmoothQuartzStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/SmoothQuartzStairs.java new file mode 100644 index 000000000..f19ba6b5d --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/SmoothQuartzStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 SmoothQuartzStairs { + public static void initStates() { + 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/instance/block/states/SmoothRedSandstoneSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/SmoothRedSandstoneSlab.java new file mode 100644 index 000000000..c2079cbc2 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/SmoothRedSandstoneSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 SmoothRedSandstoneSlab { + public static void initStates() { + 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/instance/block/states/SmoothRedSandstoneStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/SmoothRedSandstoneStairs.java new file mode 100644 index 000000000..e41c0da95 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/SmoothRedSandstoneStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 SmoothRedSandstoneStairs { + public static void initStates() { + 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/instance/block/states/SmoothSandstoneSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/SmoothSandstoneSlab.java new file mode 100644 index 000000000..7c4b13535 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/SmoothSandstoneSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 SmoothSandstoneSlab { + public static void initStates() { + 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/instance/block/states/SmoothSandstoneStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/SmoothSandstoneStairs.java new file mode 100644 index 000000000..54b5d0b21 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/SmoothSandstoneStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 SmoothSandstoneStairs { + public static void initStates() { + 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/instance/block/states/SmoothStoneSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/SmoothStoneSlab.java new file mode 100644 index 000000000..68fd7d068 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/SmoothStoneSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 SmoothStoneSlab { + public static void initStates() { + 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/instance/block/states/Snow.java b/src/autogenerated/java/net/minestom/instance/block/states/Snow.java new file mode 100644 index 000000000..aee2e158b --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Snow.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Snow { + public static void initStates() { + 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/instance/block/states/SpruceButton.java b/src/autogenerated/java/net/minestom/instance/block/states/SpruceButton.java new file mode 100644 index 000000000..aa3258e6b --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/SpruceButton.java @@ -0,0 +1,35 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 SpruceButton { + public static void initStates() { + 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/instance/block/states/SpruceDoor.java b/src/autogenerated/java/net/minestom/instance/block/states/SpruceDoor.java new file mode 100644 index 000000000..1f8e89854 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/SpruceDoor.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 SpruceDoor { + public static void initStates() { + 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/instance/block/states/SpruceFence.java b/src/autogenerated/java/net/minestom/instance/block/states/SpruceFence.java new file mode 100644 index 000000000..578488e52 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/SpruceFence.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 SpruceFence { + public static void initStates() { + 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/instance/block/states/SpruceFenceGate.java b/src/autogenerated/java/net/minestom/instance/block/states/SpruceFenceGate.java new file mode 100644 index 000000000..8f9c10119 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/SpruceFenceGate.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 SpruceFenceGate { + public static void initStates() { + 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/instance/block/states/SpruceLeaves.java b/src/autogenerated/java/net/minestom/instance/block/states/SpruceLeaves.java new file mode 100644 index 000000000..a805cd873 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/SpruceLeaves.java @@ -0,0 +1,25 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 SpruceLeaves { + public static void initStates() { + 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/instance/block/states/SpruceLog.java b/src/autogenerated/java/net/minestom/instance/block/states/SpruceLog.java new file mode 100644 index 000000000..82379fc0c --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/SpruceLog.java @@ -0,0 +1,14 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 SpruceLog { + public static void initStates() { + 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/instance/block/states/SprucePressurePlate.java b/src/autogenerated/java/net/minestom/instance/block/states/SprucePressurePlate.java new file mode 100644 index 000000000..fbd684b39 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/SprucePressurePlate.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 SprucePressurePlate { + public static void initStates() { + 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/instance/block/states/SpruceSapling.java b/src/autogenerated/java/net/minestom/instance/block/states/SpruceSapling.java new file mode 100644 index 000000000..7b7f3ce9e --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/SpruceSapling.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 SpruceSapling { + public static void initStates() { + SPRUCE_SAPLING.addBlockAlternative(new BlockAlternative((short) 23, "stage=0")); + SPRUCE_SAPLING.addBlockAlternative(new BlockAlternative((short) 24, "stage=1")); + } +} diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SpruceSign.java b/src/autogenerated/java/net/minestom/instance/block/states/SpruceSign.java new file mode 100644 index 000000000..30927555a --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/SpruceSign.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 SpruceSign { + public static void initStates() { + 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/instance/block/states/SpruceSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/SpruceSlab.java new file mode 100644 index 000000000..355b21430 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/SpruceSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 SpruceSlab { + public static void initStates() { + 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/instance/block/states/SpruceStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/SpruceStairs.java new file mode 100644 index 000000000..527972cdf --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/SpruceStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 SpruceStairs { + public static void initStates() { + 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/instance/block/states/SpruceTrapdoor.java b/src/autogenerated/java/net/minestom/instance/block/states/SpruceTrapdoor.java new file mode 100644 index 000000000..f60c7998a --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/SpruceTrapdoor.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 SpruceTrapdoor { + public static void initStates() { + 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/instance/block/states/SpruceWallSign.java b/src/autogenerated/java/net/minestom/instance/block/states/SpruceWallSign.java new file mode 100644 index 000000000..02a9ee888 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/SpruceWallSign.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 SpruceWallSign { + public static void initStates() { + 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/instance/block/states/SpruceWood.java b/src/autogenerated/java/net/minestom/instance/block/states/SpruceWood.java new file mode 100644 index 000000000..59793236a --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/SpruceWood.java @@ -0,0 +1,14 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 SpruceWood { + public static void initStates() { + 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/instance/block/states/StickyPiston.java b/src/autogenerated/java/net/minestom/instance/block/states/StickyPiston.java new file mode 100644 index 000000000..0703a3340 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/StickyPiston.java @@ -0,0 +1,23 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 StickyPiston { + public static void initStates() { + 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/instance/block/states/StoneBrickSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/StoneBrickSlab.java new file mode 100644 index 000000000..0db503446 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/StoneBrickSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 StoneBrickSlab { + public static void initStates() { + 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/instance/block/states/StoneBrickStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/StoneBrickStairs.java new file mode 100644 index 000000000..9024a1907 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/StoneBrickStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 StoneBrickStairs { + public static void initStates() { + 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/instance/block/states/StoneBrickWall.java b/src/autogenerated/java/net/minestom/instance/block/states/StoneBrickWall.java new file mode 100644 index 000000000..9eae22ebf --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/StoneBrickWall.java @@ -0,0 +1,75 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 StoneBrickWall { + public static void initStates() { + 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/instance/block/states/StoneButton.java b/src/autogenerated/java/net/minestom/instance/block/states/StoneButton.java new file mode 100644 index 000000000..105e3f2b3 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/StoneButton.java @@ -0,0 +1,35 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 StoneButton { + public static void initStates() { + 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/instance/block/states/StonePressurePlate.java b/src/autogenerated/java/net/minestom/instance/block/states/StonePressurePlate.java new file mode 100644 index 000000000..d39bb5c0b --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/StonePressurePlate.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 StonePressurePlate { + public static void initStates() { + 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/instance/block/states/StoneSlab.java b/src/autogenerated/java/net/minestom/instance/block/states/StoneSlab.java new file mode 100644 index 000000000..e59a02c79 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/StoneSlab.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 StoneSlab { + public static void initStates() { + 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/instance/block/states/StoneStairs.java b/src/autogenerated/java/net/minestom/instance/block/states/StoneStairs.java new file mode 100644 index 000000000..fb63dbbf6 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/StoneStairs.java @@ -0,0 +1,91 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 StoneStairs { + public static void initStates() { + 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/instance/block/states/Stonecutter.java b/src/autogenerated/java/net/minestom/instance/block/states/Stonecutter.java new file mode 100644 index 000000000..8fcafb11f --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Stonecutter.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Stonecutter { + public static void initStates() { + 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/instance/block/states/StrippedAcaciaLog.java b/src/autogenerated/java/net/minestom/instance/block/states/StrippedAcaciaLog.java new file mode 100644 index 000000000..c76b2b3a9 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/StrippedAcaciaLog.java @@ -0,0 +1,14 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 StrippedAcaciaLog { + public static void initStates() { + 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/instance/block/states/StrippedAcaciaWood.java b/src/autogenerated/java/net/minestom/instance/block/states/StrippedAcaciaWood.java new file mode 100644 index 000000000..21f39ce61 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/StrippedAcaciaWood.java @@ -0,0 +1,14 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 StrippedAcaciaWood { + public static void initStates() { + 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/instance/block/states/StrippedBirchLog.java b/src/autogenerated/java/net/minestom/instance/block/states/StrippedBirchLog.java new file mode 100644 index 000000000..499a4849e --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/StrippedBirchLog.java @@ -0,0 +1,14 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 StrippedBirchLog { + public static void initStates() { + 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/instance/block/states/StrippedBirchWood.java b/src/autogenerated/java/net/minestom/instance/block/states/StrippedBirchWood.java new file mode 100644 index 000000000..acb0d75fd --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/StrippedBirchWood.java @@ -0,0 +1,14 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 StrippedBirchWood { + public static void initStates() { + 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/instance/block/states/StrippedDarkOakLog.java b/src/autogenerated/java/net/minestom/instance/block/states/StrippedDarkOakLog.java new file mode 100644 index 000000000..4ca3ed325 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/StrippedDarkOakLog.java @@ -0,0 +1,14 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 StrippedDarkOakLog { + public static void initStates() { + 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/instance/block/states/StrippedDarkOakWood.java b/src/autogenerated/java/net/minestom/instance/block/states/StrippedDarkOakWood.java new file mode 100644 index 000000000..4787fd900 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/StrippedDarkOakWood.java @@ -0,0 +1,14 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 StrippedDarkOakWood { + public static void initStates() { + 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/instance/block/states/StrippedJungleLog.java b/src/autogenerated/java/net/minestom/instance/block/states/StrippedJungleLog.java new file mode 100644 index 000000000..628a24149 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/StrippedJungleLog.java @@ -0,0 +1,14 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 StrippedJungleLog { + public static void initStates() { + 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/instance/block/states/StrippedJungleWood.java b/src/autogenerated/java/net/minestom/instance/block/states/StrippedJungleWood.java new file mode 100644 index 000000000..6db4c0fb0 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/StrippedJungleWood.java @@ -0,0 +1,14 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 StrippedJungleWood { + public static void initStates() { + 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/instance/block/states/StrippedOakLog.java b/src/autogenerated/java/net/minestom/instance/block/states/StrippedOakLog.java new file mode 100644 index 000000000..5d1b3cbe6 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/StrippedOakLog.java @@ -0,0 +1,14 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 StrippedOakLog { + public static void initStates() { + 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/instance/block/states/StrippedOakWood.java b/src/autogenerated/java/net/minestom/instance/block/states/StrippedOakWood.java new file mode 100644 index 000000000..cbb90373f --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/StrippedOakWood.java @@ -0,0 +1,14 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 StrippedOakWood { + public static void initStates() { + 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/instance/block/states/StrippedSpruceLog.java b/src/autogenerated/java/net/minestom/instance/block/states/StrippedSpruceLog.java new file mode 100644 index 000000000..7d44cbbbe --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/StrippedSpruceLog.java @@ -0,0 +1,14 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 StrippedSpruceLog { + public static void initStates() { + 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/instance/block/states/StrippedSpruceWood.java b/src/autogenerated/java/net/minestom/instance/block/states/StrippedSpruceWood.java new file mode 100644 index 000000000..ac79bae82 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/StrippedSpruceWood.java @@ -0,0 +1,14 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 StrippedSpruceWood { + public static void initStates() { + 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/instance/block/states/StructureBlock.java b/src/autogenerated/java/net/minestom/instance/block/states/StructureBlock.java new file mode 100644 index 000000000..9ac3c06cb --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/StructureBlock.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 StructureBlock { + public static void initStates() { + 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/instance/block/states/SugarCane.java b/src/autogenerated/java/net/minestom/instance/block/states/SugarCane.java new file mode 100644 index 000000000..8e98710d7 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/SugarCane.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 SugarCane { + public static void initStates() { + 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/instance/block/states/Sunflower.java b/src/autogenerated/java/net/minestom/instance/block/states/Sunflower.java new file mode 100644 index 000000000..4b14a94a0 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Sunflower.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Sunflower { + public static void initStates() { + SUNFLOWER.addBlockAlternative(new BlockAlternative((short) 7349, "half=upper")); + SUNFLOWER.addBlockAlternative(new BlockAlternative((short) 7350, "half=lower")); + } +} diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SweetBerryBush.java b/src/autogenerated/java/net/minestom/instance/block/states/SweetBerryBush.java new file mode 100644 index 000000000..77b3f7648 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/SweetBerryBush.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 SweetBerryBush { + public static void initStates() { + 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/instance/block/states/TallGrass.java b/src/autogenerated/java/net/minestom/instance/block/states/TallGrass.java new file mode 100644 index 000000000..8686b47b2 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/TallGrass.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 TallGrass { + public static void initStates() { + 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/instance/block/states/TallSeagrass.java b/src/autogenerated/java/net/minestom/instance/block/states/TallSeagrass.java new file mode 100644 index 000000000..9e2898f1a --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/TallSeagrass.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 TallSeagrass { + public static void initStates() { + 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/instance/block/states/Tnt.java b/src/autogenerated/java/net/minestom/instance/block/states/Tnt.java new file mode 100644 index 000000000..779706ad9 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Tnt.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Tnt { + public static void initStates() { + TNT.addBlockAlternative(new BlockAlternative((short) 1429, "unstable=true")); + TNT.addBlockAlternative(new BlockAlternative((short) 1430, "unstable=false")); + } +} diff --git a/src/autogenerated/java/net/minestom/instance/block/states/TrappedChest.java b/src/autogenerated/java/net/minestom/instance/block/states/TrappedChest.java new file mode 100644 index 000000000..1896eeeb5 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/TrappedChest.java @@ -0,0 +1,35 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 TrappedChest { + public static void initStates() { + 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/instance/block/states/Tripwire.java b/src/autogenerated/java/net/minestom/instance/block/states/Tripwire.java new file mode 100644 index 000000000..890094708 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Tripwire.java @@ -0,0 +1,139 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Tripwire { + public static void initStates() { + 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/instance/block/states/TripwireHook.java b/src/autogenerated/java/net/minestom/instance/block/states/TripwireHook.java new file mode 100644 index 000000000..4ff2baac1 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/TripwireHook.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 TripwireHook { + public static void initStates() { + 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/instance/block/states/TubeCoral.java b/src/autogenerated/java/net/minestom/instance/block/states/TubeCoral.java new file mode 100644 index 000000000..5f0030486 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/TubeCoral.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 TubeCoral { + public static void initStates() { + 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/instance/block/states/TubeCoralFan.java b/src/autogenerated/java/net/minestom/instance/block/states/TubeCoralFan.java new file mode 100644 index 000000000..f82df80d0 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/TubeCoralFan.java @@ -0,0 +1,13 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 TubeCoralFan { + public static void initStates() { + 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/instance/block/states/TubeCoralWallFan.java b/src/autogenerated/java/net/minestom/instance/block/states/TubeCoralWallFan.java new file mode 100644 index 000000000..57fd91485 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/TubeCoralWallFan.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 TubeCoralWallFan { + public static void initStates() { + 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/instance/block/states/TurtleEgg.java b/src/autogenerated/java/net/minestom/instance/block/states/TurtleEgg.java new file mode 100644 index 000000000..dcf33ecee --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/TurtleEgg.java @@ -0,0 +1,23 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 TurtleEgg { + public static void initStates() { + 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/instance/block/states/Vine.java b/src/autogenerated/java/net/minestom/instance/block/states/Vine.java new file mode 100644 index 000000000..ae1d22c91 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Vine.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Vine { + public static void initStates() { + 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/instance/block/states/WallTorch.java b/src/autogenerated/java/net/minestom/instance/block/states/WallTorch.java new file mode 100644 index 000000000..d3e30ead9 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/WallTorch.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 WallTorch { + public static void initStates() { + 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/instance/block/states/Water.java b/src/autogenerated/java/net/minestom/instance/block/states/Water.java new file mode 100644 index 000000000..386e79a36 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Water.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Water { + public static void initStates() { + WATER.addBlockAlternative(new BlockAlternative((short) 34, "level=0")); + WATER.addBlockAlternative(new BlockAlternative((short) 35, "level=1")); + WATER.addBlockAlternative(new BlockAlternative((short) 36, "level=2")); + WATER.addBlockAlternative(new BlockAlternative((short) 37, "level=3")); + WATER.addBlockAlternative(new BlockAlternative((short) 38, "level=4")); + WATER.addBlockAlternative(new BlockAlternative((short) 39, "level=5")); + WATER.addBlockAlternative(new BlockAlternative((short) 40, "level=6")); + WATER.addBlockAlternative(new BlockAlternative((short) 41, "level=7")); + WATER.addBlockAlternative(new BlockAlternative((short) 42, "level=8")); + WATER.addBlockAlternative(new BlockAlternative((short) 43, "level=9")); + WATER.addBlockAlternative(new BlockAlternative((short) 44, "level=10")); + WATER.addBlockAlternative(new BlockAlternative((short) 45, "level=11")); + WATER.addBlockAlternative(new BlockAlternative((short) 46, "level=12")); + WATER.addBlockAlternative(new BlockAlternative((short) 47, "level=13")); + WATER.addBlockAlternative(new BlockAlternative((short) 48, "level=14")); + WATER.addBlockAlternative(new BlockAlternative((short) 49, "level=15")); + } +} diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Wheat.java b/src/autogenerated/java/net/minestom/instance/block/states/Wheat.java new file mode 100644 index 000000000..c99936825 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/Wheat.java @@ -0,0 +1,19 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 Wheat { + public static void initStates() { + 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/instance/block/states/WhiteBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/WhiteBanner.java new file mode 100644 index 000000000..6b56b4aa5 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/WhiteBanner.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 WhiteBanner { + public static void initStates() { + 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/instance/block/states/WhiteBed.java b/src/autogenerated/java/net/minestom/instance/block/states/WhiteBed.java new file mode 100644 index 000000000..340773be7 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/WhiteBed.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 WhiteBed { + public static void initStates() { + 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/instance/block/states/WhiteGlazedTerracotta.java b/src/autogenerated/java/net/minestom/instance/block/states/WhiteGlazedTerracotta.java new file mode 100644 index 000000000..e4b6ede4c --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/WhiteGlazedTerracotta.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 WhiteGlazedTerracotta { + public static void initStates() { + 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/instance/block/states/WhiteShulkerBox.java b/src/autogenerated/java/net/minestom/instance/block/states/WhiteShulkerBox.java new file mode 100644 index 000000000..79c6d9e8e --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/WhiteShulkerBox.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 WhiteShulkerBox { + public static void initStates() { + 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/instance/block/states/WhiteStainedGlassPane.java b/src/autogenerated/java/net/minestom/instance/block/states/WhiteStainedGlassPane.java new file mode 100644 index 000000000..b92d5ed30 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/WhiteStainedGlassPane.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 WhiteStainedGlassPane { + public static void initStates() { + 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/instance/block/states/WhiteWallBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/WhiteWallBanner.java new file mode 100644 index 000000000..593f02c75 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/WhiteWallBanner.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 WhiteWallBanner { + public static void initStates() { + 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/instance/block/states/WitherSkeletonSkull.java b/src/autogenerated/java/net/minestom/instance/block/states/WitherSkeletonSkull.java new file mode 100644 index 000000000..72046f74c --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/WitherSkeletonSkull.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 WitherSkeletonSkull { + public static void initStates() { + 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/instance/block/states/WitherSkeletonWallSkull.java b/src/autogenerated/java/net/minestom/instance/block/states/WitherSkeletonWallSkull.java new file mode 100644 index 000000000..bd0a91683 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/WitherSkeletonWallSkull.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 WitherSkeletonWallSkull { + public static void initStates() { + 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/instance/block/states/YellowBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/YellowBanner.java new file mode 100644 index 000000000..eabcdd6ad --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/YellowBanner.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 YellowBanner { + public static void initStates() { + 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/instance/block/states/YellowBed.java b/src/autogenerated/java/net/minestom/instance/block/states/YellowBed.java new file mode 100644 index 000000000..9c2e1a56e --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/YellowBed.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 YellowBed { + public static void initStates() { + 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/instance/block/states/YellowGlazedTerracotta.java b/src/autogenerated/java/net/minestom/instance/block/states/YellowGlazedTerracotta.java new file mode 100644 index 000000000..056b1dd4e --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/YellowGlazedTerracotta.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 YellowGlazedTerracotta { + public static void initStates() { + 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/instance/block/states/YellowShulkerBox.java b/src/autogenerated/java/net/minestom/instance/block/states/YellowShulkerBox.java new file mode 100644 index 000000000..ce902d5ab --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/YellowShulkerBox.java @@ -0,0 +1,17 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 YellowShulkerBox { + public static void initStates() { + 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/instance/block/states/YellowStainedGlassPane.java b/src/autogenerated/java/net/minestom/instance/block/states/YellowStainedGlassPane.java new file mode 100644 index 000000000..c01d16fb8 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/YellowStainedGlassPane.java @@ -0,0 +1,43 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 YellowStainedGlassPane { + public static void initStates() { + 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/instance/block/states/YellowWallBanner.java b/src/autogenerated/java/net/minestom/instance/block/states/YellowWallBanner.java new file mode 100644 index 000000000..17f1b6bf1 --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/YellowWallBanner.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 YellowWallBanner { + public static void initStates() { + 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/instance/block/states/ZombieHead.java b/src/autogenerated/java/net/minestom/instance/block/states/ZombieHead.java new file mode 100644 index 000000000..8af3cfb2a --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/ZombieHead.java @@ -0,0 +1,27 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 ZombieHead { + public static void initStates() { + 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/instance/block/states/ZombieWallHead.java b/src/autogenerated/java/net/minestom/instance/block/states/ZombieWallHead.java new file mode 100644 index 000000000..3ced2626b --- /dev/null +++ b/src/autogenerated/java/net/minestom/instance/block/states/ZombieWallHead.java @@ -0,0 +1,15 @@ +package net.minestom.instance.block.states; +import net.minestom.server.instance.block.BlockAlternative; +import static net.minestom.instance.block.TmpBlock.*; +/** + * 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 ZombieWallHead { + public static void initStates() { + 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/generators/java/BlockEnumGenerator.java b/src/generators/java/BlockEnumGenerator.java index 214d412a6..5dadf03cc 100644 --- a/src/generators/java/BlockEnumGenerator.java +++ b/src/generators/java/BlockEnumGenerator.java @@ -2,6 +2,8 @@ import com.google.gson.Gson; import com.google.gson.JsonArray; import com.google.gson.JsonElement; import com.google.gson.JsonObject; +import it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap; +import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; import net.minestom.server.registry.ResourceGatherer; import net.minestom.server.utils.NamespaceID; @@ -76,13 +78,17 @@ public class BlockEnumGenerator { String folder = packageName.replace(".", "/"); String className = "TmpBlock"; EnumGenerator blockGenerator = new EnumGenerator(packageName, className); + blockGenerator.addClassAnnotation("@SuppressWarnings({\"deprecation\"})"); blockGenerator.addImport(NamespaceID.class.getCanonicalName()); blockGenerator.addImport(BlockAlternative.class.getCanonicalName()); blockGenerator.addImport(List.class.getCanonicalName()); blockGenerator.addImport(ArrayList.class.getCanonicalName()); blockGenerator.addImport(Arrays.class.getCanonicalName()); + blockGenerator.addImport(Short2ObjectOpenHashMap.class.getCanonicalName()); + blockGenerator.addImport(blockGenerator.getPackage()+".states.*"); blockGenerator.addHardcodedField("List", "alternatives", "new ArrayList()"); - blockGenerator.setParams("String namespaceID", "short defaultID", "double hardness", "double resistance", "boolean isAir", "boolean isSolid", "NamespaceID blockEntity"); + blockGenerator.addHardcodedField("static Short2ObjectOpenHashMap<"+className+">", "blocksMap", "new Short2ObjectOpenHashMap<>()"); + blockGenerator.setParams("String namespaceID", "short defaultID", "double hardness", "double resistance", "boolean isAir", "boolean isSolid", "NamespaceID blockEntity", "boolean singleState"); blockGenerator.addMethod("getId", "()", "short", "return defaultID;"); blockGenerator.addMethod("isAir", "()", "boolean", "return isAir;"); blockGenerator.addMethod("hasBlockEntity", "()", "boolean", "return blockEntity != null;"); @@ -91,7 +97,10 @@ public class BlockEnumGenerator { blockGenerator.addMethod("getHardness", "()", "double", "return hardness;"); blockGenerator.addMethod("getResistance", "()", "double", "return resistance;"); blockGenerator.addMethod("breaksInstantaneously", "()", "boolean", "return hardness == 0;"); - blockGenerator.addPrivateMethod("addBlockAlternative", "(BlockAlternative alternative)", "void", "alternatives.add(alternative);"); + blockGenerator.addMethod("addBlockAlternative", "(BlockAlternative alternative)", "void", + "alternatives.add(alternative);", + "blocksMap.put(alternative.getId(), this);" + ); String[] withPropertiesLines = { "for (BlockAlternative alt : alternatives) {", "\tif (Arrays.equals(alt.getProperties(), properties)) {", @@ -100,10 +109,14 @@ public class BlockEnumGenerator { "}", "return defaultID;" }; - blockGenerator.addPrivateMethod("withProperties", "(String... properties)", "short", withPropertiesLines); - blockGenerator.appendToConstructor("alternatives.add(new BlockAlternative(defaultID));"); + blockGenerator.addMethod("withProperties", "(String... properties)", "short", withPropertiesLines); + blockGenerator.addMethod("fromId", "(short blockId)", "static "+className, "return blocksMap.getOrDefault(blockId, AIR);"); + blockGenerator.appendToConstructor("if(singleState) {"); + blockGenerator.appendToConstructor("\taddBlockAlternative(new BlockAlternative(defaultID));"); + blockGenerator.appendToConstructor("}"); LOGGER.debug("Generating enum"); StringBuilder staticBlock = new StringBuilder(); + Map subclassContents = new HashMap<>(); for (BlockContainer block : blocks) { String instanceName = block.getId().getPath().toUpperCase(); blockGenerator.addInstance(instanceName, @@ -113,33 +126,34 @@ public class BlockEnumGenerator { block.getResistance(), block.isAir(), block.isSolid(), - block.getBlockEntityName() != null ? "NamespaceID.from(\""+block.getBlockEntityName()+"\")" : "null" + block.getBlockEntityName() != null ? "NamespaceID.from(\""+block.getBlockEntityName()+"\")" : "null", + block.getStates().size() == 1 // used to avoid duplicates inside the 'alternatives' field due to both constructor addition and subclasses initStates() ); // do not add alternative for default states. This will be added by default inside the constructor if(block.getStates().size() > 1) { - staticBlock.append("\t"); - staticBlock.append("{ // block alternatives of "+instanceName); - staticBlock.append("\n"); + StringBuilder subclass = new StringBuilder(); for(BlockContainer.BlockState state : block.getStates()) { if(state == block.getDefaultState()) continue; // generate BlockAlternative instance that will be used to lookup block alternatives - staticBlock.append("\t\t"); - staticBlock.append(instanceName).append(".addBlockAlternative("); - staticBlock.append("new BlockAlternative("); - staticBlock.append("(short) ").append(state.getId()); + subclass.append(instanceName).append(".addBlockAlternative("); + subclass.append("new BlockAlternative("); + subclass.append("(short) ").append(state.getId()); if(state.getProperties() != null) { for(var property : state.getProperties().entrySet()) { - staticBlock.append(", "); - staticBlock.append("\"").append(property.getKey()).append("=").append(property.getValue()).append("\""); + subclass.append(", "); + subclass.append("\"").append(property.getKey()).append("=").append(property.getValue()).append("\""); } } - staticBlock.append(")").append(");\n"); + subclass.append(")").append(");\n"); } - staticBlock.append("\t}\n"); + String blockName = snakeCaseToCapitalizedCamelCase(block.getId().getPath()); + blockName = blockName.replace("_", ""); + subclassContents.put(blockName, subclass.toString()); + staticBlock.append("\t\t").append(blockName).append(".initStates();\n"); } } @@ -149,10 +163,65 @@ public class BlockEnumGenerator { if(!classFolder.exists()) { classFolder.mkdirs(); } + File subclassFolder = new File(classFolder, "states"); + if(!subclassFolder.exists()) { + subclassFolder.mkdirs(); + } + LOGGER.debug("Writing enum to file: "+classFolder+"/"+className+".java"); try(Writer writer = new BufferedWriter(new FileWriter(new File(classFolder, className+".java")))) { writer.write(blockGenerator.generate()); } + + LOGGER.debug("Writing subclasses for block alternatives..."); + StringBuilder classContents = new StringBuilder(); + for (var entry : subclassContents.entrySet()) { + classContents.delete(0, classContents.length()); + String subclass = entry.getKey(); + LOGGER.debug("\t Writing subclass "+subclass+"... "); + + String contents = entry.getValue(); + classContents.append("package ").append(blockGenerator.getPackage()).append(".states;\n"); + classContents.append("import ").append(BlockAlternative.class.getCanonicalName()).append(";\n"); + classContents.append("import static ").append(blockGenerator.getPackage()).append(".").append(blockGenerator.getEnumName()).append(".*;\n"); + classContents.append("/**\n"); + classContents.append(" * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU.\n"); + classContents.append(" */\n"); + classContents.append("@Deprecated(forRemoval = false, since = \"forever\")\n"); + classContents.append("public class ").append(subclass).append(" {\n"); + classContents.append("\tpublic static void initStates() {\n"); + + String[] lines = contents.split("\n"); + for(String line : lines) { + classContents.append("\t\t").append(line).append("\n"); + } + + classContents.append("\t}\n"); + classContents.append("}\n"); + + try(Writer writer = new BufferedWriter(new FileWriter(new File(subclassFolder, subclass+".java")))) { + writer.write(classContents.toString()); + } + LOGGER.debug("\t\t - Done"); + } + } + + private static String snakeCaseToCapitalizedCamelCase(String identifier) { + boolean capitalizeNext = true; + StringBuilder result = new StringBuilder(); + char[] chars = identifier.toCharArray(); + for (int i = 0; i < identifier.length(); i++) { + char currentCharacter = chars[i]; + if(capitalizeNext) { + result.append(Character.toUpperCase(currentCharacter)); + capitalizeNext = false; + } else if(currentCharacter == '_') { + capitalizeNext = true; + } else { + result.append(currentCharacter); + } + } + return result.toString(); } /** diff --git a/src/generators/java/EnumGenerator.java b/src/generators/java/EnumGenerator.java index 7b82bbd2c..4cf95f332 100644 --- a/src/generators/java/EnumGenerator.java +++ b/src/generators/java/EnumGenerator.java @@ -14,6 +14,7 @@ public class EnumGenerator { private List instances = new LinkedList<>(); private List imports = new LinkedList<>(); private List hardcodedFields = new LinkedList<>(); + private List annotations = new LinkedList<>(); private String enumPackage; private String staticBlock; private StringBuilder constructorEnd = new StringBuilder(); @@ -32,7 +33,7 @@ public class EnumGenerator { methods.add(new Method(true, name, signature, returnType, lines)); } - public void addPrivateMethod(String name, String signature, String returnType, String... lines) { + public void addPackageMethod(String name, String signature, String returnType, String... lines) { methods.add(new Method(false, name, signature, returnType, lines)); } @@ -47,6 +48,9 @@ public class EnumGenerator { for(String imp : imports) { builder.append("import ").append(imp).append(";\n"); } + for (String annotation : annotations) { + builder.append(annotation).append("\n"); + } builder.append("\npublic enum ").append(enumName).append(" {\n"); // generate instances @@ -82,7 +86,7 @@ public class EnumGenerator { // hard coded fields for(Field hardcoded : hardcodedFields) { - builder.append("\t").append(hardcoded.type).append(" ").append(hardcoded.name).append(" = ").append(hardcoded.value).append(";"); + builder.append("\tprivate ").append(hardcoded.type).append(" ").append(hardcoded.name).append(" = ").append(hardcoded.value).append(";"); builder.append("\n"); } @@ -117,8 +121,6 @@ public class EnumGenerator { builder.append("\t"); if(m.isPublic) { builder.append("public "); - } else { - builder.append("private "); } builder.append(m.returnType).append(" ").append(m.name).append(m.signature).append(" {\n"); @@ -155,6 +157,18 @@ public class EnumGenerator { hardcodedFields.add(new Field(type, name, value)); } + public void addClassAnnotation(String annotation) { + annotations.add(annotation); + } + + public String getPackage() { + return enumPackage; + } + + public String getEnumName() { + return enumName; + } + private class Method { private final boolean isPublic; private String name; From 290d922e3aaa6d904dbbd2ee3f46ff540bb4f2dc Mon Sep 17 00:00:00 2001 From: jglrxavpok Date: Tue, 23 Jun 2020 18:35:23 +0200 Subject: [PATCH 04/17] Replacing old Block enum with autogenerated Block enum --- prismarine-minecraft-data | 2 +- .../instance/block/Block.java} | 17 +- .../server/instance/block/BlockMap.java | 5 + .../instance/block/states/AcaciaButton.java | 4 +- .../instance/block/states/AcaciaDoor.java | 4 +- .../instance/block/states/AcaciaFence.java | 4 +- .../block/states/AcaciaFenceGate.java | 4 +- .../instance/block/states/AcaciaLeaves.java | 4 +- .../instance/block/states/AcaciaLog.java | 4 +- .../block/states/AcaciaPressurePlate.java | 4 +- .../instance/block/states/AcaciaSapling.java | 4 +- .../instance/block/states/AcaciaSign.java | 4 +- .../instance/block/states/AcaciaSlab.java | 4 +- .../instance/block/states/AcaciaStairs.java | 4 +- .../instance/block/states/AcaciaTrapdoor.java | 4 +- .../instance/block/states/AcaciaWallSign.java | 4 +- .../instance/block/states/AcaciaWood.java | 4 +- .../instance/block/states/ActivatorRail.java | 4 +- .../instance/block/states/AndesiteSlab.java | 4 +- .../instance/block/states/AndesiteStairs.java | 4 +- .../instance/block/states/AndesiteWall.java | 4 +- .../instance/block/states/Anvil.java | 4 +- .../block/states/AttachedMelonStem.java | 4 +- .../block/states/AttachedPumpkinStem.java | 4 +- .../instance/block/states/Bamboo.java | 4 +- .../instance/block/states/Barrel.java | 4 +- .../instance/block/states/BeeNest.java | 4 +- .../instance/block/states/Beehive.java | 4 +- .../instance/block/states/Beetroots.java | 4 +- .../instance/block/states/Bell.java | 4 +- .../instance/block/states/BirchButton.java | 4 +- .../instance/block/states/BirchDoor.java | 4 +- .../instance/block/states/BirchFence.java | 4 +- .../instance/block/states/BirchFenceGate.java | 4 +- .../instance/block/states/BirchLeaves.java | 4 +- .../instance/block/states/BirchLog.java | 4 +- .../block/states/BirchPressurePlate.java | 4 +- .../instance/block/states/BirchSapling.java | 4 +- .../instance/block/states/BirchSign.java | 4 +- .../instance/block/states/BirchSlab.java | 4 +- .../instance/block/states/BirchStairs.java | 4 +- .../instance/block/states/BirchTrapdoor.java | 4 +- .../instance/block/states/BirchWallSign.java | 4 +- .../instance/block/states/BirchWood.java | 4 +- .../instance/block/states/BlackBanner.java | 4 +- .../instance/block/states/BlackBed.java | 4 +- .../block/states/BlackGlazedTerracotta.java | 4 +- .../block/states/BlackShulkerBox.java | 4 +- .../block/states/BlackStainedGlassPane.java | 4 +- .../block/states/BlackWallBanner.java | 4 +- .../instance/block/states/BlastFurnace.java | 4 +- .../instance/block/states/BlueBanner.java | 4 +- .../instance/block/states/BlueBed.java | 4 +- .../block/states/BlueGlazedTerracotta.java | 4 +- .../instance/block/states/BlueShulkerBox.java | 4 +- .../block/states/BlueStainedGlassPane.java | 4 +- .../instance/block/states/BlueWallBanner.java | 4 +- .../instance/block/states/BoneBlock.java | 4 +- .../instance/block/states/BrainCoral.java | 4 +- .../instance/block/states/BrainCoralFan.java | 4 +- .../block/states/BrainCoralWallFan.java | 4 +- .../instance/block/states/BrewingStand.java | 4 +- .../instance/block/states/BrickSlab.java | 4 +- .../instance/block/states/BrickStairs.java | 4 +- .../instance/block/states/BrickWall.java | 4 +- .../instance/block/states/BrownBanner.java | 4 +- .../instance/block/states/BrownBed.java | 4 +- .../block/states/BrownGlazedTerracotta.java | 4 +- .../block/states/BrownMushroomBlock.java | 4 +- .../block/states/BrownShulkerBox.java | 4 +- .../block/states/BrownStainedGlassPane.java | 4 +- .../block/states/BrownWallBanner.java | 4 +- .../instance/block/states/BubbleColumn.java | 4 +- .../instance/block/states/BubbleCoral.java | 4 +- .../instance/block/states/BubbleCoralFan.java | 4 +- .../block/states/BubbleCoralWallFan.java | 4 +- .../instance/block/states/Cactus.java | 4 +- .../instance/block/states/Cake.java | 4 +- .../instance/block/states/Campfire.java | 4 +- .../instance/block/states/Carrots.java | 4 +- .../instance/block/states/CarvedPumpkin.java | 4 +- .../instance/block/states/Cauldron.java | 4 +- .../block/states/ChainCommandBlock.java | 4 +- .../instance/block/states/Chest.java | 4 +- .../instance/block/states/ChippedAnvil.java | 4 +- .../instance/block/states/ChorusFlower.java | 4 +- .../instance/block/states/ChorusPlant.java | 4 +- .../block/states/CobblestoneSlab.java | 4 +- .../block/states/CobblestoneStairs.java | 4 +- .../block/states/CobblestoneWall.java | 4 +- .../instance/block/states/Cocoa.java | 4 +- .../instance/block/states/CommandBlock.java | 4 +- .../instance/block/states/Comparator.java | 4 +- .../instance/block/states/Composter.java | 4 +- .../instance/block/states/Conduit.java | 4 +- .../instance/block/states/CreeperHead.java | 4 +- .../block/states/CreeperWallHead.java | 4 +- .../block/states/CutRedSandstoneSlab.java | 4 +- .../block/states/CutSandstoneSlab.java | 4 +- .../instance/block/states/CyanBanner.java | 4 +- .../instance/block/states/CyanBed.java | 4 +- .../block/states/CyanGlazedTerracotta.java | 4 +- .../instance/block/states/CyanShulkerBox.java | 4 +- .../block/states/CyanStainedGlassPane.java | 4 +- .../instance/block/states/CyanWallBanner.java | 4 +- .../instance/block/states/DamagedAnvil.java | 4 +- .../instance/block/states/DarkOakButton.java | 4 +- .../instance/block/states/DarkOakDoor.java | 4 +- .../instance/block/states/DarkOakFence.java | 4 +- .../block/states/DarkOakFenceGate.java | 4 +- .../instance/block/states/DarkOakLeaves.java | 4 +- .../instance/block/states/DarkOakLog.java | 4 +- .../block/states/DarkOakPressurePlate.java | 4 +- .../instance/block/states/DarkOakSapling.java | 4 +- .../instance/block/states/DarkOakSign.java | 4 +- .../instance/block/states/DarkOakSlab.java | 4 +- .../instance/block/states/DarkOakStairs.java | 4 +- .../block/states/DarkOakTrapdoor.java | 4 +- .../block/states/DarkOakWallSign.java | 4 +- .../instance/block/states/DarkOakWood.java | 4 +- .../block/states/DarkPrismarineSlab.java | 4 +- .../block/states/DarkPrismarineStairs.java | 4 +- .../block/states/DaylightDetector.java | 4 +- .../instance/block/states/DeadBrainCoral.java | 4 +- .../block/states/DeadBrainCoralFan.java | 4 +- .../block/states/DeadBrainCoralWallFan.java | 4 +- .../block/states/DeadBubbleCoral.java | 4 +- .../block/states/DeadBubbleCoralFan.java | 4 +- .../block/states/DeadBubbleCoralWallFan.java | 4 +- .../instance/block/states/DeadFireCoral.java | 4 +- .../block/states/DeadFireCoralFan.java | 4 +- .../block/states/DeadFireCoralWallFan.java | 4 +- .../instance/block/states/DeadHornCoral.java | 4 +- .../block/states/DeadHornCoralFan.java | 4 +- .../block/states/DeadHornCoralWallFan.java | 4 +- .../instance/block/states/DeadTubeCoral.java | 4 +- .../block/states/DeadTubeCoralFan.java | 4 +- .../block/states/DeadTubeCoralWallFan.java | 4 +- .../instance/block/states/DetectorRail.java | 4 +- .../instance/block/states/DioriteSlab.java | 4 +- .../instance/block/states/DioriteStairs.java | 4 +- .../instance/block/states/DioriteWall.java | 4 +- .../instance/block/states/Dispenser.java | 4 +- .../instance/block/states/DragonHead.java | 4 +- .../instance/block/states/DragonWallHead.java | 4 +- .../instance/block/states/Dropper.java | 4 +- .../instance/block/states/EndPortalFrame.java | 4 +- .../instance/block/states/EndRod.java | 4 +- .../block/states/EndStoneBrickSlab.java | 4 +- .../block/states/EndStoneBrickStairs.java | 4 +- .../block/states/EndStoneBrickWall.java | 4 +- .../instance/block/states/EnderChest.java | 4 +- .../instance/block/states/Farmland.java | 4 +- .../instance/block/states/Fire.java | 4 +- .../instance/block/states/FireCoral.java | 4 +- .../instance/block/states/FireCoralFan.java | 4 +- .../block/states/FireCoralWallFan.java | 4 +- .../instance/block/states/FrostedIce.java | 4 +- .../instance/block/states/Furnace.java | 4 +- .../instance/block/states/GlassPane.java | 4 +- .../instance/block/states/GraniteSlab.java | 4 +- .../instance/block/states/GraniteStairs.java | 4 +- .../instance/block/states/GraniteWall.java | 4 +- .../instance/block/states/GrassBlock.java | 4 +- .../instance/block/states/GrayBanner.java | 4 +- .../instance/block/states/GrayBed.java | 4 +- .../block/states/GrayGlazedTerracotta.java | 4 +- .../instance/block/states/GrayShulkerBox.java | 4 +- .../block/states/GrayStainedGlassPane.java | 4 +- .../instance/block/states/GrayWallBanner.java | 4 +- .../instance/block/states/GreenBanner.java | 4 +- .../instance/block/states/GreenBed.java | 4 +- .../block/states/GreenGlazedTerracotta.java | 4 +- .../block/states/GreenShulkerBox.java | 4 +- .../block/states/GreenStainedGlassPane.java | 4 +- .../block/states/GreenWallBanner.java | 4 +- .../instance/block/states/Grindstone.java | 4 +- .../instance/block/states/HayBlock.java | 4 +- .../states/HeavyWeightedPressurePlate.java | 4 +- .../instance/block/states/Hopper.java | 4 +- .../instance/block/states/HornCoral.java | 4 +- .../instance/block/states/HornCoralFan.java | 4 +- .../block/states/HornCoralWallFan.java | 4 +- .../instance/block/states/IronBars.java | 4 +- .../instance/block/states/IronDoor.java | 4 +- .../instance/block/states/IronTrapdoor.java | 4 +- .../instance/block/states/JackOLantern.java | 4 +- .../instance/block/states/Jigsaw.java | 4 +- .../instance/block/states/Jukebox.java | 4 +- .../instance/block/states/JungleButton.java | 4 +- .../instance/block/states/JungleDoor.java | 4 +- .../instance/block/states/JungleFence.java | 4 +- .../block/states/JungleFenceGate.java | 4 +- .../instance/block/states/JungleLeaves.java | 4 +- .../instance/block/states/JungleLog.java | 4 +- .../block/states/JunglePressurePlate.java | 4 +- .../instance/block/states/JungleSapling.java | 4 +- .../instance/block/states/JungleSign.java | 4 +- .../instance/block/states/JungleSlab.java | 4 +- .../instance/block/states/JungleStairs.java | 4 +- .../instance/block/states/JungleTrapdoor.java | 4 +- .../instance/block/states/JungleWallSign.java | 4 +- .../instance/block/states/JungleWood.java | 4 +- .../instance/block/states/Kelp.java | 4 +- .../instance/block/states/Ladder.java | 4 +- .../instance/block/states/Lantern.java | 4 +- .../instance/block/states/LargeFern.java | 4 +- .../instance/block/states/Lava.java | 4 +- .../instance/block/states/Lectern.java | 4 +- .../instance/block/states/Lever.java | 4 +- .../block/states/LightBlueBanner.java | 4 +- .../instance/block/states/LightBlueBed.java | 4 +- .../states/LightBlueGlazedTerracotta.java | 4 +- .../block/states/LightBlueShulkerBox.java | 4 +- .../states/LightBlueStainedGlassPane.java | 4 +- .../block/states/LightBlueWallBanner.java | 4 +- .../block/states/LightGrayBanner.java | 4 +- .../instance/block/states/LightGrayBed.java | 4 +- .../states/LightGrayGlazedTerracotta.java | 4 +- .../block/states/LightGrayShulkerBox.java | 4 +- .../states/LightGrayStainedGlassPane.java | 4 +- .../block/states/LightGrayWallBanner.java | 4 +- .../states/LightWeightedPressurePlate.java | 4 +- .../instance/block/states/Lilac.java | 4 +- .../instance/block/states/LimeBanner.java | 4 +- .../instance/block/states/LimeBed.java | 4 +- .../block/states/LimeGlazedTerracotta.java | 4 +- .../instance/block/states/LimeShulkerBox.java | 4 +- .../block/states/LimeStainedGlassPane.java | 4 +- .../instance/block/states/LimeWallBanner.java | 4 +- .../instance/block/states/Loom.java | 4 +- .../instance/block/states/MagentaBanner.java | 4 +- .../instance/block/states/MagentaBed.java | 4 +- .../block/states/MagentaGlazedTerracotta.java | 4 +- .../block/states/MagentaShulkerBox.java | 4 +- .../block/states/MagentaStainedGlassPane.java | 4 +- .../block/states/MagentaWallBanner.java | 4 +- .../instance/block/states/MelonStem.java | 4 +- .../block/states/MossyCobblestoneSlab.java | 4 +- .../block/states/MossyCobblestoneStairs.java | 4 +- .../block/states/MossyCobblestoneWall.java | 4 +- .../block/states/MossyStoneBrickSlab.java | 4 +- .../block/states/MossyStoneBrickStairs.java | 4 +- .../block/states/MossyStoneBrickWall.java | 4 +- .../instance/block/states/MovingPiston.java | 4 +- .../instance/block/states/MushroomStem.java | 4 +- .../instance/block/states/Mycelium.java | 4 +- .../block/states/NetherBrickFence.java | 4 +- .../block/states/NetherBrickSlab.java | 4 +- .../block/states/NetherBrickStairs.java | 4 +- .../block/states/NetherBrickWall.java | 4 +- .../instance/block/states/NetherPortal.java | 4 +- .../instance/block/states/NetherWart.java | 4 +- .../instance/block/states/NoteBlock.java | 4 +- .../instance/block/states/OakButton.java | 4 +- .../instance/block/states/OakDoor.java | 4 +- .../instance/block/states/OakFence.java | 4 +- .../instance/block/states/OakFenceGate.java | 4 +- .../instance/block/states/OakLeaves.java | 4 +- .../instance/block/states/OakLog.java | 4 +- .../block/states/OakPressurePlate.java | 4 +- .../instance/block/states/OakSapling.java | 4 +- .../instance/block/states/OakSign.java | 4 +- .../instance/block/states/OakSlab.java | 4 +- .../instance/block/states/OakStairs.java | 4 +- .../instance/block/states/OakTrapdoor.java | 4 +- .../instance/block/states/OakWallSign.java | 4 +- .../instance/block/states/OakWood.java | 4 +- .../instance/block/states/Observer.java | 4 +- .../instance/block/states/OrangeBanner.java | 4 +- .../instance/block/states/OrangeBed.java | 4 +- .../block/states/OrangeGlazedTerracotta.java | 4 +- .../block/states/OrangeShulkerBox.java | 4 +- .../block/states/OrangeStainedGlassPane.java | 4 +- .../block/states/OrangeWallBanner.java | 4 +- .../instance/block/states/Peony.java | 4 +- .../block/states/PetrifiedOakSlab.java | 4 +- .../instance/block/states/PinkBanner.java | 4 +- .../instance/block/states/PinkBed.java | 4 +- .../block/states/PinkGlazedTerracotta.java | 4 +- .../instance/block/states/PinkShulkerBox.java | 4 +- .../block/states/PinkStainedGlassPane.java | 4 +- .../instance/block/states/PinkWallBanner.java | 4 +- .../instance/block/states/Piston.java | 4 +- .../instance/block/states/PistonHead.java | 4 +- .../instance/block/states/PlayerHead.java | 4 +- .../instance/block/states/PlayerWallHead.java | 4 +- .../instance/block/states/Podzol.java | 4 +- .../block/states/PolishedAndesiteSlab.java | 4 +- .../block/states/PolishedAndesiteStairs.java | 4 +- .../block/states/PolishedDioriteSlab.java | 4 +- .../block/states/PolishedDioriteStairs.java | 4 +- .../block/states/PolishedGraniteSlab.java | 4 +- .../block/states/PolishedGraniteStairs.java | 4 +- .../instance/block/states/Potatoes.java | 4 +- .../instance/block/states/PoweredRail.java | 4 +- .../block/states/PrismarineBrickSlab.java | 4 +- .../block/states/PrismarineBrickStairs.java | 4 +- .../instance/block/states/PrismarineSlab.java | 4 +- .../block/states/PrismarineStairs.java | 4 +- .../instance/block/states/PrismarineWall.java | 4 +- .../instance/block/states/PumpkinStem.java | 4 +- .../instance/block/states/PurpleBanner.java | 4 +- .../instance/block/states/PurpleBed.java | 4 +- .../block/states/PurpleGlazedTerracotta.java | 4 +- .../block/states/PurpleShulkerBox.java | 4 +- .../block/states/PurpleStainedGlassPane.java | 4 +- .../block/states/PurpleWallBanner.java | 4 +- .../instance/block/states/PurpurPillar.java | 4 +- .../instance/block/states/PurpurSlab.java | 4 +- .../instance/block/states/PurpurStairs.java | 4 +- .../instance/block/states/QuartzPillar.java | 4 +- .../instance/block/states/QuartzSlab.java | 4 +- .../instance/block/states/QuartzStairs.java | 4 +- .../instance/block/states/Rail.java | 4 +- .../instance/block/states/RedBanner.java | 4 +- .../instance/block/states/RedBed.java | 4 +- .../block/states/RedGlazedTerracotta.java | 4 +- .../block/states/RedMushroomBlock.java | 4 +- .../block/states/RedNetherBrickSlab.java | 4 +- .../block/states/RedNetherBrickStairs.java | 4 +- .../block/states/RedNetherBrickWall.java | 4 +- .../block/states/RedSandstoneSlab.java | 4 +- .../block/states/RedSandstoneStairs.java | 4 +- .../block/states/RedSandstoneWall.java | 4 +- .../instance/block/states/RedShulkerBox.java | 4 +- .../block/states/RedStainedGlassPane.java | 4 +- .../instance/block/states/RedWallBanner.java | 4 +- .../instance/block/states/RedstoneLamp.java | 4 +- .../instance/block/states/RedstoneOre.java | 4 +- .../instance/block/states/RedstoneTorch.java | 4 +- .../block/states/RedstoneWallTorch.java | 4 +- .../instance/block/states/RedstoneWire.java | 4 +- .../instance/block/states/Repeater.java | 4 +- .../block/states/RepeatingCommandBlock.java | 4 +- .../instance/block/states/RoseBush.java | 4 +- .../instance/block/states/SandstoneSlab.java | 4 +- .../block/states/SandstoneStairs.java | 4 +- .../instance/block/states/SandstoneWall.java | 4 +- .../instance/block/states/Scaffolding.java | 4 +- .../instance/block/states/SeaPickle.java | 4 +- .../instance/block/states/ShulkerBox.java | 4 +- .../instance/block/states/SkeletonSkull.java | 4 +- .../block/states/SkeletonWallSkull.java | 4 +- .../instance/block/states/Smoker.java | 4 +- .../block/states/SmoothQuartzSlab.java | 4 +- .../block/states/SmoothQuartzStairs.java | 4 +- .../block/states/SmoothRedSandstoneSlab.java | 4 +- .../states/SmoothRedSandstoneStairs.java | 4 +- .../block/states/SmoothSandstoneSlab.java | 4 +- .../block/states/SmoothSandstoneStairs.java | 4 +- .../block/states/SmoothStoneSlab.java | 4 +- .../instance/block/states/Snow.java | 4 +- .../instance/block/states/SpruceButton.java | 4 +- .../instance/block/states/SpruceDoor.java | 4 +- .../instance/block/states/SpruceFence.java | 4 +- .../block/states/SpruceFenceGate.java | 4 +- .../instance/block/states/SpruceLeaves.java | 4 +- .../instance/block/states/SpruceLog.java | 4 +- .../block/states/SprucePressurePlate.java | 4 +- .../instance/block/states/SpruceSapling.java | 4 +- .../instance/block/states/SpruceSign.java | 4 +- .../instance/block/states/SpruceSlab.java | 4 +- .../instance/block/states/SpruceStairs.java | 4 +- .../instance/block/states/SpruceTrapdoor.java | 4 +- .../instance/block/states/SpruceWallSign.java | 4 +- .../instance/block/states/SpruceWood.java | 4 +- .../instance/block/states/StickyPiston.java | 4 +- .../instance/block/states/StoneBrickSlab.java | 4 +- .../block/states/StoneBrickStairs.java | 4 +- .../instance/block/states/StoneBrickWall.java | 4 +- .../instance/block/states/StoneButton.java | 4 +- .../block/states/StonePressurePlate.java | 4 +- .../instance/block/states/StoneSlab.java | 4 +- .../instance/block/states/StoneStairs.java | 4 +- .../instance/block/states/Stonecutter.java | 4 +- .../block/states/StrippedAcaciaLog.java | 4 +- .../block/states/StrippedAcaciaWood.java | 4 +- .../block/states/StrippedBirchLog.java | 4 +- .../block/states/StrippedBirchWood.java | 4 +- .../block/states/StrippedDarkOakLog.java | 4 +- .../block/states/StrippedDarkOakWood.java | 4 +- .../block/states/StrippedJungleLog.java | 4 +- .../block/states/StrippedJungleWood.java | 4 +- .../instance/block/states/StrippedOakLog.java | 4 +- .../block/states/StrippedOakWood.java | 4 +- .../block/states/StrippedSpruceLog.java | 4 +- .../block/states/StrippedSpruceWood.java | 4 +- .../instance/block/states/StructureBlock.java | 4 +- .../instance/block/states/SugarCane.java | 4 +- .../instance/block/states/Sunflower.java | 4 +- .../instance/block/states/SweetBerryBush.java | 4 +- .../instance/block/states/TallGrass.java | 4 +- .../instance/block/states/TallSeagrass.java | 4 +- .../instance/block/states/Tnt.java | 4 +- .../instance/block/states/TrappedChest.java | 4 +- .../instance/block/states/Tripwire.java | 4 +- .../instance/block/states/TripwireHook.java | 4 +- .../instance/block/states/TubeCoral.java | 4 +- .../instance/block/states/TubeCoralFan.java | 4 +- .../block/states/TubeCoralWallFan.java | 4 +- .../instance/block/states/TurtleEgg.java | 4 +- .../instance/block/states/Vine.java | 4 +- .../instance/block/states/WallTorch.java | 4 +- .../instance/block/states/Water.java | 4 +- .../instance/block/states/Wheat.java | 4 +- .../instance/block/states/WhiteBanner.java | 4 +- .../instance/block/states/WhiteBed.java | 4 +- .../block/states/WhiteGlazedTerracotta.java | 4 +- .../block/states/WhiteShulkerBox.java | 4 +- .../block/states/WhiteStainedGlassPane.java | 4 +- .../block/states/WhiteWallBanner.java | 4 +- .../block/states/WitherSkeletonSkull.java | 4 +- .../block/states/WitherSkeletonWallSkull.java | 4 +- .../instance/block/states/YellowBanner.java | 4 +- .../instance/block/states/YellowBed.java | 4 +- .../block/states/YellowGlazedTerracotta.java | 4 +- .../block/states/YellowShulkerBox.java | 4 +- .../block/states/YellowStainedGlassPane.java | 4 +- .../block/states/YellowWallBanner.java | 4 +- .../instance/block/states/ZombieHead.java | 4 +- .../instance/block/states/ZombieWallHead.java | 4 +- src/generators/java/BlockEnumGenerator.java | 23 +- .../net/minestom/server/MinecraftServer.java | 1 - .../net/minestom/server/instance/Chunk.java | 2 +- .../minestom/server/instance/block/Block.java | 1571 ----------------- .../server/registry/RegistryMain.java | 18 - src/test/java/loottables/TestLootTables.java | 1 - 428 files changed, 869 insertions(+), 2447 deletions(-) rename src/autogenerated/java/net/minestom/{instance/block/TmpBlock.java => server/instance/block/Block.java} (99%) create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/BlockMap.java rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/AcaciaButton.java (96%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/AcaciaDoor.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/AcaciaFence.java (97%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/AcaciaFenceGate.java (97%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/AcaciaLeaves.java (94%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/AcaciaLog.java (82%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/AcaciaPressurePlate.java (82%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/AcaciaSapling.java (81%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/AcaciaSign.java (97%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/AcaciaSlab.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/AcaciaStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/AcaciaTrapdoor.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/AcaciaWallSign.java (91%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/AcaciaWood.java (83%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/ActivatorRail.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/AndesiteSlab.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/AndesiteStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/AndesiteWall.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Anvil.java (84%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/AttachedMelonStem.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/AttachedPumpkinStem.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Bamboo.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Barrel.java (92%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BeeNest.java (96%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Beehive.java (96%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Beetroots.java (84%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Bell.java (97%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BirchButton.java (96%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BirchDoor.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BirchFence.java (97%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BirchFenceGate.java (97%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BirchLeaves.java (94%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BirchLog.java (82%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BirchPressurePlate.java (82%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BirchSapling.java (80%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BirchSign.java (97%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BirchSlab.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BirchStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BirchTrapdoor.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BirchWallSign.java (91%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BirchWood.java (82%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BlackBanner.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BlackBed.java (95%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BlackGlazedTerracotta.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BlackShulkerBox.java (88%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BlackStainedGlassPane.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BlackWallBanner.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BlastFurnace.java (91%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BlueBanner.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BlueBed.java (95%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BlueGlazedTerracotta.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BlueShulkerBox.java (88%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BlueStainedGlassPane.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BlueWallBanner.java (85%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BoneBlock.java (83%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BrainCoral.java (81%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BrainCoralFan.java (81%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BrainCoralWallFan.java (91%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BrewingStand.java (92%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BrickSlab.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BrickStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BrickWall.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BrownBanner.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BrownBed.java (95%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BrownGlazedTerracotta.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BrownMushroomBlock.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BrownShulkerBox.java (88%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BrownStainedGlassPane.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BrownWallBanner.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BubbleColumn.java (81%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BubbleCoral.java (81%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BubbleCoralFan.java (81%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/BubbleCoralWallFan.java (91%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Cactus.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Cake.java (88%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Campfire.java (97%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Carrots.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/CarvedPumpkin.java (85%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Cauldron.java (84%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/ChainCommandBlock.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Chest.java (96%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/ChippedAnvil.java (85%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/ChorusFlower.java (87%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/ChorusPlant.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/CobblestoneSlab.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/CobblestoneStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/CobblestoneWall.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Cocoa.java (92%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/CommandBlock.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Comparator.java (95%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Composter.java (90%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Conduit.java (81%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/CreeperHead.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/CreeperWallHead.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/CutRedSandstoneSlab.java (90%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/CutSandstoneSlab.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/CyanBanner.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/CyanBed.java (95%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/CyanGlazedTerracotta.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/CyanShulkerBox.java (88%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/CyanStainedGlassPane.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/CyanWallBanner.java (85%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DamagedAnvil.java (85%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DarkOakButton.java (96%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DarkOakDoor.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DarkOakFence.java (97%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DarkOakFenceGate.java (97%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DarkOakLeaves.java (94%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DarkOakLog.java (83%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DarkOakPressurePlate.java (82%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DarkOakSapling.java (81%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DarkOakSign.java (97%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DarkOakSlab.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DarkOakStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DarkOakTrapdoor.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DarkOakWallSign.java (91%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DarkOakWood.java (83%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DarkPrismarineSlab.java (90%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DarkPrismarineStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DaylightDetector.java (97%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DeadBrainCoral.java (81%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DeadBrainCoralFan.java (82%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DeadBrainCoralWallFan.java (92%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DeadBubbleCoral.java (81%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DeadBubbleCoralFan.java (82%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DeadBubbleCoralWallFan.java (92%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DeadFireCoral.java (81%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DeadFireCoralFan.java (82%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DeadFireCoralWallFan.java (92%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DeadHornCoral.java (81%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DeadHornCoralFan.java (82%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DeadHornCoralWallFan.java (92%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DeadTubeCoral.java (81%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DeadTubeCoralFan.java (82%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DeadTubeCoralWallFan.java (92%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DetectorRail.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DioriteSlab.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DioriteStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DioriteWall.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Dispenser.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DragonHead.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/DragonWallHead.java (85%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Dropper.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/EndPortalFrame.java (91%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/EndRod.java (87%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/EndStoneBrickSlab.java (90%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/EndStoneBrickStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/EndStoneBrickWall.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/EnderChest.java (91%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Farmland.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Fire.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/FireCoral.java (81%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/FireCoralFan.java (81%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/FireCoralWallFan.java (91%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/FrostedIce.java (84%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Furnace.java (90%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/GlassPane.java (97%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/GraniteSlab.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/GraniteStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/GraniteWall.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/GrassBlock.java (80%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/GrayBanner.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/GrayBed.java (95%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/GrayGlazedTerracotta.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/GrayShulkerBox.java (88%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/GrayStainedGlassPane.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/GrayWallBanner.java (85%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/GreenBanner.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/GreenBed.java (95%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/GreenGlazedTerracotta.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/GreenShulkerBox.java (88%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/GreenStainedGlassPane.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/GreenWallBanner.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Grindstone.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/HayBlock.java (82%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/HeavyWeightedPressurePlate.java (94%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Hopper.java (92%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/HornCoral.java (81%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/HornCoralFan.java (81%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/HornCoralWallFan.java (91%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/IronBars.java (97%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/IronDoor.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/IronTrapdoor.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/JackOLantern.java (85%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Jigsaw.java (87%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Jukebox.java (81%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/JungleButton.java (96%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/JungleDoor.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/JungleFence.java (97%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/JungleFenceGate.java (97%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/JungleLeaves.java (94%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/JungleLog.java (82%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/JunglePressurePlate.java (82%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/JungleSapling.java (81%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/JungleSign.java (97%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/JungleSlab.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/JungleStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/JungleTrapdoor.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/JungleWallSign.java (91%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/JungleWood.java (83%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Kelp.java (95%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Ladder.java (91%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Lantern.java (80%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/LargeFern.java (80%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Lava.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Lectern.java (95%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Lever.java (96%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/LightBlueBanner.java (94%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/LightBlueBed.java (95%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/LightBlueGlazedTerracotta.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/LightBlueShulkerBox.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/LightBlueStainedGlassPane.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/LightBlueWallBanner.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/LightGrayBanner.java (94%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/LightGrayBed.java (95%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/LightGrayGlazedTerracotta.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/LightGrayShulkerBox.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/LightGrayStainedGlassPane.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/LightGrayWallBanner.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/LightWeightedPressurePlate.java (94%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Lilac.java (80%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/LimeBanner.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/LimeBed.java (95%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/LimeGlazedTerracotta.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/LimeShulkerBox.java (88%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/LimeStainedGlassPane.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/LimeWallBanner.java (85%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Loom.java (84%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/MagentaBanner.java (94%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/MagentaBed.java (95%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/MagentaGlazedTerracotta.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/MagentaShulkerBox.java (88%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/MagentaStainedGlassPane.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/MagentaWallBanner.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/MelonStem.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/MossyCobblestoneSlab.java (90%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/MossyCobblestoneStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/MossyCobblestoneWall.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/MossyStoneBrickSlab.java (90%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/MossyStoneBrickStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/MossyStoneBrickWall.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/MovingPiston.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/MushroomStem.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Mycelium.java (80%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/NetherBrickFence.java (97%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/NetherBrickSlab.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/NetherBrickStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/NetherBrickWall.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/NetherPortal.java (80%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/NetherWart.java (84%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/NoteBlock.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/OakButton.java (96%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/OakDoor.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/OakFence.java (97%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/OakFenceGate.java (97%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/OakLeaves.java (94%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/OakLog.java (82%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/OakPressurePlate.java (81%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/OakSapling.java (80%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/OakSign.java (97%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/OakSlab.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/OakStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/OakTrapdoor.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/OakWallSign.java (91%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/OakWood.java (82%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Observer.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/OrangeBanner.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/OrangeBed.java (95%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/OrangeGlazedTerracotta.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/OrangeShulkerBox.java (88%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/OrangeStainedGlassPane.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/OrangeWallBanner.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Peony.java (80%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PetrifiedOakSlab.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PinkBanner.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PinkBed.java (95%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PinkGlazedTerracotta.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PinkShulkerBox.java (88%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PinkStainedGlassPane.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PinkWallBanner.java (85%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Piston.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PistonHead.java (96%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PlayerHead.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PlayerWallHead.java (85%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Podzol.java (80%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PolishedAndesiteSlab.java (90%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PolishedAndesiteStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PolishedDioriteSlab.java (90%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PolishedDioriteStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PolishedGraniteSlab.java (90%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PolishedGraniteStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Potatoes.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PoweredRail.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PrismarineBrickSlab.java (90%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PrismarineBrickStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PrismarineSlab.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PrismarineStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PrismarineWall.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PumpkinStem.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PurpleBanner.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PurpleBed.java (95%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PurpleGlazedTerracotta.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PurpleShulkerBox.java (88%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PurpleStainedGlassPane.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PurpleWallBanner.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PurpurPillar.java (83%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PurpurSlab.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/PurpurStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/QuartzPillar.java (83%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/QuartzSlab.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/QuartzStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Rail.java (91%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/RedBanner.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/RedBed.java (95%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/RedGlazedTerracotta.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/RedMushroomBlock.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/RedNetherBrickSlab.java (90%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/RedNetherBrickStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/RedNetherBrickWall.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/RedSandstoneSlab.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/RedSandstoneStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/RedSandstoneWall.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/RedShulkerBox.java (88%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/RedStainedGlassPane.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/RedWallBanner.java (85%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/RedstoneLamp.java (81%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/RedstoneOre.java (81%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/RedstoneTorch.java (81%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/RedstoneWallTorch.java (91%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/RedstoneWire.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Repeater.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/RepeatingCommandBlock.java (94%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/RoseBush.java (80%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/SandstoneSlab.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/SandstoneStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/SandstoneWall.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Scaffolding.java (97%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/SeaPickle.java (91%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/ShulkerBox.java (88%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/SkeletonSkull.java (94%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/SkeletonWallSkull.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Smoker.java (90%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/SmoothQuartzSlab.java (90%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/SmoothQuartzStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/SmoothRedSandstoneSlab.java (90%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/SmoothRedSandstoneStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/SmoothSandstoneSlab.java (90%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/SmoothSandstoneStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/SmoothStoneSlab.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Snow.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/SpruceButton.java (96%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/SpruceDoor.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/SpruceFence.java (97%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/SpruceFenceGate.java (97%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/SpruceLeaves.java (94%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/SpruceLog.java (82%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/SprucePressurePlate.java (82%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/SpruceSapling.java (81%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/SpruceSign.java (97%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/SpruceSlab.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/SpruceStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/SpruceTrapdoor.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/SpruceWallSign.java (91%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/SpruceWood.java (83%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/StickyPiston.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/StoneBrickSlab.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/StoneBrickStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/StoneBrickWall.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/StoneButton.java (96%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/StonePressurePlate.java (82%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/StoneSlab.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/StoneStairs.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Stonecutter.java (85%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/StrippedAcaciaLog.java (83%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/StrippedAcaciaWood.java (83%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/StrippedBirchLog.java (83%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/StrippedBirchWood.java (83%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/StrippedDarkOakLog.java (84%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/StrippedDarkOakWood.java (84%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/StrippedJungleLog.java (83%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/StrippedJungleWood.java (83%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/StrippedOakLog.java (83%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/StrippedOakWood.java (83%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/StrippedSpruceLog.java (83%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/StrippedSpruceWood.java (83%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/StructureBlock.java (85%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/SugarCane.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Sunflower.java (80%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/SweetBerryBush.java (85%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/TallGrass.java (80%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/TallSeagrass.java (81%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Tnt.java (80%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/TrappedChest.java (96%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Tripwire.java (99%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/TripwireHook.java (95%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/TubeCoral.java (81%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/TubeCoralFan.java (81%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/TubeCoralWallFan.java (91%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/TurtleEgg.java (92%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Vine.java (97%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/WallTorch.java (85%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Water.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/Wheat.java (89%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/WhiteBanner.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/WhiteBed.java (95%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/WhiteGlazedTerracotta.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/WhiteShulkerBox.java (88%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/WhiteStainedGlassPane.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/WhiteWallBanner.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/WitherSkeletonSkull.java (94%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/WitherSkeletonWallSkull.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/YellowBanner.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/YellowBed.java (95%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/YellowGlazedTerracotta.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/YellowShulkerBox.java (88%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/YellowStainedGlassPane.java (98%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/YellowWallBanner.java (86%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/ZombieHead.java (93%) rename src/autogenerated/java/net/minestom/{ => server}/instance/block/states/ZombieWallHead.java (85%) delete mode 100644 src/main/java/net/minestom/server/instance/block/Block.java diff --git a/prismarine-minecraft-data b/prismarine-minecraft-data index 896bdf77f..3e217fc1d 160000 --- a/prismarine-minecraft-data +++ b/prismarine-minecraft-data @@ -1 +1 @@ -Subproject commit 896bdf77f313205f7c9732055243d9546d869da2 +Subproject commit 3e217fc1d9a076b1ca2531668c75779cbdb0f2b3 diff --git a/src/autogenerated/java/net/minestom/instance/block/TmpBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/Block.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/TmpBlock.java rename to src/autogenerated/java/net/minestom/server/instance/block/Block.java index 519337b88..40e562c96 100644 --- a/src/autogenerated/java/net/minestom/instance/block/TmpBlock.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/Block.java @@ -1,17 +1,17 @@ //============================== // AUTOGENERATED BY EnumGenerator //============================== -package net.minestom.instance.block; +package net.minestom.server.instance.block; import net.minestom.server.utils.NamespaceID; import net.minestom.server.instance.block.BlockAlternative; import java.util.List; import java.util.ArrayList; import java.util.Arrays; import it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap; -import net.minestom.instance.block.states.*; +import net.minestom.server.instance.block.states.*; @SuppressWarnings({"deprecation"}) -public enum TmpBlock { +public enum Block { AIR("minecraft:air", (short) 0, 0.0, 0.0, true, false, null, true), STONE("minecraft:stone", (short) 1, 1.5, 6.0, false, true, null, true), GRANITE("minecraft:granite", (short) 2, 1.5, 6.0, false, true, null, true), @@ -1126,8 +1126,7 @@ public enum TmpBlock { private boolean singleState; private List alternatives = new ArrayList(); - private static Short2ObjectOpenHashMap blocksMap = new Short2ObjectOpenHashMap<>(); - TmpBlock(String namespaceID, short defaultID, double hardness, double resistance, boolean isAir, boolean isSolid, NamespaceID blockEntity, boolean singleState) { + Block(String namespaceID, short defaultID, double hardness, double resistance, boolean isAir, boolean isSolid, NamespaceID blockEntity, boolean singleState) { this.namespaceID = namespaceID; this.defaultID = defaultID; this.hardness = hardness; @@ -1141,7 +1140,7 @@ public enum TmpBlock { } } - public short getId() { + public short getBlockId() { return defaultID; } @@ -1175,7 +1174,7 @@ public enum TmpBlock { public void addBlockAlternative(BlockAlternative alternative) { alternatives.add(alternative); - blocksMap.put(alternative.getId(), this); + BlockMap.blocksMap.put(alternative.getId(), this); } public short withProperties(String... properties) { @@ -1187,7 +1186,7 @@ public enum TmpBlock { return defaultID; } - public static TmpBlock fromId(short blockId) { - return blocksMap.getOrDefault(blockId, AIR); + public static Block fromId(short blockId) { + return BlockMap.blocksMap.getOrDefault(blockId, AIR); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/BlockMap.java b/src/autogenerated/java/net/minestom/server/instance/block/BlockMap.java new file mode 100644 index 000000000..f637ec6c5 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/BlockMap.java @@ -0,0 +1,5 @@ +package net.minestom.server.instance.block; +import it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap; +final class BlockMap { + static final Short2ObjectOpenHashMap blocksMap = new Short2ObjectOpenHashMap<>(); +} diff --git a/src/autogenerated/java/net/minestom/instance/block/states/AcaciaButton.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaButton.java similarity index 96% rename from src/autogenerated/java/net/minestom/instance/block/states/AcaciaButton.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaButton.java index c3c721491..791edbdf3 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/AcaciaButton.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaButton.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/AcaciaDoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaDoor.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/AcaciaDoor.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaDoor.java index 3d55f5f7e..63d1ae4aa 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/AcaciaDoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaDoor.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/AcaciaFence.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaFence.java similarity index 97% rename from src/autogenerated/java/net/minestom/instance/block/states/AcaciaFence.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaFence.java index 43491c92a..63cb54124 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/AcaciaFence.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaFence.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/AcaciaFenceGate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaFenceGate.java similarity index 97% rename from src/autogenerated/java/net/minestom/instance/block/states/AcaciaFenceGate.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaFenceGate.java index d79c53257..18b43aa35 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/AcaciaFenceGate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaFenceGate.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/AcaciaLeaves.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaLeaves.java similarity index 94% rename from src/autogenerated/java/net/minestom/instance/block/states/AcaciaLeaves.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaLeaves.java index dcaf92a9b..63c5ae41b 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/AcaciaLeaves.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaLeaves.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/AcaciaLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaLog.java similarity index 82% rename from src/autogenerated/java/net/minestom/instance/block/states/AcaciaLog.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaLog.java index 98d6b2e14..553b3c759 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/AcaciaLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaLog.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/AcaciaPressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaPressurePlate.java similarity index 82% rename from src/autogenerated/java/net/minestom/instance/block/states/AcaciaPressurePlate.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaPressurePlate.java index 325a378b3..7e7c4a884 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/AcaciaPressurePlate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaPressurePlate.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/AcaciaSapling.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaSapling.java similarity index 81% rename from src/autogenerated/java/net/minestom/instance/block/states/AcaciaSapling.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaSapling.java index b82a70dd3..c48ae91ba 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/AcaciaSapling.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaSapling.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/AcaciaSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaSign.java similarity index 97% rename from src/autogenerated/java/net/minestom/instance/block/states/AcaciaSign.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaSign.java index 53d53cb0c..1b2e25c46 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/AcaciaSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaSign.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/AcaciaSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaSlab.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/AcaciaSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaSlab.java index 1ca085ce9..1230d5dec 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/AcaciaSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/AcaciaStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/AcaciaStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaStairs.java index b5d7c2d70..7766fca70 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/AcaciaStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/AcaciaTrapdoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaTrapdoor.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/AcaciaTrapdoor.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaTrapdoor.java index d24b1dbeb..c6e69a086 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/AcaciaTrapdoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaTrapdoor.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/AcaciaWallSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaWallSign.java similarity index 91% rename from src/autogenerated/java/net/minestom/instance/block/states/AcaciaWallSign.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaWallSign.java index fe90f7008..190bb529c 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/AcaciaWallSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaWallSign.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/AcaciaWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaWood.java similarity index 83% rename from src/autogenerated/java/net/minestom/instance/block/states/AcaciaWood.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaWood.java index ae2d6d6d8..e4b0e2597 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/AcaciaWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaWood.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/ActivatorRail.java b/src/autogenerated/java/net/minestom/server/instance/block/states/ActivatorRail.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/ActivatorRail.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/ActivatorRail.java index 10663770b..1ba33359c 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/ActivatorRail.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/ActivatorRail.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/AndesiteSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteSlab.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/AndesiteSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteSlab.java index 392bb1119..cbaa454d3 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/AndesiteSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/AndesiteStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/AndesiteStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteStairs.java index 5e6ba5452..18a3fcc48 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/AndesiteStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/AndesiteWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteWall.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/AndesiteWall.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteWall.java index c0eb418d5..aa9ac6123 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/AndesiteWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteWall.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Anvil.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Anvil.java similarity index 84% rename from src/autogenerated/java/net/minestom/instance/block/states/Anvil.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Anvil.java index 54e354246..7461fc085 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Anvil.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Anvil.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/AttachedMelonStem.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AttachedMelonStem.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/AttachedMelonStem.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/AttachedMelonStem.java index c6722fd5e..ed5a19780 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/AttachedMelonStem.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AttachedMelonStem.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/AttachedPumpkinStem.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AttachedPumpkinStem.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/AttachedPumpkinStem.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/AttachedPumpkinStem.java index 95bbdb286..281fc5e2a 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/AttachedPumpkinStem.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AttachedPumpkinStem.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Bamboo.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Bamboo.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/Bamboo.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Bamboo.java index 3f4023f4f..1a1d27929 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Bamboo.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Bamboo.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Barrel.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Barrel.java similarity index 92% rename from src/autogenerated/java/net/minestom/instance/block/states/Barrel.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Barrel.java index 2ec7a472f..7e75ea6a5 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Barrel.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Barrel.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BeeNest.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BeeNest.java similarity index 96% rename from src/autogenerated/java/net/minestom/instance/block/states/BeeNest.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BeeNest.java index e10ff6853..fa43823bf 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BeeNest.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BeeNest.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Beehive.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Beehive.java similarity index 96% rename from src/autogenerated/java/net/minestom/instance/block/states/Beehive.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Beehive.java index f07dd81d1..d1600db5c 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Beehive.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Beehive.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Beetroots.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Beetroots.java similarity index 84% rename from src/autogenerated/java/net/minestom/instance/block/states/Beetroots.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Beetroots.java index a56881c1d..f845d08bb 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Beetroots.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Beetroots.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Bell.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Bell.java similarity index 97% rename from src/autogenerated/java/net/minestom/instance/block/states/Bell.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Bell.java index d3dbb26a6..cab0bb92f 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Bell.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Bell.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BirchButton.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchButton.java similarity index 96% rename from src/autogenerated/java/net/minestom/instance/block/states/BirchButton.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BirchButton.java index 2d2504496..3faf80ed8 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BirchButton.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchButton.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BirchDoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchDoor.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/BirchDoor.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BirchDoor.java index 3efbf1d58..1e11fce58 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BirchDoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchDoor.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BirchFence.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchFence.java similarity index 97% rename from src/autogenerated/java/net/minestom/instance/block/states/BirchFence.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BirchFence.java index 8d326fc6e..b200a9124 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BirchFence.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchFence.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BirchFenceGate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchFenceGate.java similarity index 97% rename from src/autogenerated/java/net/minestom/instance/block/states/BirchFenceGate.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BirchFenceGate.java index 47a9de275..4f027eeab 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BirchFenceGate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchFenceGate.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BirchLeaves.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchLeaves.java similarity index 94% rename from src/autogenerated/java/net/minestom/instance/block/states/BirchLeaves.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BirchLeaves.java index 49797f8af..23bf452f0 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BirchLeaves.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchLeaves.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BirchLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchLog.java similarity index 82% rename from src/autogenerated/java/net/minestom/instance/block/states/BirchLog.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BirchLog.java index f1084ef4b..9649f7873 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BirchLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchLog.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BirchPressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchPressurePlate.java similarity index 82% rename from src/autogenerated/java/net/minestom/instance/block/states/BirchPressurePlate.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BirchPressurePlate.java index 71db75b6d..6fd6ff52b 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BirchPressurePlate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchPressurePlate.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BirchSapling.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchSapling.java similarity index 80% rename from src/autogenerated/java/net/minestom/instance/block/states/BirchSapling.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BirchSapling.java index f1636feb5..db84efd1e 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BirchSapling.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchSapling.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BirchSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchSign.java similarity index 97% rename from src/autogenerated/java/net/minestom/instance/block/states/BirchSign.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BirchSign.java index e29a54f8e..605484f84 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BirchSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchSign.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BirchSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchSlab.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/BirchSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BirchSlab.java index 373eac6f8..2653131da 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BirchSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BirchStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/BirchStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BirchStairs.java index 149dda5f3..5500b31cf 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BirchStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BirchTrapdoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchTrapdoor.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/BirchTrapdoor.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BirchTrapdoor.java index fa1b80992..1fb8c2a8f 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BirchTrapdoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchTrapdoor.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BirchWallSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchWallSign.java similarity index 91% rename from src/autogenerated/java/net/minestom/instance/block/states/BirchWallSign.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BirchWallSign.java index 05988bbfd..60e68996b 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BirchWallSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchWallSign.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BirchWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchWood.java similarity index 82% rename from src/autogenerated/java/net/minestom/instance/block/states/BirchWood.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BirchWood.java index 16bff9938..7c982fd88 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BirchWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchWood.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BlackBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackBanner.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/BlackBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BlackBanner.java index 41eee44f8..d47a00ea8 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BlackBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BlackBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackBed.java similarity index 95% rename from src/autogenerated/java/net/minestom/instance/block/states/BlackBed.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BlackBed.java index 88c4cd9e6..1739ee06c 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BlackBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackBed.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BlackGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackGlazedTerracotta.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/BlackGlazedTerracotta.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BlackGlazedTerracotta.java index 4fac3ec1e..a6cd7cafb 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BlackGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackGlazedTerracotta.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BlackShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackShulkerBox.java similarity index 88% rename from src/autogenerated/java/net/minestom/instance/block/states/BlackShulkerBox.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BlackShulkerBox.java index 670fa1c12..805366f6e 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BlackShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackShulkerBox.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BlackStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackStainedGlassPane.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/BlackStainedGlassPane.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BlackStainedGlassPane.java index c7873cc31..18c89e42a 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BlackStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackStainedGlassPane.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BlackWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackWallBanner.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/BlackWallBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BlackWallBanner.java index bce65ff2b..c0daf1854 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BlackWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackWallBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BlastFurnace.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlastFurnace.java similarity index 91% rename from src/autogenerated/java/net/minestom/instance/block/states/BlastFurnace.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BlastFurnace.java index dcb5b72dc..efdd7f166 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BlastFurnace.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlastFurnace.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BlueBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueBanner.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/BlueBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BlueBanner.java index 19bffa63c..092b82447 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BlueBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BlueBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueBed.java similarity index 95% rename from src/autogenerated/java/net/minestom/instance/block/states/BlueBed.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BlueBed.java index d8424a4f2..230906005 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BlueBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueBed.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BlueGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueGlazedTerracotta.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/BlueGlazedTerracotta.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BlueGlazedTerracotta.java index 6839a3b0c..fc1f4b9ac 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BlueGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueGlazedTerracotta.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BlueShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueShulkerBox.java similarity index 88% rename from src/autogenerated/java/net/minestom/instance/block/states/BlueShulkerBox.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BlueShulkerBox.java index 30a82842a..7dd899036 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BlueShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueShulkerBox.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BlueStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueStainedGlassPane.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/BlueStainedGlassPane.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BlueStainedGlassPane.java index 80d72224a..5572f3236 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BlueStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueStainedGlassPane.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BlueWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueWallBanner.java similarity index 85% rename from src/autogenerated/java/net/minestom/instance/block/states/BlueWallBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BlueWallBanner.java index a883751b0..144d1f715 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BlueWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueWallBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BoneBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BoneBlock.java similarity index 83% rename from src/autogenerated/java/net/minestom/instance/block/states/BoneBlock.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BoneBlock.java index f84233b61..e67068067 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BoneBlock.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BoneBlock.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BrainCoral.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoral.java similarity index 81% rename from src/autogenerated/java/net/minestom/instance/block/states/BrainCoral.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoral.java index 5075792e3..5e076a24d 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BrainCoral.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoral.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BrainCoralFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoralFan.java similarity index 81% rename from src/autogenerated/java/net/minestom/instance/block/states/BrainCoralFan.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoralFan.java index e9b81e7aa..507495793 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BrainCoralFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoralFan.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BrainCoralWallFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoralWallFan.java similarity index 91% rename from src/autogenerated/java/net/minestom/instance/block/states/BrainCoralWallFan.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoralWallFan.java index 32d87dbdc..36aadf029 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BrainCoralWallFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoralWallFan.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BrewingStand.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrewingStand.java similarity index 92% rename from src/autogenerated/java/net/minestom/instance/block/states/BrewingStand.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BrewingStand.java index 935ad7d1c..89bfcc152 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BrewingStand.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrewingStand.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BrickSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrickSlab.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/BrickSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BrickSlab.java index cb7d9a05a..c6d9732f2 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BrickSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrickSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BrickStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrickStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/BrickStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BrickStairs.java index 5ba4dd5ba..c2316a2ea 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BrickStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrickStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BrickWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrickWall.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/BrickWall.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BrickWall.java index cdfbed4da..53870057f 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BrickWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrickWall.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BrownBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownBanner.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/BrownBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BrownBanner.java index 6dc2ebb71..ae175a6e2 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BrownBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BrownBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownBed.java similarity index 95% rename from src/autogenerated/java/net/minestom/instance/block/states/BrownBed.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BrownBed.java index 93e92755d..5f0b0268a 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BrownBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownBed.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BrownGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownGlazedTerracotta.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/BrownGlazedTerracotta.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BrownGlazedTerracotta.java index f5122acc0..918097ec0 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BrownGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownGlazedTerracotta.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BrownMushroomBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownMushroomBlock.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/BrownMushroomBlock.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BrownMushroomBlock.java index d0ff079ba..4068da5a9 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BrownMushroomBlock.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownMushroomBlock.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BrownShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownShulkerBox.java similarity index 88% rename from src/autogenerated/java/net/minestom/instance/block/states/BrownShulkerBox.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BrownShulkerBox.java index faa4b702f..83aa8158b 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BrownShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownShulkerBox.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BrownStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownStainedGlassPane.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/BrownStainedGlassPane.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BrownStainedGlassPane.java index 9b65b73dc..b1ba06125 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BrownStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownStainedGlassPane.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BrownWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownWallBanner.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/BrownWallBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BrownWallBanner.java index d73c9fdda..744878b47 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BrownWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownWallBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BubbleColumn.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleColumn.java similarity index 81% rename from src/autogenerated/java/net/minestom/instance/block/states/BubbleColumn.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BubbleColumn.java index fa2d98be9..5d9c1a251 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BubbleColumn.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleColumn.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BubbleCoral.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoral.java similarity index 81% rename from src/autogenerated/java/net/minestom/instance/block/states/BubbleCoral.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoral.java index 60bf9c7ac..681d03246 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BubbleCoral.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoral.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BubbleCoralFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoralFan.java similarity index 81% rename from src/autogenerated/java/net/minestom/instance/block/states/BubbleCoralFan.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoralFan.java index 1634ddc37..03510fab1 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BubbleCoralFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoralFan.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/BubbleCoralWallFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoralWallFan.java similarity index 91% rename from src/autogenerated/java/net/minestom/instance/block/states/BubbleCoralWallFan.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoralWallFan.java index 9021b4b30..a312c52f6 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/BubbleCoralWallFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoralWallFan.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Cactus.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Cactus.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/Cactus.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Cactus.java index 4a9715283..dfdae7500 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Cactus.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Cactus.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Cake.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Cake.java similarity index 88% rename from src/autogenerated/java/net/minestom/instance/block/states/Cake.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Cake.java index 14b8c0eec..c53fb9ca8 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Cake.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Cake.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Campfire.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Campfire.java similarity index 97% rename from src/autogenerated/java/net/minestom/instance/block/states/Campfire.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Campfire.java index d99a43dcc..54c03e26f 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Campfire.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Campfire.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Carrots.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Carrots.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/Carrots.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Carrots.java index 992c627dc..d9037ecbb 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Carrots.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Carrots.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/CarvedPumpkin.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CarvedPumpkin.java similarity index 85% rename from src/autogenerated/java/net/minestom/instance/block/states/CarvedPumpkin.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/CarvedPumpkin.java index 175ba2a7a..e9458d2f6 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/CarvedPumpkin.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CarvedPumpkin.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Cauldron.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Cauldron.java similarity index 84% rename from src/autogenerated/java/net/minestom/instance/block/states/Cauldron.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Cauldron.java index a1d138db4..1e6c5db19 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Cauldron.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Cauldron.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/ChainCommandBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/ChainCommandBlock.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/ChainCommandBlock.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/ChainCommandBlock.java index 166b11f4d..b949f5d01 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/ChainCommandBlock.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/ChainCommandBlock.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Chest.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Chest.java similarity index 96% rename from src/autogenerated/java/net/minestom/instance/block/states/Chest.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Chest.java index a69f956f5..14f0a6466 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Chest.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Chest.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/ChippedAnvil.java b/src/autogenerated/java/net/minestom/server/instance/block/states/ChippedAnvil.java similarity index 85% rename from src/autogenerated/java/net/minestom/instance/block/states/ChippedAnvil.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/ChippedAnvil.java index dacefa315..32265bda6 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/ChippedAnvil.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/ChippedAnvil.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/ChorusFlower.java b/src/autogenerated/java/net/minestom/server/instance/block/states/ChorusFlower.java similarity index 87% rename from src/autogenerated/java/net/minestom/instance/block/states/ChorusFlower.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/ChorusFlower.java index 5060b5542..5751f4385 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/ChorusFlower.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/ChorusFlower.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/ChorusPlant.java b/src/autogenerated/java/net/minestom/server/instance/block/states/ChorusPlant.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/ChorusPlant.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/ChorusPlant.java index d4b699c38..e69608630 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/ChorusPlant.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/ChorusPlant.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/CobblestoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneSlab.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/CobblestoneSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneSlab.java index b95e26a3f..0262f5929 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/CobblestoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/CobblestoneStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/CobblestoneStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneStairs.java index fbe3204ee..6b8956fc7 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/CobblestoneStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/CobblestoneWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneWall.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/CobblestoneWall.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneWall.java index bcaf76c73..838327700 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/CobblestoneWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneWall.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Cocoa.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Cocoa.java similarity index 92% rename from src/autogenerated/java/net/minestom/instance/block/states/Cocoa.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Cocoa.java index 5a386907f..3a5488b4d 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Cocoa.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Cocoa.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/CommandBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CommandBlock.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/CommandBlock.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/CommandBlock.java index a84b2e62f..135df7b28 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/CommandBlock.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CommandBlock.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Comparator.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Comparator.java similarity index 95% rename from src/autogenerated/java/net/minestom/instance/block/states/Comparator.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Comparator.java index 41b6eb09e..3f0ed12f5 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Comparator.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Comparator.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Composter.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Composter.java similarity index 90% rename from src/autogenerated/java/net/minestom/instance/block/states/Composter.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Composter.java index fafe1896a..565b63f9c 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Composter.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Composter.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Conduit.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Conduit.java similarity index 81% rename from src/autogenerated/java/net/minestom/instance/block/states/Conduit.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Conduit.java index bb9c32f33..895d976bc 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Conduit.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Conduit.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/CreeperHead.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CreeperHead.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/CreeperHead.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/CreeperHead.java index 1056c8439..104fd3c08 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/CreeperHead.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CreeperHead.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/CreeperWallHead.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CreeperWallHead.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/CreeperWallHead.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/CreeperWallHead.java index 54fa0b089..8431cc0f7 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/CreeperWallHead.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CreeperWallHead.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/CutRedSandstoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CutRedSandstoneSlab.java similarity index 90% rename from src/autogenerated/java/net/minestom/instance/block/states/CutRedSandstoneSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/CutRedSandstoneSlab.java index a49973dbf..42e40cbb7 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/CutRedSandstoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CutRedSandstoneSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/CutSandstoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CutSandstoneSlab.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/CutSandstoneSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/CutSandstoneSlab.java index ee3691f9e..caf4c108c 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/CutSandstoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CutSandstoneSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/CyanBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanBanner.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/CyanBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/CyanBanner.java index 437d84b1e..3cf481ecd 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/CyanBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/CyanBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanBed.java similarity index 95% rename from src/autogenerated/java/net/minestom/instance/block/states/CyanBed.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/CyanBed.java index c94755c59..557bccbaa 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/CyanBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanBed.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/CyanGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanGlazedTerracotta.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/CyanGlazedTerracotta.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/CyanGlazedTerracotta.java index 95715f07d..248bee0f0 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/CyanGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanGlazedTerracotta.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/CyanShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanShulkerBox.java similarity index 88% rename from src/autogenerated/java/net/minestom/instance/block/states/CyanShulkerBox.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/CyanShulkerBox.java index 6be8240d1..e7d5efbf8 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/CyanShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanShulkerBox.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/CyanStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanStainedGlassPane.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/CyanStainedGlassPane.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/CyanStainedGlassPane.java index a1834310f..bdcf59d9b 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/CyanStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanStainedGlassPane.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/CyanWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanWallBanner.java similarity index 85% rename from src/autogenerated/java/net/minestom/instance/block/states/CyanWallBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/CyanWallBanner.java index 44d83253d..dd7f809d4 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/CyanWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanWallBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DamagedAnvil.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DamagedAnvil.java similarity index 85% rename from src/autogenerated/java/net/minestom/instance/block/states/DamagedAnvil.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DamagedAnvil.java index 9879d84a0..33fe9d4e7 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DamagedAnvil.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DamagedAnvil.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DarkOakButton.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakButton.java similarity index 96% rename from src/autogenerated/java/net/minestom/instance/block/states/DarkOakButton.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakButton.java index 383f2b684..e0c11c243 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DarkOakButton.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakButton.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DarkOakDoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakDoor.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/DarkOakDoor.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakDoor.java index d1624fb21..9a59b8fc7 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DarkOakDoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakDoor.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DarkOakFence.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakFence.java similarity index 97% rename from src/autogenerated/java/net/minestom/instance/block/states/DarkOakFence.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakFence.java index c951b0aa0..af42720a8 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DarkOakFence.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakFence.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DarkOakFenceGate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakFenceGate.java similarity index 97% rename from src/autogenerated/java/net/minestom/instance/block/states/DarkOakFenceGate.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakFenceGate.java index da5429bb0..4178ca421 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DarkOakFenceGate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakFenceGate.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DarkOakLeaves.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakLeaves.java similarity index 94% rename from src/autogenerated/java/net/minestom/instance/block/states/DarkOakLeaves.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakLeaves.java index d90f52e2b..b2c1dd6f6 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DarkOakLeaves.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakLeaves.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DarkOakLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakLog.java similarity index 83% rename from src/autogenerated/java/net/minestom/instance/block/states/DarkOakLog.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakLog.java index 4fb764f09..d4c285a20 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DarkOakLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakLog.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DarkOakPressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakPressurePlate.java similarity index 82% rename from src/autogenerated/java/net/minestom/instance/block/states/DarkOakPressurePlate.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakPressurePlate.java index 8bd890cd0..f347f7bf4 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DarkOakPressurePlate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakPressurePlate.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DarkOakSapling.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakSapling.java similarity index 81% rename from src/autogenerated/java/net/minestom/instance/block/states/DarkOakSapling.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakSapling.java index f4ce04ad1..17c14b666 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DarkOakSapling.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakSapling.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DarkOakSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakSign.java similarity index 97% rename from src/autogenerated/java/net/minestom/instance/block/states/DarkOakSign.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakSign.java index 7c47bc226..335fe5e4f 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DarkOakSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakSign.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DarkOakSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakSlab.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/DarkOakSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakSlab.java index 056b85de9..415be6afd 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DarkOakSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DarkOakStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/DarkOakStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakStairs.java index cf229d0fb..73b9dccb2 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DarkOakStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DarkOakTrapdoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakTrapdoor.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/DarkOakTrapdoor.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakTrapdoor.java index c08cc8188..313ec071b 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DarkOakTrapdoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakTrapdoor.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DarkOakWallSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakWallSign.java similarity index 91% rename from src/autogenerated/java/net/minestom/instance/block/states/DarkOakWallSign.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakWallSign.java index 6638887bf..ab7792320 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DarkOakWallSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakWallSign.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DarkOakWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakWood.java similarity index 83% rename from src/autogenerated/java/net/minestom/instance/block/states/DarkOakWood.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakWood.java index 34418d8de..b1392d8e7 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DarkOakWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakWood.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DarkPrismarineSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkPrismarineSlab.java similarity index 90% rename from src/autogenerated/java/net/minestom/instance/block/states/DarkPrismarineSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DarkPrismarineSlab.java index 4a8fd2737..c34847843 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DarkPrismarineSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkPrismarineSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DarkPrismarineStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkPrismarineStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/DarkPrismarineStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DarkPrismarineStairs.java index cb1fe5cb4..a02667252 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DarkPrismarineStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkPrismarineStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DaylightDetector.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DaylightDetector.java similarity index 97% rename from src/autogenerated/java/net/minestom/instance/block/states/DaylightDetector.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DaylightDetector.java index 47fc421e7..d0318f97a 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DaylightDetector.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DaylightDetector.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DeadBrainCoral.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoral.java similarity index 81% rename from src/autogenerated/java/net/minestom/instance/block/states/DeadBrainCoral.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoral.java index de27a8525..ae27288f2 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DeadBrainCoral.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoral.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DeadBrainCoralFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoralFan.java similarity index 82% rename from src/autogenerated/java/net/minestom/instance/block/states/DeadBrainCoralFan.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoralFan.java index d01dcd88f..5bc092e75 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DeadBrainCoralFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoralFan.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DeadBrainCoralWallFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoralWallFan.java similarity index 92% rename from src/autogenerated/java/net/minestom/instance/block/states/DeadBrainCoralWallFan.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoralWallFan.java index 75e191d7a..2b9654e58 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DeadBrainCoralWallFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoralWallFan.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DeadBubbleCoral.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoral.java similarity index 81% rename from src/autogenerated/java/net/minestom/instance/block/states/DeadBubbleCoral.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoral.java index c3497b956..5f64110ff 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DeadBubbleCoral.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoral.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DeadBubbleCoralFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoralFan.java similarity index 82% rename from src/autogenerated/java/net/minestom/instance/block/states/DeadBubbleCoralFan.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoralFan.java index 97203ee5e..b00e734b5 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DeadBubbleCoralFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoralFan.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DeadBubbleCoralWallFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoralWallFan.java similarity index 92% rename from src/autogenerated/java/net/minestom/instance/block/states/DeadBubbleCoralWallFan.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoralWallFan.java index 4528afcfb..edcc58732 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DeadBubbleCoralWallFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoralWallFan.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DeadFireCoral.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoral.java similarity index 81% rename from src/autogenerated/java/net/minestom/instance/block/states/DeadFireCoral.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoral.java index b3f3888ed..58bd4e0fb 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DeadFireCoral.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoral.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DeadFireCoralFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoralFan.java similarity index 82% rename from src/autogenerated/java/net/minestom/instance/block/states/DeadFireCoralFan.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoralFan.java index 97285cfb8..e5381c342 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DeadFireCoralFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoralFan.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DeadFireCoralWallFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoralWallFan.java similarity index 92% rename from src/autogenerated/java/net/minestom/instance/block/states/DeadFireCoralWallFan.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoralWallFan.java index 233cb8551..5657efb85 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DeadFireCoralWallFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoralWallFan.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DeadHornCoral.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoral.java similarity index 81% rename from src/autogenerated/java/net/minestom/instance/block/states/DeadHornCoral.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoral.java index aa2e80f02..208fe97d5 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DeadHornCoral.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoral.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DeadHornCoralFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoralFan.java similarity index 82% rename from src/autogenerated/java/net/minestom/instance/block/states/DeadHornCoralFan.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoralFan.java index 834361392..db801b3eb 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DeadHornCoralFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoralFan.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DeadHornCoralWallFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoralWallFan.java similarity index 92% rename from src/autogenerated/java/net/minestom/instance/block/states/DeadHornCoralWallFan.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoralWallFan.java index 3bb51dd98..416bd3031 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DeadHornCoralWallFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoralWallFan.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DeadTubeCoral.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoral.java similarity index 81% rename from src/autogenerated/java/net/minestom/instance/block/states/DeadTubeCoral.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoral.java index d7e4f4e64..d7be4148d 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DeadTubeCoral.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoral.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DeadTubeCoralFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoralFan.java similarity index 82% rename from src/autogenerated/java/net/minestom/instance/block/states/DeadTubeCoralFan.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoralFan.java index fdb0ef22c..b1a70108a 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DeadTubeCoralFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoralFan.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DeadTubeCoralWallFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoralWallFan.java similarity index 92% rename from src/autogenerated/java/net/minestom/instance/block/states/DeadTubeCoralWallFan.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoralWallFan.java index 206e65925..4169bd322 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DeadTubeCoralWallFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoralWallFan.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DetectorRail.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DetectorRail.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/DetectorRail.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DetectorRail.java index 7d728f6bc..5e50accfe 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DetectorRail.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DetectorRail.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DioriteSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DioriteSlab.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/DioriteSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DioriteSlab.java index 9b5ee3278..02cd8d572 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DioriteSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DioriteSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DioriteStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DioriteStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/DioriteStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DioriteStairs.java index 487f989e3..cc795c1f1 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DioriteStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DioriteStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DioriteWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DioriteWall.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/DioriteWall.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DioriteWall.java index 50c7dd983..67464c563 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DioriteWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DioriteWall.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Dispenser.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Dispenser.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/Dispenser.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Dispenser.java index dea148a14..10b160e34 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Dispenser.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Dispenser.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DragonHead.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DragonHead.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/DragonHead.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DragonHead.java index f846f937e..bffb5b627 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DragonHead.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DragonHead.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/DragonWallHead.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DragonWallHead.java similarity index 85% rename from src/autogenerated/java/net/minestom/instance/block/states/DragonWallHead.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/DragonWallHead.java index b2e3cee06..25d9886d5 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/DragonWallHead.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DragonWallHead.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Dropper.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Dropper.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/Dropper.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Dropper.java index bc34ea89b..efcc7c6d6 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Dropper.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Dropper.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/EndPortalFrame.java b/src/autogenerated/java/net/minestom/server/instance/block/states/EndPortalFrame.java similarity index 91% rename from src/autogenerated/java/net/minestom/instance/block/states/EndPortalFrame.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/EndPortalFrame.java index 4b30f0551..b50ce0abd 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/EndPortalFrame.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/EndPortalFrame.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/EndRod.java b/src/autogenerated/java/net/minestom/server/instance/block/states/EndRod.java similarity index 87% rename from src/autogenerated/java/net/minestom/instance/block/states/EndRod.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/EndRod.java index 860caa547..a8be312d0 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/EndRod.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/EndRod.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/EndStoneBrickSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickSlab.java similarity index 90% rename from src/autogenerated/java/net/minestom/instance/block/states/EndStoneBrickSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickSlab.java index 117be68dd..711847731 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/EndStoneBrickSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/EndStoneBrickStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/EndStoneBrickStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickStairs.java index 9811bee21..447fda5f7 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/EndStoneBrickStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/EndStoneBrickWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickWall.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/EndStoneBrickWall.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickWall.java index ad1dfafdd..ecb8066cf 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/EndStoneBrickWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickWall.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/EnderChest.java b/src/autogenerated/java/net/minestom/server/instance/block/states/EnderChest.java similarity index 91% rename from src/autogenerated/java/net/minestom/instance/block/states/EnderChest.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/EnderChest.java index 030b0697f..1b9ad6208 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/EnderChest.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/EnderChest.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Farmland.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Farmland.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/Farmland.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Farmland.java index 4ee0c411e..52a0b9d95 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Farmland.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Farmland.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Fire.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Fire.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/Fire.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Fire.java index ab58c9796..26a97565e 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Fire.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Fire.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/FireCoral.java b/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoral.java similarity index 81% rename from src/autogenerated/java/net/minestom/instance/block/states/FireCoral.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/FireCoral.java index 078c5ef83..e9c2536d7 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/FireCoral.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoral.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/FireCoralFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoralFan.java similarity index 81% rename from src/autogenerated/java/net/minestom/instance/block/states/FireCoralFan.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/FireCoralFan.java index 06670fa20..fcf4b0002 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/FireCoralFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoralFan.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/FireCoralWallFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoralWallFan.java similarity index 91% rename from src/autogenerated/java/net/minestom/instance/block/states/FireCoralWallFan.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/FireCoralWallFan.java index c3900acea..e4cf78808 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/FireCoralWallFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoralWallFan.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/FrostedIce.java b/src/autogenerated/java/net/minestom/server/instance/block/states/FrostedIce.java similarity index 84% rename from src/autogenerated/java/net/minestom/instance/block/states/FrostedIce.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/FrostedIce.java index cf1c55732..01179ef1c 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/FrostedIce.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/FrostedIce.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Furnace.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Furnace.java similarity index 90% rename from src/autogenerated/java/net/minestom/instance/block/states/Furnace.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Furnace.java index a4d5da1ec..eb8002a57 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Furnace.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Furnace.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/GlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GlassPane.java similarity index 97% rename from src/autogenerated/java/net/minestom/instance/block/states/GlassPane.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/GlassPane.java index 0f8ddb8a0..30adf58de 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/GlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GlassPane.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/GraniteSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GraniteSlab.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/GraniteSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/GraniteSlab.java index ba436841e..d4b6b025b 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/GraniteSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GraniteSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/GraniteStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GraniteStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/GraniteStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/GraniteStairs.java index 62c873634..c3da9bcc2 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/GraniteStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GraniteStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/GraniteWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GraniteWall.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/GraniteWall.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/GraniteWall.java index 46fa8e5f5..d3c33d855 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/GraniteWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GraniteWall.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/GrassBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GrassBlock.java similarity index 80% rename from src/autogenerated/java/net/minestom/instance/block/states/GrassBlock.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/GrassBlock.java index 1d07b9e4d..b46c69baf 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/GrassBlock.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GrassBlock.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/GrayBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayBanner.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/GrayBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/GrayBanner.java index 9cda4ebb8..a1ef9bcbc 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/GrayBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/GrayBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayBed.java similarity index 95% rename from src/autogenerated/java/net/minestom/instance/block/states/GrayBed.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/GrayBed.java index 6b4052990..87ae40be0 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/GrayBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayBed.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/GrayGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayGlazedTerracotta.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/GrayGlazedTerracotta.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/GrayGlazedTerracotta.java index 7470725a6..e105de4c0 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/GrayGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayGlazedTerracotta.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/GrayShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayShulkerBox.java similarity index 88% rename from src/autogenerated/java/net/minestom/instance/block/states/GrayShulkerBox.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/GrayShulkerBox.java index 87c10eff0..9c7121f13 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/GrayShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayShulkerBox.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/GrayStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayStainedGlassPane.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/GrayStainedGlassPane.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/GrayStainedGlassPane.java index e15aece2c..411ac7f57 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/GrayStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayStainedGlassPane.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/GrayWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayWallBanner.java similarity index 85% rename from src/autogenerated/java/net/minestom/instance/block/states/GrayWallBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/GrayWallBanner.java index c8b306eca..172cf9512 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/GrayWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayWallBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/GreenBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenBanner.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/GreenBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/GreenBanner.java index 11f106f8d..231e2737b 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/GreenBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/GreenBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenBed.java similarity index 95% rename from src/autogenerated/java/net/minestom/instance/block/states/GreenBed.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/GreenBed.java index 6d28ea38e..f50c75871 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/GreenBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenBed.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/GreenGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenGlazedTerracotta.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/GreenGlazedTerracotta.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/GreenGlazedTerracotta.java index 06fd26fc2..04b914346 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/GreenGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenGlazedTerracotta.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/GreenShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenShulkerBox.java similarity index 88% rename from src/autogenerated/java/net/minestom/instance/block/states/GreenShulkerBox.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/GreenShulkerBox.java index 0fe003577..cba475bc0 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/GreenShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenShulkerBox.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/GreenStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenStainedGlassPane.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/GreenStainedGlassPane.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/GreenStainedGlassPane.java index 9424dd475..c14f0e626 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/GreenStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenStainedGlassPane.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/GreenWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenWallBanner.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/GreenWallBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/GreenWallBanner.java index 07a7039f6..aa8e18bb2 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/GreenWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenWallBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Grindstone.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Grindstone.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/Grindstone.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Grindstone.java index 9fd6a9e52..621a8c91c 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Grindstone.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Grindstone.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/HayBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/HayBlock.java similarity index 82% rename from src/autogenerated/java/net/minestom/instance/block/states/HayBlock.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/HayBlock.java index d8912198f..c15f3f7e4 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/HayBlock.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/HayBlock.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/HeavyWeightedPressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/HeavyWeightedPressurePlate.java similarity index 94% rename from src/autogenerated/java/net/minestom/instance/block/states/HeavyWeightedPressurePlate.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/HeavyWeightedPressurePlate.java index b5546bc4d..ecef839c0 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/HeavyWeightedPressurePlate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/HeavyWeightedPressurePlate.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Hopper.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Hopper.java similarity index 92% rename from src/autogenerated/java/net/minestom/instance/block/states/Hopper.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Hopper.java index 7698b5528..e36db47ab 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Hopper.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Hopper.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/HornCoral.java b/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoral.java similarity index 81% rename from src/autogenerated/java/net/minestom/instance/block/states/HornCoral.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/HornCoral.java index c08f4e1a2..170f99ea4 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/HornCoral.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoral.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/HornCoralFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoralFan.java similarity index 81% rename from src/autogenerated/java/net/minestom/instance/block/states/HornCoralFan.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/HornCoralFan.java index c7f00bd7a..ea0cb6693 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/HornCoralFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoralFan.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/HornCoralWallFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoralWallFan.java similarity index 91% rename from src/autogenerated/java/net/minestom/instance/block/states/HornCoralWallFan.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/HornCoralWallFan.java index af36ea4c9..65664cd5e 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/HornCoralWallFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoralWallFan.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/IronBars.java b/src/autogenerated/java/net/minestom/server/instance/block/states/IronBars.java similarity index 97% rename from src/autogenerated/java/net/minestom/instance/block/states/IronBars.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/IronBars.java index 45dda0596..29f9234b0 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/IronBars.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/IronBars.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/IronDoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/IronDoor.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/IronDoor.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/IronDoor.java index dbdc2aa66..235bc2e61 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/IronDoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/IronDoor.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/IronTrapdoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/IronTrapdoor.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/IronTrapdoor.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/IronTrapdoor.java index 5e7b0ccab..99f3fcf61 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/IronTrapdoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/IronTrapdoor.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/JackOLantern.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JackOLantern.java similarity index 85% rename from src/autogenerated/java/net/minestom/instance/block/states/JackOLantern.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/JackOLantern.java index 521735bc2..a0b17d5e3 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/JackOLantern.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JackOLantern.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Jigsaw.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Jigsaw.java similarity index 87% rename from src/autogenerated/java/net/minestom/instance/block/states/Jigsaw.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Jigsaw.java index 5ddb63158..8bd80f3a4 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Jigsaw.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Jigsaw.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Jukebox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Jukebox.java similarity index 81% rename from src/autogenerated/java/net/minestom/instance/block/states/Jukebox.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Jukebox.java index d18b50281..294a44b81 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Jukebox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Jukebox.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/JungleButton.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleButton.java similarity index 96% rename from src/autogenerated/java/net/minestom/instance/block/states/JungleButton.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/JungleButton.java index f319d776f..f31ca6c3f 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/JungleButton.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleButton.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/JungleDoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleDoor.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/JungleDoor.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/JungleDoor.java index 75bf6f709..b2bc5348c 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/JungleDoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleDoor.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/JungleFence.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleFence.java similarity index 97% rename from src/autogenerated/java/net/minestom/instance/block/states/JungleFence.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/JungleFence.java index 4aae24175..b46cd4e95 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/JungleFence.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleFence.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/JungleFenceGate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleFenceGate.java similarity index 97% rename from src/autogenerated/java/net/minestom/instance/block/states/JungleFenceGate.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/JungleFenceGate.java index 865102576..25ce0e812 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/JungleFenceGate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleFenceGate.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/JungleLeaves.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleLeaves.java similarity index 94% rename from src/autogenerated/java/net/minestom/instance/block/states/JungleLeaves.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/JungleLeaves.java index 2c2156a2a..4d5f26b9c 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/JungleLeaves.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleLeaves.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/JungleLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleLog.java similarity index 82% rename from src/autogenerated/java/net/minestom/instance/block/states/JungleLog.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/JungleLog.java index 231ff7b81..9a737598c 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/JungleLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleLog.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/JunglePressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JunglePressurePlate.java similarity index 82% rename from src/autogenerated/java/net/minestom/instance/block/states/JunglePressurePlate.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/JunglePressurePlate.java index 59a634a14..ac7809267 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/JunglePressurePlate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JunglePressurePlate.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/JungleSapling.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleSapling.java similarity index 81% rename from src/autogenerated/java/net/minestom/instance/block/states/JungleSapling.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/JungleSapling.java index 1d21e5da0..927d9acda 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/JungleSapling.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleSapling.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/JungleSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleSign.java similarity index 97% rename from src/autogenerated/java/net/minestom/instance/block/states/JungleSign.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/JungleSign.java index adcbf1365..7bc0a1e63 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/JungleSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleSign.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/JungleSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleSlab.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/JungleSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/JungleSlab.java index e345fe713..18c2377f5 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/JungleSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/JungleStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/JungleStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/JungleStairs.java index 3e281952f..92c55d400 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/JungleStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/JungleTrapdoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleTrapdoor.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/JungleTrapdoor.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/JungleTrapdoor.java index 1a4a9a8b8..b5faf1e27 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/JungleTrapdoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleTrapdoor.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/JungleWallSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleWallSign.java similarity index 91% rename from src/autogenerated/java/net/minestom/instance/block/states/JungleWallSign.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/JungleWallSign.java index 81217893f..5c2942f8a 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/JungleWallSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleWallSign.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/JungleWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleWood.java similarity index 83% rename from src/autogenerated/java/net/minestom/instance/block/states/JungleWood.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/JungleWood.java index 886678da1..3aad21319 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/JungleWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleWood.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Kelp.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Kelp.java similarity index 95% rename from src/autogenerated/java/net/minestom/instance/block/states/Kelp.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Kelp.java index db2d9a11f..a25bc640e 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Kelp.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Kelp.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Ladder.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Ladder.java similarity index 91% rename from src/autogenerated/java/net/minestom/instance/block/states/Ladder.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Ladder.java index 4993e7336..db69cb66a 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Ladder.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Ladder.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Lantern.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Lantern.java similarity index 80% rename from src/autogenerated/java/net/minestom/instance/block/states/Lantern.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Lantern.java index a4f3273d9..58f067570 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Lantern.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Lantern.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/LargeFern.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LargeFern.java similarity index 80% rename from src/autogenerated/java/net/minestom/instance/block/states/LargeFern.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/LargeFern.java index 9c240a8e6..aa51a24d5 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/LargeFern.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LargeFern.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Lava.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Lava.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/Lava.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Lava.java index a96fae03a..e86ea3318 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Lava.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Lava.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Lectern.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Lectern.java similarity index 95% rename from src/autogenerated/java/net/minestom/instance/block/states/Lectern.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Lectern.java index 21f2535dc..e60d749fa 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Lectern.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Lectern.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Lever.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Lever.java similarity index 96% rename from src/autogenerated/java/net/minestom/instance/block/states/Lever.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Lever.java index e12868f90..34209b662 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Lever.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Lever.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/LightBlueBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueBanner.java similarity index 94% rename from src/autogenerated/java/net/minestom/instance/block/states/LightBlueBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueBanner.java index 8df512340..f2aac94b7 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/LightBlueBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/LightBlueBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueBed.java similarity index 95% rename from src/autogenerated/java/net/minestom/instance/block/states/LightBlueBed.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueBed.java index f1629e0ee..12d62c947 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/LightBlueBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueBed.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/LightBlueGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueGlazedTerracotta.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/LightBlueGlazedTerracotta.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueGlazedTerracotta.java index 04dccbfd6..d7d71e005 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/LightBlueGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueGlazedTerracotta.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/LightBlueShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueShulkerBox.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/LightBlueShulkerBox.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueShulkerBox.java index 18cc7da09..c855b3508 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/LightBlueShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueShulkerBox.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/LightBlueStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueStainedGlassPane.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/LightBlueStainedGlassPane.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueStainedGlassPane.java index e9d8d9944..5a77290a8 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/LightBlueStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueStainedGlassPane.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/LightBlueWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueWallBanner.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/LightBlueWallBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueWallBanner.java index 9d11003d1..ca8be91bd 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/LightBlueWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueWallBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/LightGrayBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayBanner.java similarity index 94% rename from src/autogenerated/java/net/minestom/instance/block/states/LightGrayBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayBanner.java index f200ea67b..f7589c13e 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/LightGrayBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/LightGrayBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayBed.java similarity index 95% rename from src/autogenerated/java/net/minestom/instance/block/states/LightGrayBed.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayBed.java index ccffa9586..6884be701 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/LightGrayBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayBed.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/LightGrayGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayGlazedTerracotta.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/LightGrayGlazedTerracotta.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayGlazedTerracotta.java index 38d119bbe..e79b39e97 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/LightGrayGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayGlazedTerracotta.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/LightGrayShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayShulkerBox.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/LightGrayShulkerBox.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayShulkerBox.java index bb455166a..c897a8c9a 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/LightGrayShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayShulkerBox.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/LightGrayStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayStainedGlassPane.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/LightGrayStainedGlassPane.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayStainedGlassPane.java index e4749d13b..ca6c4e101 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/LightGrayStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayStainedGlassPane.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/LightGrayWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayWallBanner.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/LightGrayWallBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayWallBanner.java index 8128e9db2..423c14ca5 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/LightGrayWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayWallBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/LightWeightedPressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightWeightedPressurePlate.java similarity index 94% rename from src/autogenerated/java/net/minestom/instance/block/states/LightWeightedPressurePlate.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/LightWeightedPressurePlate.java index eee4dea1a..7e37310af 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/LightWeightedPressurePlate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightWeightedPressurePlate.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Lilac.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Lilac.java similarity index 80% rename from src/autogenerated/java/net/minestom/instance/block/states/Lilac.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Lilac.java index 7b3c839f0..b45aedc51 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Lilac.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Lilac.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/LimeBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeBanner.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/LimeBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/LimeBanner.java index 9510e090b..e5a78a639 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/LimeBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/LimeBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeBed.java similarity index 95% rename from src/autogenerated/java/net/minestom/instance/block/states/LimeBed.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/LimeBed.java index e24372b94..0fe0c7dd3 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/LimeBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeBed.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/LimeGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeGlazedTerracotta.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/LimeGlazedTerracotta.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/LimeGlazedTerracotta.java index b25683930..93849dca8 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/LimeGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeGlazedTerracotta.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/LimeShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeShulkerBox.java similarity index 88% rename from src/autogenerated/java/net/minestom/instance/block/states/LimeShulkerBox.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/LimeShulkerBox.java index 4c3c9b51f..7dc5eb7e6 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/LimeShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeShulkerBox.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/LimeStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeStainedGlassPane.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/LimeStainedGlassPane.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/LimeStainedGlassPane.java index ae1ede362..63fa284fa 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/LimeStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeStainedGlassPane.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/LimeWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeWallBanner.java similarity index 85% rename from src/autogenerated/java/net/minestom/instance/block/states/LimeWallBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/LimeWallBanner.java index 981558a78..ce97e2f54 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/LimeWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeWallBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Loom.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Loom.java similarity index 84% rename from src/autogenerated/java/net/minestom/instance/block/states/Loom.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Loom.java index a85a4734f..b63fdb918 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Loom.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Loom.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/MagentaBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaBanner.java similarity index 94% rename from src/autogenerated/java/net/minestom/instance/block/states/MagentaBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/MagentaBanner.java index 13ed5def1..a05d6cac2 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/MagentaBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/MagentaBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaBed.java similarity index 95% rename from src/autogenerated/java/net/minestom/instance/block/states/MagentaBed.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/MagentaBed.java index b0d7d17a1..e99770c12 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/MagentaBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaBed.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/MagentaGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaGlazedTerracotta.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/MagentaGlazedTerracotta.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/MagentaGlazedTerracotta.java index 61d4597e5..dddafc61e 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/MagentaGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaGlazedTerracotta.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/MagentaShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaShulkerBox.java similarity index 88% rename from src/autogenerated/java/net/minestom/instance/block/states/MagentaShulkerBox.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/MagentaShulkerBox.java index d3ed3e3b1..4b0d92ba7 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/MagentaShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaShulkerBox.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/MagentaStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaStainedGlassPane.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/MagentaStainedGlassPane.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/MagentaStainedGlassPane.java index 21c4c1496..26b04986b 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/MagentaStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaStainedGlassPane.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/MagentaWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaWallBanner.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/MagentaWallBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/MagentaWallBanner.java index 486a8d240..2c28e3e74 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/MagentaWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaWallBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/MelonStem.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MelonStem.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/MelonStem.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/MelonStem.java index 88f9e41ad..313cc722a 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/MelonStem.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MelonStem.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/MossyCobblestoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneSlab.java similarity index 90% rename from src/autogenerated/java/net/minestom/instance/block/states/MossyCobblestoneSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneSlab.java index b2ea9de33..2aabe97bd 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/MossyCobblestoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/MossyCobblestoneStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/MossyCobblestoneStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneStairs.java index 3a83c1dfb..cf7cd83d4 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/MossyCobblestoneStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/MossyCobblestoneWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneWall.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/MossyCobblestoneWall.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneWall.java index 79200244e..ff19e7eb1 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/MossyCobblestoneWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneWall.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/MossyStoneBrickSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickSlab.java similarity index 90% rename from src/autogenerated/java/net/minestom/instance/block/states/MossyStoneBrickSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickSlab.java index 72c8738e1..0ecabf205 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/MossyStoneBrickSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/MossyStoneBrickStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/MossyStoneBrickStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickStairs.java index 99b2fc21b..1153ea036 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/MossyStoneBrickStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/MossyStoneBrickWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickWall.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/MossyStoneBrickWall.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickWall.java index f974959f2..81dcaf276 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/MossyStoneBrickWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickWall.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/MovingPiston.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MovingPiston.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/MovingPiston.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/MovingPiston.java index a95618e7c..d9323aa1f 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/MovingPiston.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MovingPiston.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/MushroomStem.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MushroomStem.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/MushroomStem.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/MushroomStem.java index 2355aec3a..16a3aa9bc 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/MushroomStem.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MushroomStem.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Mycelium.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Mycelium.java similarity index 80% rename from src/autogenerated/java/net/minestom/instance/block/states/Mycelium.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Mycelium.java index dffd2da99..a269c14a2 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Mycelium.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Mycelium.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/NetherBrickFence.java b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickFence.java similarity index 97% rename from src/autogenerated/java/net/minestom/instance/block/states/NetherBrickFence.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickFence.java index cece0a856..2681577b8 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/NetherBrickFence.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickFence.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/NetherBrickSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickSlab.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/NetherBrickSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickSlab.java index 9bb2070da..3bdb4c883 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/NetherBrickSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/NetherBrickStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/NetherBrickStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickStairs.java index 2bc5bd4b1..fd5888790 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/NetherBrickStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/NetherBrickWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickWall.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/NetherBrickWall.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickWall.java index 10d0b35b9..de5766491 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/NetherBrickWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickWall.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/NetherPortal.java b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherPortal.java similarity index 80% rename from src/autogenerated/java/net/minestom/instance/block/states/NetherPortal.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/NetherPortal.java index 14832fcfb..d7a1f276b 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/NetherPortal.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherPortal.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/NetherWart.java b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherWart.java similarity index 84% rename from src/autogenerated/java/net/minestom/instance/block/states/NetherWart.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/NetherWart.java index 50f7effad..ec05dfcd7 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/NetherWart.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherWart.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/NoteBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/NoteBlock.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/NoteBlock.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/NoteBlock.java index 0e50d5a38..1e21d7e8f 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/NoteBlock.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/NoteBlock.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/OakButton.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakButton.java similarity index 96% rename from src/autogenerated/java/net/minestom/instance/block/states/OakButton.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/OakButton.java index a590e18e6..bf9ac2ecf 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/OakButton.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakButton.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/OakDoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakDoor.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/OakDoor.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/OakDoor.java index faec4fbaa..85757accd 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/OakDoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakDoor.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/OakFence.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakFence.java similarity index 97% rename from src/autogenerated/java/net/minestom/instance/block/states/OakFence.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/OakFence.java index fa64d5432..c71006175 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/OakFence.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakFence.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/OakFenceGate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakFenceGate.java similarity index 97% rename from src/autogenerated/java/net/minestom/instance/block/states/OakFenceGate.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/OakFenceGate.java index 4d2809b43..3153905ba 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/OakFenceGate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakFenceGate.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/OakLeaves.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakLeaves.java similarity index 94% rename from src/autogenerated/java/net/minestom/instance/block/states/OakLeaves.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/OakLeaves.java index baf6bfec8..fcd5648b3 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/OakLeaves.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakLeaves.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/OakLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakLog.java similarity index 82% rename from src/autogenerated/java/net/minestom/instance/block/states/OakLog.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/OakLog.java index ba3511e2e..f922dc8c2 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/OakLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakLog.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/OakPressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakPressurePlate.java similarity index 81% rename from src/autogenerated/java/net/minestom/instance/block/states/OakPressurePlate.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/OakPressurePlate.java index 2fb11fbe6..3c4b91854 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/OakPressurePlate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakPressurePlate.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/OakSapling.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakSapling.java similarity index 80% rename from src/autogenerated/java/net/minestom/instance/block/states/OakSapling.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/OakSapling.java index b28a5e291..b24005e4f 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/OakSapling.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakSapling.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/OakSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakSign.java similarity index 97% rename from src/autogenerated/java/net/minestom/instance/block/states/OakSign.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/OakSign.java index 7b0bde0c5..d99a1c50b 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/OakSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakSign.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/OakSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakSlab.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/OakSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/OakSlab.java index 9e1f9aa64..a3d1b37c0 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/OakSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/OakStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/OakStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/OakStairs.java index dd11c6dc3..87d059b46 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/OakStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/OakTrapdoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakTrapdoor.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/OakTrapdoor.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/OakTrapdoor.java index 6fa1e0c6e..712fa716e 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/OakTrapdoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakTrapdoor.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/OakWallSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakWallSign.java similarity index 91% rename from src/autogenerated/java/net/minestom/instance/block/states/OakWallSign.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/OakWallSign.java index 41e010559..039b6b5df 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/OakWallSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakWallSign.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/OakWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakWood.java similarity index 82% rename from src/autogenerated/java/net/minestom/instance/block/states/OakWood.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/OakWood.java index 49ecb6e5d..57abe86ce 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/OakWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakWood.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Observer.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Observer.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/Observer.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Observer.java index 26db228ef..0818432a2 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Observer.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Observer.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/OrangeBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeBanner.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/OrangeBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/OrangeBanner.java index de9bd4fc7..4b8bee3f2 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/OrangeBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/OrangeBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeBed.java similarity index 95% rename from src/autogenerated/java/net/minestom/instance/block/states/OrangeBed.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/OrangeBed.java index 339050496..1c30219a0 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/OrangeBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeBed.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/OrangeGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeGlazedTerracotta.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/OrangeGlazedTerracotta.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/OrangeGlazedTerracotta.java index e7078fb5f..49faaaeaf 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/OrangeGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeGlazedTerracotta.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/OrangeShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeShulkerBox.java similarity index 88% rename from src/autogenerated/java/net/minestom/instance/block/states/OrangeShulkerBox.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/OrangeShulkerBox.java index 08e6037da..66f3329a6 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/OrangeShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeShulkerBox.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/OrangeStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeStainedGlassPane.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/OrangeStainedGlassPane.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/OrangeStainedGlassPane.java index 9028e3cbc..84390f0df 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/OrangeStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeStainedGlassPane.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/OrangeWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeWallBanner.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/OrangeWallBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/OrangeWallBanner.java index 53fa4e0c3..68ca72889 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/OrangeWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeWallBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Peony.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Peony.java similarity index 80% rename from src/autogenerated/java/net/minestom/instance/block/states/Peony.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Peony.java index f290704bf..dc8689a8d 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Peony.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Peony.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PetrifiedOakSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PetrifiedOakSlab.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/PetrifiedOakSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PetrifiedOakSlab.java index 2755f4247..1df84a646 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PetrifiedOakSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PetrifiedOakSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PinkBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkBanner.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/PinkBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PinkBanner.java index daadcafdb..dc14bf629 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PinkBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PinkBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkBed.java similarity index 95% rename from src/autogenerated/java/net/minestom/instance/block/states/PinkBed.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PinkBed.java index f743cf862..575096955 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PinkBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkBed.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PinkGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkGlazedTerracotta.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/PinkGlazedTerracotta.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PinkGlazedTerracotta.java index ec7b9fb4e..55101a602 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PinkGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkGlazedTerracotta.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PinkShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkShulkerBox.java similarity index 88% rename from src/autogenerated/java/net/minestom/instance/block/states/PinkShulkerBox.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PinkShulkerBox.java index a33ad5781..3052a4aef 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PinkShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkShulkerBox.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PinkStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkStainedGlassPane.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/PinkStainedGlassPane.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PinkStainedGlassPane.java index bb1529f7b..126790096 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PinkStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkStainedGlassPane.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PinkWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkWallBanner.java similarity index 85% rename from src/autogenerated/java/net/minestom/instance/block/states/PinkWallBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PinkWallBanner.java index ddbc8cbbd..6952f9a57 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PinkWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkWallBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Piston.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Piston.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/Piston.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Piston.java index f7ed8507d..d4e09aa20 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Piston.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Piston.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PistonHead.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PistonHead.java similarity index 96% rename from src/autogenerated/java/net/minestom/instance/block/states/PistonHead.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PistonHead.java index efe9d9549..29f7d0272 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PistonHead.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PistonHead.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PlayerHead.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PlayerHead.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/PlayerHead.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PlayerHead.java index 25c65b071..9b40254c4 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PlayerHead.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PlayerHead.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PlayerWallHead.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PlayerWallHead.java similarity index 85% rename from src/autogenerated/java/net/minestom/instance/block/states/PlayerWallHead.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PlayerWallHead.java index fda37eb44..2547bc7aa 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PlayerWallHead.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PlayerWallHead.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Podzol.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Podzol.java similarity index 80% rename from src/autogenerated/java/net/minestom/instance/block/states/Podzol.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Podzol.java index 9fac676dc..9467d422c 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Podzol.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Podzol.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PolishedAndesiteSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedAndesiteSlab.java similarity index 90% rename from src/autogenerated/java/net/minestom/instance/block/states/PolishedAndesiteSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PolishedAndesiteSlab.java index 63c6fea38..1da359b2f 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PolishedAndesiteSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedAndesiteSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PolishedAndesiteStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedAndesiteStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/PolishedAndesiteStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PolishedAndesiteStairs.java index 751b50adc..dad45a3a1 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PolishedAndesiteStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedAndesiteStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PolishedDioriteSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedDioriteSlab.java similarity index 90% rename from src/autogenerated/java/net/minestom/instance/block/states/PolishedDioriteSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PolishedDioriteSlab.java index 910b03cd3..91b53bc21 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PolishedDioriteSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedDioriteSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PolishedDioriteStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedDioriteStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/PolishedDioriteStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PolishedDioriteStairs.java index 29d6c4f79..79e1af0c8 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PolishedDioriteStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedDioriteStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PolishedGraniteSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedGraniteSlab.java similarity index 90% rename from src/autogenerated/java/net/minestom/instance/block/states/PolishedGraniteSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PolishedGraniteSlab.java index a4fff3859..e7c9f3f75 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PolishedGraniteSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedGraniteSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PolishedGraniteStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedGraniteStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/PolishedGraniteStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PolishedGraniteStairs.java index 4cc11b851..7ba08b3a5 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PolishedGraniteStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedGraniteStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Potatoes.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Potatoes.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/Potatoes.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Potatoes.java index 0d23d6830..7ad732c60 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Potatoes.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Potatoes.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PoweredRail.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PoweredRail.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/PoweredRail.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PoweredRail.java index 31f89dd60..015eac0ef 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PoweredRail.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PoweredRail.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PrismarineBrickSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineBrickSlab.java similarity index 90% rename from src/autogenerated/java/net/minestom/instance/block/states/PrismarineBrickSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineBrickSlab.java index 4ce38e8f8..981d27a8b 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PrismarineBrickSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineBrickSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PrismarineBrickStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineBrickStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/PrismarineBrickStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineBrickStairs.java index 999c9c91c..1d487229a 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PrismarineBrickStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineBrickStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PrismarineSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineSlab.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/PrismarineSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineSlab.java index 1b0caee1a..5cd052501 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PrismarineSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PrismarineStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/PrismarineStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineStairs.java index d0a0e4ce9..ac5ce55bf 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PrismarineStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PrismarineWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineWall.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/PrismarineWall.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineWall.java index bcbb5a2a8..d1715437b 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PrismarineWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineWall.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PumpkinStem.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PumpkinStem.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/PumpkinStem.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PumpkinStem.java index d75726801..cef55ec4a 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PumpkinStem.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PumpkinStem.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PurpleBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleBanner.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/PurpleBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PurpleBanner.java index 4d805748d..ecb9b2121 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PurpleBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PurpleBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleBed.java similarity index 95% rename from src/autogenerated/java/net/minestom/instance/block/states/PurpleBed.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PurpleBed.java index fc8703f3e..cb57b07bf 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PurpleBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleBed.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PurpleGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleGlazedTerracotta.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/PurpleGlazedTerracotta.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PurpleGlazedTerracotta.java index 2d0e5be17..2690e7159 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PurpleGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleGlazedTerracotta.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PurpleShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleShulkerBox.java similarity index 88% rename from src/autogenerated/java/net/minestom/instance/block/states/PurpleShulkerBox.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PurpleShulkerBox.java index 34806dd3c..b179f88ae 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PurpleShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleShulkerBox.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PurpleStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleStainedGlassPane.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/PurpleStainedGlassPane.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PurpleStainedGlassPane.java index ae5abb3ab..fe99e8213 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PurpleStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleStainedGlassPane.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PurpleWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleWallBanner.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/PurpleWallBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PurpleWallBanner.java index 72ad777df..c74d51d5e 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PurpleWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleWallBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PurpurPillar.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurPillar.java similarity index 83% rename from src/autogenerated/java/net/minestom/instance/block/states/PurpurPillar.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PurpurPillar.java index 083f11e83..ab09727c9 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PurpurPillar.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurPillar.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PurpurSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurSlab.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/PurpurSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PurpurSlab.java index c4fdb0aba..1f6c7509c 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PurpurSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/PurpurStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/PurpurStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/PurpurStairs.java index 9566f5e3d..84e40d8cd 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/PurpurStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/QuartzPillar.java b/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzPillar.java similarity index 83% rename from src/autogenerated/java/net/minestom/instance/block/states/QuartzPillar.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/QuartzPillar.java index b7e9465e4..05f3b0924 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/QuartzPillar.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzPillar.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/QuartzSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzSlab.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/QuartzSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/QuartzSlab.java index 80c64475b..76de6cc48 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/QuartzSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/QuartzStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/QuartzStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/QuartzStairs.java index 5221608f4..cb4e74b06 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/QuartzStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Rail.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Rail.java similarity index 91% rename from src/autogenerated/java/net/minestom/instance/block/states/Rail.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Rail.java index 33cdc7ceb..296ce5772 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Rail.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Rail.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/RedBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedBanner.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/RedBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/RedBanner.java index 3c1055114..cce4ea353 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/RedBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/RedBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedBed.java similarity index 95% rename from src/autogenerated/java/net/minestom/instance/block/states/RedBed.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/RedBed.java index 2cad03159..0ac880352 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/RedBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedBed.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/RedGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedGlazedTerracotta.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/RedGlazedTerracotta.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/RedGlazedTerracotta.java index 59d8b17c5..97e2965da 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/RedGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedGlazedTerracotta.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/RedMushroomBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedMushroomBlock.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/RedMushroomBlock.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/RedMushroomBlock.java index b212af60a..8e5cfdd7d 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/RedMushroomBlock.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedMushroomBlock.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/RedNetherBrickSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickSlab.java similarity index 90% rename from src/autogenerated/java/net/minestom/instance/block/states/RedNetherBrickSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickSlab.java index c91793d5f..e60dbea59 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/RedNetherBrickSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/RedNetherBrickStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/RedNetherBrickStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickStairs.java index 9d6d8938d..95c195bbb 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/RedNetherBrickStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/RedNetherBrickWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickWall.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/RedNetherBrickWall.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickWall.java index 2dee9d741..3c945c118 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/RedNetherBrickWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickWall.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/RedSandstoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneSlab.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/RedSandstoneSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneSlab.java index ef6e6c16a..1becf9fb3 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/RedSandstoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/RedSandstoneStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/RedSandstoneStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneStairs.java index b298881d1..380b8c49e 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/RedSandstoneStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/RedSandstoneWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneWall.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/RedSandstoneWall.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneWall.java index c84b0ec70..312be0320 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/RedSandstoneWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneWall.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/RedShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedShulkerBox.java similarity index 88% rename from src/autogenerated/java/net/minestom/instance/block/states/RedShulkerBox.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/RedShulkerBox.java index ad4c17ee1..b42219ef6 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/RedShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedShulkerBox.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/RedStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedStainedGlassPane.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/RedStainedGlassPane.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/RedStainedGlassPane.java index 280bbf5d7..785444f42 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/RedStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedStainedGlassPane.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/RedWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedWallBanner.java similarity index 85% rename from src/autogenerated/java/net/minestom/instance/block/states/RedWallBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/RedWallBanner.java index 3f2895ee6..65f091bee 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/RedWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedWallBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/RedstoneLamp.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneLamp.java similarity index 81% rename from src/autogenerated/java/net/minestom/instance/block/states/RedstoneLamp.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneLamp.java index 2b0701730..d692ade09 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/RedstoneLamp.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneLamp.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/RedstoneOre.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneOre.java similarity index 81% rename from src/autogenerated/java/net/minestom/instance/block/states/RedstoneOre.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneOre.java index f9d897d4a..441f89195 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/RedstoneOre.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneOre.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/RedstoneTorch.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneTorch.java similarity index 81% rename from src/autogenerated/java/net/minestom/instance/block/states/RedstoneTorch.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneTorch.java index 2542d897d..81c250b0d 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/RedstoneTorch.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneTorch.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/RedstoneWallTorch.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneWallTorch.java similarity index 91% rename from src/autogenerated/java/net/minestom/instance/block/states/RedstoneWallTorch.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneWallTorch.java index 45c13e19a..945e66f9d 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/RedstoneWallTorch.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneWallTorch.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/RedstoneWire.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneWire.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/RedstoneWire.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneWire.java index 016ca56b7..44de4366e 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/RedstoneWire.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneWire.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Repeater.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Repeater.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/Repeater.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Repeater.java index 44aa03646..95f326f4f 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Repeater.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Repeater.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/RepeatingCommandBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RepeatingCommandBlock.java similarity index 94% rename from src/autogenerated/java/net/minestom/instance/block/states/RepeatingCommandBlock.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/RepeatingCommandBlock.java index b4f68c8fa..df147cb15 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/RepeatingCommandBlock.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RepeatingCommandBlock.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/RoseBush.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RoseBush.java similarity index 80% rename from src/autogenerated/java/net/minestom/instance/block/states/RoseBush.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/RoseBush.java index 9ca28f400..971fea044 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/RoseBush.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RoseBush.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SandstoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneSlab.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/SandstoneSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneSlab.java index d3e3d29a0..ea8b879dc 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/SandstoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SandstoneStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/SandstoneStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneStairs.java index 932cc9286..f8a08faab 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/SandstoneStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SandstoneWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneWall.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/SandstoneWall.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneWall.java index 24401dfe8..e3def8a35 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/SandstoneWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneWall.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Scaffolding.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Scaffolding.java similarity index 97% rename from src/autogenerated/java/net/minestom/instance/block/states/Scaffolding.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Scaffolding.java index 2294b1d1d..6cdbc10e2 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Scaffolding.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Scaffolding.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SeaPickle.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SeaPickle.java similarity index 91% rename from src/autogenerated/java/net/minestom/instance/block/states/SeaPickle.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/SeaPickle.java index 0f1214abc..d6101f796 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/SeaPickle.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SeaPickle.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/ShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/ShulkerBox.java similarity index 88% rename from src/autogenerated/java/net/minestom/instance/block/states/ShulkerBox.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/ShulkerBox.java index a59ec465a..a4285496c 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/ShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/ShulkerBox.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SkeletonSkull.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SkeletonSkull.java similarity index 94% rename from src/autogenerated/java/net/minestom/instance/block/states/SkeletonSkull.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/SkeletonSkull.java index c0dd18b64..e6416b6fe 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/SkeletonSkull.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SkeletonSkull.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SkeletonWallSkull.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SkeletonWallSkull.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/SkeletonWallSkull.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/SkeletonWallSkull.java index c4b974fdc..4a21ee425 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/SkeletonWallSkull.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SkeletonWallSkull.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Smoker.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Smoker.java similarity index 90% rename from src/autogenerated/java/net/minestom/instance/block/states/Smoker.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Smoker.java index 22dc67d4f..51d033341 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Smoker.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Smoker.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SmoothQuartzSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothQuartzSlab.java similarity index 90% rename from src/autogenerated/java/net/minestom/instance/block/states/SmoothQuartzSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/SmoothQuartzSlab.java index 657aa04f9..d96ca83cc 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/SmoothQuartzSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothQuartzSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SmoothQuartzStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothQuartzStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/SmoothQuartzStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/SmoothQuartzStairs.java index f19ba6b5d..d2f9f12ac 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/SmoothQuartzStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothQuartzStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SmoothRedSandstoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothRedSandstoneSlab.java similarity index 90% rename from src/autogenerated/java/net/minestom/instance/block/states/SmoothRedSandstoneSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/SmoothRedSandstoneSlab.java index c2079cbc2..b0206de71 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/SmoothRedSandstoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothRedSandstoneSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SmoothRedSandstoneStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothRedSandstoneStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/SmoothRedSandstoneStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/SmoothRedSandstoneStairs.java index e41c0da95..41e782345 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/SmoothRedSandstoneStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothRedSandstoneStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SmoothSandstoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothSandstoneSlab.java similarity index 90% rename from src/autogenerated/java/net/minestom/instance/block/states/SmoothSandstoneSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/SmoothSandstoneSlab.java index 7c4b13535..ce8119487 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/SmoothSandstoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothSandstoneSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SmoothSandstoneStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothSandstoneStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/SmoothSandstoneStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/SmoothSandstoneStairs.java index 54b5d0b21..82820033e 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/SmoothSandstoneStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothSandstoneStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SmoothStoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothStoneSlab.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/SmoothStoneSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/SmoothStoneSlab.java index 68fd7d068..31bcc147e 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/SmoothStoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothStoneSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Snow.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Snow.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/Snow.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Snow.java index aee2e158b..194a59dab 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Snow.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Snow.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SpruceButton.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceButton.java similarity index 96% rename from src/autogenerated/java/net/minestom/instance/block/states/SpruceButton.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/SpruceButton.java index aa3258e6b..90787ff60 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/SpruceButton.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceButton.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SpruceDoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceDoor.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/SpruceDoor.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/SpruceDoor.java index 1f8e89854..5b71fa774 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/SpruceDoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceDoor.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SpruceFence.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceFence.java similarity index 97% rename from src/autogenerated/java/net/minestom/instance/block/states/SpruceFence.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/SpruceFence.java index 578488e52..19edaa5c9 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/SpruceFence.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceFence.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SpruceFenceGate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceFenceGate.java similarity index 97% rename from src/autogenerated/java/net/minestom/instance/block/states/SpruceFenceGate.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/SpruceFenceGate.java index 8f9c10119..0b89d60d9 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/SpruceFenceGate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceFenceGate.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SpruceLeaves.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceLeaves.java similarity index 94% rename from src/autogenerated/java/net/minestom/instance/block/states/SpruceLeaves.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/SpruceLeaves.java index a805cd873..28f46f2b7 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/SpruceLeaves.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceLeaves.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SpruceLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceLog.java similarity index 82% rename from src/autogenerated/java/net/minestom/instance/block/states/SpruceLog.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/SpruceLog.java index 82379fc0c..e4f07004d 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/SpruceLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceLog.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SprucePressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SprucePressurePlate.java similarity index 82% rename from src/autogenerated/java/net/minestom/instance/block/states/SprucePressurePlate.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/SprucePressurePlate.java index fbd684b39..40b636ce9 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/SprucePressurePlate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SprucePressurePlate.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SpruceSapling.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceSapling.java similarity index 81% rename from src/autogenerated/java/net/minestom/instance/block/states/SpruceSapling.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/SpruceSapling.java index 7b7f3ce9e..b91544855 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/SpruceSapling.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceSapling.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SpruceSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceSign.java similarity index 97% rename from src/autogenerated/java/net/minestom/instance/block/states/SpruceSign.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/SpruceSign.java index 30927555a..701921e37 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/SpruceSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceSign.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SpruceSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceSlab.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/SpruceSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/SpruceSlab.java index 355b21430..3858ea595 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/SpruceSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SpruceStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/SpruceStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/SpruceStairs.java index 527972cdf..62d71d52a 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/SpruceStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SpruceTrapdoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceTrapdoor.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/SpruceTrapdoor.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/SpruceTrapdoor.java index f60c7998a..12627be68 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/SpruceTrapdoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceTrapdoor.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SpruceWallSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceWallSign.java similarity index 91% rename from src/autogenerated/java/net/minestom/instance/block/states/SpruceWallSign.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/SpruceWallSign.java index 02a9ee888..fad54e7a8 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/SpruceWallSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceWallSign.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SpruceWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceWood.java similarity index 83% rename from src/autogenerated/java/net/minestom/instance/block/states/SpruceWood.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/SpruceWood.java index 59793236a..e40c4b073 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/SpruceWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceWood.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/StickyPiston.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StickyPiston.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/StickyPiston.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/StickyPiston.java index 0703a3340..c1388409e 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/StickyPiston.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StickyPiston.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/StoneBrickSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickSlab.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/StoneBrickSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickSlab.java index 0db503446..66aedfb35 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/StoneBrickSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/StoneBrickStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/StoneBrickStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickStairs.java index 9024a1907..3789664a7 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/StoneBrickStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/StoneBrickWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickWall.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/StoneBrickWall.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickWall.java index 9eae22ebf..36afcae49 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/StoneBrickWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickWall.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/StoneButton.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneButton.java similarity index 96% rename from src/autogenerated/java/net/minestom/instance/block/states/StoneButton.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/StoneButton.java index 105e3f2b3..ce5ded28f 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/StoneButton.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneButton.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/StonePressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StonePressurePlate.java similarity index 82% rename from src/autogenerated/java/net/minestom/instance/block/states/StonePressurePlate.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/StonePressurePlate.java index d39bb5c0b..9e94a9fb6 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/StonePressurePlate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StonePressurePlate.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/StoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneSlab.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/StoneSlab.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/StoneSlab.java index e59a02c79..9d15bd260 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/StoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneSlab.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/StoneStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneStairs.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/StoneStairs.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/StoneStairs.java index fb63dbbf6..6726cb4ef 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/StoneStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneStairs.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Stonecutter.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Stonecutter.java similarity index 85% rename from src/autogenerated/java/net/minestom/instance/block/states/Stonecutter.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Stonecutter.java index 8fcafb11f..0f1262028 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Stonecutter.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Stonecutter.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/StrippedAcaciaLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedAcaciaLog.java similarity index 83% rename from src/autogenerated/java/net/minestom/instance/block/states/StrippedAcaciaLog.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/StrippedAcaciaLog.java index c76b2b3a9..3f1d0aec4 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/StrippedAcaciaLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedAcaciaLog.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/StrippedAcaciaWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedAcaciaWood.java similarity index 83% rename from src/autogenerated/java/net/minestom/instance/block/states/StrippedAcaciaWood.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/StrippedAcaciaWood.java index 21f39ce61..1afe2ce45 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/StrippedAcaciaWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedAcaciaWood.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/StrippedBirchLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedBirchLog.java similarity index 83% rename from src/autogenerated/java/net/minestom/instance/block/states/StrippedBirchLog.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/StrippedBirchLog.java index 499a4849e..0c5cfb9a7 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/StrippedBirchLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedBirchLog.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/StrippedBirchWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedBirchWood.java similarity index 83% rename from src/autogenerated/java/net/minestom/instance/block/states/StrippedBirchWood.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/StrippedBirchWood.java index acb0d75fd..5e6b26540 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/StrippedBirchWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedBirchWood.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/StrippedDarkOakLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedDarkOakLog.java similarity index 84% rename from src/autogenerated/java/net/minestom/instance/block/states/StrippedDarkOakLog.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/StrippedDarkOakLog.java index 4ca3ed325..840fcac1f 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/StrippedDarkOakLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedDarkOakLog.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/StrippedDarkOakWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedDarkOakWood.java similarity index 84% rename from src/autogenerated/java/net/minestom/instance/block/states/StrippedDarkOakWood.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/StrippedDarkOakWood.java index 4787fd900..2134db8e7 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/StrippedDarkOakWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedDarkOakWood.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/StrippedJungleLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedJungleLog.java similarity index 83% rename from src/autogenerated/java/net/minestom/instance/block/states/StrippedJungleLog.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/StrippedJungleLog.java index 628a24149..60c332a7d 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/StrippedJungleLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedJungleLog.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/StrippedJungleWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedJungleWood.java similarity index 83% rename from src/autogenerated/java/net/minestom/instance/block/states/StrippedJungleWood.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/StrippedJungleWood.java index 6db4c0fb0..40c52436b 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/StrippedJungleWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedJungleWood.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/StrippedOakLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedOakLog.java similarity index 83% rename from src/autogenerated/java/net/minestom/instance/block/states/StrippedOakLog.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/StrippedOakLog.java index 5d1b3cbe6..a33592eff 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/StrippedOakLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedOakLog.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/StrippedOakWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedOakWood.java similarity index 83% rename from src/autogenerated/java/net/minestom/instance/block/states/StrippedOakWood.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/StrippedOakWood.java index cbb90373f..80e81bc3a 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/StrippedOakWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedOakWood.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/StrippedSpruceLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedSpruceLog.java similarity index 83% rename from src/autogenerated/java/net/minestom/instance/block/states/StrippedSpruceLog.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/StrippedSpruceLog.java index 7d44cbbbe..5ef89d99c 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/StrippedSpruceLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedSpruceLog.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/StrippedSpruceWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedSpruceWood.java similarity index 83% rename from src/autogenerated/java/net/minestom/instance/block/states/StrippedSpruceWood.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/StrippedSpruceWood.java index ac79bae82..198d29560 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/StrippedSpruceWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedSpruceWood.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/StructureBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StructureBlock.java similarity index 85% rename from src/autogenerated/java/net/minestom/instance/block/states/StructureBlock.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/StructureBlock.java index 9ac3c06cb..927bbc898 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/StructureBlock.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StructureBlock.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SugarCane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SugarCane.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/SugarCane.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/SugarCane.java index 8e98710d7..c0c5e80c2 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/SugarCane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SugarCane.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Sunflower.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Sunflower.java similarity index 80% rename from src/autogenerated/java/net/minestom/instance/block/states/Sunflower.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Sunflower.java index 4b14a94a0..6eb720619 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Sunflower.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Sunflower.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/SweetBerryBush.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SweetBerryBush.java similarity index 85% rename from src/autogenerated/java/net/minestom/instance/block/states/SweetBerryBush.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/SweetBerryBush.java index 77b3f7648..3fee46872 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/SweetBerryBush.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SweetBerryBush.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/TallGrass.java b/src/autogenerated/java/net/minestom/server/instance/block/states/TallGrass.java similarity index 80% rename from src/autogenerated/java/net/minestom/instance/block/states/TallGrass.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/TallGrass.java index 8686b47b2..2707d5978 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/TallGrass.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/TallGrass.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/TallSeagrass.java b/src/autogenerated/java/net/minestom/server/instance/block/states/TallSeagrass.java similarity index 81% rename from src/autogenerated/java/net/minestom/instance/block/states/TallSeagrass.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/TallSeagrass.java index 9e2898f1a..c8d1e053e 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/TallSeagrass.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/TallSeagrass.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Tnt.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Tnt.java similarity index 80% rename from src/autogenerated/java/net/minestom/instance/block/states/Tnt.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Tnt.java index 779706ad9..6c92dafcd 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Tnt.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Tnt.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/TrappedChest.java b/src/autogenerated/java/net/minestom/server/instance/block/states/TrappedChest.java similarity index 96% rename from src/autogenerated/java/net/minestom/instance/block/states/TrappedChest.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/TrappedChest.java index 1896eeeb5..51cd3d474 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/TrappedChest.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/TrappedChest.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Tripwire.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Tripwire.java similarity index 99% rename from src/autogenerated/java/net/minestom/instance/block/states/Tripwire.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Tripwire.java index 890094708..f08174045 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Tripwire.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Tripwire.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/TripwireHook.java b/src/autogenerated/java/net/minestom/server/instance/block/states/TripwireHook.java similarity index 95% rename from src/autogenerated/java/net/minestom/instance/block/states/TripwireHook.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/TripwireHook.java index 4ff2baac1..f7ecbde8b 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/TripwireHook.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/TripwireHook.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/TubeCoral.java b/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoral.java similarity index 81% rename from src/autogenerated/java/net/minestom/instance/block/states/TubeCoral.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoral.java index 5f0030486..fa852c035 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/TubeCoral.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoral.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/TubeCoralFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoralFan.java similarity index 81% rename from src/autogenerated/java/net/minestom/instance/block/states/TubeCoralFan.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoralFan.java index f82df80d0..4e689302a 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/TubeCoralFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoralFan.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/TubeCoralWallFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoralWallFan.java similarity index 91% rename from src/autogenerated/java/net/minestom/instance/block/states/TubeCoralWallFan.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoralWallFan.java index 57fd91485..aeb1240d4 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/TubeCoralWallFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoralWallFan.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/TurtleEgg.java b/src/autogenerated/java/net/minestom/server/instance/block/states/TurtleEgg.java similarity index 92% rename from src/autogenerated/java/net/minestom/instance/block/states/TurtleEgg.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/TurtleEgg.java index dcf33ecee..a30496f97 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/TurtleEgg.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/TurtleEgg.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Vine.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Vine.java similarity index 97% rename from src/autogenerated/java/net/minestom/instance/block/states/Vine.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Vine.java index ae1d22c91..edddd82c5 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Vine.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Vine.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/WallTorch.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WallTorch.java similarity index 85% rename from src/autogenerated/java/net/minestom/instance/block/states/WallTorch.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/WallTorch.java index d3e30ead9..cd00c8e4e 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/WallTorch.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WallTorch.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Water.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Water.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/Water.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Water.java index 386e79a36..a526ede12 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Water.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Water.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/Wheat.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Wheat.java similarity index 89% rename from src/autogenerated/java/net/minestom/instance/block/states/Wheat.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/Wheat.java index c99936825..0f9627ac7 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/Wheat.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Wheat.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/WhiteBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteBanner.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/WhiteBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/WhiteBanner.java index 6b56b4aa5..09a8289fc 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/WhiteBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/WhiteBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteBed.java similarity index 95% rename from src/autogenerated/java/net/minestom/instance/block/states/WhiteBed.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/WhiteBed.java index 340773be7..3fa2ea0b2 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/WhiteBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteBed.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/WhiteGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteGlazedTerracotta.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/WhiteGlazedTerracotta.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/WhiteGlazedTerracotta.java index e4b6ede4c..be2098b07 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/WhiteGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteGlazedTerracotta.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/WhiteShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteShulkerBox.java similarity index 88% rename from src/autogenerated/java/net/minestom/instance/block/states/WhiteShulkerBox.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/WhiteShulkerBox.java index 79c6d9e8e..fcc2bacfc 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/WhiteShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteShulkerBox.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/WhiteStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteStainedGlassPane.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/WhiteStainedGlassPane.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/WhiteStainedGlassPane.java index b92d5ed30..35fab0b9c 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/WhiteStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteStainedGlassPane.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/WhiteWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteWallBanner.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/WhiteWallBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/WhiteWallBanner.java index 593f02c75..5f1628249 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/WhiteWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteWallBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/WitherSkeletonSkull.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WitherSkeletonSkull.java similarity index 94% rename from src/autogenerated/java/net/minestom/instance/block/states/WitherSkeletonSkull.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/WitherSkeletonSkull.java index 72046f74c..5b9c03060 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/WitherSkeletonSkull.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WitherSkeletonSkull.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/WitherSkeletonWallSkull.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WitherSkeletonWallSkull.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/WitherSkeletonWallSkull.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/WitherSkeletonWallSkull.java index bd0a91683..706ea999d 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/WitherSkeletonWallSkull.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WitherSkeletonWallSkull.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/YellowBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowBanner.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/YellowBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/YellowBanner.java index eabcdd6ad..6c7215d1c 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/YellowBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/YellowBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowBed.java similarity index 95% rename from src/autogenerated/java/net/minestom/instance/block/states/YellowBed.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/YellowBed.java index 9c2e1a56e..1fcd8d2a9 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/YellowBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowBed.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/YellowGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowGlazedTerracotta.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/YellowGlazedTerracotta.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/YellowGlazedTerracotta.java index 056b1dd4e..468d5e6d1 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/YellowGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowGlazedTerracotta.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/YellowShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowShulkerBox.java similarity index 88% rename from src/autogenerated/java/net/minestom/instance/block/states/YellowShulkerBox.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/YellowShulkerBox.java index ce902d5ab..7d924652f 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/YellowShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowShulkerBox.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/YellowStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowStainedGlassPane.java similarity index 98% rename from src/autogenerated/java/net/minestom/instance/block/states/YellowStainedGlassPane.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/YellowStainedGlassPane.java index c01d16fb8..29dbcd299 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/YellowStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowStainedGlassPane.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/YellowWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowWallBanner.java similarity index 86% rename from src/autogenerated/java/net/minestom/instance/block/states/YellowWallBanner.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/YellowWallBanner.java index 17f1b6bf1..b3558ec20 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/YellowWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowWallBanner.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/ZombieHead.java b/src/autogenerated/java/net/minestom/server/instance/block/states/ZombieHead.java similarity index 93% rename from src/autogenerated/java/net/minestom/instance/block/states/ZombieHead.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/ZombieHead.java index 8af3cfb2a..c5039aaba 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/ZombieHead.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/ZombieHead.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/autogenerated/java/net/minestom/instance/block/states/ZombieWallHead.java b/src/autogenerated/java/net/minestom/server/instance/block/states/ZombieWallHead.java similarity index 85% rename from src/autogenerated/java/net/minestom/instance/block/states/ZombieWallHead.java rename to src/autogenerated/java/net/minestom/server/instance/block/states/ZombieWallHead.java index 3ced2626b..0d0a92206 100644 --- a/src/autogenerated/java/net/minestom/instance/block/states/ZombieWallHead.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/ZombieWallHead.java @@ -1,6 +1,6 @@ -package net.minestom.instance.block.states; +package net.minestom.server.instance.block.states; import net.minestom.server.instance.block.BlockAlternative; -import static net.minestom.instance.block.TmpBlock.*; +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. */ diff --git a/src/generators/java/BlockEnumGenerator.java b/src/generators/java/BlockEnumGenerator.java index 5dadf03cc..048571f55 100644 --- a/src/generators/java/BlockEnumGenerator.java +++ b/src/generators/java/BlockEnumGenerator.java @@ -3,7 +3,6 @@ import com.google.gson.JsonArray; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap; -import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; import net.minestom.server.registry.ResourceGatherer; import net.minestom.server.utils.NamespaceID; @@ -74,9 +73,9 @@ public class BlockEnumGenerator { } private static void generateEnum(String targetPart, Collection blocks) throws IOException { - String packageName = "net.minestom.instance.block"; + String packageName = "net.minestom.server.instance.block"; String folder = packageName.replace(".", "/"); - String className = "TmpBlock"; + String className = "Block"; EnumGenerator blockGenerator = new EnumGenerator(packageName, className); blockGenerator.addClassAnnotation("@SuppressWarnings({\"deprecation\"})"); blockGenerator.addImport(NamespaceID.class.getCanonicalName()); @@ -87,9 +86,8 @@ public class BlockEnumGenerator { blockGenerator.addImport(Short2ObjectOpenHashMap.class.getCanonicalName()); blockGenerator.addImport(blockGenerator.getPackage()+".states.*"); blockGenerator.addHardcodedField("List", "alternatives", "new ArrayList()"); - blockGenerator.addHardcodedField("static Short2ObjectOpenHashMap<"+className+">", "blocksMap", "new Short2ObjectOpenHashMap<>()"); blockGenerator.setParams("String namespaceID", "short defaultID", "double hardness", "double resistance", "boolean isAir", "boolean isSolid", "NamespaceID blockEntity", "boolean singleState"); - blockGenerator.addMethod("getId", "()", "short", "return defaultID;"); + blockGenerator.addMethod("getBlockId", "()", "short", "return defaultID;"); blockGenerator.addMethod("isAir", "()", "boolean", "return isAir;"); blockGenerator.addMethod("hasBlockEntity", "()", "boolean", "return blockEntity != null;"); blockGenerator.addMethod("getBlockEntityName", "()", "NamespaceID", "return blockEntity;"); @@ -99,7 +97,7 @@ public class BlockEnumGenerator { blockGenerator.addMethod("breaksInstantaneously", "()", "boolean", "return hardness == 0;"); blockGenerator.addMethod("addBlockAlternative", "(BlockAlternative alternative)", "void", "alternatives.add(alternative);", - "blocksMap.put(alternative.getId(), this);" + "BlockMap.blocksMap.put(alternative.getId(), this);" ); String[] withPropertiesLines = { "for (BlockAlternative alt : alternatives) {", @@ -110,7 +108,7 @@ public class BlockEnumGenerator { "return defaultID;" }; blockGenerator.addMethod("withProperties", "(String... properties)", "short", withPropertiesLines); - blockGenerator.addMethod("fromId", "(short blockId)", "static "+className, "return blocksMap.getOrDefault(blockId, AIR);"); + blockGenerator.addMethod("fromId", "(short blockId)", "static "+className, "return BlockMap.blocksMap.getOrDefault(blockId, AIR);"); blockGenerator.appendToConstructor("if(singleState) {"); blockGenerator.appendToConstructor("\taddBlockAlternative(new BlockAlternative(defaultID));"); blockGenerator.appendToConstructor("}"); @@ -168,6 +166,17 @@ public class BlockEnumGenerator { subclassFolder.mkdirs(); } + StringBuilder blockMapClass = new StringBuilder(); + blockMapClass.append("package "+blockGenerator.getPackage()+";\n") + .append("import "+Short2ObjectOpenHashMap.class.getCanonicalName()+";\n") + .append("final class BlockMap {\n") + .append("\tstatic final Short2ObjectOpenHashMap<"+className+"> blocksMap = new Short2ObjectOpenHashMap<>();\n") + .append("}\n"); + LOGGER.debug("Writing BlockMap to file: "+classFolder+"/BlockMap.java"); + try(Writer writer = new BufferedWriter(new FileWriter(new File(classFolder, "BlockMap.java")))) { + writer.write(blockMapClass.toString()); + } + LOGGER.debug("Writing enum to file: "+classFolder+"/"+className+".java"); try(Writer writer = new BufferedWriter(new FileWriter(new File(classFolder, className+".java")))) { writer.write(blockGenerator.generate()); diff --git a/src/main/java/net/minestom/server/MinecraftServer.java b/src/main/java/net/minestom/server/MinecraftServer.java index 0b954bc49..524996b90 100644 --- a/src/main/java/net/minestom/server/MinecraftServer.java +++ b/src/main/java/net/minestom/server/MinecraftServer.java @@ -123,7 +123,6 @@ public class MinecraftServer { } catch (IOException e) { LOGGER.error("An error happened during resource gathering. Minestom will attempt to load anyway, but things may not work, and crashes can happen.", e); } - RegistryMain.registerBlocks(); RegistryMain.registerItems(); RegistryMain.registerEntities(); RegistryMain.registerSounds(); diff --git a/src/main/java/net/minestom/server/instance/Chunk.java b/src/main/java/net/minestom/server/instance/Chunk.java index 4782a265e..8474d86bd 100644 --- a/src/main/java/net/minestom/server/instance/Chunk.java +++ b/src/main/java/net/minestom/server/instance/Chunk.java @@ -271,7 +271,7 @@ public final class Chunk implements Viewable { private boolean isBlockEntity(short blockId) { Block block = Block.fromId(blockId); - return block.isBlockEntity(); + return block.hasBlockEntity(); } public Set getBlockEntities() { diff --git a/src/main/java/net/minestom/server/instance/block/Block.java b/src/main/java/net/minestom/server/instance/block/Block.java deleted file mode 100644 index 3dcec355d..000000000 --- a/src/main/java/net/minestom/server/instance/block/Block.java +++ /dev/null @@ -1,1571 +0,0 @@ -package net.minestom.server.instance.block; - -import it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap; - -import java.util.ArrayList; -import java.util.Arrays; -import java.util.Collections; -import java.util.List; - -public enum Block { - - AIR, - STONE, - GRANITE, - POLISHED_GRANITE, - DIORITE, - POLISHED_DIORITE, - ANDESITE, - POLISHED_ANDESITE, - GRASS_BLOCK, - DIRT, - COARSE_DIRT, - PODZOL, - COBBLESTONE, - OAK_PLANKS, - SPRUCE_PLANKS, - BIRCH_PLANKS, - JUNGLE_PLANKS, - ACACIA_PLANKS, - DARK_OAK_PLANKS, - OAK_SAPLING, - SPRUCE_SAPLING, - BIRCH_SAPLING, - JUNGLE_SAPLING, - ACACIA_SAPLING, - DARK_OAK_SAPLING, - BEDROCK, - WATER, - LAVA, - SAND, - RED_SAND, - GRAVEL, - GOLD_ORE, - IRON_ORE, - COAL_ORE, - OAK_LOG, - SPRUCE_LOG, - BIRCH_LOG, - JUNGLE_LOG, - ACACIA_LOG, - DARK_OAK_LOG, - STRIPPED_SPRUCE_LOG, - STRIPPED_BIRCH_LOG, - STRIPPED_JUNGLE_LOG, - STRIPPED_ACACIA_LOG, - STRIPPED_DARK_OAK_LOG, - STRIPPED_OAK_LOG, - OAK_WOOD, - SPRUCE_WOOD, - BIRCH_WOOD, - JUNGLE_WOOD, - ACACIA_WOOD, - DARK_OAK_WOOD, - STRIPPED_OAK_WOOD, - STRIPPED_SPRUCE_WOOD, - STRIPPED_BIRCH_WOOD, - STRIPPED_JUNGLE_WOOD, - STRIPPED_ACACIA_WOOD, - STRIPPED_DARK_OAK_WOOD, - OAK_LEAVES, - SPRUCE_LEAVES, - BIRCH_LEAVES, - JUNGLE_LEAVES, - ACACIA_LEAVES, - DARK_OAK_LEAVES, - SPONGE, - WET_SPONGE, - GLASS, - LAPIS_ORE, - LAPIS_BLOCK, - DISPENSER, - SANDSTONE, - CHISELED_SANDSTONE, - CUT_SANDSTONE, - NOTE_BLOCK, - WHITE_BED, - ORANGE_BED, - MAGENTA_BED, - LIGHT_BLUE_BED, - YELLOW_BED, - LIME_BED, - PINK_BED, - GRAY_BED, - LIGHT_GRAY_BED, - CYAN_BED, - PURPLE_BED, - BLUE_BED, - BROWN_BED, - GREEN_BED, - RED_BED, - BLACK_BED, - POWERED_RAIL, - DETECTOR_RAIL, - STICKY_PISTON, - COBWEB, - GRASS, - FERN, - DEAD_BUSH, - SEAGRASS, - TALL_SEAGRASS, - PISTON, - PISTON_HEAD, - WHITE_WOOL, - ORANGE_WOOL, - MAGENTA_WOOL, - LIGHT_BLUE_WOOL, - YELLOW_WOOL, - LIME_WOOL, - PINK_WOOL, - GRAY_WOOL, - LIGHT_GRAY_WOOL, - CYAN_WOOL, - PURPLE_WOOL, - BLUE_WOOL, - BROWN_WOOL, - GREEN_WOOL, - RED_WOOL, - BLACK_WOOL, - MOVING_PISTON, - DANDELION, - POPPY, - BLUE_ORCHID, - ALLIUM, - AZURE_BLUET, - RED_TULIP, - ORANGE_TULIP, - WHITE_TULIP, - PINK_TULIP, - OXEYE_DAISY, - CORNFLOWER, - WITHER_ROSE, - LILY_OF_THE_VALLEY, - BROWN_MUSHROOM, - RED_MUSHROOM, - GOLD_BLOCK, - IRON_BLOCK, - BRICKS, - TNT, - BOOKSHELF, - MOSSY_COBBLESTONE, - OBSIDIAN, - TORCH, - WALL_TORCH, - FIRE, - SPAWNER, - OAK_STAIRS, - CHEST, - REDSTONE_WIRE, - DIAMOND_ORE, - DIAMOND_BLOCK, - CRAFTING_TABLE, - WHEAT, - FARMLAND, - FURNACE, - OAK_SIGN, - SPRUCE_SIGN, - BIRCH_SIGN, - ACACIA_SIGN, - JUNGLE_SIGN, - DARK_OAK_SIGN, - OAK_DOOR, - LADDER, - RAIL, - COBBLESTONE_STAIRS, - OAK_WALL_SIGN, - SPRUCE_WALL_SIGN, - BIRCH_WALL_SIGN, - ACACIA_WALL_SIGN, - JUNGLE_WALL_SIGN, - DARK_OAK_WALL_SIGN, - LEVER, - STONE_PRESSURE_PLATE, - IRON_DOOR, - OAK_PRESSURE_PLATE, - SPRUCE_PRESSURE_PLATE, - BIRCH_PRESSURE_PLATE, - JUNGLE_PRESSURE_PLATE, - ACACIA_PRESSURE_PLATE, - DARK_OAK_PRESSURE_PLATE, - REDSTONE_ORE, - REDSTONE_TORCH, - REDSTONE_WALL_TORCH, - STONE_BUTTON, - SNOW, - ICE, - SNOW_BLOCK, - CACTUS, - CLAY, - SUGAR_CANE, - JUKEBOX, - OAK_FENCE, - PUMPKIN, - NETHERRACK, - SOUL_SAND, - GLOWSTONE, - NETHER_PORTAL, - CARVED_PUMPKIN, - JACK_O_LANTERN, - CAKE, - REPEATER, - WHITE_STAINED_GLASS, - ORANGE_STAINED_GLASS, - MAGENTA_STAINED_GLASS, - LIGHT_BLUE_STAINED_GLASS, - YELLOW_STAINED_GLASS, - LIME_STAINED_GLASS, - PINK_STAINED_GLASS, - GRAY_STAINED_GLASS, - LIGHT_GRAY_STAINED_GLASS, - CYAN_STAINED_GLASS, - PURPLE_STAINED_GLASS, - BLUE_STAINED_GLASS, - BROWN_STAINED_GLASS, - GREEN_STAINED_GLASS, - RED_STAINED_GLASS, - BLACK_STAINED_GLASS, - OAK_TRAPDOOR, - SPRUCE_TRAPDOOR, - BIRCH_TRAPDOOR, - JUNGLE_TRAPDOOR, - ACACIA_TRAPDOOR, - DARK_OAK_TRAPDOOR, - STONE_BRICKS, - MOSSY_STONE_BRICKS, - CRACKED_STONE_BRICKS, - CHISELED_STONE_BRICKS, - INFESTED_STONE, - INFESTED_COBBLESTONE, - INFESTED_STONE_BRICKS, - INFESTED_MOSSY_STONE_BRICKS, - INFESTED_CRACKED_STONE_BRICKS, - INFESTED_CHISELED_STONE_BRICKS, - BROWN_MUSHROOM_BLOCK, - RED_MUSHROOM_BLOCK, - MUSHROOM_STEM, - IRON_BARS, - GLASS_PANE, - MELON, - ATTACHED_PUMPKIN_STEM, - ATTACHED_MELON_STEM, - PUMPKIN_STEM, - MELON_STEM, - VINE, - OAK_FENCE_GATE, - BRICK_STAIRS, - STONE_BRICK_STAIRS, - MYCELIUM, - LILY_PAD, - NETHER_BRICKS, - NETHER_BRICK_FENCE, - NETHER_BRICK_STAIRS, - NETHER_WART, - ENCHANTING_TABLE, - BREWING_STAND, - CAULDRON, - END_PORTAL, - END_PORTAL_FRAME, - END_STONE, - DRAGON_EGG, - REDSTONE_LAMP, - COCOA, - SANDSTONE_STAIRS, - EMERALD_ORE, - ENDER_CHEST, - TRIPWIRE_HOOK, - TRIPWIRE, - EMERALD_BLOCK, - SPRUCE_STAIRS, - BIRCH_STAIRS, - JUNGLE_STAIRS, - COMMAND_BLOCK, - BEACON, - COBBLESTONE_WALL, - MOSSY_COBBLESTONE_WALL, - FLOWER_POT, - POTTED_OAK_SAPLING, - POTTED_SPRUCE_SAPLING, - POTTED_BIRCH_SAPLING, - POTTED_JUNGLE_SAPLING, - POTTED_ACACIA_SAPLING, - POTTED_DARK_OAK_SAPLING, - POTTED_FERN, - POTTED_DANDELION, - POTTED_POPPY, - POTTED_BLUE_ORCHID, - POTTED_ALLIUM, - POTTED_AZURE_BLUET, - POTTED_RED_TULIP, - POTTED_ORANGE_TULIP, - POTTED_WHITE_TULIP, - POTTED_PINK_TULIP, - POTTED_OXEYE_DAISY, - POTTED_CORNFLOWER, - POTTED_LILY_OF_THE_VALLEY, - POTTED_WITHER_ROSE, - POTTED_RED_MUSHROOM, - POTTED_BROWN_MUSHROOM, - POTTED_DEAD_BUSH, - POTTED_CACTUS, - CARROTS, - POTATOES, - OAK_BUTTON, - SPRUCE_BUTTON, - BIRCH_BUTTON, - JUNGLE_BUTTON, - ACACIA_BUTTON, - DARK_OAK_BUTTON, - SKELETON_SKULL, - SKELETON_WALL_SKULL, - WITHER_SKELETON_SKULL, - WITHER_SKELETON_WALL_SKULL, - ZOMBIE_HEAD, - ZOMBIE_WALL_HEAD, - PLAYER_HEAD, - PLAYER_WALL_HEAD, - CREEPER_HEAD, - CREEPER_WALL_HEAD, - DRAGON_HEAD, - DRAGON_WALL_HEAD, - ANVIL, - CHIPPED_ANVIL, - DAMAGED_ANVIL, - TRAPPED_CHEST, - LIGHT_WEIGHTED_PRESSURE_PLATE, - HEAVY_WEIGHTED_PRESSURE_PLATE, - COMPARATOR, - DAYLIGHT_DETECTOR, - REDSTONE_BLOCK, - NETHER_QUARTZ_ORE, - HOPPER, - QUARTZ_BLOCK, - CHISELED_QUARTZ_BLOCK, - QUARTZ_PILLAR, - QUARTZ_STAIRS, - ACTIVATOR_RAIL, - DROPPER, - WHITE_TERRACOTTA, - ORANGE_TERRACOTTA, - MAGENTA_TERRACOTTA, - LIGHT_BLUE_TERRACOTTA, - YELLOW_TERRACOTTA, - LIME_TERRACOTTA, - PINK_TERRACOTTA, - GRAY_TERRACOTTA, - LIGHT_GRAY_TERRACOTTA, - CYAN_TERRACOTTA, - PURPLE_TERRACOTTA, - BLUE_TERRACOTTA, - BROWN_TERRACOTTA, - GREEN_TERRACOTTA, - RED_TERRACOTTA, - BLACK_TERRACOTTA, - WHITE_STAINED_GLASS_PANE, - ORANGE_STAINED_GLASS_PANE, - MAGENTA_STAINED_GLASS_PANE, - LIGHT_BLUE_STAINED_GLASS_PANE, - YELLOW_STAINED_GLASS_PANE, - LIME_STAINED_GLASS_PANE, - PINK_STAINED_GLASS_PANE, - GRAY_STAINED_GLASS_PANE, - LIGHT_GRAY_STAINED_GLASS_PANE, - CYAN_STAINED_GLASS_PANE, - PURPLE_STAINED_GLASS_PANE, - BLUE_STAINED_GLASS_PANE, - BROWN_STAINED_GLASS_PANE, - GREEN_STAINED_GLASS_PANE, - RED_STAINED_GLASS_PANE, - BLACK_STAINED_GLASS_PANE, - ACACIA_STAIRS, - DARK_OAK_STAIRS, - SLIME_BLOCK, - BARRIER, - IRON_TRAPDOOR, - PRISMARINE, - PRISMARINE_BRICKS, - DARK_PRISMARINE, - PRISMARINE_STAIRS, - PRISMARINE_BRICK_STAIRS, - DARK_PRISMARINE_STAIRS, - PRISMARINE_SLAB, - PRISMARINE_BRICK_SLAB, - DARK_PRISMARINE_SLAB, - SEA_LANTERN, - HAY_BLOCK, - WHITE_CARPET, - ORANGE_CARPET, - MAGENTA_CARPET, - LIGHT_BLUE_CARPET, - YELLOW_CARPET, - LIME_CARPET, - PINK_CARPET, - GRAY_CARPET, - LIGHT_GRAY_CARPET, - CYAN_CARPET, - PURPLE_CARPET, - BLUE_CARPET, - BROWN_CARPET, - GREEN_CARPET, - RED_CARPET, - BLACK_CARPET, - TERRACOTTA, - COAL_BLOCK, - PACKED_ICE, - SUNFLOWER, - LILAC, - ROSE_BUSH, - PEONY, - TALL_GRASS, - LARGE_FERN, - WHITE_BANNER, - ORANGE_BANNER, - MAGENTA_BANNER, - LIGHT_BLUE_BANNER, - YELLOW_BANNER, - LIME_BANNER, - PINK_BANNER, - GRAY_BANNER, - LIGHT_GRAY_BANNER, - CYAN_BANNER, - PURPLE_BANNER, - BLUE_BANNER, - BROWN_BANNER, - GREEN_BANNER, - RED_BANNER, - BLACK_BANNER, - WHITE_WALL_BANNER, - ORANGE_WALL_BANNER, - MAGENTA_WALL_BANNER, - LIGHT_BLUE_WALL_BANNER, - YELLOW_WALL_BANNER, - LIME_WALL_BANNER, - PINK_WALL_BANNER, - GRAY_WALL_BANNER, - LIGHT_GRAY_WALL_BANNER, - CYAN_WALL_BANNER, - PURPLE_WALL_BANNER, - BLUE_WALL_BANNER, - BROWN_WALL_BANNER, - GREEN_WALL_BANNER, - RED_WALL_BANNER, - BLACK_WALL_BANNER, - RED_SANDSTONE, - CHISELED_RED_SANDSTONE, - CUT_RED_SANDSTONE, - RED_SANDSTONE_STAIRS, - OAK_SLAB, - SPRUCE_SLAB, - BIRCH_SLAB, - JUNGLE_SLAB, - ACACIA_SLAB, - DARK_OAK_SLAB, - STONE_SLAB, - SMOOTH_STONE_SLAB, - SANDSTONE_SLAB, - CUT_SANDSTONE_SLAB, - PETRIFIED_OAK_SLAB, - COBBLESTONE_SLAB, - BRICK_SLAB, - STONE_BRICK_SLAB, - NETHER_BRICK_SLAB, - QUARTZ_SLAB, - RED_SANDSTONE_SLAB, - CUT_RED_SANDSTONE_SLAB, - PURPUR_SLAB, - SMOOTH_STONE, - SMOOTH_SANDSTONE, - SMOOTH_QUARTZ, - SMOOTH_RED_SANDSTONE, - SPRUCE_FENCE_GATE, - BIRCH_FENCE_GATE, - JUNGLE_FENCE_GATE, - ACACIA_FENCE_GATE, - DARK_OAK_FENCE_GATE, - SPRUCE_FENCE, - BIRCH_FENCE, - JUNGLE_FENCE, - ACACIA_FENCE, - DARK_OAK_FENCE, - SPRUCE_DOOR, - BIRCH_DOOR, - JUNGLE_DOOR, - ACACIA_DOOR, - DARK_OAK_DOOR, - END_ROD, - CHORUS_PLANT, - CHORUS_FLOWER, - PURPUR_BLOCK, - PURPUR_PILLAR, - PURPUR_STAIRS, - END_STONE_BRICKS, - BEETROOTS, - GRASS_PATH, - END_GATEWAY, - REPEATING_COMMAND_BLOCK, - CHAIN_COMMAND_BLOCK, - FROSTED_ICE, - MAGMA_BLOCK, - NETHER_WART_BLOCK, - RED_NETHER_BRICKS, - BONE_BLOCK, - STRUCTURE_VOID, - OBSERVER, - SHULKER_BOX, - WHITE_SHULKER_BOX, - ORANGE_SHULKER_BOX, - MAGENTA_SHULKER_BOX, - LIGHT_BLUE_SHULKER_BOX, - YELLOW_SHULKER_BOX, - LIME_SHULKER_BOX, - PINK_SHULKER_BOX, - GRAY_SHULKER_BOX, - LIGHT_GRAY_SHULKER_BOX, - CYAN_SHULKER_BOX, - PURPLE_SHULKER_BOX, - BLUE_SHULKER_BOX, - BROWN_SHULKER_BOX, - GREEN_SHULKER_BOX, - RED_SHULKER_BOX, - BLACK_SHULKER_BOX, - WHITE_GLAZED_TERRACOTTA, - ORANGE_GLAZED_TERRACOTTA, - MAGENTA_GLAZED_TERRACOTTA, - LIGHT_BLUE_GLAZED_TERRACOTTA, - YELLOW_GLAZED_TERRACOTTA, - LIME_GLAZED_TERRACOTTA, - PINK_GLAZED_TERRACOTTA, - GRAY_GLAZED_TERRACOTTA, - LIGHT_GRAY_GLAZED_TERRACOTTA, - CYAN_GLAZED_TERRACOTTA, - PURPLE_GLAZED_TERRACOTTA, - BLUE_GLAZED_TERRACOTTA, - BROWN_GLAZED_TERRACOTTA, - GREEN_GLAZED_TERRACOTTA, - RED_GLAZED_TERRACOTTA, - BLACK_GLAZED_TERRACOTTA, - WHITE_CONCRETE, - ORANGE_CONCRETE, - MAGENTA_CONCRETE, - LIGHT_BLUE_CONCRETE, - YELLOW_CONCRETE, - LIME_CONCRETE, - PINK_CONCRETE, - GRAY_CONCRETE, - LIGHT_GRAY_CONCRETE, - CYAN_CONCRETE, - PURPLE_CONCRETE, - BLUE_CONCRETE, - BROWN_CONCRETE, - GREEN_CONCRETE, - RED_CONCRETE, - BLACK_CONCRETE, - WHITE_CONCRETE_POWDER, - ORANGE_CONCRETE_POWDER, - MAGENTA_CONCRETE_POWDER, - LIGHT_BLUE_CONCRETE_POWDER, - YELLOW_CONCRETE_POWDER, - LIME_CONCRETE_POWDER, - PINK_CONCRETE_POWDER, - GRAY_CONCRETE_POWDER, - LIGHT_GRAY_CONCRETE_POWDER, - CYAN_CONCRETE_POWDER, - PURPLE_CONCRETE_POWDER, - BLUE_CONCRETE_POWDER, - BROWN_CONCRETE_POWDER, - GREEN_CONCRETE_POWDER, - RED_CONCRETE_POWDER, - BLACK_CONCRETE_POWDER, - KELP, - KELP_PLANT, - DRIED_KELP_BLOCK, - TURTLE_EGG, - DEAD_TUBE_CORAL_BLOCK, - DEAD_BRAIN_CORAL_BLOCK, - DEAD_BUBBLE_CORAL_BLOCK, - DEAD_FIRE_CORAL_BLOCK, - DEAD_HORN_CORAL_BLOCK, - TUBE_CORAL_BLOCK, - BRAIN_CORAL_BLOCK, - BUBBLE_CORAL_BLOCK, - FIRE_CORAL_BLOCK, - HORN_CORAL_BLOCK, - DEAD_TUBE_CORAL, - DEAD_BRAIN_CORAL, - DEAD_BUBBLE_CORAL, - DEAD_FIRE_CORAL, - DEAD_HORN_CORAL, - TUBE_CORAL, - BRAIN_CORAL, - BUBBLE_CORAL, - FIRE_CORAL, - HORN_CORAL, - DEAD_TUBE_CORAL_FAN, - DEAD_BRAIN_CORAL_FAN, - DEAD_BUBBLE_CORAL_FAN, - DEAD_FIRE_CORAL_FAN, - DEAD_HORN_CORAL_FAN, - TUBE_CORAL_FAN, - BRAIN_CORAL_FAN, - BUBBLE_CORAL_FAN, - FIRE_CORAL_FAN, - HORN_CORAL_FAN, - DEAD_TUBE_CORAL_WALL_FAN, - DEAD_BRAIN_CORAL_WALL_FAN, - DEAD_BUBBLE_CORAL_WALL_FAN, - DEAD_FIRE_CORAL_WALL_FAN, - DEAD_HORN_CORAL_WALL_FAN, - TUBE_CORAL_WALL_FAN, - BRAIN_CORAL_WALL_FAN, - BUBBLE_CORAL_WALL_FAN, - FIRE_CORAL_WALL_FAN, - HORN_CORAL_WALL_FAN, - SEA_PICKLE, - BLUE_ICE, - CONDUIT, - BAMBOO_SAPLING, - BAMBOO, - POTTED_BAMBOO, - VOID_AIR, - CAVE_AIR, - BUBBLE_COLUMN, - POLISHED_GRANITE_STAIRS, - SMOOTH_RED_SANDSTONE_STAIRS, - MOSSY_STONE_BRICK_STAIRS, - POLISHED_DIORITE_STAIRS, - MOSSY_COBBLESTONE_STAIRS, - END_STONE_BRICK_STAIRS, - STONE_STAIRS, - SMOOTH_SANDSTONE_STAIRS, - SMOOTH_QUARTZ_STAIRS, - GRANITE_STAIRS, - ANDESITE_STAIRS, - RED_NETHER_BRICK_STAIRS, - POLISHED_ANDESITE_STAIRS, - DIORITE_STAIRS, - POLISHED_GRANITE_SLAB, - SMOOTH_RED_SANDSTONE_SLAB, - MOSSY_STONE_BRICK_SLAB, - POLISHED_DIORITE_SLAB, - MOSSY_COBBLESTONE_SLAB, - END_STONE_BRICK_SLAB, - SMOOTH_SANDSTONE_SLAB, - SMOOTH_QUARTZ_SLAB, - GRANITE_SLAB, - ANDESITE_SLAB, - RED_NETHER_BRICK_SLAB, - POLISHED_ANDESITE_SLAB, - DIORITE_SLAB, - BRICK_WALL, - PRISMARINE_WALL, - RED_SANDSTONE_WALL, - MOSSY_STONE_BRICK_WALL, - GRANITE_WALL, - STONE_BRICK_WALL, - NETHER_BRICK_WALL, - ANDESITE_WALL, - RED_NETHER_BRICK_WALL, - SANDSTONE_WALL, - END_STONE_BRICK_WALL, - DIORITE_WALL, - SCAFFOLDING, - LOOM, - BARREL, - SMOKER, - BLAST_FURNACE, - CARTOGRAPHY_TABLE, - FLETCHING_TABLE, - GRINDSTONE, - LECTERN, - SMITHING_TABLE, - STONECUTTER, - BELL, - LANTERN, - CAMPFIRE, - SWEET_BERRY_BUSH, - STRUCTURE_BLOCK, - JIGSAW, - COMPOSTER, - BEE_NEST, - BEEHIVE, - HONEY_BLOCK, - HONEYCOMB_BLOCK; - - // Used to get a Block from any block alternatives id - private static Short2ObjectOpenHashMap blocksMap = new Short2ObjectOpenHashMap<>(); - - // Used to retrieve the appropriate BlockAlternative from any block id - private static Short2ObjectOpenHashMap blocksAlternativesMap = new Short2ObjectOpenHashMap<>(); - - public static Block fromId(short blockId) { - return blocksMap.getOrDefault(blockId, AIR); - } - - public static BlockAlternative getBlockAlternative(short blockId) { - return blocksAlternativesMap.get(blockId); - } - - private short blockId; - private List blockAlternatives = new ArrayList<>(); - - public void initBlock(short blockId) { - this.blockId = blockId; - } - - public void addBlockAlternative(BlockAlternative blockAlternative) { - this.blockAlternatives.add(blockAlternative); - blocksMap.put(blockAlternative.getId(), this); - blocksAlternativesMap.put(blockAlternative.getId(), blockAlternative); - } - - public short withProperties(String... properties) { - for (BlockAlternative blockAlternative : blockAlternatives) { - if (Arrays.equals(blockAlternative.getProperties(), properties)) { - return blockAlternative.getId(); - } - } - // No id found, return default - return blockId; - } - - public short getBlockId() { - return blockId; - } - - public boolean isAir() { - return this == AIR; - } - - public boolean isSolid() { - if (blockId == 0) { - return false; - } - switch (this) { - case ACACIA_DOOR: - case ACACIA_FENCE: - case ACACIA_FENCE_GATE: - case ACACIA_LEAVES: - case ACACIA_LOG: - case ACACIA_PLANKS: - case ACACIA_PRESSURE_PLATE: - case ACACIA_SIGN: - case ACACIA_SLAB: - case ACACIA_STAIRS: - case ACACIA_TRAPDOOR: - case ACACIA_WALL_SIGN: - case ACACIA_WOOD: - case ANDESITE: - case ANDESITE_SLAB: - case ANDESITE_STAIRS: - case ANDESITE_WALL: - case ANVIL: - case BAMBOO: - case BARREL: - case BARRIER: - case BEACON: - case BEDROCK: - case BEEHIVE: - case BEE_NEST: - case BELL: - case BIRCH_DOOR: - case BIRCH_FENCE: - case BIRCH_FENCE_GATE: - case BIRCH_LEAVES: - case BIRCH_LOG: - case BIRCH_PLANKS: - case BIRCH_PRESSURE_PLATE: - case BIRCH_SIGN: - case BIRCH_SLAB: - case BIRCH_STAIRS: - case BIRCH_TRAPDOOR: - case BIRCH_WALL_SIGN: - case BIRCH_WOOD: - case BLACK_BANNER: - case BLACK_BED: - case BLACK_CONCRETE: - case BLACK_CONCRETE_POWDER: - case BLACK_GLAZED_TERRACOTTA: - case BLACK_SHULKER_BOX: - case BLACK_STAINED_GLASS: - case BLACK_STAINED_GLASS_PANE: - case BLACK_TERRACOTTA: - case BLACK_WALL_BANNER: - case BLACK_WOOL: - case BLAST_FURNACE: - case BLUE_BANNER: - case BLUE_BED: - case BLUE_CONCRETE: - case BLUE_CONCRETE_POWDER: - case BLUE_GLAZED_TERRACOTTA: - case BLUE_ICE: - case BLUE_SHULKER_BOX: - case BLUE_STAINED_GLASS: - case BLUE_STAINED_GLASS_PANE: - case BLUE_TERRACOTTA: - case BLUE_WALL_BANNER: - case BLUE_WOOL: - case BONE_BLOCK: - case BOOKSHELF: - case BRAIN_CORAL_BLOCK: - case BREWING_STAND: - case BRICKS: - case BRICK_SLAB: - case BRICK_STAIRS: - case BRICK_WALL: - case BROWN_BANNER: - case BROWN_BED: - case BROWN_CONCRETE: - case BROWN_CONCRETE_POWDER: - case BROWN_GLAZED_TERRACOTTA: - case BROWN_MUSHROOM_BLOCK: - case BROWN_SHULKER_BOX: - case BROWN_STAINED_GLASS: - case BROWN_STAINED_GLASS_PANE: - case BROWN_TERRACOTTA: - case BROWN_WALL_BANNER: - case BROWN_WOOL: - case BUBBLE_CORAL_BLOCK: - case CACTUS: - case CAKE: - case CAMPFIRE: - case CARTOGRAPHY_TABLE: - case CARVED_PUMPKIN: - case CAULDRON: - case CHAIN_COMMAND_BLOCK: - case CHEST: - case CHIPPED_ANVIL: - case CHISELED_QUARTZ_BLOCK: - case CHISELED_RED_SANDSTONE: - case CHISELED_SANDSTONE: - case CHISELED_STONE_BRICKS: - case CLAY: - case COAL_BLOCK: - case COAL_ORE: - case COARSE_DIRT: - case COBBLESTONE: - case COBBLESTONE_SLAB: - case COBBLESTONE_STAIRS: - case COBBLESTONE_WALL: - case COMMAND_BLOCK: - case COMPOSTER: - case CONDUIT: - case CRACKED_STONE_BRICKS: - case CRAFTING_TABLE: - case CUT_RED_SANDSTONE: - case CUT_RED_SANDSTONE_SLAB: - case CUT_SANDSTONE: - case CUT_SANDSTONE_SLAB: - case CYAN_BANNER: - case CYAN_BED: - case CYAN_CONCRETE: - case CYAN_CONCRETE_POWDER: - case CYAN_GLAZED_TERRACOTTA: - case CYAN_SHULKER_BOX: - case CYAN_STAINED_GLASS: - case CYAN_STAINED_GLASS_PANE: - case CYAN_TERRACOTTA: - case CYAN_WALL_BANNER: - case CYAN_WOOL: - case DAMAGED_ANVIL: - case DARK_OAK_DOOR: - case DARK_OAK_FENCE: - case DARK_OAK_FENCE_GATE: - case DARK_OAK_LEAVES: - case DARK_OAK_LOG: - case DARK_OAK_PLANKS: - case DARK_OAK_PRESSURE_PLATE: - case DARK_OAK_SIGN: - case DARK_OAK_SLAB: - case DARK_OAK_STAIRS: - case DARK_OAK_TRAPDOOR: - case DARK_OAK_WALL_SIGN: - case DARK_OAK_WOOD: - case DARK_PRISMARINE: - case DARK_PRISMARINE_SLAB: - case DARK_PRISMARINE_STAIRS: - case DAYLIGHT_DETECTOR: - case DEAD_BRAIN_CORAL: - case DEAD_BRAIN_CORAL_BLOCK: - case DEAD_BRAIN_CORAL_FAN: - case DEAD_BRAIN_CORAL_WALL_FAN: - case DEAD_BUBBLE_CORAL: - case DEAD_BUBBLE_CORAL_BLOCK: - case DEAD_BUBBLE_CORAL_FAN: - case DEAD_BUBBLE_CORAL_WALL_FAN: - case DEAD_FIRE_CORAL: - case DEAD_FIRE_CORAL_BLOCK: - case DEAD_FIRE_CORAL_FAN: - case DEAD_FIRE_CORAL_WALL_FAN: - case DEAD_HORN_CORAL: - case DEAD_HORN_CORAL_BLOCK: - case DEAD_HORN_CORAL_FAN: - case DEAD_HORN_CORAL_WALL_FAN: - case DEAD_TUBE_CORAL: - case DEAD_TUBE_CORAL_BLOCK: - case DEAD_TUBE_CORAL_FAN: - case DEAD_TUBE_CORAL_WALL_FAN: - case DIAMOND_BLOCK: - case DIAMOND_ORE: - case DIORITE: - case DIORITE_SLAB: - case DIORITE_STAIRS: - case DIORITE_WALL: - case DIRT: - case DISPENSER: - case DRAGON_EGG: - case DRIED_KELP_BLOCK: - case DROPPER: - case EMERALD_BLOCK: - case EMERALD_ORE: - case ENCHANTING_TABLE: - case ENDER_CHEST: - case END_PORTAL_FRAME: - case END_STONE: - case END_STONE_BRICKS: - case END_STONE_BRICK_SLAB: - case END_STONE_BRICK_STAIRS: - case END_STONE_BRICK_WALL: - case FARMLAND: - case FIRE_CORAL_BLOCK: - case FLETCHING_TABLE: - case FROSTED_ICE: - case FURNACE: - case GLASS: - case GLASS_PANE: - case GLOWSTONE: - case GOLD_BLOCK: - case GOLD_ORE: - case GRANITE: - case GRANITE_SLAB: - case GRANITE_STAIRS: - case GRANITE_WALL: - case GRASS_BLOCK: - case GRASS_PATH: - case GRAVEL: - case GRAY_BANNER: - case GRAY_BED: - case GRAY_CONCRETE: - case GRAY_CONCRETE_POWDER: - case GRAY_GLAZED_TERRACOTTA: - case GRAY_SHULKER_BOX: - case GRAY_STAINED_GLASS: - case GRAY_STAINED_GLASS_PANE: - case GRAY_TERRACOTTA: - case GRAY_WALL_BANNER: - case GRAY_WOOL: - case GREEN_BANNER: - case GREEN_BED: - case GREEN_CONCRETE: - case GREEN_CONCRETE_POWDER: - case GREEN_GLAZED_TERRACOTTA: - case GREEN_SHULKER_BOX: - case GREEN_STAINED_GLASS: - case GREEN_STAINED_GLASS_PANE: - case GREEN_TERRACOTTA: - case GREEN_WALL_BANNER: - case GREEN_WOOL: - case GRINDSTONE: - case HAY_BLOCK: - case HEAVY_WEIGHTED_PRESSURE_PLATE: - case HONEYCOMB_BLOCK: - case HONEY_BLOCK: - case HOPPER: - case HORN_CORAL_BLOCK: - case ICE: - case INFESTED_CHISELED_STONE_BRICKS: - case INFESTED_COBBLESTONE: - case INFESTED_CRACKED_STONE_BRICKS: - case INFESTED_MOSSY_STONE_BRICKS: - case INFESTED_STONE: - case INFESTED_STONE_BRICKS: - case IRON_BARS: - case IRON_BLOCK: - case IRON_DOOR: - case IRON_ORE: - case IRON_TRAPDOOR: - case JACK_O_LANTERN: - case JIGSAW: - case JUKEBOX: - case JUNGLE_DOOR: - case JUNGLE_FENCE: - case JUNGLE_FENCE_GATE: - case JUNGLE_LEAVES: - case JUNGLE_LOG: - case JUNGLE_PLANKS: - case JUNGLE_PRESSURE_PLATE: - case JUNGLE_SIGN: - case JUNGLE_SLAB: - case JUNGLE_STAIRS: - case JUNGLE_TRAPDOOR: - case JUNGLE_WALL_SIGN: - case JUNGLE_WOOD: - case LANTERN: - case LAPIS_BLOCK: - case LAPIS_ORE: - case LECTERN: - case LIGHT_BLUE_BANNER: - case LIGHT_BLUE_BED: - case LIGHT_BLUE_CONCRETE: - case LIGHT_BLUE_CONCRETE_POWDER: - case LIGHT_BLUE_GLAZED_TERRACOTTA: - case LIGHT_BLUE_SHULKER_BOX: - case LIGHT_BLUE_STAINED_GLASS: - case LIGHT_BLUE_STAINED_GLASS_PANE: - case LIGHT_BLUE_TERRACOTTA: - case LIGHT_BLUE_WALL_BANNER: - case LIGHT_BLUE_WOOL: - case LIGHT_GRAY_BANNER: - case LIGHT_GRAY_BED: - case LIGHT_GRAY_CONCRETE: - case LIGHT_GRAY_CONCRETE_POWDER: - case LIGHT_GRAY_GLAZED_TERRACOTTA: - case LIGHT_GRAY_SHULKER_BOX: - case LIGHT_GRAY_STAINED_GLASS: - case LIGHT_GRAY_STAINED_GLASS_PANE: - case LIGHT_GRAY_TERRACOTTA: - case LIGHT_GRAY_WALL_BANNER: - case LIGHT_GRAY_WOOL: - case LIGHT_WEIGHTED_PRESSURE_PLATE: - case LIME_BANNER: - case LIME_BED: - case LIME_CONCRETE: - case LIME_CONCRETE_POWDER: - case LIME_GLAZED_TERRACOTTA: - case LIME_SHULKER_BOX: - case LIME_STAINED_GLASS: - case LIME_STAINED_GLASS_PANE: - case LIME_TERRACOTTA: - case LIME_WALL_BANNER: - case LIME_WOOL: - case LOOM: - case MAGENTA_BANNER: - case MAGENTA_BED: - case MAGENTA_CONCRETE: - case MAGENTA_CONCRETE_POWDER: - case MAGENTA_GLAZED_TERRACOTTA: - case MAGENTA_SHULKER_BOX: - case MAGENTA_STAINED_GLASS: - case MAGENTA_STAINED_GLASS_PANE: - case MAGENTA_TERRACOTTA: - case MAGENTA_WALL_BANNER: - case MAGENTA_WOOL: - case MAGMA_BLOCK: - case MELON: - case MOSSY_COBBLESTONE: - case MOSSY_COBBLESTONE_SLAB: - case MOSSY_COBBLESTONE_STAIRS: - case MOSSY_COBBLESTONE_WALL: - case MOSSY_STONE_BRICKS: - case MOSSY_STONE_BRICK_SLAB: - case MOSSY_STONE_BRICK_STAIRS: - case MOSSY_STONE_BRICK_WALL: - case MOVING_PISTON: - case MUSHROOM_STEM: - case MYCELIUM: - case NETHERRACK: - case NETHER_BRICKS: - case NETHER_BRICK_FENCE: - case NETHER_BRICK_SLAB: - case NETHER_BRICK_STAIRS: - case NETHER_BRICK_WALL: - case NETHER_QUARTZ_ORE: - case NETHER_WART_BLOCK: - case NOTE_BLOCK: - case OAK_DOOR: - case OAK_FENCE: - case OAK_FENCE_GATE: - case OAK_LEAVES: - case OAK_LOG: - case OAK_PLANKS: - case OAK_PRESSURE_PLATE: - case OAK_SIGN: - case OAK_SLAB: - case OAK_STAIRS: - case OAK_TRAPDOOR: - case OAK_WALL_SIGN: - case OAK_WOOD: - case OBSERVER: - case OBSIDIAN: - case ORANGE_BANNER: - case ORANGE_BED: - case ORANGE_CONCRETE: - case ORANGE_CONCRETE_POWDER: - case ORANGE_GLAZED_TERRACOTTA: - case ORANGE_SHULKER_BOX: - case ORANGE_STAINED_GLASS: - case ORANGE_STAINED_GLASS_PANE: - case ORANGE_TERRACOTTA: - case ORANGE_WALL_BANNER: - case ORANGE_WOOL: - case PACKED_ICE: - case PETRIFIED_OAK_SLAB: - case PINK_BANNER: - case PINK_BED: - case PINK_CONCRETE: - case PINK_CONCRETE_POWDER: - case PINK_GLAZED_TERRACOTTA: - case PINK_SHULKER_BOX: - case PINK_STAINED_GLASS: - case PINK_STAINED_GLASS_PANE: - case PINK_TERRACOTTA: - case PINK_WALL_BANNER: - case PINK_WOOL: - case PISTON: - case PISTON_HEAD: - case PODZOL: - case POLISHED_ANDESITE: - case POLISHED_ANDESITE_SLAB: - case POLISHED_ANDESITE_STAIRS: - case POLISHED_DIORITE: - case POLISHED_DIORITE_SLAB: - case POLISHED_DIORITE_STAIRS: - case POLISHED_GRANITE: - case POLISHED_GRANITE_SLAB: - case POLISHED_GRANITE_STAIRS: - case PRISMARINE: - case PRISMARINE_BRICKS: - case PRISMARINE_BRICK_SLAB: - case PRISMARINE_BRICK_STAIRS: - case PRISMARINE_SLAB: - case PRISMARINE_STAIRS: - case PRISMARINE_WALL: - case PUMPKIN: - case PURPLE_BANNER: - case PURPLE_BED: - case PURPLE_CONCRETE: - case PURPLE_CONCRETE_POWDER: - case PURPLE_GLAZED_TERRACOTTA: - case PURPLE_SHULKER_BOX: - case PURPLE_STAINED_GLASS: - case PURPLE_STAINED_GLASS_PANE: - case PURPLE_TERRACOTTA: - case PURPLE_WALL_BANNER: - case PURPLE_WOOL: - case PURPUR_BLOCK: - case PURPUR_PILLAR: - case PURPUR_SLAB: - case PURPUR_STAIRS: - case QUARTZ_BLOCK: - case QUARTZ_PILLAR: - case QUARTZ_SLAB: - case QUARTZ_STAIRS: - case REDSTONE_BLOCK: - case REDSTONE_LAMP: - case REDSTONE_ORE: - case RED_BANNER: - case RED_BED: - case RED_CONCRETE: - case RED_CONCRETE_POWDER: - case RED_GLAZED_TERRACOTTA: - case RED_MUSHROOM_BLOCK: - case RED_NETHER_BRICKS: - case RED_NETHER_BRICK_SLAB: - case RED_NETHER_BRICK_STAIRS: - case RED_NETHER_BRICK_WALL: - case RED_SAND: - case RED_SANDSTONE: - case RED_SANDSTONE_SLAB: - case RED_SANDSTONE_STAIRS: - case RED_SANDSTONE_WALL: - case RED_SHULKER_BOX: - case RED_STAINED_GLASS: - case RED_STAINED_GLASS_PANE: - case RED_TERRACOTTA: - case RED_WALL_BANNER: - case RED_WOOL: - case REPEATING_COMMAND_BLOCK: - case SAND: - case SANDSTONE: - case SANDSTONE_SLAB: - case SANDSTONE_STAIRS: - case SANDSTONE_WALL: - case SEA_LANTERN: - case SHULKER_BOX: - case SLIME_BLOCK: - case SMITHING_TABLE: - case SMOKER: - case SMOOTH_QUARTZ: - case SMOOTH_QUARTZ_SLAB: - case SMOOTH_QUARTZ_STAIRS: - case SMOOTH_RED_SANDSTONE: - case SMOOTH_RED_SANDSTONE_SLAB: - case SMOOTH_RED_SANDSTONE_STAIRS: - case SMOOTH_SANDSTONE: - case SMOOTH_SANDSTONE_SLAB: - case SMOOTH_SANDSTONE_STAIRS: - case SMOOTH_STONE: - case SMOOTH_STONE_SLAB: - case SNOW_BLOCK: - case SOUL_SAND: - case SPAWNER: - case SPONGE: - case SPRUCE_DOOR: - case SPRUCE_FENCE: - case SPRUCE_FENCE_GATE: - case SPRUCE_LEAVES: - case SPRUCE_LOG: - case SPRUCE_PLANKS: - case SPRUCE_PRESSURE_PLATE: - case SPRUCE_SIGN: - case SPRUCE_SLAB: - case SPRUCE_STAIRS: - case SPRUCE_TRAPDOOR: - case SPRUCE_WALL_SIGN: - case SPRUCE_WOOD: - case STICKY_PISTON: - case STONE: - case STONECUTTER: - case STONE_BRICKS: - case STONE_BRICK_SLAB: - case STONE_BRICK_STAIRS: - case STONE_BRICK_WALL: - case STONE_PRESSURE_PLATE: - case STONE_SLAB: - case STONE_STAIRS: - case STRIPPED_ACACIA_LOG: - case STRIPPED_ACACIA_WOOD: - case STRIPPED_BIRCH_LOG: - case STRIPPED_BIRCH_WOOD: - case STRIPPED_DARK_OAK_LOG: - case STRIPPED_DARK_OAK_WOOD: - case STRIPPED_JUNGLE_LOG: - case STRIPPED_JUNGLE_WOOD: - case STRIPPED_OAK_LOG: - case STRIPPED_OAK_WOOD: - case STRIPPED_SPRUCE_LOG: - case STRIPPED_SPRUCE_WOOD: - case STRUCTURE_BLOCK: - case TERRACOTTA: - case TNT: - case TRAPPED_CHEST: - case TUBE_CORAL_BLOCK: - case TURTLE_EGG: - case WET_SPONGE: - case WHITE_BANNER: - case WHITE_BED: - case WHITE_CONCRETE: - case WHITE_CONCRETE_POWDER: - case WHITE_GLAZED_TERRACOTTA: - case WHITE_SHULKER_BOX: - case WHITE_STAINED_GLASS: - case WHITE_STAINED_GLASS_PANE: - case WHITE_TERRACOTTA: - case WHITE_WALL_BANNER: - case WHITE_WOOL: - case YELLOW_BANNER: - case YELLOW_BED: - case YELLOW_CONCRETE: - case YELLOW_CONCRETE_POWDER: - case YELLOW_GLAZED_TERRACOTTA: - case YELLOW_SHULKER_BOX: - case YELLOW_STAINED_GLASS: - case YELLOW_STAINED_GLASS_PANE: - case YELLOW_TERRACOTTA: - case YELLOW_WALL_BANNER: - case YELLOW_WOOL: - return true; - default: - return false; - } - } - - public boolean isLiquid() { - switch (this) { - case WATER: - case LAVA: - return true; - default: - return false; - } - } - - public boolean isBlockEntity() { - switch (this) { - case SPAWNER: - case COMMAND_BLOCK: - case BEACON: - case CREEPER_HEAD: - case CREEPER_WALL_HEAD: - case DRAGON_HEAD: - case DRAGON_WALL_HEAD: - case PLAYER_HEAD: - case PLAYER_WALL_HEAD: - case ZOMBIE_HEAD: - case ZOMBIE_WALL_HEAD: - case CONDUIT: - case BLACK_BANNER: - case BLACK_WALL_BANNER: - case BLUE_BANNER: - case BLUE_WALL_BANNER: - case BROWN_BANNER: - case BROWN_WALL_BANNER: - case CYAN_BANNER: - case PURPLE_BANNER: - case GREEN_BANNER: - case RED_BANNER: - case WHITE_WALL_BANNER: - case ORANGE_WALL_BANNER: - case MAGENTA_WALL_BANNER: - case LIGHT_BLUE_WALL_BANNER: - case YELLOW_WALL_BANNER: - case LIME_WALL_BANNER: - case PINK_WALL_BANNER: - case GRAY_WALL_BANNER: - case LIGHT_GRAY_WALL_BANNER: - case CYAN_WALL_BANNER: - case PURPLE_WALL_BANNER: - case GREEN_WALL_BANNER: - case RED_WALL_BANNER: - case STRUCTURE_BLOCK: - case END_GATEWAY: - case OAK_SIGN: - case SPRUCE_SIGN: - case BIRCH_SIGN: - case ACACIA_SIGN: - case JUNGLE_SIGN: - case DARK_OAK_SIGN: - case BLACK_BED: - case WHITE_BED: - case ORANGE_BED: - case MAGENTA_BED: - case LIGHT_BLUE_BED: - case YELLOW_BED: - case LIME_BED: - case PINK_BED: - case GRAY_BED: - case LIGHT_GRAY_BED: - case CYAN_BED: - case PURPLE_BED: - case BLUE_BED: - case BROWN_BED: - case GREEN_BED: - case RED_BED: - case JIGSAW: - case CAMPFIRE: - case BEEHIVE: - return true; - default: - return false; - } - } - - public boolean isSign() { - switch (this) { - case OAK_SIGN: - case SPRUCE_SIGN: - case BIRCH_SIGN: - case ACACIA_SIGN: - case JUNGLE_SIGN: - case DARK_OAK_SIGN: - return true; - default: - return false; - } - } - - public boolean breaksInstantaneously() { - // from https://minecraft.gamepedia.com/Breaking#Instant_breaking - switch (this) { - // circuits - case COMPARATOR: - case REPEATER: - case REDSTONE_TORCH: - case REDSTONE_WIRE: - case TRIPWIRE: - case TRIPWIRE_HOOK: - - // other - case FIRE: - case INFESTED_STONE: - case TNT: - case TORCH: - case SCAFFOLDING: - case SLIME_BLOCK: - case HONEY_BLOCK: - - // plants - case BEETROOTS: - case CARROTS: - case DEAD_BUSH: - case FERN: - case KELP: - case LILY_PAD: - case MELON_STEM: - case ATTACHED_MELON_STEM: - case NETHER_WART: - case POTATOES: - case PUMPKIN_STEM: - case ATTACHED_PUMPKIN_STEM: - case SEAGRASS: - case TALL_SEAGRASS: - case SEA_PICKLE: - case SUGAR_CANE: - case TALL_GRASS: - case WHEAT: - return true; - - default: - return isFlowerPot() || isSapling() || isCoral() || isFlower() || isMushroom(); - } - } - - public boolean isCoral() { - switch (this) { - case DEAD_TUBE_CORAL_BLOCK: - case DEAD_BRAIN_CORAL_BLOCK: - case DEAD_BUBBLE_CORAL_BLOCK: - case DEAD_FIRE_CORAL_BLOCK: - case DEAD_HORN_CORAL_BLOCK: - case TUBE_CORAL_BLOCK: - case BRAIN_CORAL_BLOCK: - case BUBBLE_CORAL_BLOCK: - case FIRE_CORAL_BLOCK: - case HORN_CORAL_BLOCK: - case DEAD_TUBE_CORAL: - case DEAD_BRAIN_CORAL: - case DEAD_BUBBLE_CORAL: - case DEAD_FIRE_CORAL: - case DEAD_HORN_CORAL: - case TUBE_CORAL: - case BRAIN_CORAL: - case BUBBLE_CORAL: - case FIRE_CORAL: - case HORN_CORAL: - case DEAD_TUBE_CORAL_FAN: - case DEAD_BRAIN_CORAL_FAN: - case DEAD_BUBBLE_CORAL_FAN: - case DEAD_FIRE_CORAL_FAN: - case DEAD_HORN_CORAL_FAN: - case TUBE_CORAL_FAN: - case BRAIN_CORAL_FAN: - case BUBBLE_CORAL_FAN: - case FIRE_CORAL_FAN: - case HORN_CORAL_FAN: - case DEAD_TUBE_CORAL_WALL_FAN: - case DEAD_BRAIN_CORAL_WALL_FAN: - case DEAD_BUBBLE_CORAL_WALL_FAN: - case DEAD_FIRE_CORAL_WALL_FAN: - case DEAD_HORN_CORAL_WALL_FAN: - case TUBE_CORAL_WALL_FAN: - case BRAIN_CORAL_WALL_FAN: - case BUBBLE_CORAL_WALL_FAN: - case FIRE_CORAL_WALL_FAN: - case HORN_CORAL_WALL_FAN: - return true; - - default: - return false; - } - } - - public boolean isFlower() { - switch (this) { - case ALLIUM: - case AZURE_BLUET: - case BLUE_ORCHID: - case CORNFLOWER: - case DANDELION: - case LILY_OF_THE_VALLEY: - case ORANGE_TULIP: - case OXEYE_DAISY: - case PINK_TULIP: - case POPPY: - case RED_TULIP: - case WHITE_TULIP: - case WITHER_ROSE: - return true; - - default: - return false; - } - } - - public boolean isMushroom() { - switch (this) { - case POTTED_SPRUCE_SAPLING: - case POTTED_BIRCH_SAPLING: - case POTTED_JUNGLE_SAPLING: - case POTTED_ACACIA_SAPLING: - case POTTED_OAK_SAPLING: - case POTTED_DARK_OAK_SAPLING: - case POTTED_ALLIUM: - case POTTED_AZURE_BLUET: - case POTTED_BAMBOO: - case POTTED_BLUE_ORCHID: - case POTTED_BROWN_MUSHROOM: - case POTTED_CACTUS: - case POTTED_CORNFLOWER: - case POTTED_DANDELION: - case POTTED_DEAD_BUSH: - case POTTED_FERN: - case POTTED_LILY_OF_THE_VALLEY: - case POTTED_ORANGE_TULIP: - case POTTED_OXEYE_DAISY: - case POTTED_PINK_TULIP: - case POTTED_POPPY: - case POTTED_RED_MUSHROOM: - case POTTED_RED_TULIP: - case POTTED_WHITE_TULIP: - case POTTED_WITHER_ROSE: - return true; - - default: - return false; - } - } - - public boolean isFlowerPot() { - switch (this) { - case POTTED_SPRUCE_SAPLING: - case POTTED_BIRCH_SAPLING: - case POTTED_JUNGLE_SAPLING: - case POTTED_ACACIA_SAPLING: - case POTTED_OAK_SAPLING: - case POTTED_DARK_OAK_SAPLING: - case POTTED_ALLIUM: - case POTTED_AZURE_BLUET: - case POTTED_BAMBOO: - case POTTED_BLUE_ORCHID: - case POTTED_BROWN_MUSHROOM: - case POTTED_CACTUS: - case POTTED_CORNFLOWER: - case POTTED_DANDELION: - case POTTED_DEAD_BUSH: - case POTTED_FERN: - case POTTED_LILY_OF_THE_VALLEY: - case POTTED_ORANGE_TULIP: - case POTTED_OXEYE_DAISY: - case POTTED_PINK_TULIP: - case POTTED_POPPY: - case POTTED_RED_MUSHROOM: - case POTTED_RED_TULIP: - case POTTED_WHITE_TULIP: - case POTTED_WITHER_ROSE: - return true; - - default: - return false; - } - } - - - public boolean isSapling() { - switch (this) { - case SPRUCE_SAPLING: - case BIRCH_SAPLING: - case JUNGLE_SAPLING: - case ACACIA_SAPLING: - case BAMBOO_SAPLING: - case OAK_SAPLING: - case DARK_OAK_SAPLING: - return true; - - default: - return false; - } - } - - public List getBlockAlternatives() { - return Collections.unmodifiableList(blockAlternatives); - } - -} diff --git a/src/main/java/net/minestom/server/registry/RegistryMain.java b/src/main/java/net/minestom/server/registry/RegistryMain.java index 93941284b..e9a9c01b1 100644 --- a/src/main/java/net/minestom/server/registry/RegistryMain.java +++ b/src/main/java/net/minestom/server/registry/RegistryMain.java @@ -49,24 +49,6 @@ public class RegistryMain { writePotionsClass(potions); } - public static void registerBlocks() { - List blocks = parseBlocks(BLOCKS_PATH); - - for (RegistryBlock registryBlock : blocks) { - String name = registryBlock.name; - Block block = Block.valueOf(name); - block.initBlock(registryBlock.defaultId); - - for (RegistryBlock.BlockState blockState : registryBlock.states) { - short id = blockState.id; - String[] properties = blockState.propertiesValues.toArray(new String[0]); - BlockAlternative blockAlternative = new BlockAlternative(id, properties); - - block.addBlockAlternative(blockAlternative); - } - } - } - public static void registerItems() { List items = parseItems(ITEMS_PATH); diff --git a/src/test/java/loottables/TestLootTables.java b/src/test/java/loottables/TestLootTables.java index ef61a7a2d..d535a19dc 100644 --- a/src/test/java/loottables/TestLootTables.java +++ b/src/test/java/loottables/TestLootTables.java @@ -25,7 +25,6 @@ public class TestLootTables { @Before public void init() { - RegistryMain.registerBlocks(); RegistryMain.registerItems(); tableManager = new LootTableManager(); tableManager.registerConditionDeserializer(NamespaceID.from("minecraft:survives_explosion"), new SurvivesExplosionCondition.Deserializer()); From c9589ae526881dfa2f6a8b5fd93c371fe71ea3d0 Mon Sep 17 00:00:00 2001 From: jglrxavpok Date: Mon, 29 Jun 2020 16:41:29 +0200 Subject: [PATCH 05/17] 1.16+ support and remove unused imports in generated Block enum --- .../minestom/server/instance/block/Block.java | 2 -- src/generators/java/BlockEnumGenerator.java | 16 +++++++++------- .../net/minestom/server/MinecraftServer.java | 2 +- .../server/registry/ResourceGatherer.java | 4 +--- 4 files changed, 11 insertions(+), 13 deletions(-) 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 40e562c96..f22800d17 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/Block.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/Block.java @@ -3,11 +3,9 @@ //============================== package net.minestom.server.instance.block; import net.minestom.server.utils.NamespaceID; -import net.minestom.server.instance.block.BlockAlternative; import java.util.List; import java.util.ArrayList; import java.util.Arrays; -import it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap; import net.minestom.server.instance.block.states.*; @SuppressWarnings({"deprecation"}) diff --git a/src/generators/java/BlockEnumGenerator.java b/src/generators/java/BlockEnumGenerator.java index 048571f55..d05b4ae68 100644 --- a/src/generators/java/BlockEnumGenerator.java +++ b/src/generators/java/BlockEnumGenerator.java @@ -26,15 +26,19 @@ public class BlockEnumGenerator { public static final String BURGER_URL_BASE_URL = "https://pokechu22.github.io/Burger/"; public static void main(String[] args) throws IOException { + String targetVersion; + if(args.length < 1) { + System.err.println("Usage: [target folder]"); + return; + } + + targetVersion = args[0]; + try { - ResourceGatherer.ensureResourcesArePresent(null); // TODO + ResourceGatherer.ensureResourcesArePresent(targetVersion, null); // TODO } catch (IOException e) { e.printStackTrace(); } - String targetVersion = "1.15.2"; - if(args.length >= 1) { - targetVersion = args[0]; - } String targetPart = DEFAULT_TARGET_PATH; if(args.length >= 2) { @@ -79,11 +83,9 @@ public class BlockEnumGenerator { EnumGenerator blockGenerator = new EnumGenerator(packageName, className); blockGenerator.addClassAnnotation("@SuppressWarnings({\"deprecation\"})"); blockGenerator.addImport(NamespaceID.class.getCanonicalName()); - blockGenerator.addImport(BlockAlternative.class.getCanonicalName()); blockGenerator.addImport(List.class.getCanonicalName()); blockGenerator.addImport(ArrayList.class.getCanonicalName()); blockGenerator.addImport(Arrays.class.getCanonicalName()); - blockGenerator.addImport(Short2ObjectOpenHashMap.class.getCanonicalName()); blockGenerator.addImport(blockGenerator.getPackage()+".states.*"); blockGenerator.addHardcodedField("List", "alternatives", "new ArrayList()"); blockGenerator.setParams("String namespaceID", "short defaultID", "double hardness", "double resistance", "boolean isAir", "boolean isSolid", "NamespaceID blockEntity", "boolean singleState"); diff --git a/src/main/java/net/minestom/server/MinecraftServer.java b/src/main/java/net/minestom/server/MinecraftServer.java index 524996b90..5525ff612 100644 --- a/src/main/java/net/minestom/server/MinecraftServer.java +++ b/src/main/java/net/minestom/server/MinecraftServer.java @@ -119,7 +119,7 @@ public class MinecraftServer { // Registry try { - ResourceGatherer.ensureResourcesArePresent(null); // TODO: provide a way to give a path override, probably via launch arguments? + ResourceGatherer.ensureResourcesArePresent("1.15.2", null); // TODO: provide a way to give a path override, probably via launch arguments? } catch (IOException e) { LOGGER.error("An error happened during resource gathering. Minestom will attempt to load anyway, but things may not work, and crashes can happen.", e); } diff --git a/src/main/java/net/minestom/server/registry/ResourceGatherer.java b/src/main/java/net/minestom/server/registry/ResourceGatherer.java index cd9c20583..ad4ad490d 100644 --- a/src/main/java/net/minestom/server/registry/ResourceGatherer.java +++ b/src/main/java/net/minestom/server/registry/ResourceGatherer.java @@ -23,7 +23,7 @@ public class ResourceGatherer { * If it is not, download the minecraft server jar, run the data generator and extract the wanted files * If it is already present, directly return */ - public static void ensureResourcesArePresent(File minecraftFolderOverride) throws IOException { + public static void ensureResourcesArePresent(String version, File minecraftFolderOverride) throws IOException { if (DATA_FOLDER.exists()) { return; } @@ -33,8 +33,6 @@ public class ResourceGatherer { throw new IOException("Failed to create tmp folder."); } - final String version = "1.15.2"; // TODO: Do not hardcode - LOGGER.info("Starting download of Minecraft server jar for version " + version + " from Mojang servers..."); File minecraftFolder = getMinecraftFolder(minecraftFolderOverride); if (!minecraftFolder.exists()) { From 91e39421a8cf299562d0ddbac9c662bb62f4e4b2 Mon Sep 17 00:00:00 2001 From: jglrxavpok Date: Mon, 29 Jun 2020 16:42:29 +0200 Subject: [PATCH 06/17] Forgot to update prismarine version in commit --- prismarine-minecraft-data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prismarine-minecraft-data b/prismarine-minecraft-data index 3e217fc1d..1e52503a6 160000 --- a/prismarine-minecraft-data +++ b/prismarine-minecraft-data @@ -1 +1 @@ -Subproject commit 3e217fc1d9a076b1ca2531668c75779cbdb0f2b3 +Subproject commit 1e52503a6dbabd326bd0fee5e2aba5cd07b2a4f8 From 18f9341c55a1c4661704c0e124b38a027ef9087b Mon Sep 17 00:00:00 2001 From: Felix Cravic Date: Mon, 29 Jun 2020 17:32:35 +0200 Subject: [PATCH 07/17] Add missing break statement --- src/main/java/net/minestom/server/entity/Player.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/net/minestom/server/entity/Player.java b/src/main/java/net/minestom/server/entity/Player.java index 1e627971c..3b59c9c1d 100644 --- a/src/main/java/net/minestom/server/entity/Player.java +++ b/src/main/java/net/minestom/server/entity/Player.java @@ -703,6 +703,7 @@ public class Player extends LivingEntity implements CommandSender { break; case SET_ACTION_BAR: titlePacket.actionBarText = text.toString(); + break; default: throw new UnsupportedOperationException("Invalid TitlePacket.Action type!"); } From 4414d7c29855c6ef872fdad479de274ced69cd33 Mon Sep 17 00:00:00 2001 From: jglrxavpok Date: Mon, 29 Jun 2020 19:02:32 +0200 Subject: [PATCH 08/17] Start of Material.java generation + refactor --- .../server/instance/item/TmpMaterial.java | 928 ++++++++++++++++++ .../server/instance/item/TmpMaterialMap.java | 5 + .../net/minestom/codegen/CodeGenerator.java | 16 + .../minestom/codegen}/EnumGenerator.java | 4 +- .../codegen/MinestomEnumGenerator.java | 130 +++ .../minestom/codegen}/PrismarinePaths.java | 6 + .../codegen/blocks}/BlockContainer.java | 4 +- .../codegen/blocks}/BlockEnumGenerator.java | 392 ++++---- .../minestom/codegen/blocks}/BurgerBlock.java | 4 +- .../codegen/blocks}/BurgerTileEntity.java | 2 + .../codegen/blocks}/DataReportBlock.java | 4 +- .../codegen/blocks}/PrismarineJSBlock.java | 4 +- .../codegen/items/DataReportItem.java | 8 + .../minestom/codegen/items/ItemContainer.java | 39 + .../codegen/items/ItemEnumGenerator.java | 175 ++++ .../codegen/items/PrismarineJSItem.java | 7 + 16 files changed, 1533 insertions(+), 195 deletions(-) create mode 100644 src/autogenerated/java/net/minestom/server/instance/item/TmpMaterial.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/item/TmpMaterialMap.java create mode 100644 src/generators/java/net/minestom/codegen/CodeGenerator.java rename src/generators/java/{ => net/minestom/codegen}/EnumGenerator.java (98%) create mode 100644 src/generators/java/net/minestom/codegen/MinestomEnumGenerator.java rename src/generators/java/{ => net/minestom/codegen}/PrismarinePaths.java (77%) rename src/generators/java/{ => net/minestom/codegen/blocks}/BlockContainer.java (97%) rename src/generators/java/{ => net/minestom/codegen/blocks}/BlockEnumGenerator.java (57%) rename src/generators/java/{ => net/minestom/codegen/blocks}/BurgerBlock.java (79%) rename src/generators/java/{ => net/minestom/codegen/blocks}/BurgerTileEntity.java (71%) rename src/generators/java/{ => net/minestom/codegen/blocks}/DataReportBlock.java (94%) rename src/generators/java/{ => net/minestom/codegen/blocks}/PrismarineJSBlock.java (91%) create mode 100644 src/generators/java/net/minestom/codegen/items/DataReportItem.java create mode 100644 src/generators/java/net/minestom/codegen/items/ItemContainer.java create mode 100644 src/generators/java/net/minestom/codegen/items/ItemEnumGenerator.java create mode 100644 src/generators/java/net/minestom/codegen/items/PrismarineJSItem.java diff --git a/src/autogenerated/java/net/minestom/server/instance/item/TmpMaterial.java b/src/autogenerated/java/net/minestom/server/instance/item/TmpMaterial.java new file mode 100644 index 000000000..f3ad70a1e --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/item/TmpMaterial.java @@ -0,0 +1,928 @@ +//============================== +// AUTOGENERATED BY EnumGenerator +//============================== +package net.minestom.server.instance.item; +import net.minestom.server.instance.block.Block; +import it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap; + +public enum TmpMaterial { + AIR("minecraft:air", 0, Block.AIR), + STONE("minecraft:stone", 64, Block.STONE), + GRANITE("minecraft:granite", 64, Block.GRANITE), + POLISHED_GRANITE("minecraft:polished_granite", 64, Block.POLISHED_GRANITE), + DIORITE("minecraft:diorite", 64, Block.DIORITE), + POLISHED_DIORITE("minecraft:polished_diorite", 64, Block.POLISHED_DIORITE), + ANDESITE("minecraft:andesite", 64, Block.ANDESITE), + POLISHED_ANDESITE("minecraft:polished_andesite", 64, Block.POLISHED_ANDESITE), + GRASS_BLOCK("minecraft:grass_block", 64, Block.GRASS_BLOCK), + DIRT("minecraft:dirt", 64, Block.DIRT), + COARSE_DIRT("minecraft:coarse_dirt", 64, Block.COARSE_DIRT), + PODZOL("minecraft:podzol", 64, Block.PODZOL), + COBBLESTONE("minecraft:cobblestone", 64, Block.COBBLESTONE), + OAK_PLANKS("minecraft:oak_planks", 64, Block.OAK_PLANKS), + SPRUCE_PLANKS("minecraft:spruce_planks", 64, Block.SPRUCE_PLANKS), + BIRCH_PLANKS("minecraft:birch_planks", 64, Block.BIRCH_PLANKS), + 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), + 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), + JUNGLE_SAPLING("minecraft:jungle_sapling", 64, Block.JUNGLE_SAPLING), + ACACIA_SAPLING("minecraft:acacia_sapling", 64, Block.ACACIA_SAPLING), + DARK_OAK_SAPLING("minecraft:dark_oak_sapling", 64, Block.DARK_OAK_SAPLING), + BEDROCK("minecraft:bedrock", 64, Block.BEDROCK), + SAND("minecraft:sand", 64, Block.SAND), + RED_SAND("minecraft:red_sand", 64, Block.RED_SAND), + GRAVEL("minecraft:gravel", 64, Block.GRAVEL), + 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), + 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), + 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_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), + 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), + 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), + JUNGLE_LEAVES("minecraft:jungle_leaves", 64, Block.JUNGLE_LEAVES), + ACACIA_LEAVES("minecraft:acacia_leaves", 64, Block.ACACIA_LEAVES), + DARK_OAK_LEAVES("minecraft:dark_oak_leaves", 64, Block.DARK_OAK_LEAVES), + SPONGE("minecraft:sponge", 64, Block.SPONGE), + WET_SPONGE("minecraft:wet_sponge", 64, Block.WET_SPONGE), + GLASS("minecraft:glass", 64, Block.GLASS), + LAPIS_ORE("minecraft:lapis_ore", 64, Block.LAPIS_ORE), + LAPIS_BLOCK("minecraft:lapis_block", 64, Block.LAPIS_BLOCK), + DISPENSER("minecraft:dispenser", 64, Block.DISPENSER), + SANDSTONE("minecraft:sandstone", 64, Block.SANDSTONE), + CHISELED_SANDSTONE("minecraft:chiseled_sandstone", 64, Block.CHISELED_SANDSTONE), + CUT_SANDSTONE("minecraft:cut_sandstone", 64, Block.CUT_SANDSTONE), + NOTE_BLOCK("minecraft:note_block", 64, Block.NOTE_BLOCK), + POWERED_RAIL("minecraft:powered_rail", 64, Block.POWERED_RAIL), + DETECTOR_RAIL("minecraft:detector_rail", 64, Block.DETECTOR_RAIL), + STICKY_PISTON("minecraft:sticky_piston", 64, Block.STICKY_PISTON), + COBWEB("minecraft:cobweb", 64, Block.COBWEB), + GRASS("minecraft:grass", 64, Block.GRASS), + FERN("minecraft:fern", 64, Block.FERN), + DEAD_BUSH("minecraft:dead_bush", 64, Block.DEAD_BUSH), + SEAGRASS("minecraft:seagrass", 64, Block.SEAGRASS), + SEA_PICKLE("minecraft:sea_pickle", 64, Block.SEA_PICKLE), + PISTON("minecraft:piston", 64, Block.PISTON), + WHITE_WOOL("minecraft:white_wool", 64, Block.WHITE_WOOL), + ORANGE_WOOL("minecraft:orange_wool", 64, Block.ORANGE_WOOL), + MAGENTA_WOOL("minecraft:magenta_wool", 64, Block.MAGENTA_WOOL), + LIGHT_BLUE_WOOL("minecraft:light_blue_wool", 64, Block.LIGHT_BLUE_WOOL), + YELLOW_WOOL("minecraft:yellow_wool", 64, Block.YELLOW_WOOL), + LIME_WOOL("minecraft:lime_wool", 64, Block.LIME_WOOL), + PINK_WOOL("minecraft:pink_wool", 64, Block.PINK_WOOL), + GRAY_WOOL("minecraft:gray_wool", 64, Block.GRAY_WOOL), + LIGHT_GRAY_WOOL("minecraft:light_gray_wool", 64, Block.LIGHT_GRAY_WOOL), + CYAN_WOOL("minecraft:cyan_wool", 64, Block.CYAN_WOOL), + PURPLE_WOOL("minecraft:purple_wool", 64, Block.PURPLE_WOOL), + BLUE_WOOL("minecraft:blue_wool", 64, Block.BLUE_WOOL), + BROWN_WOOL("minecraft:brown_wool", 64, Block.BROWN_WOOL), + GREEN_WOOL("minecraft:green_wool", 64, Block.GREEN_WOOL), + RED_WOOL("minecraft:red_wool", 64, Block.RED_WOOL), + BLACK_WOOL("minecraft:black_wool", 64, Block.BLACK_WOOL), + DANDELION("minecraft:dandelion", 64, Block.DANDELION), + POPPY("minecraft:poppy", 64, Block.POPPY), + BLUE_ORCHID("minecraft:blue_orchid", 64, Block.BLUE_ORCHID), + ALLIUM("minecraft:allium", 64, Block.ALLIUM), + AZURE_BLUET("minecraft:azure_bluet", 64, Block.AZURE_BLUET), + RED_TULIP("minecraft:red_tulip", 64, Block.RED_TULIP), + ORANGE_TULIP("minecraft:orange_tulip", 64, Block.ORANGE_TULIP), + WHITE_TULIP("minecraft:white_tulip", 64, Block.WHITE_TULIP), + PINK_TULIP("minecraft:pink_tulip", 64, Block.PINK_TULIP), + OXEYE_DAISY("minecraft:oxeye_daisy", 64, Block.OXEYE_DAISY), + CORNFLOWER("minecraft:cornflower", 64, Block.CORNFLOWER), + LILY_OF_THE_VALLEY("minecraft:lily_of_the_valley", 64, Block.LILY_OF_THE_VALLEY), + 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), + 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), + SPRUCE_SLAB("minecraft:spruce_slab", 64, Block.SPRUCE_SLAB), + BIRCH_SLAB("minecraft:birch_slab", 64, Block.BIRCH_SLAB), + 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), + 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), + CUT_SANDSTONE_SLAB("minecraft:cut_sandstone_slab", 64, Block.CUT_SANDSTONE_SLAB), + PETRIFIED_OAK_SLAB("minecraft:petrified_oak_slab", 64, Block.PETRIFIED_OAK_SLAB), + COBBLESTONE_SLAB("minecraft:cobblestone_slab", 64, Block.COBBLESTONE_SLAB), + BRICK_SLAB("minecraft:brick_slab", 64, Block.BRICK_SLAB), + STONE_BRICK_SLAB("minecraft:stone_brick_slab", 64, Block.STONE_BRICK_SLAB), + NETHER_BRICK_SLAB("minecraft:nether_brick_slab", 64, Block.NETHER_BRICK_SLAB), + QUARTZ_SLAB("minecraft:quartz_slab", 64, Block.QUARTZ_SLAB), + RED_SANDSTONE_SLAB("minecraft:red_sandstone_slab", 64, Block.RED_SANDSTONE_SLAB), + CUT_RED_SANDSTONE_SLAB("minecraft:cut_red_sandstone_slab", 64, Block.CUT_RED_SANDSTONE_SLAB), + PURPUR_SLAB("minecraft:purpur_slab", 64, Block.PURPUR_SLAB), + PRISMARINE_SLAB("minecraft:prismarine_slab", 64, Block.PRISMARINE_SLAB), + PRISMARINE_BRICK_SLAB("minecraft:prismarine_brick_slab", 64, Block.PRISMARINE_BRICK_SLAB), + DARK_PRISMARINE_SLAB("minecraft:dark_prismarine_slab", 64, Block.DARK_PRISMARINE_SLAB), + SMOOTH_QUARTZ("minecraft:smooth_quartz", 64, Block.SMOOTH_QUARTZ), + SMOOTH_RED_SANDSTONE("minecraft:smooth_red_sandstone", 64, Block.SMOOTH_RED_SANDSTONE), + SMOOTH_SANDSTONE("minecraft:smooth_sandstone", 64, Block.SMOOTH_SANDSTONE), + SMOOTH_STONE("minecraft:smooth_stone", 64, Block.SMOOTH_STONE), + BRICKS("minecraft:bricks", 64, Block.BRICKS), + TNT("minecraft:tnt", 64, Block.TNT), + BOOKSHELF("minecraft:bookshelf", 64, Block.BOOKSHELF), + MOSSY_COBBLESTONE("minecraft:mossy_cobblestone", 64, Block.MOSSY_COBBLESTONE), + OBSIDIAN("minecraft:obsidian", 64, Block.OBSIDIAN), + TORCH("minecraft:torch", 64, Block.TORCH), + END_ROD("minecraft:end_rod", 64, Block.END_ROD), + CHORUS_PLANT("minecraft:chorus_plant", 64, Block.CHORUS_PLANT), + CHORUS_FLOWER("minecraft:chorus_flower", 64, Block.CHORUS_FLOWER), + PURPUR_BLOCK("minecraft:purpur_block", 64, Block.PURPUR_BLOCK), + PURPUR_PILLAR("minecraft:purpur_pillar", 64, Block.PURPUR_PILLAR), + PURPUR_STAIRS("minecraft:purpur_stairs", 64, Block.PURPUR_STAIRS), + SPAWNER("minecraft:spawner", 64, Block.SPAWNER), + OAK_STAIRS("minecraft:oak_stairs", 64, Block.OAK_STAIRS), + CHEST("minecraft:chest", 64, Block.CHEST), + DIAMOND_ORE("minecraft:diamond_ore", 64, Block.DIAMOND_ORE), + DIAMOND_BLOCK("minecraft:diamond_block", 64, Block.DIAMOND_BLOCK), + CRAFTING_TABLE("minecraft:crafting_table", 64, Block.CRAFTING_TABLE), + FARMLAND("minecraft:farmland", 64, Block.FARMLAND), + FURNACE("minecraft:furnace", 64, Block.FURNACE), + LADDER("minecraft:ladder", 64, Block.LADDER), + RAIL("minecraft:rail", 64, Block.RAIL), + COBBLESTONE_STAIRS("minecraft:cobblestone_stairs", 64, Block.COBBLESTONE_STAIRS), + LEVER("minecraft:lever", 64, Block.LEVER), + STONE_PRESSURE_PLATE("minecraft:stone_pressure_plate", 64, Block.STONE_PRESSURE_PLATE), + OAK_PRESSURE_PLATE("minecraft:oak_pressure_plate", 64, Block.OAK_PRESSURE_PLATE), + SPRUCE_PRESSURE_PLATE("minecraft:spruce_pressure_plate", 64, Block.SPRUCE_PRESSURE_PLATE), + BIRCH_PRESSURE_PLATE("minecraft:birch_pressure_plate", 64, Block.BIRCH_PRESSURE_PLATE), + 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), + 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), + CACTUS("minecraft:cactus", 64, Block.CACTUS), + CLAY("minecraft:clay", 64, Block.CLAY), + JUKEBOX("minecraft:jukebox", 64, Block.JUKEBOX), + OAK_FENCE("minecraft:oak_fence", 64, Block.OAK_FENCE), + SPRUCE_FENCE("minecraft:spruce_fence", 64, Block.SPRUCE_FENCE), + BIRCH_FENCE("minecraft:birch_fence", 64, Block.BIRCH_FENCE), + 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), + 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), + 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), + SPRUCE_TRAPDOOR("minecraft:spruce_trapdoor", 64, Block.SPRUCE_TRAPDOOR), + BIRCH_TRAPDOOR("minecraft:birch_trapdoor", 64, Block.BIRCH_TRAPDOOR), + 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), + 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), + INFESTED_MOSSY_STONE_BRICKS("minecraft:infested_mossy_stone_bricks", 64, Block.INFESTED_MOSSY_STONE_BRICKS), + INFESTED_CRACKED_STONE_BRICKS("minecraft:infested_cracked_stone_bricks", 64, Block.INFESTED_CRACKED_STONE_BRICKS), + INFESTED_CHISELED_STONE_BRICKS("minecraft:infested_chiseled_stone_bricks", 64, Block.INFESTED_CHISELED_STONE_BRICKS), + STONE_BRICKS("minecraft:stone_bricks", 64, Block.STONE_BRICKS), + MOSSY_STONE_BRICKS("minecraft:mossy_stone_bricks", 64, Block.MOSSY_STONE_BRICKS), + CRACKED_STONE_BRICKS("minecraft:cracked_stone_bricks", 64, Block.CRACKED_STONE_BRICKS), + CHISELED_STONE_BRICKS("minecraft:chiseled_stone_bricks", 64, Block.CHISELED_STONE_BRICKS), + BROWN_MUSHROOM_BLOCK("minecraft:brown_mushroom_block", 64, Block.BROWN_MUSHROOM_BLOCK), + 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), + GLASS_PANE("minecraft:glass_pane", 64, Block.GLASS_PANE), + MELON("minecraft:melon", 64, Block.MELON), + VINE("minecraft:vine", 64, Block.VINE), + OAK_FENCE_GATE("minecraft:oak_fence_gate", 64, Block.OAK_FENCE_GATE), + SPRUCE_FENCE_GATE("minecraft:spruce_fence_gate", 64, Block.SPRUCE_FENCE_GATE), + BIRCH_FENCE_GATE("minecraft:birch_fence_gate", 64, Block.BIRCH_FENCE_GATE), + 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), + 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), + 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), + END_PORTAL_FRAME("minecraft:end_portal_frame", 64, Block.END_PORTAL_FRAME), + END_STONE("minecraft:end_stone", 64, Block.END_STONE), + END_STONE_BRICKS("minecraft:end_stone_bricks", 64, Block.END_STONE_BRICKS), + DRAGON_EGG("minecraft:dragon_egg", 64, Block.DRAGON_EGG), + REDSTONE_LAMP("minecraft:redstone_lamp", 64, Block.REDSTONE_LAMP), + SANDSTONE_STAIRS("minecraft:sandstone_stairs", 64, Block.SANDSTONE_STAIRS), + EMERALD_ORE("minecraft:emerald_ore", 64, Block.EMERALD_ORE), + ENDER_CHEST("minecraft:ender_chest", 64, Block.ENDER_CHEST), + TRIPWIRE_HOOK("minecraft:tripwire_hook", 64, Block.TRIPWIRE_HOOK), + EMERALD_BLOCK("minecraft:emerald_block", 64, Block.EMERALD_BLOCK), + 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), + COMMAND_BLOCK("minecraft:command_block", 64, Block.COMMAND_BLOCK), + BEACON("minecraft:beacon", 64, Block.BEACON), + COBBLESTONE_WALL("minecraft:cobblestone_wall", 64, Block.COBBLESTONE_WALL), + MOSSY_COBBLESTONE_WALL("minecraft:mossy_cobblestone_wall", 64, Block.MOSSY_COBBLESTONE_WALL), + BRICK_WALL("minecraft:brick_wall", 64, Block.BRICK_WALL), + PRISMARINE_WALL("minecraft:prismarine_wall", 64, Block.PRISMARINE_WALL), + RED_SANDSTONE_WALL("minecraft:red_sandstone_wall", 64, Block.RED_SANDSTONE_WALL), + MOSSY_STONE_BRICK_WALL("minecraft:mossy_stone_brick_wall", 64, Block.MOSSY_STONE_BRICK_WALL), + GRANITE_WALL("minecraft:granite_wall", 64, Block.GRANITE_WALL), + STONE_BRICK_WALL("minecraft:stone_brick_wall", 64, Block.STONE_BRICK_WALL), + NETHER_BRICK_WALL("minecraft:nether_brick_wall", 64, Block.NETHER_BRICK_WALL), + ANDESITE_WALL("minecraft:andesite_wall", 64, Block.ANDESITE_WALL), + RED_NETHER_BRICK_WALL("minecraft:red_nether_brick_wall", 64, Block.RED_NETHER_BRICK_WALL), + 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), + 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), + ANVIL("minecraft:anvil", 64, Block.ANVIL), + CHIPPED_ANVIL("minecraft:chipped_anvil", 64, Block.CHIPPED_ANVIL), + DAMAGED_ANVIL("minecraft:damaged_anvil", 64, Block.DAMAGED_ANVIL), + TRAPPED_CHEST("minecraft:trapped_chest", 64, Block.TRAPPED_CHEST), + LIGHT_WEIGHTED_PRESSURE_PLATE("minecraft:light_weighted_pressure_plate", 64, Block.LIGHT_WEIGHTED_PRESSURE_PLATE), + HEAVY_WEIGHTED_PRESSURE_PLATE("minecraft:heavy_weighted_pressure_plate", 64, Block.HEAVY_WEIGHTED_PRESSURE_PLATE), + DAYLIGHT_DETECTOR("minecraft:daylight_detector", 64, Block.DAYLIGHT_DETECTOR), + REDSTONE_BLOCK("minecraft:redstone_block", 64, Block.REDSTONE_BLOCK), + NETHER_QUARTZ_ORE("minecraft:nether_quartz_ore", 64, Block.NETHER_QUARTZ_ORE), + 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_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), + DROPPER("minecraft:dropper", 64, Block.DROPPER), + WHITE_TERRACOTTA("minecraft:white_terracotta", 64, Block.WHITE_TERRACOTTA), + ORANGE_TERRACOTTA("minecraft:orange_terracotta", 64, Block.ORANGE_TERRACOTTA), + MAGENTA_TERRACOTTA("minecraft:magenta_terracotta", 64, Block.MAGENTA_TERRACOTTA), + LIGHT_BLUE_TERRACOTTA("minecraft:light_blue_terracotta", 64, Block.LIGHT_BLUE_TERRACOTTA), + YELLOW_TERRACOTTA("minecraft:yellow_terracotta", 64, Block.YELLOW_TERRACOTTA), + LIME_TERRACOTTA("minecraft:lime_terracotta", 64, Block.LIME_TERRACOTTA), + PINK_TERRACOTTA("minecraft:pink_terracotta", 64, Block.PINK_TERRACOTTA), + GRAY_TERRACOTTA("minecraft:gray_terracotta", 64, Block.GRAY_TERRACOTTA), + LIGHT_GRAY_TERRACOTTA("minecraft:light_gray_terracotta", 64, Block.LIGHT_GRAY_TERRACOTTA), + CYAN_TERRACOTTA("minecraft:cyan_terracotta", 64, Block.CYAN_TERRACOTTA), + PURPLE_TERRACOTTA("minecraft:purple_terracotta", 64, Block.PURPLE_TERRACOTTA), + BLUE_TERRACOTTA("minecraft:blue_terracotta", 64, Block.BLUE_TERRACOTTA), + BROWN_TERRACOTTA("minecraft:brown_terracotta", 64, Block.BROWN_TERRACOTTA), + GREEN_TERRACOTTA("minecraft:green_terracotta", 64, Block.GREEN_TERRACOTTA), + RED_TERRACOTTA("minecraft:red_terracotta", 64, Block.RED_TERRACOTTA), + BLACK_TERRACOTTA("minecraft:black_terracotta", 64, Block.BLACK_TERRACOTTA), + BARRIER("minecraft:barrier", 64, Block.BARRIER), + IRON_TRAPDOOR("minecraft:iron_trapdoor", 64, Block.IRON_TRAPDOOR), + HAY_BLOCK("minecraft:hay_block", 64, Block.HAY_BLOCK), + WHITE_CARPET("minecraft:white_carpet", 64, Block.WHITE_CARPET), + ORANGE_CARPET("minecraft:orange_carpet", 64, Block.ORANGE_CARPET), + MAGENTA_CARPET("minecraft:magenta_carpet", 64, Block.MAGENTA_CARPET), + LIGHT_BLUE_CARPET("minecraft:light_blue_carpet", 64, Block.LIGHT_BLUE_CARPET), + YELLOW_CARPET("minecraft:yellow_carpet", 64, Block.YELLOW_CARPET), + LIME_CARPET("minecraft:lime_carpet", 64, Block.LIME_CARPET), + PINK_CARPET("minecraft:pink_carpet", 64, Block.PINK_CARPET), + GRAY_CARPET("minecraft:gray_carpet", 64, Block.GRAY_CARPET), + LIGHT_GRAY_CARPET("minecraft:light_gray_carpet", 64, Block.LIGHT_GRAY_CARPET), + CYAN_CARPET("minecraft:cyan_carpet", 64, Block.CYAN_CARPET), + PURPLE_CARPET("minecraft:purple_carpet", 64, Block.PURPLE_CARPET), + BLUE_CARPET("minecraft:blue_carpet", 64, Block.BLUE_CARPET), + BROWN_CARPET("minecraft:brown_carpet", 64, Block.BROWN_CARPET), + GREEN_CARPET("minecraft:green_carpet", 64, Block.GREEN_CARPET), + RED_CARPET("minecraft:red_carpet", 64, Block.RED_CARPET), + BLACK_CARPET("minecraft:black_carpet", 64, Block.BLACK_CARPET), + TERRACOTTA("minecraft:terracotta", 64, Block.TERRACOTTA), + COAL_BLOCK("minecraft:coal_block", 64, Block.COAL_BLOCK), + PACKED_ICE("minecraft:packed_ice", 64, Block.PACKED_ICE), + ACACIA_STAIRS("minecraft:acacia_stairs", 64, Block.ACACIA_STAIRS), + DARK_OAK_STAIRS("minecraft:dark_oak_stairs", 64, Block.DARK_OAK_STAIRS), + SLIME_BLOCK("minecraft:slime_block", 64, Block.SLIME_BLOCK), + GRASS_PATH("minecraft:grass_path", 64, Block.GRASS_PATH), + SUNFLOWER("minecraft:sunflower", 64, Block.SUNFLOWER), + LILAC("minecraft:lilac", 64, Block.LILAC), + ROSE_BUSH("minecraft:rose_bush", 64, Block.ROSE_BUSH), + PEONY("minecraft:peony", 64, Block.PEONY), + TALL_GRASS("minecraft:tall_grass", 64, Block.TALL_GRASS), + LARGE_FERN("minecraft:large_fern", 64, Block.LARGE_FERN), + WHITE_STAINED_GLASS("minecraft:white_stained_glass", 64, Block.WHITE_STAINED_GLASS), + ORANGE_STAINED_GLASS("minecraft:orange_stained_glass", 64, Block.ORANGE_STAINED_GLASS), + MAGENTA_STAINED_GLASS("minecraft:magenta_stained_glass", 64, Block.MAGENTA_STAINED_GLASS), + LIGHT_BLUE_STAINED_GLASS("minecraft:light_blue_stained_glass", 64, Block.LIGHT_BLUE_STAINED_GLASS), + YELLOW_STAINED_GLASS("minecraft:yellow_stained_glass", 64, Block.YELLOW_STAINED_GLASS), + LIME_STAINED_GLASS("minecraft:lime_stained_glass", 64, Block.LIME_STAINED_GLASS), + PINK_STAINED_GLASS("minecraft:pink_stained_glass", 64, Block.PINK_STAINED_GLASS), + GRAY_STAINED_GLASS("minecraft:gray_stained_glass", 64, Block.GRAY_STAINED_GLASS), + LIGHT_GRAY_STAINED_GLASS("minecraft:light_gray_stained_glass", 64, Block.LIGHT_GRAY_STAINED_GLASS), + CYAN_STAINED_GLASS("minecraft:cyan_stained_glass", 64, Block.CYAN_STAINED_GLASS), + PURPLE_STAINED_GLASS("minecraft:purple_stained_glass", 64, Block.PURPLE_STAINED_GLASS), + BLUE_STAINED_GLASS("minecraft:blue_stained_glass", 64, Block.BLUE_STAINED_GLASS), + BROWN_STAINED_GLASS("minecraft:brown_stained_glass", 64, Block.BROWN_STAINED_GLASS), + GREEN_STAINED_GLASS("minecraft:green_stained_glass", 64, Block.GREEN_STAINED_GLASS), + RED_STAINED_GLASS("minecraft:red_stained_glass", 64, Block.RED_STAINED_GLASS), + BLACK_STAINED_GLASS("minecraft:black_stained_glass", 64, Block.BLACK_STAINED_GLASS), + WHITE_STAINED_GLASS_PANE("minecraft:white_stained_glass_pane", 64, Block.WHITE_STAINED_GLASS_PANE), + ORANGE_STAINED_GLASS_PANE("minecraft:orange_stained_glass_pane", 64, Block.ORANGE_STAINED_GLASS_PANE), + MAGENTA_STAINED_GLASS_PANE("minecraft:magenta_stained_glass_pane", 64, Block.MAGENTA_STAINED_GLASS_PANE), + LIGHT_BLUE_STAINED_GLASS_PANE("minecraft:light_blue_stained_glass_pane", 64, Block.LIGHT_BLUE_STAINED_GLASS_PANE), + YELLOW_STAINED_GLASS_PANE("minecraft:yellow_stained_glass_pane", 64, Block.YELLOW_STAINED_GLASS_PANE), + LIME_STAINED_GLASS_PANE("minecraft:lime_stained_glass_pane", 64, Block.LIME_STAINED_GLASS_PANE), + PINK_STAINED_GLASS_PANE("minecraft:pink_stained_glass_pane", 64, Block.PINK_STAINED_GLASS_PANE), + GRAY_STAINED_GLASS_PANE("minecraft:gray_stained_glass_pane", 64, Block.GRAY_STAINED_GLASS_PANE), + LIGHT_GRAY_STAINED_GLASS_PANE("minecraft:light_gray_stained_glass_pane", 64, Block.LIGHT_GRAY_STAINED_GLASS_PANE), + CYAN_STAINED_GLASS_PANE("minecraft:cyan_stained_glass_pane", 64, Block.CYAN_STAINED_GLASS_PANE), + PURPLE_STAINED_GLASS_PANE("minecraft:purple_stained_glass_pane", 64, Block.PURPLE_STAINED_GLASS_PANE), + BLUE_STAINED_GLASS_PANE("minecraft:blue_stained_glass_pane", 64, Block.BLUE_STAINED_GLASS_PANE), + BROWN_STAINED_GLASS_PANE("minecraft:brown_stained_glass_pane", 64, Block.BROWN_STAINED_GLASS_PANE), + GREEN_STAINED_GLASS_PANE("minecraft:green_stained_glass_pane", 64, Block.GREEN_STAINED_GLASS_PANE), + RED_STAINED_GLASS_PANE("minecraft:red_stained_glass_pane", 64, Block.RED_STAINED_GLASS_PANE), + BLACK_STAINED_GLASS_PANE("minecraft:black_stained_glass_pane", 64, Block.BLACK_STAINED_GLASS_PANE), + PRISMARINE("minecraft:prismarine", 64, Block.PRISMARINE), + PRISMARINE_BRICKS("minecraft:prismarine_bricks", 64, Block.PRISMARINE_BRICKS), + DARK_PRISMARINE("minecraft:dark_prismarine", 64, Block.DARK_PRISMARINE), + PRISMARINE_STAIRS("minecraft:prismarine_stairs", 64, Block.PRISMARINE_STAIRS), + PRISMARINE_BRICK_STAIRS("minecraft:prismarine_brick_stairs", 64, Block.PRISMARINE_BRICK_STAIRS), + DARK_PRISMARINE_STAIRS("minecraft:dark_prismarine_stairs", 64, Block.DARK_PRISMARINE_STAIRS), + SEA_LANTERN("minecraft:sea_lantern", 64, Block.SEA_LANTERN), + RED_SANDSTONE("minecraft:red_sandstone", 64, Block.RED_SANDSTONE), + CHISELED_RED_SANDSTONE("minecraft:chiseled_red_sandstone", 64, Block.CHISELED_RED_SANDSTONE), + CUT_RED_SANDSTONE("minecraft:cut_red_sandstone", 64, Block.CUT_RED_SANDSTONE), + RED_SANDSTONE_STAIRS("minecraft:red_sandstone_stairs", 64, Block.RED_SANDSTONE_STAIRS), + REPEATING_COMMAND_BLOCK("minecraft:repeating_command_block", 64, Block.REPEATING_COMMAND_BLOCK), + 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), + 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), + OBSERVER("minecraft:observer", 64, Block.OBSERVER), + SHULKER_BOX("minecraft:shulker_box", 1, Block.SHULKER_BOX), + WHITE_SHULKER_BOX("minecraft:white_shulker_box", 1, Block.WHITE_SHULKER_BOX), + ORANGE_SHULKER_BOX("minecraft:orange_shulker_box", 1, Block.ORANGE_SHULKER_BOX), + MAGENTA_SHULKER_BOX("minecraft:magenta_shulker_box", 1, Block.MAGENTA_SHULKER_BOX), + LIGHT_BLUE_SHULKER_BOX("minecraft:light_blue_shulker_box", 1, Block.LIGHT_BLUE_SHULKER_BOX), + YELLOW_SHULKER_BOX("minecraft:yellow_shulker_box", 1, Block.YELLOW_SHULKER_BOX), + LIME_SHULKER_BOX("minecraft:lime_shulker_box", 1, Block.LIME_SHULKER_BOX), + PINK_SHULKER_BOX("minecraft:pink_shulker_box", 1, Block.PINK_SHULKER_BOX), + GRAY_SHULKER_BOX("minecraft:gray_shulker_box", 1, Block.GRAY_SHULKER_BOX), + LIGHT_GRAY_SHULKER_BOX("minecraft:light_gray_shulker_box", 1, Block.LIGHT_GRAY_SHULKER_BOX), + CYAN_SHULKER_BOX("minecraft:cyan_shulker_box", 1, Block.CYAN_SHULKER_BOX), + PURPLE_SHULKER_BOX("minecraft:purple_shulker_box", 1, Block.PURPLE_SHULKER_BOX), + BLUE_SHULKER_BOX("minecraft:blue_shulker_box", 1, Block.BLUE_SHULKER_BOX), + BROWN_SHULKER_BOX("minecraft:brown_shulker_box", 1, Block.BROWN_SHULKER_BOX), + GREEN_SHULKER_BOX("minecraft:green_shulker_box", 1, Block.GREEN_SHULKER_BOX), + RED_SHULKER_BOX("minecraft:red_shulker_box", 1, Block.RED_SHULKER_BOX), + BLACK_SHULKER_BOX("minecraft:black_shulker_box", 1, Block.BLACK_SHULKER_BOX), + WHITE_GLAZED_TERRACOTTA("minecraft:white_glazed_terracotta", 64, Block.WHITE_GLAZED_TERRACOTTA), + ORANGE_GLAZED_TERRACOTTA("minecraft:orange_glazed_terracotta", 64, Block.ORANGE_GLAZED_TERRACOTTA), + MAGENTA_GLAZED_TERRACOTTA("minecraft:magenta_glazed_terracotta", 64, Block.MAGENTA_GLAZED_TERRACOTTA), + LIGHT_BLUE_GLAZED_TERRACOTTA("minecraft:light_blue_glazed_terracotta", 64, Block.LIGHT_BLUE_GLAZED_TERRACOTTA), + YELLOW_GLAZED_TERRACOTTA("minecraft:yellow_glazed_terracotta", 64, Block.YELLOW_GLAZED_TERRACOTTA), + LIME_GLAZED_TERRACOTTA("minecraft:lime_glazed_terracotta", 64, Block.LIME_GLAZED_TERRACOTTA), + PINK_GLAZED_TERRACOTTA("minecraft:pink_glazed_terracotta", 64, Block.PINK_GLAZED_TERRACOTTA), + GRAY_GLAZED_TERRACOTTA("minecraft:gray_glazed_terracotta", 64, Block.GRAY_GLAZED_TERRACOTTA), + LIGHT_GRAY_GLAZED_TERRACOTTA("minecraft:light_gray_glazed_terracotta", 64, Block.LIGHT_GRAY_GLAZED_TERRACOTTA), + CYAN_GLAZED_TERRACOTTA("minecraft:cyan_glazed_terracotta", 64, Block.CYAN_GLAZED_TERRACOTTA), + PURPLE_GLAZED_TERRACOTTA("minecraft:purple_glazed_terracotta", 64, Block.PURPLE_GLAZED_TERRACOTTA), + BLUE_GLAZED_TERRACOTTA("minecraft:blue_glazed_terracotta", 64, Block.BLUE_GLAZED_TERRACOTTA), + BROWN_GLAZED_TERRACOTTA("minecraft:brown_glazed_terracotta", 64, Block.BROWN_GLAZED_TERRACOTTA), + GREEN_GLAZED_TERRACOTTA("minecraft:green_glazed_terracotta", 64, Block.GREEN_GLAZED_TERRACOTTA), + RED_GLAZED_TERRACOTTA("minecraft:red_glazed_terracotta", 64, Block.RED_GLAZED_TERRACOTTA), + BLACK_GLAZED_TERRACOTTA("minecraft:black_glazed_terracotta", 64, Block.BLACK_GLAZED_TERRACOTTA), + WHITE_CONCRETE("minecraft:white_concrete", 64, Block.WHITE_CONCRETE), + ORANGE_CONCRETE("minecraft:orange_concrete", 64, Block.ORANGE_CONCRETE), + MAGENTA_CONCRETE("minecraft:magenta_concrete", 64, Block.MAGENTA_CONCRETE), + LIGHT_BLUE_CONCRETE("minecraft:light_blue_concrete", 64, Block.LIGHT_BLUE_CONCRETE), + YELLOW_CONCRETE("minecraft:yellow_concrete", 64, Block.YELLOW_CONCRETE), + LIME_CONCRETE("minecraft:lime_concrete", 64, Block.LIME_CONCRETE), + PINK_CONCRETE("minecraft:pink_concrete", 64, Block.PINK_CONCRETE), + GRAY_CONCRETE("minecraft:gray_concrete", 64, Block.GRAY_CONCRETE), + LIGHT_GRAY_CONCRETE("minecraft:light_gray_concrete", 64, Block.LIGHT_GRAY_CONCRETE), + CYAN_CONCRETE("minecraft:cyan_concrete", 64, Block.CYAN_CONCRETE), + PURPLE_CONCRETE("minecraft:purple_concrete", 64, Block.PURPLE_CONCRETE), + BLUE_CONCRETE("minecraft:blue_concrete", 64, Block.BLUE_CONCRETE), + BROWN_CONCRETE("minecraft:brown_concrete", 64, Block.BROWN_CONCRETE), + GREEN_CONCRETE("minecraft:green_concrete", 64, Block.GREEN_CONCRETE), + RED_CONCRETE("minecraft:red_concrete", 64, Block.RED_CONCRETE), + BLACK_CONCRETE("minecraft:black_concrete", 64, Block.BLACK_CONCRETE), + WHITE_CONCRETE_POWDER("minecraft:white_concrete_powder", 64, Block.WHITE_CONCRETE_POWDER), + ORANGE_CONCRETE_POWDER("minecraft:orange_concrete_powder", 64, Block.ORANGE_CONCRETE_POWDER), + MAGENTA_CONCRETE_POWDER("minecraft:magenta_concrete_powder", 64, Block.MAGENTA_CONCRETE_POWDER), + LIGHT_BLUE_CONCRETE_POWDER("minecraft:light_blue_concrete_powder", 64, Block.LIGHT_BLUE_CONCRETE_POWDER), + YELLOW_CONCRETE_POWDER("minecraft:yellow_concrete_powder", 64, Block.YELLOW_CONCRETE_POWDER), + LIME_CONCRETE_POWDER("minecraft:lime_concrete_powder", 64, Block.LIME_CONCRETE_POWDER), + PINK_CONCRETE_POWDER("minecraft:pink_concrete_powder", 64, Block.PINK_CONCRETE_POWDER), + GRAY_CONCRETE_POWDER("minecraft:gray_concrete_powder", 64, Block.GRAY_CONCRETE_POWDER), + LIGHT_GRAY_CONCRETE_POWDER("minecraft:light_gray_concrete_powder", 64, Block.LIGHT_GRAY_CONCRETE_POWDER), + CYAN_CONCRETE_POWDER("minecraft:cyan_concrete_powder", 64, Block.CYAN_CONCRETE_POWDER), + PURPLE_CONCRETE_POWDER("minecraft:purple_concrete_powder", 64, Block.PURPLE_CONCRETE_POWDER), + BLUE_CONCRETE_POWDER("minecraft:blue_concrete_powder", 64, Block.BLUE_CONCRETE_POWDER), + BROWN_CONCRETE_POWDER("minecraft:brown_concrete_powder", 64, Block.BROWN_CONCRETE_POWDER), + GREEN_CONCRETE_POWDER("minecraft:green_concrete_powder", 64, Block.GREEN_CONCRETE_POWDER), + RED_CONCRETE_POWDER("minecraft:red_concrete_powder", 64, Block.RED_CONCRETE_POWDER), + BLACK_CONCRETE_POWDER("minecraft:black_concrete_powder", 64, Block.BLACK_CONCRETE_POWDER), + TURTLE_EGG("minecraft:turtle_egg", 64, Block.TURTLE_EGG), + DEAD_TUBE_CORAL_BLOCK("minecraft:dead_tube_coral_block", 64, Block.DEAD_TUBE_CORAL_BLOCK), + DEAD_BRAIN_CORAL_BLOCK("minecraft:dead_brain_coral_block", 64, Block.DEAD_BRAIN_CORAL_BLOCK), + DEAD_BUBBLE_CORAL_BLOCK("minecraft:dead_bubble_coral_block", 64, Block.DEAD_BUBBLE_CORAL_BLOCK), + DEAD_FIRE_CORAL_BLOCK("minecraft:dead_fire_coral_block", 64, Block.DEAD_FIRE_CORAL_BLOCK), + DEAD_HORN_CORAL_BLOCK("minecraft:dead_horn_coral_block", 64, Block.DEAD_HORN_CORAL_BLOCK), + TUBE_CORAL_BLOCK("minecraft:tube_coral_block", 64, Block.TUBE_CORAL_BLOCK), + BRAIN_CORAL_BLOCK("minecraft:brain_coral_block", 64, Block.BRAIN_CORAL_BLOCK), + BUBBLE_CORAL_BLOCK("minecraft:bubble_coral_block", 64, Block.BUBBLE_CORAL_BLOCK), + FIRE_CORAL_BLOCK("minecraft:fire_coral_block", 64, Block.FIRE_CORAL_BLOCK), + HORN_CORAL_BLOCK("minecraft:horn_coral_block", 64, Block.HORN_CORAL_BLOCK), + TUBE_CORAL("minecraft:tube_coral", 64, Block.TUBE_CORAL), + BRAIN_CORAL("minecraft:brain_coral", 64, Block.BRAIN_CORAL), + BUBBLE_CORAL("minecraft:bubble_coral", 64, Block.BUBBLE_CORAL), + FIRE_CORAL("minecraft:fire_coral", 64, Block.FIRE_CORAL), + HORN_CORAL("minecraft:horn_coral", 64, Block.HORN_CORAL), + DEAD_BRAIN_CORAL("minecraft:dead_brain_coral", 64, Block.DEAD_BRAIN_CORAL), + DEAD_BUBBLE_CORAL("minecraft:dead_bubble_coral", 64, Block.DEAD_BUBBLE_CORAL), + DEAD_FIRE_CORAL("minecraft:dead_fire_coral", 64, Block.DEAD_FIRE_CORAL), + DEAD_HORN_CORAL("minecraft:dead_horn_coral", 64, Block.DEAD_HORN_CORAL), + DEAD_TUBE_CORAL("minecraft:dead_tube_coral", 64, Block.DEAD_TUBE_CORAL), + TUBE_CORAL_FAN("minecraft:tube_coral_fan", 64, Block.TUBE_CORAL_FAN), + BRAIN_CORAL_FAN("minecraft:brain_coral_fan", 64, Block.BRAIN_CORAL_FAN), + BUBBLE_CORAL_FAN("minecraft:bubble_coral_fan", 64, Block.BUBBLE_CORAL_FAN), + FIRE_CORAL_FAN("minecraft:fire_coral_fan", 64, Block.FIRE_CORAL_FAN), + HORN_CORAL_FAN("minecraft:horn_coral_fan", 64, Block.HORN_CORAL_FAN), + DEAD_TUBE_CORAL_FAN("minecraft:dead_tube_coral_fan", 64, Block.DEAD_TUBE_CORAL_FAN), + DEAD_BRAIN_CORAL_FAN("minecraft:dead_brain_coral_fan", 64, Block.DEAD_BRAIN_CORAL_FAN), + DEAD_BUBBLE_CORAL_FAN("minecraft:dead_bubble_coral_fan", 64, Block.DEAD_BUBBLE_CORAL_FAN), + DEAD_FIRE_CORAL_FAN("minecraft:dead_fire_coral_fan", 64, Block.DEAD_FIRE_CORAL_FAN), + DEAD_HORN_CORAL_FAN("minecraft:dead_horn_coral_fan", 64, Block.DEAD_HORN_CORAL_FAN), + BLUE_ICE("minecraft:blue_ice", 64, Block.BLUE_ICE), + CONDUIT("minecraft:conduit", 64, Block.CONDUIT), + POLISHED_GRANITE_STAIRS("minecraft:polished_granite_stairs", 64, Block.POLISHED_GRANITE_STAIRS), + SMOOTH_RED_SANDSTONE_STAIRS("minecraft:smooth_red_sandstone_stairs", 64, Block.SMOOTH_RED_SANDSTONE_STAIRS), + MOSSY_STONE_BRICK_STAIRS("minecraft:mossy_stone_brick_stairs", 64, Block.MOSSY_STONE_BRICK_STAIRS), + POLISHED_DIORITE_STAIRS("minecraft:polished_diorite_stairs", 64, Block.POLISHED_DIORITE_STAIRS), + MOSSY_COBBLESTONE_STAIRS("minecraft:mossy_cobblestone_stairs", 64, Block.MOSSY_COBBLESTONE_STAIRS), + END_STONE_BRICK_STAIRS("minecraft:end_stone_brick_stairs", 64, Block.END_STONE_BRICK_STAIRS), + STONE_STAIRS("minecraft:stone_stairs", 64, Block.STONE_STAIRS), + SMOOTH_SANDSTONE_STAIRS("minecraft:smooth_sandstone_stairs", 64, Block.SMOOTH_SANDSTONE_STAIRS), + SMOOTH_QUARTZ_STAIRS("minecraft:smooth_quartz_stairs", 64, Block.SMOOTH_QUARTZ_STAIRS), + GRANITE_STAIRS("minecraft:granite_stairs", 64, Block.GRANITE_STAIRS), + ANDESITE_STAIRS("minecraft:andesite_stairs", 64, Block.ANDESITE_STAIRS), + RED_NETHER_BRICK_STAIRS("minecraft:red_nether_brick_stairs", 64, Block.RED_NETHER_BRICK_STAIRS), + POLISHED_ANDESITE_STAIRS("minecraft:polished_andesite_stairs", 64, Block.POLISHED_ANDESITE_STAIRS), + DIORITE_STAIRS("minecraft:diorite_stairs", 64, Block.DIORITE_STAIRS), + POLISHED_GRANITE_SLAB("minecraft:polished_granite_slab", 64, Block.POLISHED_GRANITE_SLAB), + SMOOTH_RED_SANDSTONE_SLAB("minecraft:smooth_red_sandstone_slab", 64, Block.SMOOTH_RED_SANDSTONE_SLAB), + MOSSY_STONE_BRICK_SLAB("minecraft:mossy_stone_brick_slab", 64, Block.MOSSY_STONE_BRICK_SLAB), + POLISHED_DIORITE_SLAB("minecraft:polished_diorite_slab", 64, Block.POLISHED_DIORITE_SLAB), + MOSSY_COBBLESTONE_SLAB("minecraft:mossy_cobblestone_slab", 64, Block.MOSSY_COBBLESTONE_SLAB), + END_STONE_BRICK_SLAB("minecraft:end_stone_brick_slab", 64, Block.END_STONE_BRICK_SLAB), + SMOOTH_SANDSTONE_SLAB("minecraft:smooth_sandstone_slab", 64, Block.SMOOTH_SANDSTONE_SLAB), + SMOOTH_QUARTZ_SLAB("minecraft:smooth_quartz_slab", 64, Block.SMOOTH_QUARTZ_SLAB), + GRANITE_SLAB("minecraft:granite_slab", 64, Block.GRANITE_SLAB), + ANDESITE_SLAB("minecraft:andesite_slab", 64, Block.ANDESITE_SLAB), + RED_NETHER_BRICK_SLAB("minecraft:red_nether_brick_slab", 64, Block.RED_NETHER_BRICK_SLAB), + POLISHED_ANDESITE_SLAB("minecraft:polished_andesite_slab", 64, Block.POLISHED_ANDESITE_SLAB), + DIORITE_SLAB("minecraft:diorite_slab", 64, Block.DIORITE_SLAB), + SCAFFOLDING("minecraft:scaffolding", 64, Block.SCAFFOLDING), + IRON_DOOR("minecraft:iron_door", 64, Block.IRON_DOOR), + OAK_DOOR("minecraft:oak_door", 64, Block.OAK_DOOR), + SPRUCE_DOOR("minecraft:spruce_door", 64, Block.SPRUCE_DOOR), + BIRCH_DOOR("minecraft:birch_door", 64, Block.BIRCH_DOOR), + 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), + 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), + IRON_PICKAXE("minecraft:iron_pickaxe", 1, null), + IRON_AXE("minecraft:iron_axe", 1, null), + FLINT_AND_STEEL("minecraft:flint_and_steel", 1, null), + APPLE("minecraft:apple", 64, null), + BOW("minecraft:bow", 1, null), + ARROW("minecraft:arrow", 64, null), + COAL("minecraft:coal", 64, null), + CHARCOAL("minecraft:charcoal", 64, null), + DIAMOND("minecraft:diamond", 64, null), + IRON_INGOT("minecraft:iron_ingot", 64, null), + GOLD_INGOT("minecraft:gold_ingot", 64, null), + IRON_SWORD("minecraft:iron_sword", 1, null), + WOODEN_SWORD("minecraft:wooden_sword", 1, null), + WOODEN_SHOVEL("minecraft:wooden_shovel", 1, null), + WOODEN_PICKAXE("minecraft:wooden_pickaxe", 1, null), + WOODEN_AXE("minecraft:wooden_axe", 1, null), + STONE_SWORD("minecraft:stone_sword", 1, null), + STONE_SHOVEL("minecraft:stone_shovel", 1, null), + STONE_PICKAXE("minecraft:stone_pickaxe", 1, null), + STONE_AXE("minecraft:stone_axe", 1, null), + DIAMOND_SWORD("minecraft:diamond_sword", 1, null), + DIAMOND_SHOVEL("minecraft:diamond_shovel", 1, null), + DIAMOND_PICKAXE("minecraft:diamond_pickaxe", 1, null), + DIAMOND_AXE("minecraft:diamond_axe", 1, null), + STICK("minecraft:stick", 64, null), + BOWL("minecraft:bowl", 64, null), + MUSHROOM_STEW("minecraft:mushroom_stew", 1, null), + GOLDEN_SWORD("minecraft:golden_sword", 1, null), + GOLDEN_SHOVEL("minecraft:golden_shovel", 1, null), + GOLDEN_PICKAXE("minecraft:golden_pickaxe", 1, null), + GOLDEN_AXE("minecraft:golden_axe", 1, null), + STRING("minecraft:string", 64, null), + FEATHER("minecraft:feather", 64, null), + GUNPOWDER("minecraft:gunpowder", 64, null), + WOODEN_HOE("minecraft:wooden_hoe", 1, null), + STONE_HOE("minecraft:stone_hoe", 1, null), + IRON_HOE("minecraft:iron_hoe", 1, null), + DIAMOND_HOE("minecraft:diamond_hoe", 1, null), + GOLDEN_HOE("minecraft:golden_hoe", 1, null), + WHEAT_SEEDS("minecraft:wheat_seeds", 64, null), + WHEAT("minecraft:wheat", 64, Block.WHEAT), + BREAD("minecraft:bread", 64, null), + LEATHER_HELMET("minecraft:leather_helmet", 1, null), + LEATHER_CHESTPLATE("minecraft:leather_chestplate", 1, null), + LEATHER_LEGGINGS("minecraft:leather_leggings", 1, null), + LEATHER_BOOTS("minecraft:leather_boots", 1, null), + CHAINMAIL_HELMET("minecraft:chainmail_helmet", 1, null), + CHAINMAIL_CHESTPLATE("minecraft:chainmail_chestplate", 1, null), + CHAINMAIL_LEGGINGS("minecraft:chainmail_leggings", 1, null), + CHAINMAIL_BOOTS("minecraft:chainmail_boots", 1, null), + IRON_HELMET("minecraft:iron_helmet", 1, null), + IRON_CHESTPLATE("minecraft:iron_chestplate", 1, null), + IRON_LEGGINGS("minecraft:iron_leggings", 1, null), + IRON_BOOTS("minecraft:iron_boots", 1, null), + DIAMOND_HELMET("minecraft:diamond_helmet", 1, null), + DIAMOND_CHESTPLATE("minecraft:diamond_chestplate", 1, null), + DIAMOND_LEGGINGS("minecraft:diamond_leggings", 1, null), + DIAMOND_BOOTS("minecraft:diamond_boots", 1, null), + GOLDEN_HELMET("minecraft:golden_helmet", 1, null), + GOLDEN_CHESTPLATE("minecraft:golden_chestplate", 1, null), + GOLDEN_LEGGINGS("minecraft:golden_leggings", 1, null), + GOLDEN_BOOTS("minecraft:golden_boots", 1, null), + FLINT("minecraft:flint", 64, null), + PORKCHOP("minecraft:porkchop", 64, null), + COOKED_PORKCHOP("minecraft:cooked_porkchop", 64, null), + PAINTING("minecraft:painting", 64, null), + GOLDEN_APPLE("minecraft:golden_apple", 64, null), + ENCHANTED_GOLDEN_APPLE("minecraft:enchanted_golden_apple", 64, null), + OAK_SIGN("minecraft:oak_sign", 16, Block.OAK_SIGN), + SPRUCE_SIGN("minecraft:spruce_sign", 16, Block.SPRUCE_SIGN), + BIRCH_SIGN("minecraft:birch_sign", 16, Block.BIRCH_SIGN), + 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), + BUCKET("minecraft:bucket", 16, null), + WATER_BUCKET("minecraft:water_bucket", 1, null), + LAVA_BUCKET("minecraft:lava_bucket", 1, null), + MINECART("minecraft:minecart", 1, null), + SADDLE("minecraft:saddle", 1, null), + REDSTONE("minecraft:redstone", 64, Block.REDSTONE_WIRE), + SNOWBALL("minecraft:snowball", 16, null), + OAK_BOAT("minecraft:oak_boat", 1, null), + LEATHER("minecraft:leather", 64, null), + MILK_BUCKET("minecraft:milk_bucket", 1, null), + PUFFERFISH_BUCKET("minecraft:pufferfish_bucket", 1, null), + SALMON_BUCKET("minecraft:salmon_bucket", 1, null), + COD_BUCKET("minecraft:cod_bucket", 1, null), + 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), + CHEST_MINECART("minecraft:chest_minecart", 1, null), + FURNACE_MINECART("minecraft:furnace_minecart", 1, null), + EGG("minecraft:egg", 16, null), + COMPASS("minecraft:compass", 64, null), + FISHING_ROD("minecraft:fishing_rod", 1, null), + CLOCK("minecraft:clock", 64, null), + GLOWSTONE_DUST("minecraft:glowstone_dust", 64, null), + COD("minecraft:cod", 64, null), + SALMON("minecraft:salmon", 64, null), + TROPICAL_FISH("minecraft:tropical_fish", 64, null), + PUFFERFISH("minecraft:pufferfish", 64, null), + COOKED_COD("minecraft:cooked_cod", 64, null), + COOKED_SALMON("minecraft:cooked_salmon", 64, null), + INK_SAC("minecraft:ink_sac", 64, null), + RED_DYE("minecraft:red_dye", 64, null), + GREEN_DYE("minecraft:green_dye", 64, null), + COCOA_BEANS("minecraft:cocoa_beans", 64, null), + LAPIS_LAZULI("minecraft:lapis_lazuli", 64, null), + PURPLE_DYE("minecraft:purple_dye", 64, null), + CYAN_DYE("minecraft:cyan_dye", 64, null), + LIGHT_GRAY_DYE("minecraft:light_gray_dye", 64, null), + GRAY_DYE("minecraft:gray_dye", 64, null), + PINK_DYE("minecraft:pink_dye", 64, null), + LIME_DYE("minecraft:lime_dye", 64, null), + YELLOW_DYE("minecraft:yellow_dye", 64, null), + LIGHT_BLUE_DYE("minecraft:light_blue_dye", 64, null), + MAGENTA_DYE("minecraft:magenta_dye", 64, null), + ORANGE_DYE("minecraft:orange_dye", 64, null), + BONE_MEAL("minecraft:bone_meal", 64, null), + BLUE_DYE("minecraft:blue_dye", 64, null), + BROWN_DYE("minecraft:brown_dye", 64, null), + BLACK_DYE("minecraft:black_dye", 64, null), + WHITE_DYE("minecraft:white_dye", 64, null), + BONE("minecraft:bone", 64, null), + SUGAR("minecraft:sugar", 64, null), + CAKE("minecraft:cake", 1, Block.CAKE), + WHITE_BED("minecraft:white_bed", 1, Block.WHITE_BED), + ORANGE_BED("minecraft:orange_bed", 1, Block.ORANGE_BED), + MAGENTA_BED("minecraft:magenta_bed", 1, Block.MAGENTA_BED), + LIGHT_BLUE_BED("minecraft:light_blue_bed", 1, Block.LIGHT_BLUE_BED), + YELLOW_BED("minecraft:yellow_bed", 1, Block.YELLOW_BED), + LIME_BED("minecraft:lime_bed", 1, Block.LIME_BED), + PINK_BED("minecraft:pink_bed", 1, Block.PINK_BED), + GRAY_BED("minecraft:gray_bed", 1, Block.GRAY_BED), + LIGHT_GRAY_BED("minecraft:light_gray_bed", 1, Block.LIGHT_GRAY_BED), + CYAN_BED("minecraft:cyan_bed", 1, Block.CYAN_BED), + PURPLE_BED("minecraft:purple_bed", 1, Block.PURPLE_BED), + BLUE_BED("minecraft:blue_bed", 1, Block.BLUE_BED), + BROWN_BED("minecraft:brown_bed", 1, Block.BROWN_BED), + GREEN_BED("minecraft:green_bed", 1, Block.GREEN_BED), + RED_BED("minecraft:red_bed", 1, Block.RED_BED), + BLACK_BED("minecraft:black_bed", 1, Block.BLACK_BED), + COOKIE("minecraft:cookie", 64, null), + FILLED_MAP("minecraft:filled_map", 64, null), + SHEARS("minecraft:shears", 1, null), + MELON_SLICE("minecraft:melon_slice", 64, null), + DRIED_KELP("minecraft:dried_kelp", 64, null), + PUMPKIN_SEEDS("minecraft:pumpkin_seeds", 64, null), + MELON_SEEDS("minecraft:melon_seeds", 64, null), + BEEF("minecraft:beef", 64, null), + COOKED_BEEF("minecraft:cooked_beef", 64, null), + CHICKEN("minecraft:chicken", 64, null), + COOKED_CHICKEN("minecraft:cooked_chicken", 64, null), + ROTTEN_FLESH("minecraft:rotten_flesh", 64, null), + ENDER_PEARL("minecraft:ender_pearl", 16, null), + BLAZE_ROD("minecraft:blaze_rod", 64, null), + GHAST_TEAR("minecraft:ghast_tear", 64, null), + GOLD_NUGGET("minecraft:gold_nugget", 64, null), + NETHER_WART("minecraft:nether_wart", 64, Block.NETHER_WART), + POTION("minecraft:potion", 1, null), + GLASS_BOTTLE("minecraft:glass_bottle", 64, null), + SPIDER_EYE("minecraft:spider_eye", 64, null), + FERMENTED_SPIDER_EYE("minecraft:fermented_spider_eye", 64, null), + BLAZE_POWDER("minecraft:blaze_powder", 64, null), + MAGMA_CREAM("minecraft:magma_cream", 64, null), + BREWING_STAND("minecraft:brewing_stand", 64, Block.BREWING_STAND), + CAULDRON("minecraft:cauldron", 64, Block.CAULDRON), + ENDER_EYE("minecraft:ender_eye", 64, null), + GLISTERING_MELON_SLICE("minecraft:glistering_melon_slice", 64, null), + BAT_SPAWN_EGG("minecraft:bat_spawn_egg", 64, null), + BEE_SPAWN_EGG("minecraft:bee_spawn_egg", 64, null), + BLAZE_SPAWN_EGG("minecraft:blaze_spawn_egg", 64, null), + CAT_SPAWN_EGG("minecraft:cat_spawn_egg", 64, null), + CAVE_SPIDER_SPAWN_EGG("minecraft:cave_spider_spawn_egg", 64, null), + CHICKEN_SPAWN_EGG("minecraft:chicken_spawn_egg", 64, null), + COD_SPAWN_EGG("minecraft:cod_spawn_egg", 64, null), + COW_SPAWN_EGG("minecraft:cow_spawn_egg", 64, null), + CREEPER_SPAWN_EGG("minecraft:creeper_spawn_egg", 64, null), + DOLPHIN_SPAWN_EGG("minecraft:dolphin_spawn_egg", 64, null), + DONKEY_SPAWN_EGG("minecraft:donkey_spawn_egg", 64, null), + DROWNED_SPAWN_EGG("minecraft:drowned_spawn_egg", 64, null), + ELDER_GUARDIAN_SPAWN_EGG("minecraft:elder_guardian_spawn_egg", 64, null), + ENDERMAN_SPAWN_EGG("minecraft:enderman_spawn_egg", 64, null), + ENDERMITE_SPAWN_EGG("minecraft:endermite_spawn_egg", 64, null), + EVOKER_SPAWN_EGG("minecraft:evoker_spawn_egg", 64, null), + 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), + 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), + MAGMA_CUBE_SPAWN_EGG("minecraft:magma_cube_spawn_egg", 64, null), + MOOSHROOM_SPAWN_EGG("minecraft:mooshroom_spawn_egg", 64, null), + MULE_SPAWN_EGG("minecraft:mule_spawn_egg", 64, null), + OCELOT_SPAWN_EGG("minecraft:ocelot_spawn_egg", 64, null), + PANDA_SPAWN_EGG("minecraft:panda_spawn_egg", 64, null), + 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), + 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), + RABBIT_SPAWN_EGG("minecraft:rabbit_spawn_egg", 64, null), + RAVAGER_SPAWN_EGG("minecraft:ravager_spawn_egg", 64, null), + SALMON_SPAWN_EGG("minecraft:salmon_spawn_egg", 64, null), + SHEEP_SPAWN_EGG("minecraft:sheep_spawn_egg", 64, null), + SHULKER_SPAWN_EGG("minecraft:shulker_spawn_egg", 64, null), + SILVERFISH_SPAWN_EGG("minecraft:silverfish_spawn_egg", 64, null), + SKELETON_SPAWN_EGG("minecraft:skeleton_spawn_egg", 64, null), + SKELETON_HORSE_SPAWN_EGG("minecraft:skeleton_horse_spawn_egg", 64, null), + SLIME_SPAWN_EGG("minecraft:slime_spawn_egg", 64, null), + 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), + 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), + VEX_SPAWN_EGG("minecraft:vex_spawn_egg", 64, null), + VILLAGER_SPAWN_EGG("minecraft:villager_spawn_egg", 64, null), + VINDICATOR_SPAWN_EGG("minecraft:vindicator_spawn_egg", 64, null), + WANDERING_TRADER_SPAWN_EGG("minecraft:wandering_trader_spawn_egg", 64, null), + 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), + 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), + EXPERIENCE_BOTTLE("minecraft:experience_bottle", 64, null), + FIRE_CHARGE("minecraft:fire_charge", 64, null), + WRITABLE_BOOK("minecraft:writable_book", 1, null), + WRITTEN_BOOK("minecraft:written_book", 16, null), + EMERALD("minecraft:emerald", 64, null), + ITEM_FRAME("minecraft:item_frame", 64, null), + FLOWER_POT("minecraft:flower_pot", 64, Block.FLOWER_POT), + CARROT("minecraft:carrot", 64, null), + POTATO("minecraft:potato", 64, null), + BAKED_POTATO("minecraft:baked_potato", 64, null), + POISONOUS_POTATO("minecraft:poisonous_potato", 64, null), + MAP("minecraft:map", 64, null), + GOLDEN_CARROT("minecraft:golden_carrot", 64, null), + SKELETON_SKULL("minecraft:skeleton_skull", 64, Block.SKELETON_SKULL), + WITHER_SKELETON_SKULL("minecraft:wither_skeleton_skull", 64, Block.WITHER_SKELETON_SKULL), + PLAYER_HEAD("minecraft:player_head", 64, Block.PLAYER_HEAD), + ZOMBIE_HEAD("minecraft:zombie_head", 64, Block.ZOMBIE_HEAD), + 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), + NETHER_STAR("minecraft:nether_star", 64, null), + PUMPKIN_PIE("minecraft:pumpkin_pie", 64, null), + FIREWORK_ROCKET("minecraft:firework_rocket", 64, null), + FIREWORK_STAR("minecraft:firework_star", 64, null), + ENCHANTED_BOOK("minecraft:enchanted_book", 1, null), + NETHER_BRICK("minecraft:nether_brick", 64, null), + QUARTZ("minecraft:quartz", 64, null), + TNT_MINECART("minecraft:tnt_minecart", 1, null), + HOPPER_MINECART("minecraft:hopper_minecart", 1, null), + PRISMARINE_SHARD("minecraft:prismarine_shard", 64, null), + PRISMARINE_CRYSTALS("minecraft:prismarine_crystals", 64, null), + RABBIT("minecraft:rabbit", 64, null), + COOKED_RABBIT("minecraft:cooked_rabbit", 64, null), + RABBIT_STEW("minecraft:rabbit_stew", 1, null), + RABBIT_FOOT("minecraft:rabbit_foot", 64, null), + RABBIT_HIDE("minecraft:rabbit_hide", 64, null), + ARMOR_STAND("minecraft:armor_stand", 16, null), + IRON_HORSE_ARMOR("minecraft:iron_horse_armor", 1, null), + GOLDEN_HORSE_ARMOR("minecraft:golden_horse_armor", 1, null), + DIAMOND_HORSE_ARMOR("minecraft:diamond_horse_armor", 1, null), + LEATHER_HORSE_ARMOR("minecraft:leather_horse_armor", 1, null), + LEAD("minecraft:lead", 64, null), + NAME_TAG("minecraft:name_tag", 64, null), + COMMAND_BLOCK_MINECART("minecraft:command_block_minecart", 1, null), + MUTTON("minecraft:mutton", 64, null), + COOKED_MUTTON("minecraft:cooked_mutton", 64, null), + WHITE_BANNER("minecraft:white_banner", 16, Block.WHITE_BANNER), + ORANGE_BANNER("minecraft:orange_banner", 16, Block.ORANGE_BANNER), + MAGENTA_BANNER("minecraft:magenta_banner", 16, Block.MAGENTA_BANNER), + LIGHT_BLUE_BANNER("minecraft:light_blue_banner", 16, Block.LIGHT_BLUE_BANNER), + YELLOW_BANNER("minecraft:yellow_banner", 16, Block.YELLOW_BANNER), + LIME_BANNER("minecraft:lime_banner", 16, Block.LIME_BANNER), + PINK_BANNER("minecraft:pink_banner", 16, Block.PINK_BANNER), + GRAY_BANNER("minecraft:gray_banner", 16, Block.GRAY_BANNER), + LIGHT_GRAY_BANNER("minecraft:light_gray_banner", 16, Block.LIGHT_GRAY_BANNER), + CYAN_BANNER("minecraft:cyan_banner", 16, Block.CYAN_BANNER), + PURPLE_BANNER("minecraft:purple_banner", 16, Block.PURPLE_BANNER), + BLUE_BANNER("minecraft:blue_banner", 16, Block.BLUE_BANNER), + BROWN_BANNER("minecraft:brown_banner", 16, Block.BROWN_BANNER), + GREEN_BANNER("minecraft:green_banner", 16, Block.GREEN_BANNER), + RED_BANNER("minecraft:red_banner", 16, Block.RED_BANNER), + BLACK_BANNER("minecraft:black_banner", 16, Block.BLACK_BANNER), + END_CRYSTAL("minecraft:end_crystal", 64, null), + CHORUS_FRUIT("minecraft:chorus_fruit", 64, null), + POPPED_CHORUS_FRUIT("minecraft:popped_chorus_fruit", 64, null), + BEETROOT("minecraft:beetroot", 64, null), + BEETROOT_SEEDS("minecraft:beetroot_seeds", 64, null), + BEETROOT_SOUP("minecraft:beetroot_soup", 1, null), + DRAGON_BREATH("minecraft:dragon_breath", 64, null), + SPLASH_POTION("minecraft:splash_potion", 1, null), + SPECTRAL_ARROW("minecraft:spectral_arrow", 64, null), + TIPPED_ARROW("minecraft:tipped_arrow", 64, null), + LINGERING_POTION("minecraft:lingering_potion", 1, null), + SHIELD("minecraft:shield", 1, null), + ELYTRA("minecraft:elytra", 1, null), + SPRUCE_BOAT("minecraft:spruce_boat", 1, null), + BIRCH_BOAT("minecraft:birch_boat", 1, null), + JUNGLE_BOAT("minecraft:jungle_boat", 1, null), + ACACIA_BOAT("minecraft:acacia_boat", 1, null), + DARK_OAK_BOAT("minecraft:dark_oak_boat", 1, null), + TOTEM_OF_UNDYING("minecraft:totem_of_undying", 1, null), + SHULKER_SHELL("minecraft:shulker_shell", 64, null), + IRON_NUGGET("minecraft:iron_nugget", 64, null), + KNOWLEDGE_BOOK("minecraft:knowledge_book", 1, null), + DEBUG_STICK("minecraft:debug_stick", 1, null), + MUSIC_DISC_13("minecraft:music_disc_13", 1, null), + MUSIC_DISC_CAT("minecraft:music_disc_cat", 1, null), + MUSIC_DISC_BLOCKS("minecraft:music_disc_blocks", 1, null), + MUSIC_DISC_CHIRP("minecraft:music_disc_chirp", 1, null), + MUSIC_DISC_FAR("minecraft:music_disc_far", 1, null), + MUSIC_DISC_MALL("minecraft:music_disc_mall", 1, null), + MUSIC_DISC_MELLOHI("minecraft:music_disc_mellohi", 1, null), + MUSIC_DISC_STAL("minecraft:music_disc_stal", 1, null), + MUSIC_DISC_STRAD("minecraft:music_disc_strad", 1, null), + 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), + TRIDENT("minecraft:trident", 1, null), + PHANTOM_MEMBRANE("minecraft:phantom_membrane", 64, null), + NAUTILUS_SHELL("minecraft:nautilus_shell", 64, null), + HEART_OF_THE_SEA("minecraft:heart_of_the_sea", 64, null), + CROSSBOW("minecraft:crossbow", 1, null), + SUSPICIOUS_STEW("minecraft:suspicious_stew", 1, null), + LOOM("minecraft:loom", 64, Block.LOOM), + FLOWER_BANNER_PATTERN("minecraft:flower_banner_pattern", 1, null), + CREEPER_BANNER_PATTERN("minecraft:creeper_banner_pattern", 1, null), + 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), + BARREL("minecraft:barrel", 64, Block.BARREL), + SMOKER("minecraft:smoker", 64, Block.SMOKER), + BLAST_FURNACE("minecraft:blast_furnace", 64, Block.BLAST_FURNACE), + CARTOGRAPHY_TABLE("minecraft:cartography_table", 64, Block.CARTOGRAPHY_TABLE), + FLETCHING_TABLE("minecraft:fletching_table", 64, Block.FLETCHING_TABLE), + GRINDSTONE("minecraft:grindstone", 64, Block.GRINDSTONE), + LECTERN("minecraft:lectern", 64, Block.LECTERN), + SMITHING_TABLE("minecraft:smithing_table", 64, Block.SMITHING_TABLE), + STONECUTTER("minecraft:stonecutter", 64, Block.STONECUTTER), + BELL("minecraft:bell", 64, Block.BELL), + LANTERN("minecraft:lantern", 64, Block.LANTERN), + SWEET_BERRIES("minecraft:sweet_berries", 64, null), + CAMPFIRE("minecraft:campfire", 64, Block.CAMPFIRE), + 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), +; + private String namespaceID; + private int maxDefaultStackSize; + private Block correspondingBlock; + + TmpMaterial(String namespaceID, int maxDefaultStackSize, Block correspondingBlock) { + this.namespaceID = namespaceID; + this.maxDefaultStackSize = maxDefaultStackSize; + this.correspondingBlock = correspondingBlock; + TmpMaterialMap.map.put((short)ordinal(), this); + } + + public short getId() { + return (short)ordinal(); + } + + public String getName() { + return namespaceID; + } + + public int getMaxDefaultStackSize() { + return maxDefaultStackSize; + } + + public boolean isBlock() { + return correspondingBlock != null; + } + + public Block getBlock() { + return correspondingBlock; + } + + public static TmpMaterial fromId(short blockId) { + return TmpMaterialMap.map.getOrDefault(blockId, AIR); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/item/TmpMaterialMap.java b/src/autogenerated/java/net/minestom/server/instance/item/TmpMaterialMap.java new file mode 100644 index 000000000..a5dcd0078 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/item/TmpMaterialMap.java @@ -0,0 +1,5 @@ +package net.minestom.server.instance.item; +import it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap; +final class TmpMaterialMap { + static final Short2ObjectOpenHashMap map = new Short2ObjectOpenHashMap<>(); +} diff --git a/src/generators/java/net/minestom/codegen/CodeGenerator.java b/src/generators/java/net/minestom/codegen/CodeGenerator.java new file mode 100644 index 000000000..9d529de88 --- /dev/null +++ b/src/generators/java/net/minestom/codegen/CodeGenerator.java @@ -0,0 +1,16 @@ +package net.minestom.codegen; + +import java.io.IOException; + +/** + * Interface representing a code generator + */ +public interface CodeGenerator { + + /** + * Generates the Java code + * @return + */ + String generate() throws IOException; + +} diff --git a/src/generators/java/EnumGenerator.java b/src/generators/java/net/minestom/codegen/EnumGenerator.java similarity index 98% rename from src/generators/java/EnumGenerator.java rename to src/generators/java/net/minestom/codegen/EnumGenerator.java index 4cf95f332..43101cb73 100644 --- a/src/generators/java/EnumGenerator.java +++ b/src/generators/java/net/minestom/codegen/EnumGenerator.java @@ -1,10 +1,12 @@ +package net.minestom.codegen; + import java.util.LinkedList; import java.util.List; /** * Helper class to generate a .java enum */ -public class EnumGenerator { +public class EnumGenerator implements CodeGenerator { private static final String COMMENT = "//==============================\n// AUTOGENERATED BY "+EnumGenerator.class.getSimpleName()+"\n//=============================="; diff --git a/src/generators/java/net/minestom/codegen/MinestomEnumGenerator.java b/src/generators/java/net/minestom/codegen/MinestomEnumGenerator.java new file mode 100644 index 000000000..5b7ac0488 --- /dev/null +++ b/src/generators/java/net/minestom/codegen/MinestomEnumGenerator.java @@ -0,0 +1,130 @@ +package net.minestom.codegen; + +import com.google.gson.Gson; +import net.minestom.codegen.blocks.BlockEnumGenerator; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.io.*; +import java.util.Collection; +import java.util.List; + +/** + * + * @param the type of container to pass between the extraction and generation phases + */ +public abstract class MinestomEnumGenerator implements CodeGenerator { + private static final Logger LOGGER = LoggerFactory.getLogger(MinestomEnumGenerator.class); + public static final String DEFAULT_TARGET_PATH = "src/autogenerated/java"; + public static final String PRISMARINE_JS_DATA_PATHS = "prismarine-minecraft-data/data/dataPaths.json"; + public static final String BURGER_URL_BASE_URL = "https://pokechu22.github.io/Burger/"; + + /** + * Generate the given enum inside the targetFolder. This generator will create subfolders if needed to match the package name. + * (consider targetFolder as a root folder for generation) + * @param targetFolder + */ + public void generateTo(File targetFolder) throws IOException { + String code = generate(); + String folder = getRelativeFolderPath(); + File parentFolder = new File(targetFolder, folder); + if(!parentFolder.exists()) { + parentFolder.mkdirs(); + } + + LOGGER.debug("Writing enum to file: "+parentFolder+"/"+getClassName()+".java"); + try(Writer writer = new BufferedWriter(new FileWriter(new File(parentFolder, getClassName()+".java")))) { + writer.write(code); + } + + postGeneration(); + } + + /** + * Package name with '.' replaced by '/' + * @return + */ + protected String getRelativeFolderPath() { + return getPackageName().replace(".", "/"); + } + + @Override + public String generate() throws IOException { + EnumGenerator generator = new EnumGenerator(getPackageName(), getClassName()); + prepare(generator); + Collection items = compile(); + for(Container c : items) { + writeSingle(generator, c); + } + + postWrite(generator); + return generator.generate(); + } + + /** + * Called after writing all compiled items into the enum generator + * @param generator + */ + protected abstract void postWrite(EnumGenerator generator); + + /** + * Called after code generation (only if generated through a {@link #generateTo(File)} call). Can be used to generate additional files + */ + protected abstract void postGeneration() throws IOException; + + /** + * Package in which to generate the enum + * @return + */ + public abstract String getPackageName(); + + /** + * Name of the enum to generate + * @return + */ + public abstract String getClassName(); + + /** + * Extracts and gather information about the enum we want to generate. + * @throws IOException if an error occurred during data gathering + * @return + */ + protected abstract Collection compile() throws IOException; + + /** + * Prepare the EnumGenerator (package name, class names, imports, constructor...) + * @param generator + */ + protected abstract void prepare(EnumGenerator generator); + + /** + * Write an entry to the generator. The order in which items are provided (via different call) is considered to be + * the order in which they will presented in the enum + * @param generator + * @param item + */ + protected abstract void writeSingle(EnumGenerator generator, Container item); + + /** + * Converts a snake case identifier (some_long_name) to a capitalized camel case identifier (SomeLongName) + * @param identifier + * @return + */ + protected String snakeCaseToCapitalizedCamelCase(String identifier) { + boolean capitalizeNext = true; + StringBuilder result = new StringBuilder(); + char[] chars = identifier.toCharArray(); + for (int i = 0; i < identifier.length(); i++) { + char currentCharacter = chars[i]; + if(capitalizeNext) { + result.append(Character.toUpperCase(currentCharacter)); + capitalizeNext = false; + } else if(currentCharacter == '_') { + capitalizeNext = true; + } else { + result.append(currentCharacter); + } + } + return result.toString(); + } +} diff --git a/src/generators/java/PrismarinePaths.java b/src/generators/java/net/minestom/codegen/PrismarinePaths.java similarity index 77% rename from src/generators/java/PrismarinePaths.java rename to src/generators/java/net/minestom/codegen/PrismarinePaths.java index f744463f7..1c75df735 100644 --- a/src/generators/java/PrismarinePaths.java +++ b/src/generators/java/net/minestom/codegen/PrismarinePaths.java @@ -1,3 +1,5 @@ +package net.minestom.codegen; + import java.io.File; public class PrismarinePaths { @@ -18,4 +20,8 @@ public class PrismarinePaths { public File getBlockFile() { return new File("prismarine-minecraft-data/data/"+blocks+"/blocks.json"); } + + public File getItemsFile() { + return new File("prismarine-minecraft-data/data/"+items+"/items.json"); + } } diff --git a/src/generators/java/BlockContainer.java b/src/generators/java/net/minestom/codegen/blocks/BlockContainer.java similarity index 97% rename from src/generators/java/BlockContainer.java rename to src/generators/java/net/minestom/codegen/blocks/BlockContainer.java index 7b2212ca7..69b2f707f 100644 --- a/src/generators/java/BlockContainer.java +++ b/src/generators/java/net/minestom/codegen/blocks/BlockContainer.java @@ -1,3 +1,5 @@ +package net.minestom.codegen.blocks; + import net.minestom.server.utils.NamespaceID; import java.util.List; @@ -97,7 +99,7 @@ public class BlockContainer implements Comparable { @Override public String toString() { - return "BlockContainer{" + + return "blocks.BlockContainer{" + "id=" + id + ", hardness=" + hardness + ", resistance=" + resistance + diff --git a/src/generators/java/BlockEnumGenerator.java b/src/generators/java/net/minestom/codegen/blocks/BlockEnumGenerator.java similarity index 57% rename from src/generators/java/BlockEnumGenerator.java rename to src/generators/java/net/minestom/codegen/blocks/BlockEnumGenerator.java index d05b4ae68..c7746a782 100644 --- a/src/generators/java/BlockEnumGenerator.java +++ b/src/generators/java/net/minestom/codegen/blocks/BlockEnumGenerator.java @@ -1,8 +1,13 @@ +package net.minestom.codegen.blocks; + import com.google.gson.Gson; import com.google.gson.JsonArray; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap; +import net.minestom.codegen.EnumGenerator; +import net.minestom.codegen.MinestomEnumGenerator; +import net.minestom.codegen.PrismarinePaths; import net.minestom.server.instance.block.BlockAlternative; import net.minestom.server.registry.ResourceGatherer; import net.minestom.server.utils.NamespaceID; @@ -16,14 +21,18 @@ import java.util.*; /** * Generates a Block enum containing all data about blocks */ -public class BlockEnumGenerator { +public class BlockEnumGenerator extends MinestomEnumGenerator { private static final Logger LOGGER = LoggerFactory.getLogger(BlockEnumGenerator.class); - private static final String DEFAULT_TARGET_PATH = "src/autogenerated/java"; public static final String MC_DATA_BLOCKS_PATH = "minecraft_data/reports/blocks.json"; - public static final String PRISMARINE_JS_DATA_PATHS = "prismarine-minecraft-data/data/dataPaths.json"; - public static final String BURGER_URL_BASE_URL = "https://pokechu22.github.io/Burger/"; + + private final String targetVersion; + private final File targetFolder; + + private StringBuilder staticBlock = new StringBuilder(); + private Map subclassContents = new HashMap<>(); + public static void main(String[] args) throws IOException { String targetVersion; @@ -50,189 +59,13 @@ public class BlockEnumGenerator { targetFolder.mkdirs(); } - Gson gson = new Gson(); - - // load report blocks and block states - LOGGER.debug("Loading information from data extraction"); - List dataBlocks = parseBlocksFromMCData(gson, MC_DATA_BLOCKS_PATH); - // load properties from Prismarine - LOGGER.debug("Finding path for PrismarineJS blocks"); - JsonObject dataPaths = gson.fromJson(new BufferedReader(new FileReader(PRISMARINE_JS_DATA_PATHS)), JsonObject.class); - JsonObject pathsJson = dataPaths.getAsJsonObject("pc").getAsJsonObject(targetVersion); - - PrismarinePaths paths = gson.fromJson(pathsJson, PrismarinePaths.class); - LOGGER.debug("Loading PrismarineJS blocks data"); - List prismarineJSBlocks = parseBlocksFromPrismarineJS(gson, paths.getBlockFile()); - - LOGGER.debug("Loading Burger blocks data (requires Internet connection)"); - List burgerBlocks = parseBlocksFromBurger(gson, BURGER_URL_BASE_URL+targetVersion+".json"); - - LOGGER.debug("Compiling information"); - Collection blocks = compile(dataBlocks, prismarineJSBlocks, burgerBlocks); - - LOGGER.debug("Compilation finished, code generation can now begin"); - - generateEnum(targetPart, blocks); - LOGGER.debug("Finished!"); + new BlockEnumGenerator(targetVersion, targetFolder); } - private static void generateEnum(String targetPart, Collection blocks) throws IOException { - String packageName = "net.minestom.server.instance.block"; - String folder = packageName.replace(".", "/"); - String className = "Block"; - EnumGenerator blockGenerator = new EnumGenerator(packageName, className); - blockGenerator.addClassAnnotation("@SuppressWarnings({\"deprecation\"})"); - blockGenerator.addImport(NamespaceID.class.getCanonicalName()); - blockGenerator.addImport(List.class.getCanonicalName()); - blockGenerator.addImport(ArrayList.class.getCanonicalName()); - blockGenerator.addImport(Arrays.class.getCanonicalName()); - blockGenerator.addImport(blockGenerator.getPackage()+".states.*"); - blockGenerator.addHardcodedField("List", "alternatives", "new ArrayList()"); - blockGenerator.setParams("String namespaceID", "short defaultID", "double hardness", "double resistance", "boolean isAir", "boolean isSolid", "NamespaceID blockEntity", "boolean singleState"); - blockGenerator.addMethod("getBlockId", "()", "short", "return defaultID;"); - blockGenerator.addMethod("isAir", "()", "boolean", "return isAir;"); - blockGenerator.addMethod("hasBlockEntity", "()", "boolean", "return blockEntity != null;"); - blockGenerator.addMethod("getBlockEntityName", "()", "NamespaceID", "return blockEntity;"); - blockGenerator.addMethod("isSolid", "()", "boolean", "return isSolid;"); - blockGenerator.addMethod("getHardness", "()", "double", "return hardness;"); - blockGenerator.addMethod("getResistance", "()", "double", "return resistance;"); - blockGenerator.addMethod("breaksInstantaneously", "()", "boolean", "return hardness == 0;"); - blockGenerator.addMethod("addBlockAlternative", "(BlockAlternative alternative)", "void", - "alternatives.add(alternative);", - "BlockMap.blocksMap.put(alternative.getId(), this);" - ); - String[] withPropertiesLines = { - "for (BlockAlternative alt : alternatives) {", - "\tif (Arrays.equals(alt.getProperties(), properties)) {", - "\t\treturn alt.getId();", - "\t}", - "}", - "return defaultID;" - }; - blockGenerator.addMethod("withProperties", "(String... properties)", "short", withPropertiesLines); - blockGenerator.addMethod("fromId", "(short blockId)", "static "+className, "return BlockMap.blocksMap.getOrDefault(blockId, AIR);"); - blockGenerator.appendToConstructor("if(singleState) {"); - blockGenerator.appendToConstructor("\taddBlockAlternative(new BlockAlternative(defaultID));"); - blockGenerator.appendToConstructor("}"); - LOGGER.debug("Generating enum"); - StringBuilder staticBlock = new StringBuilder(); - Map subclassContents = new HashMap<>(); - for (BlockContainer block : blocks) { - String instanceName = block.getId().getPath().toUpperCase(); - blockGenerator.addInstance(instanceName, - "\""+block.getId().toString()+"\"", - "(short) "+block.getDefaultState().getId(), - block.getHardness(), - block.getResistance(), - block.isAir(), - block.isSolid(), - block.getBlockEntityName() != null ? "NamespaceID.from(\""+block.getBlockEntityName()+"\")" : "null", - block.getStates().size() == 1 // used to avoid duplicates inside the 'alternatives' field due to both constructor addition and subclasses initStates() - ); - - // do not add alternative for default states. This will be added by default inside the constructor - if(block.getStates().size() > 1) { - StringBuilder subclass = new StringBuilder(); - for(BlockContainer.BlockState state : block.getStates()) { - if(state == block.getDefaultState()) - continue; - // generate BlockAlternative instance that will be used to lookup block alternatives - - subclass.append(instanceName).append(".addBlockAlternative("); - subclass.append("new BlockAlternative("); - subclass.append("(short) ").append(state.getId()); - - if(state.getProperties() != null) { - for(var property : state.getProperties().entrySet()) { - subclass.append(", "); - subclass.append("\"").append(property.getKey()).append("=").append(property.getValue()).append("\""); - } - } - subclass.append(")").append(");\n"); - } - String blockName = snakeCaseToCapitalizedCamelCase(block.getId().getPath()); - blockName = blockName.replace("_", ""); - subclassContents.put(blockName, subclass.toString()); - staticBlock.append("\t\t").append(blockName).append(".initStates();\n"); - } - } - - blockGenerator.setStaticInitBlock(staticBlock.toString()); - - File classFolder = new File(targetPart+"/"+folder); - if(!classFolder.exists()) { - classFolder.mkdirs(); - } - File subclassFolder = new File(classFolder, "states"); - if(!subclassFolder.exists()) { - subclassFolder.mkdirs(); - } - - StringBuilder blockMapClass = new StringBuilder(); - blockMapClass.append("package "+blockGenerator.getPackage()+";\n") - .append("import "+Short2ObjectOpenHashMap.class.getCanonicalName()+";\n") - .append("final class BlockMap {\n") - .append("\tstatic final Short2ObjectOpenHashMap<"+className+"> blocksMap = new Short2ObjectOpenHashMap<>();\n") - .append("}\n"); - LOGGER.debug("Writing BlockMap to file: "+classFolder+"/BlockMap.java"); - try(Writer writer = new BufferedWriter(new FileWriter(new File(classFolder, "BlockMap.java")))) { - writer.write(blockMapClass.toString()); - } - - LOGGER.debug("Writing enum to file: "+classFolder+"/"+className+".java"); - try(Writer writer = new BufferedWriter(new FileWriter(new File(classFolder, className+".java")))) { - writer.write(blockGenerator.generate()); - } - - LOGGER.debug("Writing subclasses for block alternatives..."); - StringBuilder classContents = new StringBuilder(); - for (var entry : subclassContents.entrySet()) { - classContents.delete(0, classContents.length()); - String subclass = entry.getKey(); - LOGGER.debug("\t Writing subclass "+subclass+"... "); - - String contents = entry.getValue(); - classContents.append("package ").append(blockGenerator.getPackage()).append(".states;\n"); - classContents.append("import ").append(BlockAlternative.class.getCanonicalName()).append(";\n"); - classContents.append("import static ").append(blockGenerator.getPackage()).append(".").append(blockGenerator.getEnumName()).append(".*;\n"); - classContents.append("/**\n"); - classContents.append(" * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU.\n"); - classContents.append(" */\n"); - classContents.append("@Deprecated(forRemoval = false, since = \"forever\")\n"); - classContents.append("public class ").append(subclass).append(" {\n"); - classContents.append("\tpublic static void initStates() {\n"); - - String[] lines = contents.split("\n"); - for(String line : lines) { - classContents.append("\t\t").append(line).append("\n"); - } - - classContents.append("\t}\n"); - classContents.append("}\n"); - - try(Writer writer = new BufferedWriter(new FileWriter(new File(subclassFolder, subclass+".java")))) { - writer.write(classContents.toString()); - } - LOGGER.debug("\t\t - Done"); - } - } - - private static String snakeCaseToCapitalizedCamelCase(String identifier) { - boolean capitalizeNext = true; - StringBuilder result = new StringBuilder(); - char[] chars = identifier.toCharArray(); - for (int i = 0; i < identifier.length(); i++) { - char currentCharacter = chars[i]; - if(capitalizeNext) { - result.append(Character.toUpperCase(currentCharacter)); - capitalizeNext = false; - } else if(currentCharacter == '_') { - capitalizeNext = true; - } else { - result.append(currentCharacter); - } - } - return result.toString(); + private BlockEnumGenerator(String targetVersion, File targetFolder) throws IOException { + this.targetVersion = targetVersion; + this.targetFolder = targetFolder; + generateTo(targetFolder); } /** @@ -241,13 +74,21 @@ public class BlockEnumGenerator { * @param prismarineJSBlocks * @param burgerBlocks */ - private static Collection compile(List dataBlocks, List prismarineJSBlocks, List burgerBlocks) { + private Collection compile(List dataBlocks, List prismarineJSBlocks, List burgerBlocks) { TreeSet blocks = new TreeSet<>(BlockContainer::compareTo); // ensure the 3 list have the same length and order dataBlocks.sort(Comparator.comparing(block -> block.name.toString())); prismarineJSBlocks.sort(Comparator.comparing(block -> NamespaceID.from(block.name).toString())); burgerBlocks.sort(Comparator.comparing(block -> NamespaceID.from(block.text_id).toString())); + // if one of these tests fail, you probably forgot to clear the minecraft_data cache before launching this program + if(dataBlocks.size() != prismarineJSBlocks.size()) { + throw new Error("minecraft_data block count is different from PrismarineJS count! Try clearing the minecraft_data cache"); + } + if(prismarineJSBlocks.size() != burgerBlocks.size()) { + throw new Error("Burger's block count is different from PrismarineJS count! Try clearing the minecraft_data cache"); + } + for (int i = 0; i < dataBlocks.size(); i++) { DataReportBlock data = dataBlocks.get(i); PrismarineJSBlock prismarine = prismarineJSBlocks.get(i); @@ -286,7 +127,7 @@ public class BlockEnumGenerator { * @return * @throws IOException */ - private static List parseBlocksFromBurger(Gson gson, String url) throws IOException { + private List parseBlocksFromBurger(Gson gson, String url) throws IOException { try(BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(new URL(url).openStream()))) { LOGGER.debug("\tConnection established, reading file"); JsonObject dictionary = gson.fromJson(bufferedReader, JsonArray.class).get(0).getAsJsonObject(); @@ -325,7 +166,7 @@ public class BlockEnumGenerator { * @return * @throws IOException */ - private static List parseBlocksFromPrismarineJS(Gson gson, File blockFile) throws IOException { + private List parseBlocksFromPrismarineJS(Gson gson, File blockFile) throws IOException { try(BufferedReader bufferedReader = new BufferedReader(new FileReader(blockFile))) { PrismarineJSBlock[] blocks = gson.fromJson(bufferedReader, PrismarineJSBlock[].class); return Arrays.asList(blocks); @@ -340,7 +181,7 @@ public class BlockEnumGenerator { * @param path * @return */ - private static List parseBlocksFromMCData(Gson gson, String path) { + private List parseBlocksFromMCData(Gson gson, String path) { List blocks = new LinkedList<>(); try { BufferedReader bufferedReader = new BufferedReader(new FileReader(path)); @@ -359,7 +200,178 @@ public class BlockEnumGenerator { e.printStackTrace(); } - return blocks; } + + @Override + public String getPackageName() { + return "net.minestom.server.instance.block"; + } + + @Override + public String getClassName() { + return "Block"; + } + + @Override + protected Collection compile() throws IOException { + Gson gson = new Gson(); + + // load report blocks and block states + LOGGER.debug("Loading information from data extraction"); + List dataBlocks = parseBlocksFromMCData(gson, MC_DATA_BLOCKS_PATH); + // load properties from Prismarine + LOGGER.debug("Finding path for PrismarineJS blocks"); + JsonObject dataPaths = gson.fromJson(new BufferedReader(new FileReader(PRISMARINE_JS_DATA_PATHS)), JsonObject.class); + JsonObject pathsJson = dataPaths.getAsJsonObject("pc").getAsJsonObject(targetVersion); + + PrismarinePaths paths = gson.fromJson(pathsJson, PrismarinePaths.class); + LOGGER.debug("Loading PrismarineJS blocks data"); + List prismarineJSBlocks = parseBlocksFromPrismarineJS(gson, paths.getBlockFile()); + + LOGGER.debug("Loading Burger blocks data (requires Internet connection)"); + List burgerBlocks = parseBlocksFromBurger(gson, BURGER_URL_BASE_URL+targetVersion+".json"); + + LOGGER.debug("Compiling information"); + return compile(dataBlocks, prismarineJSBlocks, burgerBlocks); + } + + @Override + protected void prepare(EnumGenerator generator) { + String className = getClassName(); + generator.addClassAnnotation("@SuppressWarnings({\"deprecation\"})"); + generator.addImport(NamespaceID.class.getCanonicalName()); + generator.addImport(List.class.getCanonicalName()); + generator.addImport(ArrayList.class.getCanonicalName()); + generator.addImport(Arrays.class.getCanonicalName()); + generator.addImport(generator.getPackage()+".states.*"); + generator.addHardcodedField("List", "alternatives", "new ArrayList()"); + generator.setParams("String namespaceID", "short defaultID", "double hardness", "double resistance", "boolean isAir", "boolean isSolid", "NamespaceID blockEntity", "boolean singleState"); + generator.addMethod("getBlockId", "()", "short", "return defaultID;"); + generator.addMethod("isAir", "()", "boolean", "return isAir;"); + generator.addMethod("hasBlockEntity", "()", "boolean", "return blockEntity != null;"); + generator.addMethod("getBlockEntityName", "()", "NamespaceID", "return blockEntity;"); + generator.addMethod("isSolid", "()", "boolean", "return isSolid;"); + generator.addMethod("getHardness", "()", "double", "return hardness;"); + generator.addMethod("getResistance", "()", "double", "return resistance;"); + generator.addMethod("breaksInstantaneously", "()", "boolean", "return hardness == 0;"); + generator.addMethod("addBlockAlternative", "(BlockAlternative alternative)", "void", + "alternatives.add(alternative);", + "BlockMap.blocksMap.put(alternative.getId(), this);" + ); + String[] withPropertiesLines = { + "for (BlockAlternative alt : alternatives) {", + "\tif (Arrays.equals(alt.getProperties(), properties)) {", + "\t\treturn alt.getId();", + "\t}", + "}", + "return defaultID;" + }; + generator.addMethod("withProperties", "(String... properties)", "short", withPropertiesLines); + generator.addMethod("fromId", "(short blockId)", "static "+className, "return BlockMap.blocksMap.getOrDefault(blockId, AIR);"); + generator.appendToConstructor("if(singleState) {"); + generator.appendToConstructor("\taddBlockAlternative(new BlockAlternative(defaultID));"); + generator.appendToConstructor("}"); + } + + @Override + protected void writeSingle(EnumGenerator generator, BlockContainer block) { + String instanceName = block.getId().getPath().toUpperCase(); + generator.addInstance(instanceName, + "\""+block.getId().toString()+"\"", + "(short) "+block.getDefaultState().getId(), + block.getHardness(), + block.getResistance(), + block.isAir(), + block.isSolid(), + block.getBlockEntityName() != null ? "NamespaceID.from(\""+block.getBlockEntityName()+"\")" : "null", + block.getStates().size() == 1 // used to avoid duplicates inside the 'alternatives' field due to both constructor addition and subclasses initStates() + ); + + // do not add alternative for default states. This will be added by default inside the constructor + if(block.getStates().size() > 1) { + StringBuilder subclass = new StringBuilder(); + for(BlockContainer.BlockState state : block.getStates()) { + if(state == block.getDefaultState()) + continue; + // generate BlockAlternative instance that will be used to lookup block alternatives + + subclass.append(instanceName).append(".addBlockAlternative("); + subclass.append("new BlockAlternative("); + subclass.append("(short) ").append(state.getId()); + + if(state.getProperties() != null) { + for(var property : state.getProperties().entrySet()) { + subclass.append(", "); + subclass.append("\"").append(property.getKey()).append("=").append(property.getValue()).append("\""); + } + } + subclass.append(")").append(");\n"); + } + String blockName = snakeCaseToCapitalizedCamelCase(block.getId().getPath()); + blockName = blockName.replace("_", ""); + subclassContents.put(blockName, subclass.toString()); + staticBlock.append("\t\t").append(blockName).append(".initStates();\n"); + } + } + + @Override + protected void postGeneration() throws IOException { + File classFolder = new File(targetFolder, getRelativeFolderPath()); + if(!classFolder.exists()) { + classFolder.mkdirs(); + } + File subclassFolder = new File(classFolder, "states"); + if(!subclassFolder.exists()) { + subclassFolder.mkdirs(); + } + + StringBuilder blockMapClass = new StringBuilder(); + blockMapClass.append("package "+getPackageName()+";\n") + .append("import "+Short2ObjectOpenHashMap.class.getCanonicalName()+";\n") + .append("final class BlockMap {\n") + .append("\tstatic final Short2ObjectOpenHashMap<"+getClassName()+"> blocksMap = new Short2ObjectOpenHashMap<>();\n") + .append("}\n"); + LOGGER.debug("Writing BlockMap to file: "+classFolder+"/BlockMap.java"); + try(Writer writer = new BufferedWriter(new FileWriter(new File(classFolder, "BlockMap.java")))) { + writer.write(blockMapClass.toString()); + } + + LOGGER.debug("Writing subclasses for block alternatives..."); + StringBuilder classContents = new StringBuilder(); + for (var entry : subclassContents.entrySet()) { + classContents.delete(0, classContents.length()); + String subclass = entry.getKey(); + LOGGER.debug("\t Writing subclass "+subclass+"... "); + + String contents = entry.getValue(); + classContents.append("package ").append(getPackageName()).append(".states;\n"); + classContents.append("import ").append(BlockAlternative.class.getCanonicalName()).append(";\n"); + classContents.append("import static ").append(getPackageName()).append(".").append(getClassName()).append(".*;\n"); + classContents.append("/**\n"); + classContents.append(" * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU.\n"); + classContents.append(" */\n"); + classContents.append("@Deprecated(forRemoval = false, since = \"forever\")\n"); + classContents.append("public class ").append(subclass).append(" {\n"); + classContents.append("\tpublic static void initStates() {\n"); + + String[] lines = contents.split("\n"); + for(String line : lines) { + classContents.append("\t\t").append(line).append("\n"); + } + + classContents.append("\t}\n"); + classContents.append("}\n"); + + try(Writer writer = new BufferedWriter(new FileWriter(new File(subclassFolder, subclass+".java")))) { + writer.write(classContents.toString()); + } + LOGGER.debug("\t\t - Done"); + } + } + + @Override + protected void postWrite(EnumGenerator generator) { + generator.setStaticInitBlock(staticBlock.toString()); + } } diff --git a/src/generators/java/BurgerBlock.java b/src/generators/java/net/minestom/codegen/blocks/BurgerBlock.java similarity index 79% rename from src/generators/java/BurgerBlock.java rename to src/generators/java/net/minestom/codegen/blocks/BurgerBlock.java index 2985c7441..bf313e3ae 100644 --- a/src/generators/java/BurgerBlock.java +++ b/src/generators/java/net/minestom/codegen/blocks/BurgerBlock.java @@ -1,3 +1,5 @@ +package net.minestom.codegen.blocks; + public class BurgerBlock { String text_id; @@ -8,7 +10,7 @@ public class BurgerBlock { @Override public String toString() { - return "BurgerBlock{" + + return "blocks.BurgerBlock{" + "text_id='" + text_id + '\'' + ", resistance=" + resistance + '}'; diff --git a/src/generators/java/BurgerTileEntity.java b/src/generators/java/net/minestom/codegen/blocks/BurgerTileEntity.java similarity index 71% rename from src/generators/java/BurgerTileEntity.java rename to src/generators/java/net/minestom/codegen/blocks/BurgerTileEntity.java index 4b646d751..aced5ec1d 100644 --- a/src/generators/java/BurgerTileEntity.java +++ b/src/generators/java/net/minestom/codegen/blocks/BurgerTileEntity.java @@ -1,3 +1,5 @@ +package net.minestom.codegen.blocks; + public class BurgerTileEntity { String[] blocks; diff --git a/src/generators/java/DataReportBlock.java b/src/generators/java/net/minestom/codegen/blocks/DataReportBlock.java similarity index 94% rename from src/generators/java/DataReportBlock.java rename to src/generators/java/net/minestom/codegen/blocks/DataReportBlock.java index 1b15d8743..93b1113c8 100644 --- a/src/generators/java/DataReportBlock.java +++ b/src/generators/java/net/minestom/codegen/blocks/DataReportBlock.java @@ -1,3 +1,5 @@ +package net.minestom.codegen.blocks; + import com.google.gson.annotations.SerializedName; import net.minestom.server.utils.NamespaceID; @@ -43,7 +45,7 @@ public class DataReportBlock { @Override public String toString() { - return "DataReportBlock{" + + return "blocks.DataReportBlock{" + "name=" + name + ", properties=" + properties + ", states=" + Arrays.toString(states) + diff --git a/src/generators/java/PrismarineJSBlock.java b/src/generators/java/net/minestom/codegen/blocks/PrismarineJSBlock.java similarity index 91% rename from src/generators/java/PrismarineJSBlock.java rename to src/generators/java/net/minestom/codegen/blocks/PrismarineJSBlock.java index 2d7e9f167..80a390ea9 100644 --- a/src/generators/java/PrismarineJSBlock.java +++ b/src/generators/java/net/minestom/codegen/blocks/PrismarineJSBlock.java @@ -1,3 +1,5 @@ +package net.minestom.codegen.blocks; + public class PrismarineJSBlock { int id; @@ -13,7 +15,7 @@ public class PrismarineJSBlock { @Override public String toString() { - return "PrismarineJSBlock{" + + return "blocks.PrismarineJSBlock{" + "name='" + name + '\'' + ", id=" + id + ", hardness=" + hardness + diff --git a/src/generators/java/net/minestom/codegen/items/DataReportItem.java b/src/generators/java/net/minestom/codegen/items/DataReportItem.java new file mode 100644 index 000000000..0a3d2b4d7 --- /dev/null +++ b/src/generators/java/net/minestom/codegen/items/DataReportItem.java @@ -0,0 +1,8 @@ +package net.minestom.codegen.items; + +import net.minestom.server.utils.NamespaceID; + +public class DataReportItem { + NamespaceID name; + +} diff --git a/src/generators/java/net/minestom/codegen/items/ItemContainer.java b/src/generators/java/net/minestom/codegen/items/ItemContainer.java new file mode 100644 index 000000000..ed5cb1d44 --- /dev/null +++ b/src/generators/java/net/minestom/codegen/items/ItemContainer.java @@ -0,0 +1,39 @@ +package net.minestom.codegen.items; + +import net.minestom.server.instance.block.Block; +import net.minestom.server.utils.NamespaceID; + +public class ItemContainer implements Comparable { + private int id; + private NamespaceID name; + private int stackSize; + private Block block; + + public ItemContainer(int id, NamespaceID name, int stackSize, Block block) { + this.id = id; + this.name = name; + this.stackSize = stackSize; + this.block = block; + } + + public int getId() { + return id; + } + + public NamespaceID getName() { + return name; + } + + public Block getBlock() { + return block; + } + + public int getStackSize() { + return stackSize; + } + + @Override + public int compareTo(ItemContainer o) { + return Integer.compare(id, o.id); + } +} diff --git a/src/generators/java/net/minestom/codegen/items/ItemEnumGenerator.java b/src/generators/java/net/minestom/codegen/items/ItemEnumGenerator.java new file mode 100644 index 000000000..6c46b2439 --- /dev/null +++ b/src/generators/java/net/minestom/codegen/items/ItemEnumGenerator.java @@ -0,0 +1,175 @@ +package net.minestom.codegen.items; + +import com.google.gson.Gson; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap; +import net.minestom.codegen.EnumGenerator; +import net.minestom.codegen.MinestomEnumGenerator; +import net.minestom.codegen.PrismarinePaths; +import net.minestom.codegen.blocks.*; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; +import net.minestom.server.registry.ResourceGatherer; +import net.minestom.server.utils.NamespaceID; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.io.*; +import java.util.*; + +/** + * Generates a Material enum containing all data about items + * + * Assumes that Block is available + */ +public class ItemEnumGenerator extends MinestomEnumGenerator { + + private static final Logger LOGGER = LoggerFactory.getLogger(ItemEnumGenerator.class); + + private final String targetVersion; + private final File targetFolder; + + public static void main(String[] args) throws IOException { + String targetVersion; + if(args.length < 1) { + System.err.println("Usage: [target folder]"); + return; + } + + targetVersion = args[0]; + + try { + ResourceGatherer.ensureResourcesArePresent(targetVersion, null); // TODO + } catch (IOException e) { + e.printStackTrace(); + } + + String targetPart = DEFAULT_TARGET_PATH; + if(args.length >= 2) { + targetPart = args[1]; + } + + File targetFolder = new File(targetPart); + if(!targetFolder.exists()) { + targetFolder.mkdirs(); + } + + new ItemEnumGenerator(targetVersion, targetFolder); + } + + private ItemEnumGenerator(String targetVersion, File targetFolder) throws IOException { + this.targetVersion = targetVersion; + this.targetFolder = targetFolder; + generateTo(targetFolder); + } + + /** + * Extract block information from PrismarineJS (submodule of Minestom) + * @param gson + * @param blockFile + * @return + * @throws IOException + */ + private List parseItemsFromPrismarineJS(Gson gson, File blockFile) throws IOException { + try(BufferedReader bufferedReader = new BufferedReader(new FileReader(blockFile))) { + PrismarineJSItem[] items = gson.fromJson(bufferedReader, PrismarineJSItem[].class); + return Arrays.asList(items); + } catch (IOException e) { + throw e; + } + } + + @Override + public String getPackageName() { + return "net.minestom.server.instance.item"; + } + + @Override + public String getClassName() { + return "TmpMaterial"; + } + + @Override + protected Collection compile() throws IOException { + Gson gson = new Gson(); + LOGGER.debug("Finding path for PrismarineJS items"); + JsonObject dataPaths = gson.fromJson(new BufferedReader(new FileReader(PRISMARINE_JS_DATA_PATHS)), JsonObject.class); + JsonObject pathsJson = dataPaths.getAsJsonObject("pc").getAsJsonObject(targetVersion); + + PrismarinePaths paths = gson.fromJson(pathsJson, PrismarinePaths.class); + LOGGER.debug("Loading PrismarineJS blocks data"); + List prismarineJSItems = parseItemsFromPrismarineJS(gson, paths.getItemsFile()); + + SortedSet items = Collections.synchronizedSortedSet(new TreeSet<>(ItemContainer::compareTo)); + for(var prismarineJSItem : prismarineJSItems) { + items.add(new ItemContainer(prismarineJSItem.id, NamespaceID.from(prismarineJSItem.name), prismarineJSItem.stackSize, getBlock(prismarineJSItem.name.toUpperCase()))); + } + return items; + } + + /** + * Returns a block with the given name. Returns null if none + * @param itemName + * @return + */ + private Block getBlock(String itemName) { + // special cases + if(itemName.equals("REDSTONE")) + return Block.REDSTONE_WIRE; + // end of special cases + + try { + return Block.valueOf(itemName); + } catch (IllegalArgumentException e) { + return null; + } + } + + @Override + protected void prepare(EnumGenerator generator) { + String className = getClassName(); + generator.addImport(Block.class.getCanonicalName()); + generator.addImport(Short2ObjectOpenHashMap.class.getCanonicalName()); + generator.setParams("String namespaceID", "int maxDefaultStackSize", "Block correspondingBlock"); + generator.addMethod("getId", "()", "short", "return (short)ordinal();"); + generator.addMethod("getName", "()", "String", "return namespaceID;"); + generator.addMethod("getMaxDefaultStackSize", "()", "int", "return maxDefaultStackSize;"); + generator.addMethod("isBlock", "()", "boolean", "return correspondingBlock != null;"); + generator.addMethod("getBlock", "()", "Block", "return correspondingBlock;"); + generator.addMethod("fromId", "(short blockId)", "static "+className, "return "+getClassName()+"Map.map.getOrDefault(blockId, AIR);"); + generator.appendToConstructor(getClassName()+"Map.map.put((short)ordinal(), this);"); + } + + @Override + protected void writeSingle(EnumGenerator generator, ItemContainer item) { + String instanceName = item.getName().getPath().toUpperCase(); + generator.addInstance(instanceName, + "\""+item.getName().toString()+"\"", + item.getStackSize(), + item.getBlock() == null? "null" : ("Block."+item.getBlock().name()) + ); + } + + @Override + protected void postGeneration() throws IOException { + File classFolder = new File(targetFolder, getRelativeFolderPath()); + if(!classFolder.exists()) { + classFolder.mkdirs(); + } + + StringBuilder mapClass = new StringBuilder(); + mapClass.append("package "+getPackageName()+";\n") + .append("import "+Short2ObjectOpenHashMap.class.getCanonicalName()+";\n") + .append("final class "+getClassName()+"Map {\n") + .append("\tstatic final Short2ObjectOpenHashMap<"+getClassName()+"> map = new Short2ObjectOpenHashMap<>();\n") + .append("}\n"); + LOGGER.debug("Writing map to file: "+getRelativeFolderPath()+"/"+getClassName()+"Map.java"); + try(Writer writer = new BufferedWriter(new FileWriter(new File(classFolder, getClassName()+"Map.java")))) { + writer.write(mapClass.toString()); + } + } + + @Override + protected void postWrite(EnumGenerator generator) {} +} diff --git a/src/generators/java/net/minestom/codegen/items/PrismarineJSItem.java b/src/generators/java/net/minestom/codegen/items/PrismarineJSItem.java new file mode 100644 index 000000000..0ced97cf6 --- /dev/null +++ b/src/generators/java/net/minestom/codegen/items/PrismarineJSItem.java @@ -0,0 +1,7 @@ +package net.minestom.codegen.items; + +public class PrismarineJSItem { + int id; + String name; + int stackSize; +} From c66742e3d3a0d5f07a80a252d7f5b4320f26be6e Mon Sep 17 00:00:00 2001 From: jglrxavpok Date: Mon, 29 Jun 2020 19:15:27 +0200 Subject: [PATCH 09/17] Hardcoded useful methods for Material (missing isFood impl) --- .../server/instance/item/TmpMaterial.java | 38 ++++++++++++++++++- .../codegen/items/ItemEnumGenerator.java | 21 +++++++++- 2 files changed, 57 insertions(+), 2 deletions(-) diff --git a/src/autogenerated/java/net/minestom/server/instance/item/TmpMaterial.java b/src/autogenerated/java/net/minestom/server/instance/item/TmpMaterial.java index f3ad70a1e..7f22c118b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/item/TmpMaterial.java +++ b/src/autogenerated/java/net/minestom/server/instance/item/TmpMaterial.java @@ -915,7 +915,7 @@ public enum TmpMaterial { } public boolean isBlock() { - return correspondingBlock != null; + return correspondingBlock != null && this != AIR; } public Block getBlock() { @@ -925,4 +925,40 @@ public enum TmpMaterial { public static TmpMaterial fromId(short blockId) { return TmpMaterialMap.map.getOrDefault(blockId, AIR); } + + public boolean isHelmet() { + return toString().endsWith("HELMET"); + } + + public boolean isChestplate() { + return toString().endsWith("CHESTPLATE"); + } + + public boolean isLeggings() { + return toString().endsWith("LEGGINGS"); + } + + public boolean isBoots() { + return toString().endsWith("BOOTS"); + } + + public boolean isArmor() { + return isChestplate() || isHelmet() || isLeggings() || isBoots(); + } + + public boolean isFood() { + return false; // TODO + } + + public boolean hasState() { + switch (this) { + case BOW: + case TRIDENT: + case CROSSBOW: + case SHIELD: + return true; + } + + return isFood(); + } } diff --git a/src/generators/java/net/minestom/codegen/items/ItemEnumGenerator.java b/src/generators/java/net/minestom/codegen/items/ItemEnumGenerator.java index 6c46b2439..e7d30b319 100644 --- a/src/generators/java/net/minestom/codegen/items/ItemEnumGenerator.java +++ b/src/generators/java/net/minestom/codegen/items/ItemEnumGenerator.java @@ -135,9 +135,28 @@ public class ItemEnumGenerator extends MinestomEnumGenerator { generator.addMethod("getId", "()", "short", "return (short)ordinal();"); generator.addMethod("getName", "()", "String", "return namespaceID;"); generator.addMethod("getMaxDefaultStackSize", "()", "int", "return maxDefaultStackSize;"); - generator.addMethod("isBlock", "()", "boolean", "return correspondingBlock != null;"); + generator.addMethod("isBlock", "()", "boolean", "return correspondingBlock != null && this != AIR;"); generator.addMethod("getBlock", "()", "Block", "return correspondingBlock;"); + generator.addMethod("fromId", "(short blockId)", "static "+className, "return "+getClassName()+"Map.map.getOrDefault(blockId, AIR);"); + + // hard coded methods + generator.addMethod("isHelmet", "()", "boolean", "return toString().endsWith(\"HELMET\");"); + generator.addMethod("isChestplate", "()", "boolean", "return toString().endsWith(\"CHESTPLATE\");"); + generator.addMethod("isLeggings", "()", "boolean", "return toString().endsWith(\"LEGGINGS\");"); + generator.addMethod("isBoots", "()", "boolean", "return toString().endsWith(\"BOOTS\");"); + generator.addMethod("isArmor", "()", "boolean", "return isChestplate() || isHelmet() || isLeggings() || isBoots();"); + generator.addMethod("isFood", "()", "boolean", "return false; // TODO"); + generator.addMethod("hasState", "()", "boolean", "switch (this) {\n" + + " case BOW:\n" + + " case TRIDENT:\n" + + " case CROSSBOW:\n" + + " case SHIELD:\n" + + " return true;\n" + + " }\n" + + "\n" + + " return isFood();"); + generator.appendToConstructor(getClassName()+"Map.map.put((short)ordinal(), this);"); } From 4902ed4c6eebc1faf3019c1cc0746e2af7da0587 Mon Sep 17 00:00:00 2001 From: jglrxavpok Date: Mon, 29 Jun 2020 19:21:41 +0200 Subject: [PATCH 10/17] Autogenerated Material ready to use --- .../item/{TmpMaterial.java => Material.java} | 53 +- .../server/instance/item/MaterialMap.java | 5 + .../server/instance/item/TmpMaterialMap.java | 5 - .../net/minestom/server/item/Material.java | 1005 +++++++++++++++++ .../net/minestom/server/item/MaterialMap.java | 5 + .../codegen/items/ItemEnumGenerator.java | 47 +- .../net/minestom/server/MinecraftServer.java | 1 - .../net/minestom/server/item/Material.java | 998 ---------------- .../server/registry/RegistryMain.java | 21 - 9 files changed, 1106 insertions(+), 1034 deletions(-) rename src/autogenerated/java/net/minestom/server/instance/item/{TmpMaterial.java => Material.java} (97%) create mode 100644 src/autogenerated/java/net/minestom/server/instance/item/MaterialMap.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/item/TmpMaterialMap.java create mode 100644 src/autogenerated/java/net/minestom/server/item/Material.java create mode 100644 src/autogenerated/java/net/minestom/server/item/MaterialMap.java delete mode 100644 src/main/java/net/minestom/server/item/Material.java diff --git a/src/autogenerated/java/net/minestom/server/instance/item/TmpMaterial.java b/src/autogenerated/java/net/minestom/server/instance/item/Material.java similarity index 97% rename from src/autogenerated/java/net/minestom/server/instance/item/TmpMaterial.java rename to src/autogenerated/java/net/minestom/server/instance/item/Material.java index 7f22c118b..b1ffca751 100644 --- a/src/autogenerated/java/net/minestom/server/instance/item/TmpMaterial.java +++ b/src/autogenerated/java/net/minestom/server/instance/item/Material.java @@ -5,7 +5,7 @@ package net.minestom.server.instance.item; import net.minestom.server.instance.block.Block; import it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap; -public enum TmpMaterial { +public enum Material { AIR("minecraft:air", 0, Block.AIR), STONE("minecraft:stone", 64, Block.STONE), GRANITE("minecraft:granite", 64, Block.GRANITE), @@ -895,11 +895,11 @@ public enum TmpMaterial { private int maxDefaultStackSize; private Block correspondingBlock; - TmpMaterial(String namespaceID, int maxDefaultStackSize, Block correspondingBlock) { + Material(String namespaceID, int maxDefaultStackSize, Block correspondingBlock) { this.namespaceID = namespaceID; this.maxDefaultStackSize = maxDefaultStackSize; this.correspondingBlock = correspondingBlock; - TmpMaterialMap.map.put((short)ordinal(), this); + MaterialMap.map.put((short)ordinal(), this); } public short getId() { @@ -922,8 +922,8 @@ public enum TmpMaterial { return correspondingBlock; } - public static TmpMaterial fromId(short blockId) { - return TmpMaterialMap.map.getOrDefault(blockId, AIR); + public static Material fromId(short blockId) { + return MaterialMap.map.getOrDefault(blockId, AIR); } public boolean isHelmet() { @@ -947,7 +947,48 @@ public enum TmpMaterial { } public boolean isFood() { - return false; // TODO + switch (this) { + case APPLE: + case MUSHROOM_STEW: + case BREAD: + case PORKCHOP: + case COOKED_PORKCHOP: + case GOLDEN_APPLE: + case ENCHANTED_GOLDEN_APPLE: + case COD: + case SALMON: + case TROPICAL_FISH: + case PUFFERFISH: + case COOKED_COD: + case COOKED_SALMON: + case CAKE: + case COOKIE: + case MELON_SLICE: + case DRIED_KELP: + case BEEF: + case COOKED_BEEF: + case CHICKEN: + case COOKED_CHICKEN: + case ROTTEN_FLESH: + case SPIDER_EYE: + case CARROT: + case POTATO: + case BAKED_POTATO: + case POISONOUS_POTATO: + case PUMPKIN_PIE: + case RABBIT: + case COOKED_RABBIT: + case RABBIT_STEW: + case MUTTON: + case COOKED_MUTTON: + case BEETROOT: + case BEETROOT_SOUP: + case SWEET_BERRIES: + case HONEY_BOTTLE: + return true; + default: + return false; + } } public boolean hasState() { diff --git a/src/autogenerated/java/net/minestom/server/instance/item/MaterialMap.java b/src/autogenerated/java/net/minestom/server/instance/item/MaterialMap.java new file mode 100644 index 000000000..29fa9d199 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/item/MaterialMap.java @@ -0,0 +1,5 @@ +package net.minestom.server.instance.item; +import it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap; +final class MaterialMap { + static final Short2ObjectOpenHashMap map = new Short2ObjectOpenHashMap<>(); +} diff --git a/src/autogenerated/java/net/minestom/server/instance/item/TmpMaterialMap.java b/src/autogenerated/java/net/minestom/server/instance/item/TmpMaterialMap.java deleted file mode 100644 index a5dcd0078..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/item/TmpMaterialMap.java +++ /dev/null @@ -1,5 +0,0 @@ -package net.minestom.server.instance.item; -import it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap; -final class TmpMaterialMap { - static final Short2ObjectOpenHashMap map = new Short2ObjectOpenHashMap<>(); -} diff --git a/src/autogenerated/java/net/minestom/server/item/Material.java b/src/autogenerated/java/net/minestom/server/item/Material.java new file mode 100644 index 000000000..d467be820 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/item/Material.java @@ -0,0 +1,1005 @@ +//============================== +// AUTOGENERATED BY EnumGenerator +//============================== +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), + STONE("minecraft:stone", 64, Block.STONE), + GRANITE("minecraft:granite", 64, Block.GRANITE), + POLISHED_GRANITE("minecraft:polished_granite", 64, Block.POLISHED_GRANITE), + DIORITE("minecraft:diorite", 64, Block.DIORITE), + POLISHED_DIORITE("minecraft:polished_diorite", 64, Block.POLISHED_DIORITE), + ANDESITE("minecraft:andesite", 64, Block.ANDESITE), + POLISHED_ANDESITE("minecraft:polished_andesite", 64, Block.POLISHED_ANDESITE), + GRASS_BLOCK("minecraft:grass_block", 64, Block.GRASS_BLOCK), + DIRT("minecraft:dirt", 64, Block.DIRT), + COARSE_DIRT("minecraft:coarse_dirt", 64, Block.COARSE_DIRT), + PODZOL("minecraft:podzol", 64, Block.PODZOL), + COBBLESTONE("minecraft:cobblestone", 64, Block.COBBLESTONE), + OAK_PLANKS("minecraft:oak_planks", 64, Block.OAK_PLANKS), + SPRUCE_PLANKS("minecraft:spruce_planks", 64, Block.SPRUCE_PLANKS), + BIRCH_PLANKS("minecraft:birch_planks", 64, Block.BIRCH_PLANKS), + 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), + 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), + JUNGLE_SAPLING("minecraft:jungle_sapling", 64, Block.JUNGLE_SAPLING), + ACACIA_SAPLING("minecraft:acacia_sapling", 64, Block.ACACIA_SAPLING), + DARK_OAK_SAPLING("minecraft:dark_oak_sapling", 64, Block.DARK_OAK_SAPLING), + BEDROCK("minecraft:bedrock", 64, Block.BEDROCK), + SAND("minecraft:sand", 64, Block.SAND), + RED_SAND("minecraft:red_sand", 64, Block.RED_SAND), + GRAVEL("minecraft:gravel", 64, Block.GRAVEL), + 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), + 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), + 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_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), + 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), + 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), + JUNGLE_LEAVES("minecraft:jungle_leaves", 64, Block.JUNGLE_LEAVES), + ACACIA_LEAVES("minecraft:acacia_leaves", 64, Block.ACACIA_LEAVES), + DARK_OAK_LEAVES("minecraft:dark_oak_leaves", 64, Block.DARK_OAK_LEAVES), + SPONGE("minecraft:sponge", 64, Block.SPONGE), + WET_SPONGE("minecraft:wet_sponge", 64, Block.WET_SPONGE), + GLASS("minecraft:glass", 64, Block.GLASS), + LAPIS_ORE("minecraft:lapis_ore", 64, Block.LAPIS_ORE), + LAPIS_BLOCK("minecraft:lapis_block", 64, Block.LAPIS_BLOCK), + DISPENSER("minecraft:dispenser", 64, Block.DISPENSER), + SANDSTONE("minecraft:sandstone", 64, Block.SANDSTONE), + CHISELED_SANDSTONE("minecraft:chiseled_sandstone", 64, Block.CHISELED_SANDSTONE), + CUT_SANDSTONE("minecraft:cut_sandstone", 64, Block.CUT_SANDSTONE), + NOTE_BLOCK("minecraft:note_block", 64, Block.NOTE_BLOCK), + POWERED_RAIL("minecraft:powered_rail", 64, Block.POWERED_RAIL), + DETECTOR_RAIL("minecraft:detector_rail", 64, Block.DETECTOR_RAIL), + STICKY_PISTON("minecraft:sticky_piston", 64, Block.STICKY_PISTON), + COBWEB("minecraft:cobweb", 64, Block.COBWEB), + GRASS("minecraft:grass", 64, Block.GRASS), + FERN("minecraft:fern", 64, Block.FERN), + DEAD_BUSH("minecraft:dead_bush", 64, Block.DEAD_BUSH), + SEAGRASS("minecraft:seagrass", 64, Block.SEAGRASS), + SEA_PICKLE("minecraft:sea_pickle", 64, Block.SEA_PICKLE), + PISTON("minecraft:piston", 64, Block.PISTON), + WHITE_WOOL("minecraft:white_wool", 64, Block.WHITE_WOOL), + ORANGE_WOOL("minecraft:orange_wool", 64, Block.ORANGE_WOOL), + MAGENTA_WOOL("minecraft:magenta_wool", 64, Block.MAGENTA_WOOL), + LIGHT_BLUE_WOOL("minecraft:light_blue_wool", 64, Block.LIGHT_BLUE_WOOL), + YELLOW_WOOL("minecraft:yellow_wool", 64, Block.YELLOW_WOOL), + LIME_WOOL("minecraft:lime_wool", 64, Block.LIME_WOOL), + PINK_WOOL("minecraft:pink_wool", 64, Block.PINK_WOOL), + GRAY_WOOL("minecraft:gray_wool", 64, Block.GRAY_WOOL), + LIGHT_GRAY_WOOL("minecraft:light_gray_wool", 64, Block.LIGHT_GRAY_WOOL), + CYAN_WOOL("minecraft:cyan_wool", 64, Block.CYAN_WOOL), + PURPLE_WOOL("minecraft:purple_wool", 64, Block.PURPLE_WOOL), + BLUE_WOOL("minecraft:blue_wool", 64, Block.BLUE_WOOL), + BROWN_WOOL("minecraft:brown_wool", 64, Block.BROWN_WOOL), + GREEN_WOOL("minecraft:green_wool", 64, Block.GREEN_WOOL), + RED_WOOL("minecraft:red_wool", 64, Block.RED_WOOL), + BLACK_WOOL("minecraft:black_wool", 64, Block.BLACK_WOOL), + DANDELION("minecraft:dandelion", 64, Block.DANDELION), + POPPY("minecraft:poppy", 64, Block.POPPY), + BLUE_ORCHID("minecraft:blue_orchid", 64, Block.BLUE_ORCHID), + ALLIUM("minecraft:allium", 64, Block.ALLIUM), + AZURE_BLUET("minecraft:azure_bluet", 64, Block.AZURE_BLUET), + RED_TULIP("minecraft:red_tulip", 64, Block.RED_TULIP), + ORANGE_TULIP("minecraft:orange_tulip", 64, Block.ORANGE_TULIP), + WHITE_TULIP("minecraft:white_tulip", 64, Block.WHITE_TULIP), + PINK_TULIP("minecraft:pink_tulip", 64, Block.PINK_TULIP), + OXEYE_DAISY("minecraft:oxeye_daisy", 64, Block.OXEYE_DAISY), + CORNFLOWER("minecraft:cornflower", 64, Block.CORNFLOWER), + LILY_OF_THE_VALLEY("minecraft:lily_of_the_valley", 64, Block.LILY_OF_THE_VALLEY), + 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), + 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), + SPRUCE_SLAB("minecraft:spruce_slab", 64, Block.SPRUCE_SLAB), + BIRCH_SLAB("minecraft:birch_slab", 64, Block.BIRCH_SLAB), + 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), + 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), + CUT_SANDSTONE_SLAB("minecraft:cut_sandstone_slab", 64, Block.CUT_SANDSTONE_SLAB), + PETRIFIED_OAK_SLAB("minecraft:petrified_oak_slab", 64, Block.PETRIFIED_OAK_SLAB), + COBBLESTONE_SLAB("minecraft:cobblestone_slab", 64, Block.COBBLESTONE_SLAB), + BRICK_SLAB("minecraft:brick_slab", 64, Block.BRICK_SLAB), + STONE_BRICK_SLAB("minecraft:stone_brick_slab", 64, Block.STONE_BRICK_SLAB), + NETHER_BRICK_SLAB("minecraft:nether_brick_slab", 64, Block.NETHER_BRICK_SLAB), + QUARTZ_SLAB("minecraft:quartz_slab", 64, Block.QUARTZ_SLAB), + RED_SANDSTONE_SLAB("minecraft:red_sandstone_slab", 64, Block.RED_SANDSTONE_SLAB), + CUT_RED_SANDSTONE_SLAB("minecraft:cut_red_sandstone_slab", 64, Block.CUT_RED_SANDSTONE_SLAB), + PURPUR_SLAB("minecraft:purpur_slab", 64, Block.PURPUR_SLAB), + PRISMARINE_SLAB("minecraft:prismarine_slab", 64, Block.PRISMARINE_SLAB), + PRISMARINE_BRICK_SLAB("minecraft:prismarine_brick_slab", 64, Block.PRISMARINE_BRICK_SLAB), + DARK_PRISMARINE_SLAB("minecraft:dark_prismarine_slab", 64, Block.DARK_PRISMARINE_SLAB), + SMOOTH_QUARTZ("minecraft:smooth_quartz", 64, Block.SMOOTH_QUARTZ), + SMOOTH_RED_SANDSTONE("minecraft:smooth_red_sandstone", 64, Block.SMOOTH_RED_SANDSTONE), + SMOOTH_SANDSTONE("minecraft:smooth_sandstone", 64, Block.SMOOTH_SANDSTONE), + SMOOTH_STONE("minecraft:smooth_stone", 64, Block.SMOOTH_STONE), + BRICKS("minecraft:bricks", 64, Block.BRICKS), + TNT("minecraft:tnt", 64, Block.TNT), + BOOKSHELF("minecraft:bookshelf", 64, Block.BOOKSHELF), + MOSSY_COBBLESTONE("minecraft:mossy_cobblestone", 64, Block.MOSSY_COBBLESTONE), + OBSIDIAN("minecraft:obsidian", 64, Block.OBSIDIAN), + TORCH("minecraft:torch", 64, Block.TORCH), + END_ROD("minecraft:end_rod", 64, Block.END_ROD), + CHORUS_PLANT("minecraft:chorus_plant", 64, Block.CHORUS_PLANT), + CHORUS_FLOWER("minecraft:chorus_flower", 64, Block.CHORUS_FLOWER), + PURPUR_BLOCK("minecraft:purpur_block", 64, Block.PURPUR_BLOCK), + PURPUR_PILLAR("minecraft:purpur_pillar", 64, Block.PURPUR_PILLAR), + PURPUR_STAIRS("minecraft:purpur_stairs", 64, Block.PURPUR_STAIRS), + SPAWNER("minecraft:spawner", 64, Block.SPAWNER), + OAK_STAIRS("minecraft:oak_stairs", 64, Block.OAK_STAIRS), + CHEST("minecraft:chest", 64, Block.CHEST), + DIAMOND_ORE("minecraft:diamond_ore", 64, Block.DIAMOND_ORE), + DIAMOND_BLOCK("minecraft:diamond_block", 64, Block.DIAMOND_BLOCK), + CRAFTING_TABLE("minecraft:crafting_table", 64, Block.CRAFTING_TABLE), + FARMLAND("minecraft:farmland", 64, Block.FARMLAND), + FURNACE("minecraft:furnace", 64, Block.FURNACE), + LADDER("minecraft:ladder", 64, Block.LADDER), + RAIL("minecraft:rail", 64, Block.RAIL), + COBBLESTONE_STAIRS("minecraft:cobblestone_stairs", 64, Block.COBBLESTONE_STAIRS), + LEVER("minecraft:lever", 64, Block.LEVER), + STONE_PRESSURE_PLATE("minecraft:stone_pressure_plate", 64, Block.STONE_PRESSURE_PLATE), + OAK_PRESSURE_PLATE("minecraft:oak_pressure_plate", 64, Block.OAK_PRESSURE_PLATE), + SPRUCE_PRESSURE_PLATE("minecraft:spruce_pressure_plate", 64, Block.SPRUCE_PRESSURE_PLATE), + BIRCH_PRESSURE_PLATE("minecraft:birch_pressure_plate", 64, Block.BIRCH_PRESSURE_PLATE), + 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), + 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), + CACTUS("minecraft:cactus", 64, Block.CACTUS), + CLAY("minecraft:clay", 64, Block.CLAY), + JUKEBOX("minecraft:jukebox", 64, Block.JUKEBOX), + OAK_FENCE("minecraft:oak_fence", 64, Block.OAK_FENCE), + SPRUCE_FENCE("minecraft:spruce_fence", 64, Block.SPRUCE_FENCE), + BIRCH_FENCE("minecraft:birch_fence", 64, Block.BIRCH_FENCE), + 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), + 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), + 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), + SPRUCE_TRAPDOOR("minecraft:spruce_trapdoor", 64, Block.SPRUCE_TRAPDOOR), + BIRCH_TRAPDOOR("minecraft:birch_trapdoor", 64, Block.BIRCH_TRAPDOOR), + 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), + 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), + INFESTED_MOSSY_STONE_BRICKS("minecraft:infested_mossy_stone_bricks", 64, Block.INFESTED_MOSSY_STONE_BRICKS), + INFESTED_CRACKED_STONE_BRICKS("minecraft:infested_cracked_stone_bricks", 64, Block.INFESTED_CRACKED_STONE_BRICKS), + INFESTED_CHISELED_STONE_BRICKS("minecraft:infested_chiseled_stone_bricks", 64, Block.INFESTED_CHISELED_STONE_BRICKS), + STONE_BRICKS("minecraft:stone_bricks", 64, Block.STONE_BRICKS), + MOSSY_STONE_BRICKS("minecraft:mossy_stone_bricks", 64, Block.MOSSY_STONE_BRICKS), + CRACKED_STONE_BRICKS("minecraft:cracked_stone_bricks", 64, Block.CRACKED_STONE_BRICKS), + CHISELED_STONE_BRICKS("minecraft:chiseled_stone_bricks", 64, Block.CHISELED_STONE_BRICKS), + BROWN_MUSHROOM_BLOCK("minecraft:brown_mushroom_block", 64, Block.BROWN_MUSHROOM_BLOCK), + 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), + GLASS_PANE("minecraft:glass_pane", 64, Block.GLASS_PANE), + MELON("minecraft:melon", 64, Block.MELON), + VINE("minecraft:vine", 64, Block.VINE), + OAK_FENCE_GATE("minecraft:oak_fence_gate", 64, Block.OAK_FENCE_GATE), + SPRUCE_FENCE_GATE("minecraft:spruce_fence_gate", 64, Block.SPRUCE_FENCE_GATE), + BIRCH_FENCE_GATE("minecraft:birch_fence_gate", 64, Block.BIRCH_FENCE_GATE), + 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), + 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), + 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), + END_PORTAL_FRAME("minecraft:end_portal_frame", 64, Block.END_PORTAL_FRAME), + END_STONE("minecraft:end_stone", 64, Block.END_STONE), + END_STONE_BRICKS("minecraft:end_stone_bricks", 64, Block.END_STONE_BRICKS), + DRAGON_EGG("minecraft:dragon_egg", 64, Block.DRAGON_EGG), + REDSTONE_LAMP("minecraft:redstone_lamp", 64, Block.REDSTONE_LAMP), + SANDSTONE_STAIRS("minecraft:sandstone_stairs", 64, Block.SANDSTONE_STAIRS), + EMERALD_ORE("minecraft:emerald_ore", 64, Block.EMERALD_ORE), + ENDER_CHEST("minecraft:ender_chest", 64, Block.ENDER_CHEST), + TRIPWIRE_HOOK("minecraft:tripwire_hook", 64, Block.TRIPWIRE_HOOK), + EMERALD_BLOCK("minecraft:emerald_block", 64, Block.EMERALD_BLOCK), + 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), + COMMAND_BLOCK("minecraft:command_block", 64, Block.COMMAND_BLOCK), + BEACON("minecraft:beacon", 64, Block.BEACON), + COBBLESTONE_WALL("minecraft:cobblestone_wall", 64, Block.COBBLESTONE_WALL), + MOSSY_COBBLESTONE_WALL("minecraft:mossy_cobblestone_wall", 64, Block.MOSSY_COBBLESTONE_WALL), + BRICK_WALL("minecraft:brick_wall", 64, Block.BRICK_WALL), + PRISMARINE_WALL("minecraft:prismarine_wall", 64, Block.PRISMARINE_WALL), + RED_SANDSTONE_WALL("minecraft:red_sandstone_wall", 64, Block.RED_SANDSTONE_WALL), + MOSSY_STONE_BRICK_WALL("minecraft:mossy_stone_brick_wall", 64, Block.MOSSY_STONE_BRICK_WALL), + GRANITE_WALL("minecraft:granite_wall", 64, Block.GRANITE_WALL), + STONE_BRICK_WALL("minecraft:stone_brick_wall", 64, Block.STONE_BRICK_WALL), + NETHER_BRICK_WALL("minecraft:nether_brick_wall", 64, Block.NETHER_BRICK_WALL), + ANDESITE_WALL("minecraft:andesite_wall", 64, Block.ANDESITE_WALL), + RED_NETHER_BRICK_WALL("minecraft:red_nether_brick_wall", 64, Block.RED_NETHER_BRICK_WALL), + 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), + 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), + ANVIL("minecraft:anvil", 64, Block.ANVIL), + CHIPPED_ANVIL("minecraft:chipped_anvil", 64, Block.CHIPPED_ANVIL), + DAMAGED_ANVIL("minecraft:damaged_anvil", 64, Block.DAMAGED_ANVIL), + TRAPPED_CHEST("minecraft:trapped_chest", 64, Block.TRAPPED_CHEST), + LIGHT_WEIGHTED_PRESSURE_PLATE("minecraft:light_weighted_pressure_plate", 64, Block.LIGHT_WEIGHTED_PRESSURE_PLATE), + HEAVY_WEIGHTED_PRESSURE_PLATE("minecraft:heavy_weighted_pressure_plate", 64, Block.HEAVY_WEIGHTED_PRESSURE_PLATE), + DAYLIGHT_DETECTOR("minecraft:daylight_detector", 64, Block.DAYLIGHT_DETECTOR), + REDSTONE_BLOCK("minecraft:redstone_block", 64, Block.REDSTONE_BLOCK), + NETHER_QUARTZ_ORE("minecraft:nether_quartz_ore", 64, Block.NETHER_QUARTZ_ORE), + 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_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), + DROPPER("minecraft:dropper", 64, Block.DROPPER), + WHITE_TERRACOTTA("minecraft:white_terracotta", 64, Block.WHITE_TERRACOTTA), + ORANGE_TERRACOTTA("minecraft:orange_terracotta", 64, Block.ORANGE_TERRACOTTA), + MAGENTA_TERRACOTTA("minecraft:magenta_terracotta", 64, Block.MAGENTA_TERRACOTTA), + LIGHT_BLUE_TERRACOTTA("minecraft:light_blue_terracotta", 64, Block.LIGHT_BLUE_TERRACOTTA), + YELLOW_TERRACOTTA("minecraft:yellow_terracotta", 64, Block.YELLOW_TERRACOTTA), + LIME_TERRACOTTA("minecraft:lime_terracotta", 64, Block.LIME_TERRACOTTA), + PINK_TERRACOTTA("minecraft:pink_terracotta", 64, Block.PINK_TERRACOTTA), + GRAY_TERRACOTTA("minecraft:gray_terracotta", 64, Block.GRAY_TERRACOTTA), + LIGHT_GRAY_TERRACOTTA("minecraft:light_gray_terracotta", 64, Block.LIGHT_GRAY_TERRACOTTA), + CYAN_TERRACOTTA("minecraft:cyan_terracotta", 64, Block.CYAN_TERRACOTTA), + PURPLE_TERRACOTTA("minecraft:purple_terracotta", 64, Block.PURPLE_TERRACOTTA), + BLUE_TERRACOTTA("minecraft:blue_terracotta", 64, Block.BLUE_TERRACOTTA), + BROWN_TERRACOTTA("minecraft:brown_terracotta", 64, Block.BROWN_TERRACOTTA), + GREEN_TERRACOTTA("minecraft:green_terracotta", 64, Block.GREEN_TERRACOTTA), + RED_TERRACOTTA("minecraft:red_terracotta", 64, Block.RED_TERRACOTTA), + BLACK_TERRACOTTA("minecraft:black_terracotta", 64, Block.BLACK_TERRACOTTA), + BARRIER("minecraft:barrier", 64, Block.BARRIER), + IRON_TRAPDOOR("minecraft:iron_trapdoor", 64, Block.IRON_TRAPDOOR), + HAY_BLOCK("minecraft:hay_block", 64, Block.HAY_BLOCK), + WHITE_CARPET("minecraft:white_carpet", 64, Block.WHITE_CARPET), + ORANGE_CARPET("minecraft:orange_carpet", 64, Block.ORANGE_CARPET), + MAGENTA_CARPET("minecraft:magenta_carpet", 64, Block.MAGENTA_CARPET), + LIGHT_BLUE_CARPET("minecraft:light_blue_carpet", 64, Block.LIGHT_BLUE_CARPET), + YELLOW_CARPET("minecraft:yellow_carpet", 64, Block.YELLOW_CARPET), + LIME_CARPET("minecraft:lime_carpet", 64, Block.LIME_CARPET), + PINK_CARPET("minecraft:pink_carpet", 64, Block.PINK_CARPET), + GRAY_CARPET("minecraft:gray_carpet", 64, Block.GRAY_CARPET), + LIGHT_GRAY_CARPET("minecraft:light_gray_carpet", 64, Block.LIGHT_GRAY_CARPET), + CYAN_CARPET("minecraft:cyan_carpet", 64, Block.CYAN_CARPET), + PURPLE_CARPET("minecraft:purple_carpet", 64, Block.PURPLE_CARPET), + BLUE_CARPET("minecraft:blue_carpet", 64, Block.BLUE_CARPET), + BROWN_CARPET("minecraft:brown_carpet", 64, Block.BROWN_CARPET), + GREEN_CARPET("minecraft:green_carpet", 64, Block.GREEN_CARPET), + RED_CARPET("minecraft:red_carpet", 64, Block.RED_CARPET), + BLACK_CARPET("minecraft:black_carpet", 64, Block.BLACK_CARPET), + TERRACOTTA("minecraft:terracotta", 64, Block.TERRACOTTA), + COAL_BLOCK("minecraft:coal_block", 64, Block.COAL_BLOCK), + PACKED_ICE("minecraft:packed_ice", 64, Block.PACKED_ICE), + ACACIA_STAIRS("minecraft:acacia_stairs", 64, Block.ACACIA_STAIRS), + DARK_OAK_STAIRS("minecraft:dark_oak_stairs", 64, Block.DARK_OAK_STAIRS), + SLIME_BLOCK("minecraft:slime_block", 64, Block.SLIME_BLOCK), + GRASS_PATH("minecraft:grass_path", 64, Block.GRASS_PATH), + SUNFLOWER("minecraft:sunflower", 64, Block.SUNFLOWER), + LILAC("minecraft:lilac", 64, Block.LILAC), + ROSE_BUSH("minecraft:rose_bush", 64, Block.ROSE_BUSH), + PEONY("minecraft:peony", 64, Block.PEONY), + TALL_GRASS("minecraft:tall_grass", 64, Block.TALL_GRASS), + LARGE_FERN("minecraft:large_fern", 64, Block.LARGE_FERN), + WHITE_STAINED_GLASS("minecraft:white_stained_glass", 64, Block.WHITE_STAINED_GLASS), + ORANGE_STAINED_GLASS("minecraft:orange_stained_glass", 64, Block.ORANGE_STAINED_GLASS), + MAGENTA_STAINED_GLASS("minecraft:magenta_stained_glass", 64, Block.MAGENTA_STAINED_GLASS), + LIGHT_BLUE_STAINED_GLASS("minecraft:light_blue_stained_glass", 64, Block.LIGHT_BLUE_STAINED_GLASS), + YELLOW_STAINED_GLASS("minecraft:yellow_stained_glass", 64, Block.YELLOW_STAINED_GLASS), + LIME_STAINED_GLASS("minecraft:lime_stained_glass", 64, Block.LIME_STAINED_GLASS), + PINK_STAINED_GLASS("minecraft:pink_stained_glass", 64, Block.PINK_STAINED_GLASS), + GRAY_STAINED_GLASS("minecraft:gray_stained_glass", 64, Block.GRAY_STAINED_GLASS), + LIGHT_GRAY_STAINED_GLASS("minecraft:light_gray_stained_glass", 64, Block.LIGHT_GRAY_STAINED_GLASS), + CYAN_STAINED_GLASS("minecraft:cyan_stained_glass", 64, Block.CYAN_STAINED_GLASS), + PURPLE_STAINED_GLASS("minecraft:purple_stained_glass", 64, Block.PURPLE_STAINED_GLASS), + BLUE_STAINED_GLASS("minecraft:blue_stained_glass", 64, Block.BLUE_STAINED_GLASS), + BROWN_STAINED_GLASS("minecraft:brown_stained_glass", 64, Block.BROWN_STAINED_GLASS), + GREEN_STAINED_GLASS("minecraft:green_stained_glass", 64, Block.GREEN_STAINED_GLASS), + RED_STAINED_GLASS("minecraft:red_stained_glass", 64, Block.RED_STAINED_GLASS), + BLACK_STAINED_GLASS("minecraft:black_stained_glass", 64, Block.BLACK_STAINED_GLASS), + WHITE_STAINED_GLASS_PANE("minecraft:white_stained_glass_pane", 64, Block.WHITE_STAINED_GLASS_PANE), + ORANGE_STAINED_GLASS_PANE("minecraft:orange_stained_glass_pane", 64, Block.ORANGE_STAINED_GLASS_PANE), + MAGENTA_STAINED_GLASS_PANE("minecraft:magenta_stained_glass_pane", 64, Block.MAGENTA_STAINED_GLASS_PANE), + LIGHT_BLUE_STAINED_GLASS_PANE("minecraft:light_blue_stained_glass_pane", 64, Block.LIGHT_BLUE_STAINED_GLASS_PANE), + YELLOW_STAINED_GLASS_PANE("minecraft:yellow_stained_glass_pane", 64, Block.YELLOW_STAINED_GLASS_PANE), + LIME_STAINED_GLASS_PANE("minecraft:lime_stained_glass_pane", 64, Block.LIME_STAINED_GLASS_PANE), + PINK_STAINED_GLASS_PANE("minecraft:pink_stained_glass_pane", 64, Block.PINK_STAINED_GLASS_PANE), + GRAY_STAINED_GLASS_PANE("minecraft:gray_stained_glass_pane", 64, Block.GRAY_STAINED_GLASS_PANE), + LIGHT_GRAY_STAINED_GLASS_PANE("minecraft:light_gray_stained_glass_pane", 64, Block.LIGHT_GRAY_STAINED_GLASS_PANE), + CYAN_STAINED_GLASS_PANE("minecraft:cyan_stained_glass_pane", 64, Block.CYAN_STAINED_GLASS_PANE), + PURPLE_STAINED_GLASS_PANE("minecraft:purple_stained_glass_pane", 64, Block.PURPLE_STAINED_GLASS_PANE), + BLUE_STAINED_GLASS_PANE("minecraft:blue_stained_glass_pane", 64, Block.BLUE_STAINED_GLASS_PANE), + BROWN_STAINED_GLASS_PANE("minecraft:brown_stained_glass_pane", 64, Block.BROWN_STAINED_GLASS_PANE), + GREEN_STAINED_GLASS_PANE("minecraft:green_stained_glass_pane", 64, Block.GREEN_STAINED_GLASS_PANE), + RED_STAINED_GLASS_PANE("minecraft:red_stained_glass_pane", 64, Block.RED_STAINED_GLASS_PANE), + BLACK_STAINED_GLASS_PANE("minecraft:black_stained_glass_pane", 64, Block.BLACK_STAINED_GLASS_PANE), + PRISMARINE("minecraft:prismarine", 64, Block.PRISMARINE), + PRISMARINE_BRICKS("minecraft:prismarine_bricks", 64, Block.PRISMARINE_BRICKS), + DARK_PRISMARINE("minecraft:dark_prismarine", 64, Block.DARK_PRISMARINE), + PRISMARINE_STAIRS("minecraft:prismarine_stairs", 64, Block.PRISMARINE_STAIRS), + PRISMARINE_BRICK_STAIRS("minecraft:prismarine_brick_stairs", 64, Block.PRISMARINE_BRICK_STAIRS), + DARK_PRISMARINE_STAIRS("minecraft:dark_prismarine_stairs", 64, Block.DARK_PRISMARINE_STAIRS), + SEA_LANTERN("minecraft:sea_lantern", 64, Block.SEA_LANTERN), + RED_SANDSTONE("minecraft:red_sandstone", 64, Block.RED_SANDSTONE), + CHISELED_RED_SANDSTONE("minecraft:chiseled_red_sandstone", 64, Block.CHISELED_RED_SANDSTONE), + CUT_RED_SANDSTONE("minecraft:cut_red_sandstone", 64, Block.CUT_RED_SANDSTONE), + RED_SANDSTONE_STAIRS("minecraft:red_sandstone_stairs", 64, Block.RED_SANDSTONE_STAIRS), + REPEATING_COMMAND_BLOCK("minecraft:repeating_command_block", 64, Block.REPEATING_COMMAND_BLOCK), + 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), + 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), + OBSERVER("minecraft:observer", 64, Block.OBSERVER), + SHULKER_BOX("minecraft:shulker_box", 1, Block.SHULKER_BOX), + WHITE_SHULKER_BOX("minecraft:white_shulker_box", 1, Block.WHITE_SHULKER_BOX), + ORANGE_SHULKER_BOX("minecraft:orange_shulker_box", 1, Block.ORANGE_SHULKER_BOX), + MAGENTA_SHULKER_BOX("minecraft:magenta_shulker_box", 1, Block.MAGENTA_SHULKER_BOX), + LIGHT_BLUE_SHULKER_BOX("minecraft:light_blue_shulker_box", 1, Block.LIGHT_BLUE_SHULKER_BOX), + YELLOW_SHULKER_BOX("minecraft:yellow_shulker_box", 1, Block.YELLOW_SHULKER_BOX), + LIME_SHULKER_BOX("minecraft:lime_shulker_box", 1, Block.LIME_SHULKER_BOX), + PINK_SHULKER_BOX("minecraft:pink_shulker_box", 1, Block.PINK_SHULKER_BOX), + GRAY_SHULKER_BOX("minecraft:gray_shulker_box", 1, Block.GRAY_SHULKER_BOX), + LIGHT_GRAY_SHULKER_BOX("minecraft:light_gray_shulker_box", 1, Block.LIGHT_GRAY_SHULKER_BOX), + CYAN_SHULKER_BOX("minecraft:cyan_shulker_box", 1, Block.CYAN_SHULKER_BOX), + PURPLE_SHULKER_BOX("minecraft:purple_shulker_box", 1, Block.PURPLE_SHULKER_BOX), + BLUE_SHULKER_BOX("minecraft:blue_shulker_box", 1, Block.BLUE_SHULKER_BOX), + BROWN_SHULKER_BOX("minecraft:brown_shulker_box", 1, Block.BROWN_SHULKER_BOX), + GREEN_SHULKER_BOX("minecraft:green_shulker_box", 1, Block.GREEN_SHULKER_BOX), + RED_SHULKER_BOX("minecraft:red_shulker_box", 1, Block.RED_SHULKER_BOX), + BLACK_SHULKER_BOX("minecraft:black_shulker_box", 1, Block.BLACK_SHULKER_BOX), + WHITE_GLAZED_TERRACOTTA("minecraft:white_glazed_terracotta", 64, Block.WHITE_GLAZED_TERRACOTTA), + ORANGE_GLAZED_TERRACOTTA("minecraft:orange_glazed_terracotta", 64, Block.ORANGE_GLAZED_TERRACOTTA), + MAGENTA_GLAZED_TERRACOTTA("minecraft:magenta_glazed_terracotta", 64, Block.MAGENTA_GLAZED_TERRACOTTA), + LIGHT_BLUE_GLAZED_TERRACOTTA("minecraft:light_blue_glazed_terracotta", 64, Block.LIGHT_BLUE_GLAZED_TERRACOTTA), + YELLOW_GLAZED_TERRACOTTA("minecraft:yellow_glazed_terracotta", 64, Block.YELLOW_GLAZED_TERRACOTTA), + LIME_GLAZED_TERRACOTTA("minecraft:lime_glazed_terracotta", 64, Block.LIME_GLAZED_TERRACOTTA), + PINK_GLAZED_TERRACOTTA("minecraft:pink_glazed_terracotta", 64, Block.PINK_GLAZED_TERRACOTTA), + GRAY_GLAZED_TERRACOTTA("minecraft:gray_glazed_terracotta", 64, Block.GRAY_GLAZED_TERRACOTTA), + LIGHT_GRAY_GLAZED_TERRACOTTA("minecraft:light_gray_glazed_terracotta", 64, Block.LIGHT_GRAY_GLAZED_TERRACOTTA), + CYAN_GLAZED_TERRACOTTA("minecraft:cyan_glazed_terracotta", 64, Block.CYAN_GLAZED_TERRACOTTA), + PURPLE_GLAZED_TERRACOTTA("minecraft:purple_glazed_terracotta", 64, Block.PURPLE_GLAZED_TERRACOTTA), + BLUE_GLAZED_TERRACOTTA("minecraft:blue_glazed_terracotta", 64, Block.BLUE_GLAZED_TERRACOTTA), + BROWN_GLAZED_TERRACOTTA("minecraft:brown_glazed_terracotta", 64, Block.BROWN_GLAZED_TERRACOTTA), + GREEN_GLAZED_TERRACOTTA("minecraft:green_glazed_terracotta", 64, Block.GREEN_GLAZED_TERRACOTTA), + RED_GLAZED_TERRACOTTA("minecraft:red_glazed_terracotta", 64, Block.RED_GLAZED_TERRACOTTA), + BLACK_GLAZED_TERRACOTTA("minecraft:black_glazed_terracotta", 64, Block.BLACK_GLAZED_TERRACOTTA), + WHITE_CONCRETE("minecraft:white_concrete", 64, Block.WHITE_CONCRETE), + ORANGE_CONCRETE("minecraft:orange_concrete", 64, Block.ORANGE_CONCRETE), + MAGENTA_CONCRETE("minecraft:magenta_concrete", 64, Block.MAGENTA_CONCRETE), + LIGHT_BLUE_CONCRETE("minecraft:light_blue_concrete", 64, Block.LIGHT_BLUE_CONCRETE), + YELLOW_CONCRETE("minecraft:yellow_concrete", 64, Block.YELLOW_CONCRETE), + LIME_CONCRETE("minecraft:lime_concrete", 64, Block.LIME_CONCRETE), + PINK_CONCRETE("minecraft:pink_concrete", 64, Block.PINK_CONCRETE), + GRAY_CONCRETE("minecraft:gray_concrete", 64, Block.GRAY_CONCRETE), + LIGHT_GRAY_CONCRETE("minecraft:light_gray_concrete", 64, Block.LIGHT_GRAY_CONCRETE), + CYAN_CONCRETE("minecraft:cyan_concrete", 64, Block.CYAN_CONCRETE), + PURPLE_CONCRETE("minecraft:purple_concrete", 64, Block.PURPLE_CONCRETE), + BLUE_CONCRETE("minecraft:blue_concrete", 64, Block.BLUE_CONCRETE), + BROWN_CONCRETE("minecraft:brown_concrete", 64, Block.BROWN_CONCRETE), + GREEN_CONCRETE("minecraft:green_concrete", 64, Block.GREEN_CONCRETE), + RED_CONCRETE("minecraft:red_concrete", 64, Block.RED_CONCRETE), + BLACK_CONCRETE("minecraft:black_concrete", 64, Block.BLACK_CONCRETE), + WHITE_CONCRETE_POWDER("minecraft:white_concrete_powder", 64, Block.WHITE_CONCRETE_POWDER), + ORANGE_CONCRETE_POWDER("minecraft:orange_concrete_powder", 64, Block.ORANGE_CONCRETE_POWDER), + MAGENTA_CONCRETE_POWDER("minecraft:magenta_concrete_powder", 64, Block.MAGENTA_CONCRETE_POWDER), + LIGHT_BLUE_CONCRETE_POWDER("minecraft:light_blue_concrete_powder", 64, Block.LIGHT_BLUE_CONCRETE_POWDER), + YELLOW_CONCRETE_POWDER("minecraft:yellow_concrete_powder", 64, Block.YELLOW_CONCRETE_POWDER), + LIME_CONCRETE_POWDER("minecraft:lime_concrete_powder", 64, Block.LIME_CONCRETE_POWDER), + PINK_CONCRETE_POWDER("minecraft:pink_concrete_powder", 64, Block.PINK_CONCRETE_POWDER), + GRAY_CONCRETE_POWDER("minecraft:gray_concrete_powder", 64, Block.GRAY_CONCRETE_POWDER), + LIGHT_GRAY_CONCRETE_POWDER("minecraft:light_gray_concrete_powder", 64, Block.LIGHT_GRAY_CONCRETE_POWDER), + CYAN_CONCRETE_POWDER("minecraft:cyan_concrete_powder", 64, Block.CYAN_CONCRETE_POWDER), + PURPLE_CONCRETE_POWDER("minecraft:purple_concrete_powder", 64, Block.PURPLE_CONCRETE_POWDER), + BLUE_CONCRETE_POWDER("minecraft:blue_concrete_powder", 64, Block.BLUE_CONCRETE_POWDER), + BROWN_CONCRETE_POWDER("minecraft:brown_concrete_powder", 64, Block.BROWN_CONCRETE_POWDER), + GREEN_CONCRETE_POWDER("minecraft:green_concrete_powder", 64, Block.GREEN_CONCRETE_POWDER), + RED_CONCRETE_POWDER("minecraft:red_concrete_powder", 64, Block.RED_CONCRETE_POWDER), + BLACK_CONCRETE_POWDER("minecraft:black_concrete_powder", 64, Block.BLACK_CONCRETE_POWDER), + TURTLE_EGG("minecraft:turtle_egg", 64, Block.TURTLE_EGG), + DEAD_TUBE_CORAL_BLOCK("minecraft:dead_tube_coral_block", 64, Block.DEAD_TUBE_CORAL_BLOCK), + DEAD_BRAIN_CORAL_BLOCK("minecraft:dead_brain_coral_block", 64, Block.DEAD_BRAIN_CORAL_BLOCK), + DEAD_BUBBLE_CORAL_BLOCK("minecraft:dead_bubble_coral_block", 64, Block.DEAD_BUBBLE_CORAL_BLOCK), + DEAD_FIRE_CORAL_BLOCK("minecraft:dead_fire_coral_block", 64, Block.DEAD_FIRE_CORAL_BLOCK), + DEAD_HORN_CORAL_BLOCK("minecraft:dead_horn_coral_block", 64, Block.DEAD_HORN_CORAL_BLOCK), + TUBE_CORAL_BLOCK("minecraft:tube_coral_block", 64, Block.TUBE_CORAL_BLOCK), + BRAIN_CORAL_BLOCK("minecraft:brain_coral_block", 64, Block.BRAIN_CORAL_BLOCK), + BUBBLE_CORAL_BLOCK("minecraft:bubble_coral_block", 64, Block.BUBBLE_CORAL_BLOCK), + FIRE_CORAL_BLOCK("minecraft:fire_coral_block", 64, Block.FIRE_CORAL_BLOCK), + HORN_CORAL_BLOCK("minecraft:horn_coral_block", 64, Block.HORN_CORAL_BLOCK), + TUBE_CORAL("minecraft:tube_coral", 64, Block.TUBE_CORAL), + BRAIN_CORAL("minecraft:brain_coral", 64, Block.BRAIN_CORAL), + BUBBLE_CORAL("minecraft:bubble_coral", 64, Block.BUBBLE_CORAL), + FIRE_CORAL("minecraft:fire_coral", 64, Block.FIRE_CORAL), + HORN_CORAL("minecraft:horn_coral", 64, Block.HORN_CORAL), + DEAD_BRAIN_CORAL("minecraft:dead_brain_coral", 64, Block.DEAD_BRAIN_CORAL), + DEAD_BUBBLE_CORAL("minecraft:dead_bubble_coral", 64, Block.DEAD_BUBBLE_CORAL), + DEAD_FIRE_CORAL("minecraft:dead_fire_coral", 64, Block.DEAD_FIRE_CORAL), + DEAD_HORN_CORAL("minecraft:dead_horn_coral", 64, Block.DEAD_HORN_CORAL), + DEAD_TUBE_CORAL("minecraft:dead_tube_coral", 64, Block.DEAD_TUBE_CORAL), + TUBE_CORAL_FAN("minecraft:tube_coral_fan", 64, Block.TUBE_CORAL_FAN), + BRAIN_CORAL_FAN("minecraft:brain_coral_fan", 64, Block.BRAIN_CORAL_FAN), + BUBBLE_CORAL_FAN("minecraft:bubble_coral_fan", 64, Block.BUBBLE_CORAL_FAN), + FIRE_CORAL_FAN("minecraft:fire_coral_fan", 64, Block.FIRE_CORAL_FAN), + HORN_CORAL_FAN("minecraft:horn_coral_fan", 64, Block.HORN_CORAL_FAN), + DEAD_TUBE_CORAL_FAN("minecraft:dead_tube_coral_fan", 64, Block.DEAD_TUBE_CORAL_FAN), + DEAD_BRAIN_CORAL_FAN("minecraft:dead_brain_coral_fan", 64, Block.DEAD_BRAIN_CORAL_FAN), + DEAD_BUBBLE_CORAL_FAN("minecraft:dead_bubble_coral_fan", 64, Block.DEAD_BUBBLE_CORAL_FAN), + DEAD_FIRE_CORAL_FAN("minecraft:dead_fire_coral_fan", 64, Block.DEAD_FIRE_CORAL_FAN), + DEAD_HORN_CORAL_FAN("minecraft:dead_horn_coral_fan", 64, Block.DEAD_HORN_CORAL_FAN), + BLUE_ICE("minecraft:blue_ice", 64, Block.BLUE_ICE), + CONDUIT("minecraft:conduit", 64, Block.CONDUIT), + POLISHED_GRANITE_STAIRS("minecraft:polished_granite_stairs", 64, Block.POLISHED_GRANITE_STAIRS), + SMOOTH_RED_SANDSTONE_STAIRS("minecraft:smooth_red_sandstone_stairs", 64, Block.SMOOTH_RED_SANDSTONE_STAIRS), + MOSSY_STONE_BRICK_STAIRS("minecraft:mossy_stone_brick_stairs", 64, Block.MOSSY_STONE_BRICK_STAIRS), + POLISHED_DIORITE_STAIRS("minecraft:polished_diorite_stairs", 64, Block.POLISHED_DIORITE_STAIRS), + MOSSY_COBBLESTONE_STAIRS("minecraft:mossy_cobblestone_stairs", 64, Block.MOSSY_COBBLESTONE_STAIRS), + END_STONE_BRICK_STAIRS("minecraft:end_stone_brick_stairs", 64, Block.END_STONE_BRICK_STAIRS), + STONE_STAIRS("minecraft:stone_stairs", 64, Block.STONE_STAIRS), + SMOOTH_SANDSTONE_STAIRS("minecraft:smooth_sandstone_stairs", 64, Block.SMOOTH_SANDSTONE_STAIRS), + SMOOTH_QUARTZ_STAIRS("minecraft:smooth_quartz_stairs", 64, Block.SMOOTH_QUARTZ_STAIRS), + GRANITE_STAIRS("minecraft:granite_stairs", 64, Block.GRANITE_STAIRS), + ANDESITE_STAIRS("minecraft:andesite_stairs", 64, Block.ANDESITE_STAIRS), + RED_NETHER_BRICK_STAIRS("minecraft:red_nether_brick_stairs", 64, Block.RED_NETHER_BRICK_STAIRS), + POLISHED_ANDESITE_STAIRS("minecraft:polished_andesite_stairs", 64, Block.POLISHED_ANDESITE_STAIRS), + DIORITE_STAIRS("minecraft:diorite_stairs", 64, Block.DIORITE_STAIRS), + POLISHED_GRANITE_SLAB("minecraft:polished_granite_slab", 64, Block.POLISHED_GRANITE_SLAB), + SMOOTH_RED_SANDSTONE_SLAB("minecraft:smooth_red_sandstone_slab", 64, Block.SMOOTH_RED_SANDSTONE_SLAB), + MOSSY_STONE_BRICK_SLAB("minecraft:mossy_stone_brick_slab", 64, Block.MOSSY_STONE_BRICK_SLAB), + POLISHED_DIORITE_SLAB("minecraft:polished_diorite_slab", 64, Block.POLISHED_DIORITE_SLAB), + MOSSY_COBBLESTONE_SLAB("minecraft:mossy_cobblestone_slab", 64, Block.MOSSY_COBBLESTONE_SLAB), + END_STONE_BRICK_SLAB("minecraft:end_stone_brick_slab", 64, Block.END_STONE_BRICK_SLAB), + SMOOTH_SANDSTONE_SLAB("minecraft:smooth_sandstone_slab", 64, Block.SMOOTH_SANDSTONE_SLAB), + SMOOTH_QUARTZ_SLAB("minecraft:smooth_quartz_slab", 64, Block.SMOOTH_QUARTZ_SLAB), + GRANITE_SLAB("minecraft:granite_slab", 64, Block.GRANITE_SLAB), + ANDESITE_SLAB("minecraft:andesite_slab", 64, Block.ANDESITE_SLAB), + RED_NETHER_BRICK_SLAB("minecraft:red_nether_brick_slab", 64, Block.RED_NETHER_BRICK_SLAB), + POLISHED_ANDESITE_SLAB("minecraft:polished_andesite_slab", 64, Block.POLISHED_ANDESITE_SLAB), + DIORITE_SLAB("minecraft:diorite_slab", 64, Block.DIORITE_SLAB), + SCAFFOLDING("minecraft:scaffolding", 64, Block.SCAFFOLDING), + IRON_DOOR("minecraft:iron_door", 64, Block.IRON_DOOR), + OAK_DOOR("minecraft:oak_door", 64, Block.OAK_DOOR), + SPRUCE_DOOR("minecraft:spruce_door", 64, Block.SPRUCE_DOOR), + BIRCH_DOOR("minecraft:birch_door", 64, Block.BIRCH_DOOR), + 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), + 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), + IRON_PICKAXE("minecraft:iron_pickaxe", 1, null), + IRON_AXE("minecraft:iron_axe", 1, null), + FLINT_AND_STEEL("minecraft:flint_and_steel", 1, null), + APPLE("minecraft:apple", 64, null), + BOW("minecraft:bow", 1, null), + ARROW("minecraft:arrow", 64, null), + COAL("minecraft:coal", 64, null), + CHARCOAL("minecraft:charcoal", 64, null), + DIAMOND("minecraft:diamond", 64, null), + IRON_INGOT("minecraft:iron_ingot", 64, null), + GOLD_INGOT("minecraft:gold_ingot", 64, null), + IRON_SWORD("minecraft:iron_sword", 1, null), + WOODEN_SWORD("minecraft:wooden_sword", 1, null), + WOODEN_SHOVEL("minecraft:wooden_shovel", 1, null), + WOODEN_PICKAXE("minecraft:wooden_pickaxe", 1, null), + WOODEN_AXE("minecraft:wooden_axe", 1, null), + STONE_SWORD("minecraft:stone_sword", 1, null), + STONE_SHOVEL("minecraft:stone_shovel", 1, null), + STONE_PICKAXE("minecraft:stone_pickaxe", 1, null), + STONE_AXE("minecraft:stone_axe", 1, null), + DIAMOND_SWORD("minecraft:diamond_sword", 1, null), + DIAMOND_SHOVEL("minecraft:diamond_shovel", 1, null), + DIAMOND_PICKAXE("minecraft:diamond_pickaxe", 1, null), + DIAMOND_AXE("minecraft:diamond_axe", 1, null), + STICK("minecraft:stick", 64, null), + BOWL("minecraft:bowl", 64, null), + MUSHROOM_STEW("minecraft:mushroom_stew", 1, null), + GOLDEN_SWORD("minecraft:golden_sword", 1, null), + GOLDEN_SHOVEL("minecraft:golden_shovel", 1, null), + GOLDEN_PICKAXE("minecraft:golden_pickaxe", 1, null), + GOLDEN_AXE("minecraft:golden_axe", 1, null), + STRING("minecraft:string", 64, null), + FEATHER("minecraft:feather", 64, null), + GUNPOWDER("minecraft:gunpowder", 64, null), + WOODEN_HOE("minecraft:wooden_hoe", 1, null), + STONE_HOE("minecraft:stone_hoe", 1, null), + IRON_HOE("minecraft:iron_hoe", 1, null), + DIAMOND_HOE("minecraft:diamond_hoe", 1, null), + GOLDEN_HOE("minecraft:golden_hoe", 1, null), + WHEAT_SEEDS("minecraft:wheat_seeds", 64, null), + WHEAT("minecraft:wheat", 64, Block.WHEAT), + BREAD("minecraft:bread", 64, null), + LEATHER_HELMET("minecraft:leather_helmet", 1, null), + LEATHER_CHESTPLATE("minecraft:leather_chestplate", 1, null), + LEATHER_LEGGINGS("minecraft:leather_leggings", 1, null), + LEATHER_BOOTS("minecraft:leather_boots", 1, null), + CHAINMAIL_HELMET("minecraft:chainmail_helmet", 1, null), + CHAINMAIL_CHESTPLATE("minecraft:chainmail_chestplate", 1, null), + CHAINMAIL_LEGGINGS("minecraft:chainmail_leggings", 1, null), + CHAINMAIL_BOOTS("minecraft:chainmail_boots", 1, null), + IRON_HELMET("minecraft:iron_helmet", 1, null), + IRON_CHESTPLATE("minecraft:iron_chestplate", 1, null), + IRON_LEGGINGS("minecraft:iron_leggings", 1, null), + IRON_BOOTS("minecraft:iron_boots", 1, null), + DIAMOND_HELMET("minecraft:diamond_helmet", 1, null), + DIAMOND_CHESTPLATE("minecraft:diamond_chestplate", 1, null), + DIAMOND_LEGGINGS("minecraft:diamond_leggings", 1, null), + DIAMOND_BOOTS("minecraft:diamond_boots", 1, null), + GOLDEN_HELMET("minecraft:golden_helmet", 1, null), + GOLDEN_CHESTPLATE("minecraft:golden_chestplate", 1, null), + GOLDEN_LEGGINGS("minecraft:golden_leggings", 1, null), + GOLDEN_BOOTS("minecraft:golden_boots", 1, null), + FLINT("minecraft:flint", 64, null), + PORKCHOP("minecraft:porkchop", 64, null), + COOKED_PORKCHOP("minecraft:cooked_porkchop", 64, null), + PAINTING("minecraft:painting", 64, null), + GOLDEN_APPLE("minecraft:golden_apple", 64, null), + ENCHANTED_GOLDEN_APPLE("minecraft:enchanted_golden_apple", 64, null), + OAK_SIGN("minecraft:oak_sign", 16, Block.OAK_SIGN), + SPRUCE_SIGN("minecraft:spruce_sign", 16, Block.SPRUCE_SIGN), + BIRCH_SIGN("minecraft:birch_sign", 16, Block.BIRCH_SIGN), + 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), + BUCKET("minecraft:bucket", 16, null), + WATER_BUCKET("minecraft:water_bucket", 1, null), + LAVA_BUCKET("minecraft:lava_bucket", 1, null), + MINECART("minecraft:minecart", 1, null), + SADDLE("minecraft:saddle", 1, null), + REDSTONE("minecraft:redstone", 64, Block.REDSTONE_WIRE), + SNOWBALL("minecraft:snowball", 16, null), + OAK_BOAT("minecraft:oak_boat", 1, null), + LEATHER("minecraft:leather", 64, null), + MILK_BUCKET("minecraft:milk_bucket", 1, null), + PUFFERFISH_BUCKET("minecraft:pufferfish_bucket", 1, null), + SALMON_BUCKET("minecraft:salmon_bucket", 1, null), + COD_BUCKET("minecraft:cod_bucket", 1, null), + 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), + CHEST_MINECART("minecraft:chest_minecart", 1, null), + FURNACE_MINECART("minecraft:furnace_minecart", 1, null), + EGG("minecraft:egg", 16, null), + COMPASS("minecraft:compass", 64, null), + FISHING_ROD("minecraft:fishing_rod", 1, null), + CLOCK("minecraft:clock", 64, null), + GLOWSTONE_DUST("minecraft:glowstone_dust", 64, null), + COD("minecraft:cod", 64, null), + SALMON("minecraft:salmon", 64, null), + TROPICAL_FISH("minecraft:tropical_fish", 64, null), + PUFFERFISH("minecraft:pufferfish", 64, null), + COOKED_COD("minecraft:cooked_cod", 64, null), + COOKED_SALMON("minecraft:cooked_salmon", 64, null), + INK_SAC("minecraft:ink_sac", 64, null), + RED_DYE("minecraft:red_dye", 64, null), + GREEN_DYE("minecraft:green_dye", 64, null), + COCOA_BEANS("minecraft:cocoa_beans", 64, null), + LAPIS_LAZULI("minecraft:lapis_lazuli", 64, null), + PURPLE_DYE("minecraft:purple_dye", 64, null), + CYAN_DYE("minecraft:cyan_dye", 64, null), + LIGHT_GRAY_DYE("minecraft:light_gray_dye", 64, null), + GRAY_DYE("minecraft:gray_dye", 64, null), + PINK_DYE("minecraft:pink_dye", 64, null), + LIME_DYE("minecraft:lime_dye", 64, null), + YELLOW_DYE("minecraft:yellow_dye", 64, null), + LIGHT_BLUE_DYE("minecraft:light_blue_dye", 64, null), + MAGENTA_DYE("minecraft:magenta_dye", 64, null), + ORANGE_DYE("minecraft:orange_dye", 64, null), + BONE_MEAL("minecraft:bone_meal", 64, null), + BLUE_DYE("minecraft:blue_dye", 64, null), + BROWN_DYE("minecraft:brown_dye", 64, null), + BLACK_DYE("minecraft:black_dye", 64, null), + WHITE_DYE("minecraft:white_dye", 64, null), + BONE("minecraft:bone", 64, null), + SUGAR("minecraft:sugar", 64, null), + CAKE("minecraft:cake", 1, Block.CAKE), + WHITE_BED("minecraft:white_bed", 1, Block.WHITE_BED), + ORANGE_BED("minecraft:orange_bed", 1, Block.ORANGE_BED), + MAGENTA_BED("minecraft:magenta_bed", 1, Block.MAGENTA_BED), + LIGHT_BLUE_BED("minecraft:light_blue_bed", 1, Block.LIGHT_BLUE_BED), + YELLOW_BED("minecraft:yellow_bed", 1, Block.YELLOW_BED), + LIME_BED("minecraft:lime_bed", 1, Block.LIME_BED), + PINK_BED("minecraft:pink_bed", 1, Block.PINK_BED), + GRAY_BED("minecraft:gray_bed", 1, Block.GRAY_BED), + LIGHT_GRAY_BED("minecraft:light_gray_bed", 1, Block.LIGHT_GRAY_BED), + CYAN_BED("minecraft:cyan_bed", 1, Block.CYAN_BED), + PURPLE_BED("minecraft:purple_bed", 1, Block.PURPLE_BED), + BLUE_BED("minecraft:blue_bed", 1, Block.BLUE_BED), + BROWN_BED("minecraft:brown_bed", 1, Block.BROWN_BED), + GREEN_BED("minecraft:green_bed", 1, Block.GREEN_BED), + RED_BED("minecraft:red_bed", 1, Block.RED_BED), + BLACK_BED("minecraft:black_bed", 1, Block.BLACK_BED), + COOKIE("minecraft:cookie", 64, null), + FILLED_MAP("minecraft:filled_map", 64, null), + SHEARS("minecraft:shears", 1, null), + MELON_SLICE("minecraft:melon_slice", 64, null), + DRIED_KELP("minecraft:dried_kelp", 64, null), + PUMPKIN_SEEDS("minecraft:pumpkin_seeds", 64, null), + MELON_SEEDS("minecraft:melon_seeds", 64, null), + BEEF("minecraft:beef", 64, null), + COOKED_BEEF("minecraft:cooked_beef", 64, null), + CHICKEN("minecraft:chicken", 64, null), + COOKED_CHICKEN("minecraft:cooked_chicken", 64, null), + ROTTEN_FLESH("minecraft:rotten_flesh", 64, null), + ENDER_PEARL("minecraft:ender_pearl", 16, null), + BLAZE_ROD("minecraft:blaze_rod", 64, null), + GHAST_TEAR("minecraft:ghast_tear", 64, null), + GOLD_NUGGET("minecraft:gold_nugget", 64, null), + NETHER_WART("minecraft:nether_wart", 64, Block.NETHER_WART), + POTION("minecraft:potion", 1, null), + GLASS_BOTTLE("minecraft:glass_bottle", 64, null), + SPIDER_EYE("minecraft:spider_eye", 64, null), + FERMENTED_SPIDER_EYE("minecraft:fermented_spider_eye", 64, null), + BLAZE_POWDER("minecraft:blaze_powder", 64, null), + MAGMA_CREAM("minecraft:magma_cream", 64, null), + BREWING_STAND("minecraft:brewing_stand", 64, Block.BREWING_STAND), + CAULDRON("minecraft:cauldron", 64, Block.CAULDRON), + ENDER_EYE("minecraft:ender_eye", 64, null), + GLISTERING_MELON_SLICE("minecraft:glistering_melon_slice", 64, null), + BAT_SPAWN_EGG("minecraft:bat_spawn_egg", 64, null), + BEE_SPAWN_EGG("minecraft:bee_spawn_egg", 64, null), + BLAZE_SPAWN_EGG("minecraft:blaze_spawn_egg", 64, null), + CAT_SPAWN_EGG("minecraft:cat_spawn_egg", 64, null), + CAVE_SPIDER_SPAWN_EGG("minecraft:cave_spider_spawn_egg", 64, null), + CHICKEN_SPAWN_EGG("minecraft:chicken_spawn_egg", 64, null), + COD_SPAWN_EGG("minecraft:cod_spawn_egg", 64, null), + COW_SPAWN_EGG("minecraft:cow_spawn_egg", 64, null), + CREEPER_SPAWN_EGG("minecraft:creeper_spawn_egg", 64, null), + DOLPHIN_SPAWN_EGG("minecraft:dolphin_spawn_egg", 64, null), + DONKEY_SPAWN_EGG("minecraft:donkey_spawn_egg", 64, null), + DROWNED_SPAWN_EGG("minecraft:drowned_spawn_egg", 64, null), + ELDER_GUARDIAN_SPAWN_EGG("minecraft:elder_guardian_spawn_egg", 64, null), + ENDERMAN_SPAWN_EGG("minecraft:enderman_spawn_egg", 64, null), + ENDERMITE_SPAWN_EGG("minecraft:endermite_spawn_egg", 64, null), + EVOKER_SPAWN_EGG("minecraft:evoker_spawn_egg", 64, null), + 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), + 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), + MAGMA_CUBE_SPAWN_EGG("minecraft:magma_cube_spawn_egg", 64, null), + MOOSHROOM_SPAWN_EGG("minecraft:mooshroom_spawn_egg", 64, null), + MULE_SPAWN_EGG("minecraft:mule_spawn_egg", 64, null), + OCELOT_SPAWN_EGG("minecraft:ocelot_spawn_egg", 64, null), + PANDA_SPAWN_EGG("minecraft:panda_spawn_egg", 64, null), + 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), + 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), + RABBIT_SPAWN_EGG("minecraft:rabbit_spawn_egg", 64, null), + RAVAGER_SPAWN_EGG("minecraft:ravager_spawn_egg", 64, null), + SALMON_SPAWN_EGG("minecraft:salmon_spawn_egg", 64, null), + SHEEP_SPAWN_EGG("minecraft:sheep_spawn_egg", 64, null), + SHULKER_SPAWN_EGG("minecraft:shulker_spawn_egg", 64, null), + SILVERFISH_SPAWN_EGG("minecraft:silverfish_spawn_egg", 64, null), + SKELETON_SPAWN_EGG("minecraft:skeleton_spawn_egg", 64, null), + SKELETON_HORSE_SPAWN_EGG("minecraft:skeleton_horse_spawn_egg", 64, null), + SLIME_SPAWN_EGG("minecraft:slime_spawn_egg", 64, null), + 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), + 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), + VEX_SPAWN_EGG("minecraft:vex_spawn_egg", 64, null), + VILLAGER_SPAWN_EGG("minecraft:villager_spawn_egg", 64, null), + VINDICATOR_SPAWN_EGG("minecraft:vindicator_spawn_egg", 64, null), + WANDERING_TRADER_SPAWN_EGG("minecraft:wandering_trader_spawn_egg", 64, null), + 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), + 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), + EXPERIENCE_BOTTLE("minecraft:experience_bottle", 64, null), + FIRE_CHARGE("minecraft:fire_charge", 64, null), + WRITABLE_BOOK("minecraft:writable_book", 1, null), + WRITTEN_BOOK("minecraft:written_book", 16, null), + EMERALD("minecraft:emerald", 64, null), + ITEM_FRAME("minecraft:item_frame", 64, null), + FLOWER_POT("minecraft:flower_pot", 64, Block.FLOWER_POT), + CARROT("minecraft:carrot", 64, null), + POTATO("minecraft:potato", 64, null), + BAKED_POTATO("minecraft:baked_potato", 64, null), + POISONOUS_POTATO("minecraft:poisonous_potato", 64, null), + MAP("minecraft:map", 64, null), + GOLDEN_CARROT("minecraft:golden_carrot", 64, null), + SKELETON_SKULL("minecraft:skeleton_skull", 64, Block.SKELETON_SKULL), + WITHER_SKELETON_SKULL("minecraft:wither_skeleton_skull", 64, Block.WITHER_SKELETON_SKULL), + PLAYER_HEAD("minecraft:player_head", 64, Block.PLAYER_HEAD), + ZOMBIE_HEAD("minecraft:zombie_head", 64, Block.ZOMBIE_HEAD), + 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), + NETHER_STAR("minecraft:nether_star", 64, null), + PUMPKIN_PIE("minecraft:pumpkin_pie", 64, null), + FIREWORK_ROCKET("minecraft:firework_rocket", 64, null), + FIREWORK_STAR("minecraft:firework_star", 64, null), + ENCHANTED_BOOK("minecraft:enchanted_book", 1, null), + NETHER_BRICK("minecraft:nether_brick", 64, null), + QUARTZ("minecraft:quartz", 64, null), + TNT_MINECART("minecraft:tnt_minecart", 1, null), + HOPPER_MINECART("minecraft:hopper_minecart", 1, null), + PRISMARINE_SHARD("minecraft:prismarine_shard", 64, null), + PRISMARINE_CRYSTALS("minecraft:prismarine_crystals", 64, null), + RABBIT("minecraft:rabbit", 64, null), + COOKED_RABBIT("minecraft:cooked_rabbit", 64, null), + RABBIT_STEW("minecraft:rabbit_stew", 1, null), + RABBIT_FOOT("minecraft:rabbit_foot", 64, null), + RABBIT_HIDE("minecraft:rabbit_hide", 64, null), + ARMOR_STAND("minecraft:armor_stand", 16, null), + IRON_HORSE_ARMOR("minecraft:iron_horse_armor", 1, null), + GOLDEN_HORSE_ARMOR("minecraft:golden_horse_armor", 1, null), + DIAMOND_HORSE_ARMOR("minecraft:diamond_horse_armor", 1, null), + LEATHER_HORSE_ARMOR("minecraft:leather_horse_armor", 1, null), + LEAD("minecraft:lead", 64, null), + NAME_TAG("minecraft:name_tag", 64, null), + COMMAND_BLOCK_MINECART("minecraft:command_block_minecart", 1, null), + MUTTON("minecraft:mutton", 64, null), + COOKED_MUTTON("minecraft:cooked_mutton", 64, null), + WHITE_BANNER("minecraft:white_banner", 16, Block.WHITE_BANNER), + ORANGE_BANNER("minecraft:orange_banner", 16, Block.ORANGE_BANNER), + MAGENTA_BANNER("minecraft:magenta_banner", 16, Block.MAGENTA_BANNER), + LIGHT_BLUE_BANNER("minecraft:light_blue_banner", 16, Block.LIGHT_BLUE_BANNER), + YELLOW_BANNER("minecraft:yellow_banner", 16, Block.YELLOW_BANNER), + LIME_BANNER("minecraft:lime_banner", 16, Block.LIME_BANNER), + PINK_BANNER("minecraft:pink_banner", 16, Block.PINK_BANNER), + GRAY_BANNER("minecraft:gray_banner", 16, Block.GRAY_BANNER), + LIGHT_GRAY_BANNER("minecraft:light_gray_banner", 16, Block.LIGHT_GRAY_BANNER), + CYAN_BANNER("minecraft:cyan_banner", 16, Block.CYAN_BANNER), + PURPLE_BANNER("minecraft:purple_banner", 16, Block.PURPLE_BANNER), + BLUE_BANNER("minecraft:blue_banner", 16, Block.BLUE_BANNER), + BROWN_BANNER("minecraft:brown_banner", 16, Block.BROWN_BANNER), + GREEN_BANNER("minecraft:green_banner", 16, Block.GREEN_BANNER), + RED_BANNER("minecraft:red_banner", 16, Block.RED_BANNER), + BLACK_BANNER("minecraft:black_banner", 16, Block.BLACK_BANNER), + END_CRYSTAL("minecraft:end_crystal", 64, null), + CHORUS_FRUIT("minecraft:chorus_fruit", 64, null), + POPPED_CHORUS_FRUIT("minecraft:popped_chorus_fruit", 64, null), + BEETROOT("minecraft:beetroot", 64, null), + BEETROOT_SEEDS("minecraft:beetroot_seeds", 64, null), + BEETROOT_SOUP("minecraft:beetroot_soup", 1, null), + DRAGON_BREATH("minecraft:dragon_breath", 64, null), + SPLASH_POTION("minecraft:splash_potion", 1, null), + SPECTRAL_ARROW("minecraft:spectral_arrow", 64, null), + TIPPED_ARROW("minecraft:tipped_arrow", 64, null), + LINGERING_POTION("minecraft:lingering_potion", 1, null), + SHIELD("minecraft:shield", 1, null), + ELYTRA("minecraft:elytra", 1, null), + SPRUCE_BOAT("minecraft:spruce_boat", 1, null), + BIRCH_BOAT("minecraft:birch_boat", 1, null), + JUNGLE_BOAT("minecraft:jungle_boat", 1, null), + ACACIA_BOAT("minecraft:acacia_boat", 1, null), + DARK_OAK_BOAT("minecraft:dark_oak_boat", 1, null), + TOTEM_OF_UNDYING("minecraft:totem_of_undying", 1, null), + SHULKER_SHELL("minecraft:shulker_shell", 64, null), + IRON_NUGGET("minecraft:iron_nugget", 64, null), + KNOWLEDGE_BOOK("minecraft:knowledge_book", 1, null), + DEBUG_STICK("minecraft:debug_stick", 1, null), + MUSIC_DISC_13("minecraft:music_disc_13", 1, null), + MUSIC_DISC_CAT("minecraft:music_disc_cat", 1, null), + MUSIC_DISC_BLOCKS("minecraft:music_disc_blocks", 1, null), + MUSIC_DISC_CHIRP("minecraft:music_disc_chirp", 1, null), + MUSIC_DISC_FAR("minecraft:music_disc_far", 1, null), + MUSIC_DISC_MALL("minecraft:music_disc_mall", 1, null), + MUSIC_DISC_MELLOHI("minecraft:music_disc_mellohi", 1, null), + MUSIC_DISC_STAL("minecraft:music_disc_stal", 1, null), + MUSIC_DISC_STRAD("minecraft:music_disc_strad", 1, null), + 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), + TRIDENT("minecraft:trident", 1, null), + PHANTOM_MEMBRANE("minecraft:phantom_membrane", 64, null), + NAUTILUS_SHELL("minecraft:nautilus_shell", 64, null), + HEART_OF_THE_SEA("minecraft:heart_of_the_sea", 64, null), + CROSSBOW("minecraft:crossbow", 1, null), + SUSPICIOUS_STEW("minecraft:suspicious_stew", 1, null), + LOOM("minecraft:loom", 64, Block.LOOM), + FLOWER_BANNER_PATTERN("minecraft:flower_banner_pattern", 1, null), + CREEPER_BANNER_PATTERN("minecraft:creeper_banner_pattern", 1, null), + 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), + BARREL("minecraft:barrel", 64, Block.BARREL), + SMOKER("minecraft:smoker", 64, Block.SMOKER), + BLAST_FURNACE("minecraft:blast_furnace", 64, Block.BLAST_FURNACE), + CARTOGRAPHY_TABLE("minecraft:cartography_table", 64, Block.CARTOGRAPHY_TABLE), + FLETCHING_TABLE("minecraft:fletching_table", 64, Block.FLETCHING_TABLE), + GRINDSTONE("minecraft:grindstone", 64, Block.GRINDSTONE), + LECTERN("minecraft:lectern", 64, Block.LECTERN), + SMITHING_TABLE("minecraft:smithing_table", 64, Block.SMITHING_TABLE), + STONECUTTER("minecraft:stonecutter", 64, Block.STONECUTTER), + BELL("minecraft:bell", 64, Block.BELL), + LANTERN("minecraft:lantern", 64, Block.LANTERN), + SWEET_BERRIES("minecraft:sweet_berries", 64, null), + CAMPFIRE("minecraft:campfire", 64, Block.CAMPFIRE), + 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), +; + private String namespaceID; + private int maxDefaultStackSize; + private Block correspondingBlock; + + Material(String namespaceID, int maxDefaultStackSize, Block correspondingBlock) { + this.namespaceID = namespaceID; + this.maxDefaultStackSize = maxDefaultStackSize; + this.correspondingBlock = correspondingBlock; + MaterialMap.map.put((short)ordinal(), this); + } + + public short getId() { + return (short)ordinal(); + } + + public String getName() { + return namespaceID; + } + + public int getMaxDefaultStackSize() { + return maxDefaultStackSize; + } + + public boolean isBlock() { + return correspondingBlock != null && this != AIR; + } + + public Block getBlock() { + return correspondingBlock; + } + + public static Material fromId(short blockId) { + return MaterialMap.map.getOrDefault(blockId, AIR); + } + + public boolean isHelmet() { + return toString().endsWith("HELMET"); + } + + public boolean isChestplate() { + return toString().endsWith("CHESTPLATE"); + } + + public boolean isLeggings() { + return toString().endsWith("LEGGINGS"); + } + + public boolean isBoots() { + return toString().endsWith("BOOTS"); + } + + public boolean isArmor() { + return isChestplate() || isHelmet() || isLeggings() || isBoots(); + } + + public boolean isFood() { + switch (this) { + case APPLE: + case MUSHROOM_STEW: + case BREAD: + case PORKCHOP: + case COOKED_PORKCHOP: + case GOLDEN_APPLE: + case ENCHANTED_GOLDEN_APPLE: + case COD: + case SALMON: + case TROPICAL_FISH: + case PUFFERFISH: + case COOKED_COD: + case COOKED_SALMON: + case CAKE: + case COOKIE: + case MELON_SLICE: + case DRIED_KELP: + case BEEF: + case COOKED_BEEF: + case CHICKEN: + case COOKED_CHICKEN: + case ROTTEN_FLESH: + case SPIDER_EYE: + case CARROT: + case POTATO: + case BAKED_POTATO: + case POISONOUS_POTATO: + case PUMPKIN_PIE: + case RABBIT: + case COOKED_RABBIT: + case RABBIT_STEW: + case MUTTON: + case COOKED_MUTTON: + case BEETROOT: + case BEETROOT_SOUP: + case SWEET_BERRIES: + case HONEY_BOTTLE: + return true; + default: + return false; + } + } + + public boolean hasState() { + switch (this) { + case BOW: + case TRIDENT: + case CROSSBOW: + case SHIELD: + return true; + } + + return isFood(); + } +} diff --git a/src/autogenerated/java/net/minestom/server/item/MaterialMap.java b/src/autogenerated/java/net/minestom/server/item/MaterialMap.java new file mode 100644 index 000000000..c87af2b93 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/item/MaterialMap.java @@ -0,0 +1,5 @@ +package net.minestom.server.item; +import it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap; +final class MaterialMap { + static final Short2ObjectOpenHashMap map = new Short2ObjectOpenHashMap<>(); +} diff --git a/src/generators/java/net/minestom/codegen/items/ItemEnumGenerator.java b/src/generators/java/net/minestom/codegen/items/ItemEnumGenerator.java index e7d30b319..8187a8f11 100644 --- a/src/generators/java/net/minestom/codegen/items/ItemEnumGenerator.java +++ b/src/generators/java/net/minestom/codegen/items/ItemEnumGenerator.java @@ -82,12 +82,12 @@ public class ItemEnumGenerator extends MinestomEnumGenerator { @Override public String getPackageName() { - return "net.minestom.server.instance.item"; + return "net.minestom.server.item"; } @Override public String getClassName() { - return "TmpMaterial"; + return "Material"; } @Override @@ -146,7 +146,48 @@ public class ItemEnumGenerator extends MinestomEnumGenerator { generator.addMethod("isLeggings", "()", "boolean", "return toString().endsWith(\"LEGGINGS\");"); generator.addMethod("isBoots", "()", "boolean", "return toString().endsWith(\"BOOTS\");"); generator.addMethod("isArmor", "()", "boolean", "return isChestplate() || isHelmet() || isLeggings() || isBoots();"); - generator.addMethod("isFood", "()", "boolean", "return false; // TODO"); + generator.addMethod("isFood", "()", "boolean", "switch (this) {\n" + + " case APPLE:\n" + + " case MUSHROOM_STEW:\n" + + " case BREAD:\n" + + " case PORKCHOP:\n" + + " case COOKED_PORKCHOP:\n" + + " case GOLDEN_APPLE:\n" + + " case ENCHANTED_GOLDEN_APPLE:\n" + + " case COD:\n" + + " case SALMON:\n" + + " case TROPICAL_FISH:\n" + + " case PUFFERFISH:\n" + + " case COOKED_COD:\n" + + " case COOKED_SALMON:\n" + + " case CAKE:\n" + + " case COOKIE:\n" + + " case MELON_SLICE:\n" + + " case DRIED_KELP:\n" + + " case BEEF:\n" + + " case COOKED_BEEF:\n" + + " case CHICKEN:\n" + + " case COOKED_CHICKEN:\n" + + " case ROTTEN_FLESH:\n" + + " case SPIDER_EYE:\n" + + " case CARROT:\n" + + " case POTATO:\n" + + " case BAKED_POTATO:\n" + + " case POISONOUS_POTATO:\n" + + " case PUMPKIN_PIE:\n" + + " case RABBIT:\n" + + " case COOKED_RABBIT:\n" + + " case RABBIT_STEW:\n" + + " case MUTTON:\n" + + " case COOKED_MUTTON:\n" + + " case BEETROOT:\n" + + " case BEETROOT_SOUP:\n" + + " case SWEET_BERRIES:\n" + + " case HONEY_BOTTLE:\n" + + " return true;\n" + + " default:\n" + + " return false;\n" + + " }"); generator.addMethod("hasState", "()", "boolean", "switch (this) {\n" + " case BOW:\n" + " case TRIDENT:\n" + diff --git a/src/main/java/net/minestom/server/MinecraftServer.java b/src/main/java/net/minestom/server/MinecraftServer.java index 5525ff612..db73dc8d4 100644 --- a/src/main/java/net/minestom/server/MinecraftServer.java +++ b/src/main/java/net/minestom/server/MinecraftServer.java @@ -123,7 +123,6 @@ public class MinecraftServer { } catch (IOException e) { LOGGER.error("An error happened during resource gathering. Minestom will attempt to load anyway, but things may not work, and crashes can happen.", e); } - RegistryMain.registerItems(); RegistryMain.registerEntities(); RegistryMain.registerSounds(); RegistryMain.registerParticles(); diff --git a/src/main/java/net/minestom/server/item/Material.java b/src/main/java/net/minestom/server/item/Material.java deleted file mode 100644 index 48a0c0525..000000000 --- a/src/main/java/net/minestom/server/item/Material.java +++ /dev/null @@ -1,998 +0,0 @@ -package net.minestom.server.item; - -import it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap; -import net.minestom.server.instance.block.Block; - -public enum Material { - - AIR, - STONE, - GRANITE, - POLISHED_GRANITE, - DIORITE, - POLISHED_DIORITE, - ANDESITE, - POLISHED_ANDESITE, - GRASS_BLOCK, - DIRT, - COARSE_DIRT, - PODZOL, - COBBLESTONE, - OAK_PLANKS, - SPRUCE_PLANKS, - BIRCH_PLANKS, - JUNGLE_PLANKS, - ACACIA_PLANKS, - DARK_OAK_PLANKS, - OAK_SAPLING, - SPRUCE_SAPLING, - BIRCH_SAPLING, - JUNGLE_SAPLING, - ACACIA_SAPLING, - DARK_OAK_SAPLING, - BEDROCK, - SAND, - RED_SAND, - GRAVEL, - GOLD_ORE, - IRON_ORE, - COAL_ORE, - OAK_LOG, - SPRUCE_LOG, - BIRCH_LOG, - JUNGLE_LOG, - ACACIA_LOG, - DARK_OAK_LOG, - STRIPPED_OAK_LOG, - STRIPPED_SPRUCE_LOG, - STRIPPED_BIRCH_LOG, - STRIPPED_JUNGLE_LOG, - STRIPPED_ACACIA_LOG, - STRIPPED_DARK_OAK_LOG, - STRIPPED_OAK_WOOD, - STRIPPED_SPRUCE_WOOD, - STRIPPED_BIRCH_WOOD, - STRIPPED_JUNGLE_WOOD, - STRIPPED_ACACIA_WOOD, - STRIPPED_DARK_OAK_WOOD, - OAK_WOOD, - SPRUCE_WOOD, - BIRCH_WOOD, - JUNGLE_WOOD, - ACACIA_WOOD, - DARK_OAK_WOOD, - OAK_LEAVES, - SPRUCE_LEAVES, - BIRCH_LEAVES, - JUNGLE_LEAVES, - ACACIA_LEAVES, - DARK_OAK_LEAVES, - SPONGE, - WET_SPONGE, - GLASS, - LAPIS_ORE, - LAPIS_BLOCK, - DISPENSER, - SANDSTONE, - CHISELED_SANDSTONE, - CUT_SANDSTONE, - NOTE_BLOCK, - POWERED_RAIL, - DETECTOR_RAIL, - STICKY_PISTON, - COBWEB, - GRASS, - FERN, - DEAD_BUSH, - SEAGRASS, - SEA_PICKLE, - PISTON, - WHITE_WOOL, - ORANGE_WOOL, - MAGENTA_WOOL, - LIGHT_BLUE_WOOL, - YELLOW_WOOL, - LIME_WOOL, - PINK_WOOL, - GRAY_WOOL, - LIGHT_GRAY_WOOL, - CYAN_WOOL, - PURPLE_WOOL, - BLUE_WOOL, - BROWN_WOOL, - GREEN_WOOL, - RED_WOOL, - BLACK_WOOL, - DANDELION, - POPPY, - BLUE_ORCHID, - ALLIUM, - AZURE_BLUET, - RED_TULIP, - ORANGE_TULIP, - WHITE_TULIP, - PINK_TULIP, - OXEYE_DAISY, - CORNFLOWER, - LILY_OF_THE_VALLEY, - WITHER_ROSE, - BROWN_MUSHROOM, - RED_MUSHROOM, - GOLD_BLOCK, - IRON_BLOCK, - OAK_SLAB, - SPRUCE_SLAB, - BIRCH_SLAB, - JUNGLE_SLAB, - ACACIA_SLAB, - DARK_OAK_SLAB, - STONE_SLAB, - SMOOTH_STONE_SLAB, - SANDSTONE_SLAB, - CUT_SANDSTONE_SLAB, - PETRIFIED_OAK_SLAB, - COBBLESTONE_SLAB, - BRICK_SLAB, - STONE_BRICK_SLAB, - NETHER_BRICK_SLAB, - QUARTZ_SLAB, - RED_SANDSTONE_SLAB, - CUT_RED_SANDSTONE_SLAB, - PURPUR_SLAB, - PRISMARINE_SLAB, - PRISMARINE_BRICK_SLAB, - DARK_PRISMARINE_SLAB, - SMOOTH_QUARTZ, - SMOOTH_RED_SANDSTONE, - SMOOTH_SANDSTONE, - SMOOTH_STONE, - BRICKS, - TNT, - BOOKSHELF, - MOSSY_COBBLESTONE, - OBSIDIAN, - TORCH, - END_ROD, - CHORUS_PLANT, - CHORUS_FLOWER, - PURPUR_BLOCK, - PURPUR_PILLAR, - PURPUR_STAIRS, - SPAWNER, - OAK_STAIRS, - CHEST, - DIAMOND_ORE, - DIAMOND_BLOCK, - CRAFTING_TABLE, - FARMLAND, - FURNACE, - LADDER, - RAIL, - COBBLESTONE_STAIRS, - LEVER, - STONE_PRESSURE_PLATE, - OAK_PRESSURE_PLATE, - SPRUCE_PRESSURE_PLATE, - BIRCH_PRESSURE_PLATE, - JUNGLE_PRESSURE_PLATE, - ACACIA_PRESSURE_PLATE, - DARK_OAK_PRESSURE_PLATE, - REDSTONE_ORE, - REDSTONE_TORCH, - STONE_BUTTON, - SNOW, - ICE, - SNOW_BLOCK, - CACTUS, - CLAY, - JUKEBOX, - OAK_FENCE, - SPRUCE_FENCE, - BIRCH_FENCE, - JUNGLE_FENCE, - ACACIA_FENCE, - DARK_OAK_FENCE, - PUMPKIN, - CARVED_PUMPKIN, - NETHERRACK, - SOUL_SAND, - GLOWSTONE, - JACK_O_LANTERN, - OAK_TRAPDOOR, - SPRUCE_TRAPDOOR, - BIRCH_TRAPDOOR, - JUNGLE_TRAPDOOR, - ACACIA_TRAPDOOR, - DARK_OAK_TRAPDOOR, - INFESTED_STONE, - INFESTED_COBBLESTONE, - INFESTED_STONE_BRICKS, - INFESTED_MOSSY_STONE_BRICKS, - INFESTED_CRACKED_STONE_BRICKS, - INFESTED_CHISELED_STONE_BRICKS, - STONE_BRICKS, - MOSSY_STONE_BRICKS, - CRACKED_STONE_BRICKS, - CHISELED_STONE_BRICKS, - BROWN_MUSHROOM_BLOCK, - RED_MUSHROOM_BLOCK, - MUSHROOM_STEM, - IRON_BARS, - GLASS_PANE, - MELON, - VINE, - OAK_FENCE_GATE, - SPRUCE_FENCE_GATE, - BIRCH_FENCE_GATE, - JUNGLE_FENCE_GATE, - ACACIA_FENCE_GATE, - DARK_OAK_FENCE_GATE, - BRICK_STAIRS, - STONE_BRICK_STAIRS, - MYCELIUM, - LILY_PAD, - NETHER_BRICKS, - NETHER_BRICK_FENCE, - NETHER_BRICK_STAIRS, - ENCHANTING_TABLE, - END_PORTAL_FRAME, - END_STONE, - END_STONE_BRICKS, - DRAGON_EGG, - REDSTONE_LAMP, - SANDSTONE_STAIRS, - EMERALD_ORE, - ENDER_CHEST, - TRIPWIRE_HOOK, - EMERALD_BLOCK, - SPRUCE_STAIRS, - BIRCH_STAIRS, - JUNGLE_STAIRS, - COMMAND_BLOCK, - BEACON, - COBBLESTONE_WALL, - MOSSY_COBBLESTONE_WALL, - BRICK_WALL, - PRISMARINE_WALL, - RED_SANDSTONE_WALL, - MOSSY_STONE_BRICK_WALL, - GRANITE_WALL, - STONE_BRICK_WALL, - NETHER_BRICK_WALL, - ANDESITE_WALL, - RED_NETHER_BRICK_WALL, - SANDSTONE_WALL, - END_STONE_BRICK_WALL, - DIORITE_WALL, - OAK_BUTTON, - SPRUCE_BUTTON, - BIRCH_BUTTON, - JUNGLE_BUTTON, - ACACIA_BUTTON, - DARK_OAK_BUTTON, - ANVIL, - CHIPPED_ANVIL, - DAMAGED_ANVIL, - TRAPPED_CHEST, - LIGHT_WEIGHTED_PRESSURE_PLATE, - HEAVY_WEIGHTED_PRESSURE_PLATE, - DAYLIGHT_DETECTOR, - REDSTONE_BLOCK, - NETHER_QUARTZ_ORE, - HOPPER, - CHISELED_QUARTZ_BLOCK, - QUARTZ_BLOCK, - QUARTZ_PILLAR, - QUARTZ_STAIRS, - ACTIVATOR_RAIL, - DROPPER, - WHITE_TERRACOTTA, - ORANGE_TERRACOTTA, - MAGENTA_TERRACOTTA, - LIGHT_BLUE_TERRACOTTA, - YELLOW_TERRACOTTA, - LIME_TERRACOTTA, - PINK_TERRACOTTA, - GRAY_TERRACOTTA, - LIGHT_GRAY_TERRACOTTA, - CYAN_TERRACOTTA, - PURPLE_TERRACOTTA, - BLUE_TERRACOTTA, - BROWN_TERRACOTTA, - GREEN_TERRACOTTA, - RED_TERRACOTTA, - BLACK_TERRACOTTA, - BARRIER, - IRON_TRAPDOOR, - HAY_BLOCK, - WHITE_CARPET, - ORANGE_CARPET, - MAGENTA_CARPET, - LIGHT_BLUE_CARPET, - YELLOW_CARPET, - LIME_CARPET, - PINK_CARPET, - GRAY_CARPET, - LIGHT_GRAY_CARPET, - CYAN_CARPET, - PURPLE_CARPET, - BLUE_CARPET, - BROWN_CARPET, - GREEN_CARPET, - RED_CARPET, - BLACK_CARPET, - TERRACOTTA, - COAL_BLOCK, - PACKED_ICE, - ACACIA_STAIRS, - DARK_OAK_STAIRS, - SLIME_BLOCK, - GRASS_PATH, - SUNFLOWER, - LILAC, - ROSE_BUSH, - PEONY, - TALL_GRASS, - LARGE_FERN, - WHITE_STAINED_GLASS, - ORANGE_STAINED_GLASS, - MAGENTA_STAINED_GLASS, - LIGHT_BLUE_STAINED_GLASS, - YELLOW_STAINED_GLASS, - LIME_STAINED_GLASS, - PINK_STAINED_GLASS, - GRAY_STAINED_GLASS, - LIGHT_GRAY_STAINED_GLASS, - CYAN_STAINED_GLASS, - PURPLE_STAINED_GLASS, - BLUE_STAINED_GLASS, - BROWN_STAINED_GLASS, - GREEN_STAINED_GLASS, - RED_STAINED_GLASS, - BLACK_STAINED_GLASS, - WHITE_STAINED_GLASS_PANE, - ORANGE_STAINED_GLASS_PANE, - MAGENTA_STAINED_GLASS_PANE, - LIGHT_BLUE_STAINED_GLASS_PANE, - YELLOW_STAINED_GLASS_PANE, - LIME_STAINED_GLASS_PANE, - PINK_STAINED_GLASS_PANE, - GRAY_STAINED_GLASS_PANE, - LIGHT_GRAY_STAINED_GLASS_PANE, - CYAN_STAINED_GLASS_PANE, - PURPLE_STAINED_GLASS_PANE, - BLUE_STAINED_GLASS_PANE, - BROWN_STAINED_GLASS_PANE, - GREEN_STAINED_GLASS_PANE, - RED_STAINED_GLASS_PANE, - BLACK_STAINED_GLASS_PANE, - PRISMARINE, - PRISMARINE_BRICKS, - DARK_PRISMARINE, - PRISMARINE_STAIRS, - PRISMARINE_BRICK_STAIRS, - DARK_PRISMARINE_STAIRS, - SEA_LANTERN, - RED_SANDSTONE, - CHISELED_RED_SANDSTONE, - CUT_RED_SANDSTONE, - RED_SANDSTONE_STAIRS, - REPEATING_COMMAND_BLOCK, - CHAIN_COMMAND_BLOCK, - MAGMA_BLOCK, - NETHER_WART_BLOCK, - RED_NETHER_BRICKS, - BONE_BLOCK, - STRUCTURE_VOID, - OBSERVER, - SHULKER_BOX, - WHITE_SHULKER_BOX, - ORANGE_SHULKER_BOX, - MAGENTA_SHULKER_BOX, - LIGHT_BLUE_SHULKER_BOX, - YELLOW_SHULKER_BOX, - LIME_SHULKER_BOX, - PINK_SHULKER_BOX, - GRAY_SHULKER_BOX, - LIGHT_GRAY_SHULKER_BOX, - CYAN_SHULKER_BOX, - PURPLE_SHULKER_BOX, - BLUE_SHULKER_BOX, - BROWN_SHULKER_BOX, - GREEN_SHULKER_BOX, - RED_SHULKER_BOX, - BLACK_SHULKER_BOX, - WHITE_GLAZED_TERRACOTTA, - ORANGE_GLAZED_TERRACOTTA, - MAGENTA_GLAZED_TERRACOTTA, - LIGHT_BLUE_GLAZED_TERRACOTTA, - YELLOW_GLAZED_TERRACOTTA, - LIME_GLAZED_TERRACOTTA, - PINK_GLAZED_TERRACOTTA, - GRAY_GLAZED_TERRACOTTA, - LIGHT_GRAY_GLAZED_TERRACOTTA, - CYAN_GLAZED_TERRACOTTA, - PURPLE_GLAZED_TERRACOTTA, - BLUE_GLAZED_TERRACOTTA, - BROWN_GLAZED_TERRACOTTA, - GREEN_GLAZED_TERRACOTTA, - RED_GLAZED_TERRACOTTA, - BLACK_GLAZED_TERRACOTTA, - WHITE_CONCRETE, - ORANGE_CONCRETE, - MAGENTA_CONCRETE, - LIGHT_BLUE_CONCRETE, - YELLOW_CONCRETE, - LIME_CONCRETE, - PINK_CONCRETE, - GRAY_CONCRETE, - LIGHT_GRAY_CONCRETE, - CYAN_CONCRETE, - PURPLE_CONCRETE, - BLUE_CONCRETE, - BROWN_CONCRETE, - GREEN_CONCRETE, - RED_CONCRETE, - BLACK_CONCRETE, - WHITE_CONCRETE_POWDER, - ORANGE_CONCRETE_POWDER, - MAGENTA_CONCRETE_POWDER, - LIGHT_BLUE_CONCRETE_POWDER, - YELLOW_CONCRETE_POWDER, - LIME_CONCRETE_POWDER, - PINK_CONCRETE_POWDER, - GRAY_CONCRETE_POWDER, - LIGHT_GRAY_CONCRETE_POWDER, - CYAN_CONCRETE_POWDER, - PURPLE_CONCRETE_POWDER, - BLUE_CONCRETE_POWDER, - BROWN_CONCRETE_POWDER, - GREEN_CONCRETE_POWDER, - RED_CONCRETE_POWDER, - BLACK_CONCRETE_POWDER, - TURTLE_EGG, - DEAD_TUBE_CORAL_BLOCK, - DEAD_BRAIN_CORAL_BLOCK, - DEAD_BUBBLE_CORAL_BLOCK, - DEAD_FIRE_CORAL_BLOCK, - DEAD_HORN_CORAL_BLOCK, - TUBE_CORAL_BLOCK, - BRAIN_CORAL_BLOCK, - BUBBLE_CORAL_BLOCK, - FIRE_CORAL_BLOCK, - HORN_CORAL_BLOCK, - TUBE_CORAL, - BRAIN_CORAL, - BUBBLE_CORAL, - FIRE_CORAL, - HORN_CORAL, - DEAD_BRAIN_CORAL, - DEAD_BUBBLE_CORAL, - DEAD_FIRE_CORAL, - DEAD_HORN_CORAL, - DEAD_TUBE_CORAL, - TUBE_CORAL_FAN, - BRAIN_CORAL_FAN, - BUBBLE_CORAL_FAN, - FIRE_CORAL_FAN, - HORN_CORAL_FAN, - DEAD_TUBE_CORAL_FAN, - DEAD_BRAIN_CORAL_FAN, - DEAD_BUBBLE_CORAL_FAN, - DEAD_FIRE_CORAL_FAN, - DEAD_HORN_CORAL_FAN, - BLUE_ICE, - CONDUIT, - POLISHED_GRANITE_STAIRS, - SMOOTH_RED_SANDSTONE_STAIRS, - MOSSY_STONE_BRICK_STAIRS, - POLISHED_DIORITE_STAIRS, - MOSSY_COBBLESTONE_STAIRS, - END_STONE_BRICK_STAIRS, - STONE_STAIRS, - SMOOTH_SANDSTONE_STAIRS, - SMOOTH_QUARTZ_STAIRS, - GRANITE_STAIRS, - ANDESITE_STAIRS, - RED_NETHER_BRICK_STAIRS, - POLISHED_ANDESITE_STAIRS, - DIORITE_STAIRS, - POLISHED_GRANITE_SLAB, - SMOOTH_RED_SANDSTONE_SLAB, - MOSSY_STONE_BRICK_SLAB, - POLISHED_DIORITE_SLAB, - MOSSY_COBBLESTONE_SLAB, - END_STONE_BRICK_SLAB, - SMOOTH_SANDSTONE_SLAB, - SMOOTH_QUARTZ_SLAB, - GRANITE_SLAB, - ANDESITE_SLAB, - RED_NETHER_BRICK_SLAB, - POLISHED_ANDESITE_SLAB, - DIORITE_SLAB, - SCAFFOLDING, - IRON_DOOR, - OAK_DOOR, - SPRUCE_DOOR, - BIRCH_DOOR, - JUNGLE_DOOR, - ACACIA_DOOR, - DARK_OAK_DOOR, - REPEATER, - COMPARATOR, - STRUCTURE_BLOCK, - JIGSAW, - COMPOSTER, - TURTLE_HELMET, - SCUTE, - IRON_SHOVEL, - IRON_PICKAXE, - IRON_AXE, - FLINT_AND_STEEL, - APPLE, - BOW, - ARROW, - COAL, - CHARCOAL, - DIAMOND, - IRON_INGOT, - GOLD_INGOT, - IRON_SWORD, - WOODEN_SWORD, - WOODEN_SHOVEL, - WOODEN_PICKAXE, - WOODEN_AXE, - STONE_SWORD, - STONE_SHOVEL, - STONE_PICKAXE, - STONE_AXE, - DIAMOND_SWORD, - DIAMOND_SHOVEL, - DIAMOND_PICKAXE, - DIAMOND_AXE, - STICK, - BOWL, - MUSHROOM_STEW, - GOLDEN_SWORD, - GOLDEN_SHOVEL, - GOLDEN_PICKAXE, - GOLDEN_AXE, - STRING, - FEATHER, - GUNPOWDER, - WOODEN_HOE, - STONE_HOE, - IRON_HOE, - DIAMOND_HOE, - GOLDEN_HOE, - WHEAT_SEEDS, - WHEAT, - BREAD, - LEATHER_HELMET, - LEATHER_CHESTPLATE, - LEATHER_LEGGINGS, - LEATHER_BOOTS, - CHAINMAIL_HELMET, - CHAINMAIL_CHESTPLATE, - CHAINMAIL_LEGGINGS, - CHAINMAIL_BOOTS, - IRON_HELMET, - IRON_CHESTPLATE, - IRON_LEGGINGS, - IRON_BOOTS, - DIAMOND_HELMET, - DIAMOND_CHESTPLATE, - DIAMOND_LEGGINGS, - DIAMOND_BOOTS, - GOLDEN_HELMET, - GOLDEN_CHESTPLATE, - GOLDEN_LEGGINGS, - GOLDEN_BOOTS, - FLINT, - PORKCHOP, - COOKED_PORKCHOP, - PAINTING, - GOLDEN_APPLE, - ENCHANTED_GOLDEN_APPLE, - OAK_SIGN, - SPRUCE_SIGN, - BIRCH_SIGN, - JUNGLE_SIGN, - ACACIA_SIGN, - DARK_OAK_SIGN, - BUCKET, - WATER_BUCKET, - LAVA_BUCKET, - MINECART, - SADDLE, - REDSTONE, - SNOWBALL, - OAK_BOAT, - LEATHER, - MILK_BUCKET, - PUFFERFISH_BUCKET, - SALMON_BUCKET, - COD_BUCKET, - TROPICAL_FISH_BUCKET, - BRICK, - CLAY_BALL, - SUGAR_CANE, - KELP, - DRIED_KELP_BLOCK, - BAMBOO, - PAPER, - BOOK, - SLIME_BALL, - CHEST_MINECART, - FURNACE_MINECART, - EGG, - COMPASS, - FISHING_ROD, - CLOCK, - GLOWSTONE_DUST, - COD, - SALMON, - TROPICAL_FISH, - PUFFERFISH, - COOKED_COD, - COOKED_SALMON, - INK_SAC, - RED_DYE, - GREEN_DYE, - COCOA_BEANS, - LAPIS_LAZULI, - PURPLE_DYE, - CYAN_DYE, - LIGHT_GRAY_DYE, - GRAY_DYE, - PINK_DYE, - LIME_DYE, - YELLOW_DYE, - LIGHT_BLUE_DYE, - MAGENTA_DYE, - ORANGE_DYE, - BONE_MEAL, - BLUE_DYE, - BROWN_DYE, - BLACK_DYE, - WHITE_DYE, - BONE, - SUGAR, - CAKE, - WHITE_BED, - ORANGE_BED, - MAGENTA_BED, - LIGHT_BLUE_BED, - YELLOW_BED, - LIME_BED, - PINK_BED, - GRAY_BED, - LIGHT_GRAY_BED, - CYAN_BED, - PURPLE_BED, - BLUE_BED, - BROWN_BED, - GREEN_BED, - RED_BED, - BLACK_BED, - COOKIE, - FILLED_MAP, - SHEARS, - MELON_SLICE, - DRIED_KELP, - PUMPKIN_SEEDS, - MELON_SEEDS, - BEEF, - COOKED_BEEF, - CHICKEN, - COOKED_CHICKEN, - ROTTEN_FLESH, - ENDER_PEARL, - BLAZE_ROD, - GHAST_TEAR, - GOLD_NUGGET, - NETHER_WART, - POTION, - GLASS_BOTTLE, - SPIDER_EYE, - FERMENTED_SPIDER_EYE, - BLAZE_POWDER, - MAGMA_CREAM, - BREWING_STAND, - CAULDRON, - ENDER_EYE, - GLISTERING_MELON_SLICE, - BAT_SPAWN_EGG, - BEE_SPAWN_EGG, - BLAZE_SPAWN_EGG, - CAT_SPAWN_EGG, - CAVE_SPIDER_SPAWN_EGG, - CHICKEN_SPAWN_EGG, - COD_SPAWN_EGG, - COW_SPAWN_EGG, - CREEPER_SPAWN_EGG, - DOLPHIN_SPAWN_EGG, - DONKEY_SPAWN_EGG, - DROWNED_SPAWN_EGG, - ELDER_GUARDIAN_SPAWN_EGG, - ENDERMAN_SPAWN_EGG, - ENDERMITE_SPAWN_EGG, - EVOKER_SPAWN_EGG, - FOX_SPAWN_EGG, - GHAST_SPAWN_EGG, - GUARDIAN_SPAWN_EGG, - HORSE_SPAWN_EGG, - HUSK_SPAWN_EGG, - LLAMA_SPAWN_EGG, - MAGMA_CUBE_SPAWN_EGG, - MOOSHROOM_SPAWN_EGG, - MULE_SPAWN_EGG, - OCELOT_SPAWN_EGG, - PANDA_SPAWN_EGG, - PARROT_SPAWN_EGG, - PHANTOM_SPAWN_EGG, - PIG_SPAWN_EGG, - PILLAGER_SPAWN_EGG, - POLAR_BEAR_SPAWN_EGG, - PUFFERFISH_SPAWN_EGG, - RABBIT_SPAWN_EGG, - RAVAGER_SPAWN_EGG, - SALMON_SPAWN_EGG, - SHEEP_SPAWN_EGG, - SHULKER_SPAWN_EGG, - SILVERFISH_SPAWN_EGG, - SKELETON_SPAWN_EGG, - SKELETON_HORSE_SPAWN_EGG, - SLIME_SPAWN_EGG, - SPIDER_SPAWN_EGG, - SQUID_SPAWN_EGG, - STRAY_SPAWN_EGG, - TRADER_LLAMA_SPAWN_EGG, - TROPICAL_FISH_SPAWN_EGG, - TURTLE_SPAWN_EGG, - VEX_SPAWN_EGG, - VILLAGER_SPAWN_EGG, - VINDICATOR_SPAWN_EGG, - WANDERING_TRADER_SPAWN_EGG, - WITCH_SPAWN_EGG, - WITHER_SKELETON_SPAWN_EGG, - WOLF_SPAWN_EGG, - ZOMBIE_SPAWN_EGG, - ZOMBIE_HORSE_SPAWN_EGG, - ZOMBIE_PIGMAN_SPAWN_EGG, - ZOMBIE_VILLAGER_SPAWN_EGG, - EXPERIENCE_BOTTLE, - FIRE_CHARGE, - WRITABLE_BOOK, - WRITTEN_BOOK, - EMERALD, - ITEM_FRAME, - FLOWER_POT, - CARROT, - POTATO, - BAKED_POTATO, - POISONOUS_POTATO, - MAP, - GOLDEN_CARROT, - SKELETON_SKULL, - WITHER_SKELETON_SKULL, - PLAYER_HEAD, - ZOMBIE_HEAD, - CREEPER_HEAD, - DRAGON_HEAD, - CARROT_ON_A_STICK, - NETHER_STAR, - PUMPKIN_PIE, - FIREWORK_ROCKET, - FIREWORK_STAR, - ENCHANTED_BOOK, - NETHER_BRICK, - QUARTZ, - TNT_MINECART, - HOPPER_MINECART, - PRISMARINE_SHARD, - PRISMARINE_CRYSTALS, - RABBIT, - COOKED_RABBIT, - RABBIT_STEW, - RABBIT_FOOT, - RABBIT_HIDE, - ARMOR_STAND, - IRON_HORSE_ARMOR, - GOLDEN_HORSE_ARMOR, - DIAMOND_HORSE_ARMOR, - LEATHER_HORSE_ARMOR, - LEAD, - NAME_TAG, - COMMAND_BLOCK_MINECART, - MUTTON, - COOKED_MUTTON, - WHITE_BANNER, - ORANGE_BANNER, - MAGENTA_BANNER, - LIGHT_BLUE_BANNER, - YELLOW_BANNER, - LIME_BANNER, - PINK_BANNER, - GRAY_BANNER, - LIGHT_GRAY_BANNER, - CYAN_BANNER, - PURPLE_BANNER, - BLUE_BANNER, - BROWN_BANNER, - GREEN_BANNER, - RED_BANNER, - BLACK_BANNER, - END_CRYSTAL, - CHORUS_FRUIT, - POPPED_CHORUS_FRUIT, - BEETROOT, - BEETROOT_SEEDS, - BEETROOT_SOUP, - DRAGON_BREATH, - SPLASH_POTION, - SPECTRAL_ARROW, - TIPPED_ARROW, - LINGERING_POTION, - SHIELD, - ELYTRA, - SPRUCE_BOAT, - BIRCH_BOAT, - JUNGLE_BOAT, - ACACIA_BOAT, - DARK_OAK_BOAT, - TOTEM_OF_UNDYING, - SHULKER_SHELL, - IRON_NUGGET, - KNOWLEDGE_BOOK, - DEBUG_STICK, - MUSIC_DISC_13, - MUSIC_DISC_CAT, - MUSIC_DISC_BLOCKS, - MUSIC_DISC_CHIRP, - MUSIC_DISC_FAR, - MUSIC_DISC_MALL, - MUSIC_DISC_MELLOHI, - MUSIC_DISC_STAL, - MUSIC_DISC_STRAD, - MUSIC_DISC_WARD, - MUSIC_DISC_11, - MUSIC_DISC_WAIT, - TRIDENT, - PHANTOM_MEMBRANE, - NAUTILUS_SHELL, - HEART_OF_THE_SEA, - CROSSBOW, - SUSPICIOUS_STEW, - LOOM, - FLOWER_BANNER_PATTERN, - CREEPER_BANNER_PATTERN, - SKULL_BANNER_PATTERN, - MOJANG_BANNER_PATTERN, - GLOBE_BANNER_PATTERN, - BARREL, - SMOKER, - BLAST_FURNACE, - CARTOGRAPHY_TABLE, - FLETCHING_TABLE, - GRINDSTONE, - LECTERN, - SMITHING_TABLE, - STONECUTTER, - BELL, - LANTERN, - SWEET_BERRIES, - CAMPFIRE, - HONEYCOMB, - BEE_NEST, - BEEHIVE, - HONEY_BOTTLE, - HONEY_BLOCK, - HONEYCOMB_BLOCK; - - private static Short2ObjectOpenHashMap idToMaterial = new Short2ObjectOpenHashMap<>(); - - private short materialId; - private Block block; - - public static Material fromId(short id) { - return idToMaterial.get(id); - } - - public void setIdentifier(short materialId, Block block) { - this.materialId = materialId; - this.block = block; - - idToMaterial.put(materialId, this); - } - - public boolean isBlock() { - return block != null && this != AIR; - } - - public Block getBlock() { - return block; - } - - public boolean isHelmet() { - return toString().endsWith("HELMET"); - } - - public boolean isChestplate() { - return toString().endsWith("CHESTPLATE"); - } - - public boolean isLeggings() { - return toString().endsWith("LEGGINGS"); - } - - public boolean isBoots() { - return toString().endsWith("BOOTS"); - } - - public boolean isArmor() { - return isHelmet() || isChestplate() || - isLeggings() || isBoots(); - } - - public boolean isFood() { - switch (this) { - case APPLE: - case MUSHROOM_STEW: - case BREAD: - case PORKCHOP: - case COOKED_PORKCHOP: - case GOLDEN_APPLE: - case ENCHANTED_GOLDEN_APPLE: - case COD: - case SALMON: - case TROPICAL_FISH: - case PUFFERFISH: - case COOKED_COD: - case COOKED_SALMON: - case CAKE: - case COOKIE: - case MELON_SLICE: - case DRIED_KELP: - case BEEF: - case COOKED_BEEF: - case CHICKEN: - case COOKED_CHICKEN: - case ROTTEN_FLESH: - case SPIDER_EYE: - case CARROT: - case POTATO: - case BAKED_POTATO: - case POISONOUS_POTATO: - case PUMPKIN_PIE: - case RABBIT: - case COOKED_RABBIT: - case RABBIT_STEW: - case MUTTON: - case COOKED_MUTTON: - case BEETROOT: - case BEETROOT_SOUP: - case SWEET_BERRIES: - case HONEY_BOTTLE: - return true; - default: - return false; - } - } - - public boolean hasState() { - switch (this) { - case BOW: - case TRIDENT: - case CROSSBOW: - case SHIELD: - return true; - } - - return isFood(); - } - - public short getId() { - return materialId; - } -} diff --git a/src/main/java/net/minestom/server/registry/RegistryMain.java b/src/main/java/net/minestom/server/registry/RegistryMain.java index e9a9c01b1..7aadf984f 100644 --- a/src/main/java/net/minestom/server/registry/RegistryMain.java +++ b/src/main/java/net/minestom/server/registry/RegistryMain.java @@ -49,27 +49,6 @@ public class RegistryMain { writePotionsClass(potions); } - public static void registerItems() { - List items = parseItems(ITEMS_PATH); - - for (RegistryItem registryItem : items) { - Material material = Material.valueOf(registryItem.name); - try { - Block block = Block.valueOf(registryItem.name); - material.setIdentifier(registryItem.itemId, block); - } catch (IllegalArgumentException e) { - switch (material) { - case REDSTONE: - material.setIdentifier(registryItem.itemId, Block.REDSTONE_WIRE); - break; - default: - material.setIdentifier(registryItem.itemId, null); - break; - } - } - } - } - public static void registerEntities() { List registryEntityTypes = parseEntities(ENTITIES_PATH); From 7c3d3f6f07701552f36b25b11dbe3005a59b2cd3 Mon Sep 17 00:00:00 2001 From: jglrxavpok Date: Mon, 29 Jun 2020 20:29:50 +0200 Subject: [PATCH 11/17] Completely removed RegistryMain --- .../minestom/server/entity/EntityType.java | 131 +++ .../net/minestom/server/item/Enchantment.java | 65 ++ .../net/minestom/server/item/Material.java | 8 +- .../minestom/server/particle/Particle.java | 90 ++ .../minestom/server/potion/PotionType.java | 71 ++ .../java/net/minestom/server/sound/Sound.java | 838 ++++++++++++++++++ .../minestom/server/stat/StatisticType.java | 99 +++ .../net/minestom/codegen/AllGenerators.java | 26 + .../minestom/codegen/BasicEnumGenerator.java | 98 ++ .../enchantment/EnchantmentEnumGenerator.java | 56 ++ .../entitytypes/EntityTypeEnumGenerator.java | 56 ++ .../codegen/items/ItemEnumGenerator.java | 29 +- .../particles/ParticleEnumGenerator.java | 56 ++ .../codegen/potions/PotionEnumGenerator.java | 56 ++ .../codegen/sounds/SoundEnumGenerator.java | 56 ++ .../codegen/stats/StatsEnumGenerator.java | 56 ++ .../net/minestom/server/MinecraftServer.java | 7 - .../minestom/server/entity/EntityType.java | 128 --- .../net/minestom/server/item/Enchantment.java | 63 -- .../minestom/server/particle/Particle.java | 87 -- .../minestom/server/potion/PotionType.java | 68 -- .../server/registry/RegistryBlock.java | 25 - .../server/registry/RegistryEnchantment.java | 8 - .../server/registry/RegistryEntityType.java | 8 - .../server/registry/RegistryItem.java | 8 - .../server/registry/RegistryMain.java | 376 -------- .../server/registry/RegistryParticle.java | 8 - .../server/registry/RegistryPotion.java | 8 - .../server/registry/RegistrySound.java | 8 - .../server/registry/RegistryStat.java | 8 - .../java/net/minestom/server/sound/Sound.java | 835 ----------------- .../minestom/server/stat/StatisticType.java | 96 -- 32 files changed, 1767 insertions(+), 1765 deletions(-) create mode 100644 src/autogenerated/java/net/minestom/server/entity/EntityType.java create mode 100644 src/autogenerated/java/net/minestom/server/item/Enchantment.java create mode 100644 src/autogenerated/java/net/minestom/server/particle/Particle.java create mode 100644 src/autogenerated/java/net/minestom/server/potion/PotionType.java create mode 100644 src/autogenerated/java/net/minestom/server/sound/Sound.java create mode 100644 src/autogenerated/java/net/minestom/server/stat/StatisticType.java create mode 100644 src/generators/java/net/minestom/codegen/AllGenerators.java create mode 100644 src/generators/java/net/minestom/codegen/BasicEnumGenerator.java create mode 100644 src/generators/java/net/minestom/codegen/enchantment/EnchantmentEnumGenerator.java create mode 100644 src/generators/java/net/minestom/codegen/entitytypes/EntityTypeEnumGenerator.java create mode 100644 src/generators/java/net/minestom/codegen/particles/ParticleEnumGenerator.java create mode 100644 src/generators/java/net/minestom/codegen/potions/PotionEnumGenerator.java create mode 100644 src/generators/java/net/minestom/codegen/sounds/SoundEnumGenerator.java create mode 100644 src/generators/java/net/minestom/codegen/stats/StatsEnumGenerator.java delete mode 100644 src/main/java/net/minestom/server/entity/EntityType.java delete mode 100644 src/main/java/net/minestom/server/item/Enchantment.java delete mode 100644 src/main/java/net/minestom/server/particle/Particle.java delete mode 100644 src/main/java/net/minestom/server/potion/PotionType.java delete mode 100644 src/main/java/net/minestom/server/registry/RegistryBlock.java delete mode 100644 src/main/java/net/minestom/server/registry/RegistryEnchantment.java delete mode 100644 src/main/java/net/minestom/server/registry/RegistryEntityType.java delete mode 100644 src/main/java/net/minestom/server/registry/RegistryItem.java delete mode 100644 src/main/java/net/minestom/server/registry/RegistryMain.java delete mode 100644 src/main/java/net/minestom/server/registry/RegistryParticle.java delete mode 100644 src/main/java/net/minestom/server/registry/RegistryPotion.java delete mode 100644 src/main/java/net/minestom/server/registry/RegistrySound.java delete mode 100644 src/main/java/net/minestom/server/registry/RegistryStat.java delete mode 100644 src/main/java/net/minestom/server/sound/Sound.java delete mode 100644 src/main/java/net/minestom/server/stat/StatisticType.java diff --git a/src/autogenerated/java/net/minestom/server/entity/EntityType.java b/src/autogenerated/java/net/minestom/server/entity/EntityType.java new file mode 100644 index 000000000..88447e82d --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/entity/EntityType.java @@ -0,0 +1,131 @@ +//============================== +// AUTOGENERATED BY EnumGenerator +//============================== +package net.minestom.server.entity; + +public enum EntityType { + AREA_EFFECT_CLOUD("minecraft:area_effect_cloud"), + ARMOR_STAND("minecraft:armor_stand"), + ARROW("minecraft:arrow"), + BAT("minecraft:bat"), + BEE("minecraft:bee"), + BLAZE("minecraft:blaze"), + BOAT("minecraft:boat"), + CAT("minecraft:cat"), + CAVE_SPIDER("minecraft:cave_spider"), + CHICKEN("minecraft:chicken"), + COD("minecraft:cod"), + COW("minecraft:cow"), + CREEPER("minecraft:creeper"), + DONKEY("minecraft:donkey"), + DOLPHIN("minecraft:dolphin"), + DRAGON_FIREBALL("minecraft:dragon_fireball"), + DROWNED("minecraft:drowned"), + ELDER_GUARDIAN("minecraft:elder_guardian"), + END_CRYSTAL("minecraft:end_crystal"), + ENDER_DRAGON("minecraft:ender_dragon"), + ENDERMAN("minecraft:enderman"), + ENDERMITE("minecraft:endermite"), + 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"), + FIREWORK_ROCKET("minecraft:firework_rocket"), + FOX("minecraft:fox"), + GHAST("minecraft:ghast"), + GIANT("minecraft:giant"), + GUARDIAN("minecraft:guardian"), + HORSE("minecraft:horse"), + HUSK("minecraft:husk"), + ILLUSIONER("minecraft:illusioner"), + ITEM("minecraft:item"), + ITEM_FRAME("minecraft:item_frame"), + FIREBALL("minecraft:fireball"), + LEASH_KNOT("minecraft:leash_knot"), + LLAMA("minecraft:llama"), + LLAMA_SPIT("minecraft:llama_spit"), + MAGMA_CUBE("minecraft:magma_cube"), + MINECART("minecraft:minecart"), + CHEST_MINECART("minecraft:chest_minecart"), + COMMAND_BLOCK_MINECART("minecraft:command_block_minecart"), + FURNACE_MINECART("minecraft:furnace_minecart"), + HOPPER_MINECART("minecraft:hopper_minecart"), + SPAWNER_MINECART("minecraft:spawner_minecart"), + TNT_MINECART("minecraft:tnt_minecart"), + MULE("minecraft:mule"), + MOOSHROOM("minecraft:mooshroom"), + OCELOT("minecraft:ocelot"), + PAINTING("minecraft:painting"), + PANDA("minecraft:panda"), + PARROT("minecraft:parrot"), + PIG("minecraft:pig"), + PUFFERFISH("minecraft:pufferfish"), + ZOMBIE_PIGMAN("minecraft:zombie_pigman"), + POLAR_BEAR("minecraft:polar_bear"), + TNT("minecraft:tnt"), + RABBIT("minecraft:rabbit"), + SALMON("minecraft:salmon"), + SHEEP("minecraft:sheep"), + SHULKER("minecraft:shulker"), + SHULKER_BULLET("minecraft:shulker_bullet"), + SILVERFISH("minecraft:silverfish"), + SKELETON("minecraft:skeleton"), + SKELETON_HORSE("minecraft:skeleton_horse"), + SLIME("minecraft:slime"), + SMALL_FIREBALL("minecraft:small_fireball"), + SNOW_GOLEM("minecraft:snow_golem"), + SNOWBALL("minecraft:snowball"), + SPECTRAL_ARROW("minecraft:spectral_arrow"), + SPIDER("minecraft:spider"), + SQUID("minecraft:squid"), + STRAY("minecraft:stray"), + 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"), + 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"), + ZOMBIE("minecraft:zombie"), + ZOMBIE_HORSE("minecraft:zombie_horse"), + ZOMBIE_VILLAGER("minecraft:zombie_villager"), + PHANTOM("minecraft:phantom"), + RAVAGER("minecraft:ravager"), + LIGHTNING_BOLT("minecraft:lightning_bolt"), + PLAYER("minecraft:player"), + FISHING_BOBBER("minecraft:fishing_bobber"), +; + private String namespaceID; + + EntityType(String namespaceID) { + this.namespaceID = namespaceID; + } + + public int getId() { + return ordinal(); + } + + public String getNamespaceID() { + return namespaceID; + } + + public static EntityType fromId(int id) { + if(id >= 0 && id < values().length) { + return values()[id]; + } + return PIG; + } +} diff --git a/src/autogenerated/java/net/minestom/server/item/Enchantment.java b/src/autogenerated/java/net/minestom/server/item/Enchantment.java new file mode 100644 index 000000000..9356f8297 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/item/Enchantment.java @@ -0,0 +1,65 @@ +//============================== +// AUTOGENERATED BY EnumGenerator +//============================== +package net.minestom.server.item; + +public enum Enchantment { + PROTECTION("minecraft:protection"), + FIRE_PROTECTION("minecraft:fire_protection"), + FEATHER_FALLING("minecraft:feather_falling"), + BLAST_PROTECTION("minecraft:blast_protection"), + PROJECTILE_PROTECTION("minecraft:projectile_protection"), + RESPIRATION("minecraft:respiration"), + AQUA_AFFINITY("minecraft:aqua_affinity"), + THORNS("minecraft:thorns"), + DEPTH_STRIDER("minecraft:depth_strider"), + FROST_WALKER("minecraft:frost_walker"), + BINDING_CURSE("minecraft:binding_curse"), + SHARPNESS("minecraft:sharpness"), + SMITE("minecraft:smite"), + BANE_OF_ARTHROPODS("minecraft:bane_of_arthropods"), + KNOCKBACK("minecraft:knockback"), + FIRE_ASPECT("minecraft:fire_aspect"), + LOOTING("minecraft:looting"), + SWEEPING("minecraft:sweeping"), + EFFICIENCY("minecraft:efficiency"), + SILK_TOUCH("minecraft:silk_touch"), + UNBREAKING("minecraft:unbreaking"), + FORTUNE("minecraft:fortune"), + POWER("minecraft:power"), + PUNCH("minecraft:punch"), + FLAME("minecraft:flame"), + INFINITY("minecraft:infinity"), + LUCK_OF_THE_SEA("minecraft:luck_of_the_sea"), + LURE("minecraft:lure"), + LOYALTY("minecraft:loyalty"), + IMPALING("minecraft:impaling"), + RIPTIDE("minecraft:riptide"), + CHANNELING("minecraft:channeling"), + MULTISHOT("minecraft:multishot"), + QUICK_CHARGE("minecraft:quick_charge"), + PIERCING("minecraft:piercing"), + MENDING("minecraft:mending"), + VANISHING_CURSE("minecraft:vanishing_curse"), +; + private String namespaceID; + + Enchantment(String namespaceID) { + this.namespaceID = namespaceID; + } + + public int getId() { + return ordinal(); + } + + public String getNamespaceID() { + return namespaceID; + } + + public static Enchantment fromId(int id) { + if(id >= 0 && id < values().length) { + return values()[id]; + } + return null; + } +} diff --git a/src/autogenerated/java/net/minestom/server/item/Material.java b/src/autogenerated/java/net/minestom/server/item/Material.java index d467be820..1691d6573 100644 --- a/src/autogenerated/java/net/minestom/server/item/Material.java +++ b/src/autogenerated/java/net/minestom/server/item/Material.java @@ -899,7 +899,6 @@ public enum Material { this.namespaceID = namespaceID; this.maxDefaultStackSize = maxDefaultStackSize; this.correspondingBlock = correspondingBlock; - MaterialMap.map.put((short)ordinal(), this); } public short getId() { @@ -922,8 +921,11 @@ public enum Material { return correspondingBlock; } - public static Material fromId(short blockId) { - return MaterialMap.map.getOrDefault(blockId, AIR); + public static Material fromId(short id) { + if(id >= 0 && id < values().length) { + return values()[id]; + } + return AIR; } public boolean isHelmet() { diff --git a/src/autogenerated/java/net/minestom/server/particle/Particle.java b/src/autogenerated/java/net/minestom/server/particle/Particle.java new file mode 100644 index 000000000..abf214457 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/particle/Particle.java @@ -0,0 +1,90 @@ +//============================== +// AUTOGENERATED BY EnumGenerator +//============================== +package net.minestom.server.particle; + +public enum Particle { + AMBIENT_ENTITY_EFFECT("minecraft:ambient_entity_effect"), + ANGRY_VILLAGER("minecraft:angry_villager"), + BARRIER("minecraft:barrier"), + BLOCK("minecraft:block"), + BUBBLE("minecraft:bubble"), + CLOUD("minecraft:cloud"), + CRIT("minecraft:crit"), + DAMAGE_INDICATOR("minecraft:damage_indicator"), + DRAGON_BREATH("minecraft:dragon_breath"), + DRIPPING_LAVA("minecraft:dripping_lava"), + FALLING_LAVA("minecraft:falling_lava"), + LANDING_LAVA("minecraft:landing_lava"), + DRIPPING_WATER("minecraft:dripping_water"), + FALLING_WATER("minecraft:falling_water"), + DUST("minecraft:dust"), + EFFECT("minecraft:effect"), + ELDER_GUARDIAN("minecraft:elder_guardian"), + ENCHANTED_HIT("minecraft:enchanted_hit"), + ENCHANT("minecraft:enchant"), + END_ROD("minecraft:end_rod"), + ENTITY_EFFECT("minecraft:entity_effect"), + EXPLOSION_EMITTER("minecraft:explosion_emitter"), + EXPLOSION("minecraft:explosion"), + FALLING_DUST("minecraft:falling_dust"), + FIREWORK("minecraft:firework"), + FISHING("minecraft:fishing"), + FLAME("minecraft:flame"), + FLASH("minecraft:flash"), + HAPPY_VILLAGER("minecraft:happy_villager"), + COMPOSTER("minecraft:composter"), + HEART("minecraft:heart"), + INSTANT_EFFECT("minecraft:instant_effect"), + ITEM("minecraft:item"), + ITEM_SLIME("minecraft:item_slime"), + ITEM_SNOWBALL("minecraft:item_snowball"), + LARGE_SMOKE("minecraft:large_smoke"), + LAVA("minecraft:lava"), + MYCELIUM("minecraft:mycelium"), + NOTE("minecraft:note"), + POOF("minecraft:poof"), + PORTAL("minecraft:portal"), + RAIN("minecraft:rain"), + SMOKE("minecraft:smoke"), + SNEEZE("minecraft:sneeze"), + SPIT("minecraft:spit"), + SQUID_INK("minecraft:squid_ink"), + SWEEP_ATTACK("minecraft:sweep_attack"), + TOTEM_OF_UNDYING("minecraft:totem_of_undying"), + UNDERWATER("minecraft:underwater"), + SPLASH("minecraft:splash"), + WITCH("minecraft:witch"), + BUBBLE_POP("minecraft:bubble_pop"), + CURRENT_DOWN("minecraft:current_down"), + BUBBLE_COLUMN_UP("minecraft:bubble_column_up"), + NAUTILUS("minecraft:nautilus"), + DOLPHIN("minecraft:dolphin"), + CAMPFIRE_COSY_SMOKE("minecraft:campfire_cosy_smoke"), + CAMPFIRE_SIGNAL_SMOKE("minecraft:campfire_signal_smoke"), + DRIPPING_HONEY("minecraft:dripping_honey"), + FALLING_HONEY("minecraft:falling_honey"), + LANDING_HONEY("minecraft:landing_honey"), + FALLING_NECTAR("minecraft:falling_nectar"), +; + private String namespaceID; + + Particle(String namespaceID) { + this.namespaceID = namespaceID; + } + + public int getId() { + return ordinal(); + } + + public String getNamespaceID() { + return namespaceID; + } + + public static Particle fromId(int id) { + if(id >= 0 && id < values().length) { + return values()[id]; + } + return null; + } +} diff --git a/src/autogenerated/java/net/minestom/server/potion/PotionType.java b/src/autogenerated/java/net/minestom/server/potion/PotionType.java new file mode 100644 index 000000000..cf9408f86 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/potion/PotionType.java @@ -0,0 +1,71 @@ +//============================== +// AUTOGENERATED BY EnumGenerator +//============================== +package net.minestom.server.potion; + +public enum PotionType { + EMPTY("minecraft:empty"), + WATER("minecraft:water"), + MUNDANE("minecraft:mundane"), + THICK("minecraft:thick"), + AWKWARD("minecraft:awkward"), + NIGHT_VISION("minecraft:night_vision"), + LONG_NIGHT_VISION("minecraft:long_night_vision"), + INVISIBILITY("minecraft:invisibility"), + LONG_INVISIBILITY("minecraft:long_invisibility"), + LEAPING("minecraft:leaping"), + LONG_LEAPING("minecraft:long_leaping"), + STRONG_LEAPING("minecraft:strong_leaping"), + FIRE_RESISTANCE("minecraft:fire_resistance"), + LONG_FIRE_RESISTANCE("minecraft:long_fire_resistance"), + SWIFTNESS("minecraft:swiftness"), + LONG_SWIFTNESS("minecraft:long_swiftness"), + STRONG_SWIFTNESS("minecraft:strong_swiftness"), + SLOWNESS("minecraft:slowness"), + LONG_SLOWNESS("minecraft:long_slowness"), + STRONG_SLOWNESS("minecraft:strong_slowness"), + TURTLE_MASTER("minecraft:turtle_master"), + LONG_TURTLE_MASTER("minecraft:long_turtle_master"), + STRONG_TURTLE_MASTER("minecraft:strong_turtle_master"), + WATER_BREATHING("minecraft:water_breathing"), + LONG_WATER_BREATHING("minecraft:long_water_breathing"), + HEALING("minecraft:healing"), + STRONG_HEALING("minecraft:strong_healing"), + HARMING("minecraft:harming"), + STRONG_HARMING("minecraft:strong_harming"), + POISON("minecraft:poison"), + LONG_POISON("minecraft:long_poison"), + STRONG_POISON("minecraft:strong_poison"), + REGENERATION("minecraft:regeneration"), + LONG_REGENERATION("minecraft:long_regeneration"), + STRONG_REGENERATION("minecraft:strong_regeneration"), + STRENGTH("minecraft:strength"), + LONG_STRENGTH("minecraft:long_strength"), + STRONG_STRENGTH("minecraft:strong_strength"), + WEAKNESS("minecraft:weakness"), + LONG_WEAKNESS("minecraft:long_weakness"), + LUCK("minecraft:luck"), + SLOW_FALLING("minecraft:slow_falling"), + LONG_SLOW_FALLING("minecraft:long_slow_falling"), +; + private String namespaceID; + + PotionType(String namespaceID) { + this.namespaceID = namespaceID; + } + + public int getId() { + return ordinal(); + } + + public String getNamespaceID() { + return namespaceID; + } + + public static PotionType fromId(int id) { + if(id >= 0 && id < values().length) { + return values()[id]; + } + return EMPTY; + } +} diff --git a/src/autogenerated/java/net/minestom/server/sound/Sound.java b/src/autogenerated/java/net/minestom/server/sound/Sound.java new file mode 100644 index 000000000..13816abe9 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/sound/Sound.java @@ -0,0 +1,838 @@ +//============================== +// AUTOGENERATED BY EnumGenerator +//============================== +package net.minestom.server.sound; + +public enum Sound { + AMBIENT_CAVE("minecraft:ambient.cave"), + 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_ANVIL_BREAK("minecraft:block.anvil.break"), + BLOCK_ANVIL_DESTROY("minecraft:block.anvil.destroy"), + BLOCK_ANVIL_FALL("minecraft:block.anvil.fall"), + BLOCK_ANVIL_HIT("minecraft:block.anvil.hit"), + BLOCK_ANVIL_LAND("minecraft:block.anvil.land"), + BLOCK_ANVIL_PLACE("minecraft:block.anvil.place"), + BLOCK_ANVIL_STEP("minecraft:block.anvil.step"), + BLOCK_ANVIL_USE("minecraft:block.anvil.use"), + ITEM_ARMOR_EQUIP_CHAIN("minecraft:item.armor.equip_chain"), + ITEM_ARMOR_EQUIP_DIAMOND("minecraft:item.armor.equip_diamond"), + ITEM_ARMOR_EQUIP_ELYTRA("minecraft:item.armor.equip_elytra"), + ITEM_ARMOR_EQUIP_GENERIC("minecraft:item.armor.equip_generic"), + 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_TURTLE("minecraft:item.armor.equip_turtle"), + ENTITY_ARMOR_STAND_BREAK("minecraft:entity.armor_stand.break"), + ENTITY_ARMOR_STAND_FALL("minecraft:entity.armor_stand.fall"), + ENTITY_ARMOR_STAND_HIT("minecraft:entity.armor_stand.hit"), + ENTITY_ARMOR_STAND_PLACE("minecraft:entity.armor_stand.place"), + ENTITY_ARROW_HIT("minecraft:entity.arrow.hit"), + ENTITY_ARROW_HIT_PLAYER("minecraft:entity.arrow.hit_player"), + ENTITY_ARROW_SHOOT("minecraft:entity.arrow.shoot"), + ITEM_AXE_STRIP("minecraft:item.axe.strip"), + BLOCK_BAMBOO_BREAK("minecraft:block.bamboo.break"), + BLOCK_BAMBOO_FALL("minecraft:block.bamboo.fall"), + BLOCK_BAMBOO_HIT("minecraft:block.bamboo.hit"), + BLOCK_BAMBOO_PLACE("minecraft:block.bamboo.place"), + BLOCK_BAMBOO_STEP("minecraft:block.bamboo.step"), + BLOCK_BAMBOO_SAPLING_BREAK("minecraft:block.bamboo_sapling.break"), + BLOCK_BAMBOO_SAPLING_HIT("minecraft:block.bamboo_sapling.hit"), + BLOCK_BAMBOO_SAPLING_PLACE("minecraft:block.bamboo_sapling.place"), + BLOCK_BARREL_CLOSE("minecraft:block.barrel.close"), + BLOCK_BARREL_OPEN("minecraft:block.barrel.open"), + ENTITY_BAT_AMBIENT("minecraft:entity.bat.ambient"), + ENTITY_BAT_DEATH("minecraft:entity.bat.death"), + ENTITY_BAT_HURT("minecraft:entity.bat.hurt"), + ENTITY_BAT_LOOP("minecraft:entity.bat.loop"), + ENTITY_BAT_TAKEOFF("minecraft:entity.bat.takeoff"), + BLOCK_BEACON_ACTIVATE("minecraft:block.beacon.activate"), + BLOCK_BEACON_AMBIENT("minecraft:block.beacon.ambient"), + BLOCK_BEACON_DEACTIVATE("minecraft:block.beacon.deactivate"), + BLOCK_BEACON_POWER_SELECT("minecraft:block.beacon.power_select"), + ENTITY_BEE_DEATH("minecraft:entity.bee.death"), + ENTITY_BEE_HURT("minecraft:entity.bee.hurt"), + ENTITY_BEE_LOOP_AGGRESSIVE("minecraft:entity.bee.loop_aggressive"), + ENTITY_BEE_LOOP("minecraft:entity.bee.loop"), + ENTITY_BEE_STING("minecraft:entity.bee.sting"), + ENTITY_BEE_POLLINATE("minecraft:entity.bee.pollinate"), + BLOCK_BEEHIVE_DRIP("minecraft:block.beehive.drip"), + BLOCK_BEEHIVE_ENTER("minecraft:block.beehive.enter"), + BLOCK_BEEHIVE_EXIT("minecraft:block.beehive.exit"), + BLOCK_BEEHIVE_SHEAR("minecraft:block.beehive.shear"), + BLOCK_BEEHIVE_WORK("minecraft:block.beehive.work"), + BLOCK_BELL_USE("minecraft:block.bell.use"), + BLOCK_BELL_RESONATE("minecraft:block.bell.resonate"), + ENTITY_BLAZE_AMBIENT("minecraft:entity.blaze.ambient"), + ENTITY_BLAZE_BURN("minecraft:entity.blaze.burn"), + ENTITY_BLAZE_DEATH("minecraft:entity.blaze.death"), + ENTITY_BLAZE_HURT("minecraft:entity.blaze.hurt"), + 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"), + 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"), + ITEM_BOTTLE_FILL_DRAGONBREATH("minecraft:item.bottle.fill_dragonbreath"), + BLOCK_BREWING_STAND_BREW("minecraft:block.brewing_stand.brew"), + BLOCK_BUBBLE_COLUMN_BUBBLE_POP("minecraft:block.bubble_column.bubble_pop"), + BLOCK_BUBBLE_COLUMN_UPWARDS_AMBIENT("minecraft:block.bubble_column.upwards_ambient"), + BLOCK_BUBBLE_COLUMN_UPWARDS_INSIDE("minecraft:block.bubble_column.upwards_inside"), + BLOCK_BUBBLE_COLUMN_WHIRLPOOL_AMBIENT("minecraft:block.bubble_column.whirlpool_ambient"), + BLOCK_BUBBLE_COLUMN_WHIRLPOOL_INSIDE("minecraft:block.bubble_column.whirlpool_inside"), + ITEM_BUCKET_EMPTY("minecraft:item.bucket.empty"), + ITEM_BUCKET_EMPTY_FISH("minecraft:item.bucket.empty_fish"), + ITEM_BUCKET_EMPTY_LAVA("minecraft:item.bucket.empty_lava"), + ITEM_BUCKET_FILL("minecraft:item.bucket.fill"), + ITEM_BUCKET_FILL_FISH("minecraft:item.bucket.fill_fish"), + ITEM_BUCKET_FILL_LAVA("minecraft:item.bucket.fill_lava"), + BLOCK_CAMPFIRE_CRACKLE("minecraft:block.campfire.crackle"), + ENTITY_CAT_AMBIENT("minecraft:entity.cat.ambient"), + ENTITY_CAT_STRAY_AMBIENT("minecraft:entity.cat.stray_ambient"), + ENTITY_CAT_DEATH("minecraft:entity.cat.death"), + ENTITY_CAT_EAT("minecraft:entity.cat.eat"), + ENTITY_CAT_HISS("minecraft:entity.cat.hiss"), + ENTITY_CAT_BEG_FOR_FOOD("minecraft:entity.cat.beg_for_food"), + ENTITY_CAT_HURT("minecraft:entity.cat.hurt"), + ENTITY_CAT_PURR("minecraft:entity.cat.purr"), + ENTITY_CAT_PURREOW("minecraft:entity.cat.purreow"), + BLOCK_CHEST_CLOSE("minecraft:block.chest.close"), + BLOCK_CHEST_LOCKED("minecraft:block.chest.locked"), + BLOCK_CHEST_OPEN("minecraft:block.chest.open"), + ENTITY_CHICKEN_AMBIENT("minecraft:entity.chicken.ambient"), + ENTITY_CHICKEN_DEATH("minecraft:entity.chicken.death"), + ENTITY_CHICKEN_EGG("minecraft:entity.chicken.egg"), + ENTITY_CHICKEN_HURT("minecraft:entity.chicken.hurt"), + ENTITY_CHICKEN_STEP("minecraft:entity.chicken.step"), + 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"), + ENTITY_COD_HURT("minecraft:entity.cod.hurt"), + BLOCK_COMPARATOR_CLICK("minecraft:block.comparator.click"), + BLOCK_COMPOSTER_EMPTY("minecraft:block.composter.empty"), + BLOCK_COMPOSTER_FILL("minecraft:block.composter.fill"), + BLOCK_COMPOSTER_FILL_SUCCESS("minecraft:block.composter.fill_success"), + BLOCK_COMPOSTER_READY("minecraft:block.composter.ready"), + BLOCK_CONDUIT_ACTIVATE("minecraft:block.conduit.activate"), + BLOCK_CONDUIT_AMBIENT("minecraft:block.conduit.ambient"), + 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"), + ENTITY_COW_AMBIENT("minecraft:entity.cow.ambient"), + ENTITY_COW_DEATH("minecraft:entity.cow.death"), + ENTITY_COW_HURT("minecraft:entity.cow.hurt"), + ENTITY_COW_MILK("minecraft:entity.cow.milk"), + ENTITY_COW_STEP("minecraft:entity.cow.step"), + ENTITY_CREEPER_DEATH("minecraft:entity.creeper.death"), + ENTITY_CREEPER_HURT("minecraft:entity.creeper.hurt"), + ENTITY_CREEPER_PRIMED("minecraft:entity.creeper.primed"), + BLOCK_CROP_BREAK("minecraft:block.crop.break"), + ITEM_CROP_PLANT("minecraft:item.crop.plant"), + ITEM_CROSSBOW_HIT("minecraft:item.crossbow.hit"), + ITEM_CROSSBOW_LOADING_END("minecraft:item.crossbow.loading_end"), + ITEM_CROSSBOW_LOADING_MIDDLE("minecraft:item.crossbow.loading_middle"), + ITEM_CROSSBOW_LOADING_START("minecraft:item.crossbow.loading_start"), + ITEM_CROSSBOW_QUICK_CHARGE_1("minecraft:item.crossbow.quick_charge_1"), + ITEM_CROSSBOW_QUICK_CHARGE_2("minecraft:item.crossbow.quick_charge_2"), + ITEM_CROSSBOW_QUICK_CHARGE_3("minecraft:item.crossbow.quick_charge_3"), + ITEM_CROSSBOW_SHOOT("minecraft:item.crossbow.shoot"), + BLOCK_DISPENSER_DISPENSE("minecraft:block.dispenser.dispense"), + BLOCK_DISPENSER_FAIL("minecraft:block.dispenser.fail"), + BLOCK_DISPENSER_LAUNCH("minecraft:block.dispenser.launch"), + ENTITY_DOLPHIN_AMBIENT("minecraft:entity.dolphin.ambient"), + ENTITY_DOLPHIN_AMBIENT_WATER("minecraft:entity.dolphin.ambient_water"), + ENTITY_DOLPHIN_ATTACK("minecraft:entity.dolphin.attack"), + ENTITY_DOLPHIN_DEATH("minecraft:entity.dolphin.death"), + ENTITY_DOLPHIN_EAT("minecraft:entity.dolphin.eat"), + ENTITY_DOLPHIN_HURT("minecraft:entity.dolphin.hurt"), + ENTITY_DOLPHIN_JUMP("minecraft:entity.dolphin.jump"), + ENTITY_DOLPHIN_PLAY("minecraft:entity.dolphin.play"), + ENTITY_DOLPHIN_SPLASH("minecraft:entity.dolphin.splash"), + ENTITY_DOLPHIN_SWIM("minecraft:entity.dolphin.swim"), + ENTITY_DONKEY_AMBIENT("minecraft:entity.donkey.ambient"), + ENTITY_DONKEY_ANGRY("minecraft:entity.donkey.angry"), + ENTITY_DONKEY_CHEST("minecraft:entity.donkey.chest"), + ENTITY_DONKEY_DEATH("minecraft:entity.donkey.death"), + ENTITY_DONKEY_HURT("minecraft:entity.donkey.hurt"), + ENTITY_DROWNED_AMBIENT("minecraft:entity.drowned.ambient"), + ENTITY_DROWNED_AMBIENT_WATER("minecraft:entity.drowned.ambient_water"), + ENTITY_DROWNED_DEATH("minecraft:entity.drowned.death"), + ENTITY_DROWNED_DEATH_WATER("minecraft:entity.drowned.death_water"), + ENTITY_DROWNED_HURT("minecraft:entity.drowned.hurt"), + ENTITY_DROWNED_HURT_WATER("minecraft:entity.drowned.hurt_water"), + ENTITY_DROWNED_SHOOT("minecraft:entity.drowned.shoot"), + ENTITY_DROWNED_STEP("minecraft:entity.drowned.step"), + ENTITY_DROWNED_SWIM("minecraft:entity.drowned.swim"), + ENTITY_EGG_THROW("minecraft:entity.egg.throw"), + ENTITY_ELDER_GUARDIAN_AMBIENT("minecraft:entity.elder_guardian.ambient"), + ENTITY_ELDER_GUARDIAN_AMBIENT_LAND("minecraft:entity.elder_guardian.ambient_land"), + ENTITY_ELDER_GUARDIAN_CURSE("minecraft:entity.elder_guardian.curse"), + ENTITY_ELDER_GUARDIAN_DEATH("minecraft:entity.elder_guardian.death"), + ENTITY_ELDER_GUARDIAN_DEATH_LAND("minecraft:entity.elder_guardian.death_land"), + ENTITY_ELDER_GUARDIAN_FLOP("minecraft:entity.elder_guardian.flop"), + ENTITY_ELDER_GUARDIAN_HURT("minecraft:entity.elder_guardian.hurt"), + ENTITY_ELDER_GUARDIAN_HURT_LAND("minecraft:entity.elder_guardian.hurt_land"), + ITEM_ELYTRA_FLYING("minecraft:item.elytra.flying"), + BLOCK_ENCHANTMENT_TABLE_USE("minecraft:block.enchantment_table.use"), + BLOCK_ENDER_CHEST_CLOSE("minecraft:block.ender_chest.close"), + BLOCK_ENDER_CHEST_OPEN("minecraft:block.ender_chest.open"), + ENTITY_ENDER_DRAGON_AMBIENT("minecraft:entity.ender_dragon.ambient"), + ENTITY_ENDER_DRAGON_DEATH("minecraft:entity.ender_dragon.death"), + ENTITY_DRAGON_FIREBALL_EXPLODE("minecraft:entity.dragon_fireball.explode"), + ENTITY_ENDER_DRAGON_FLAP("minecraft:entity.ender_dragon.flap"), + ENTITY_ENDER_DRAGON_GROWL("minecraft:entity.ender_dragon.growl"), + ENTITY_ENDER_DRAGON_HURT("minecraft:entity.ender_dragon.hurt"), + ENTITY_ENDER_DRAGON_SHOOT("minecraft:entity.ender_dragon.shoot"), + ENTITY_ENDER_EYE_DEATH("minecraft:entity.ender_eye.death"), + ENTITY_ENDER_EYE_LAUNCH("minecraft:entity.ender_eye.launch"), + ENTITY_ENDERMAN_AMBIENT("minecraft:entity.enderman.ambient"), + ENTITY_ENDERMAN_DEATH("minecraft:entity.enderman.death"), + ENTITY_ENDERMAN_HURT("minecraft:entity.enderman.hurt"), + ENTITY_ENDERMAN_SCREAM("minecraft:entity.enderman.scream"), + ENTITY_ENDERMAN_STARE("minecraft:entity.enderman.stare"), + ENTITY_ENDERMAN_TELEPORT("minecraft:entity.enderman.teleport"), + ENTITY_ENDERMITE_AMBIENT("minecraft:entity.endermite.ambient"), + ENTITY_ENDERMITE_DEATH("minecraft:entity.endermite.death"), + ENTITY_ENDERMITE_HURT("minecraft:entity.endermite.hurt"), + ENTITY_ENDERMITE_STEP("minecraft:entity.endermite.step"), + ENTITY_ENDER_PEARL_THROW("minecraft:entity.ender_pearl.throw"), + BLOCK_END_GATEWAY_SPAWN("minecraft:block.end_gateway.spawn"), + BLOCK_END_PORTAL_FRAME_FILL("minecraft:block.end_portal_frame.fill"), + BLOCK_END_PORTAL_SPAWN("minecraft:block.end_portal.spawn"), + ENTITY_EVOKER_AMBIENT("minecraft:entity.evoker.ambient"), + ENTITY_EVOKER_CAST_SPELL("minecraft:entity.evoker.cast_spell"), + ENTITY_EVOKER_CELEBRATE("minecraft:entity.evoker.celebrate"), + ENTITY_EVOKER_DEATH("minecraft:entity.evoker.death"), + ENTITY_EVOKER_FANGS_ATTACK("minecraft:entity.evoker_fangs.attack"), + ENTITY_EVOKER_HURT("minecraft:entity.evoker.hurt"), + ENTITY_EVOKER_PREPARE_ATTACK("minecraft:entity.evoker.prepare_attack"), + ENTITY_EVOKER_PREPARE_SUMMON("minecraft:entity.evoker.prepare_summon"), + ENTITY_EVOKER_PREPARE_WOLOLO("minecraft:entity.evoker.prepare_wololo"), + ENTITY_EXPERIENCE_BOTTLE_THROW("minecraft:entity.experience_bottle.throw"), + ENTITY_EXPERIENCE_ORB_PICKUP("minecraft:entity.experience_orb.pickup"), + BLOCK_FENCE_GATE_CLOSE("minecraft:block.fence_gate.close"), + BLOCK_FENCE_GATE_OPEN("minecraft:block.fence_gate.open"), + ITEM_FIRECHARGE_USE("minecraft:item.firecharge.use"), + ENTITY_FIREWORK_ROCKET_BLAST("minecraft:entity.firework_rocket.blast"), + ENTITY_FIREWORK_ROCKET_BLAST_FAR("minecraft:entity.firework_rocket.blast_far"), + ENTITY_FIREWORK_ROCKET_LARGE_BLAST("minecraft:entity.firework_rocket.large_blast"), + ENTITY_FIREWORK_ROCKET_LARGE_BLAST_FAR("minecraft:entity.firework_rocket.large_blast_far"), + ENTITY_FIREWORK_ROCKET_LAUNCH("minecraft:entity.firework_rocket.launch"), + ENTITY_FIREWORK_ROCKET_SHOOT("minecraft:entity.firework_rocket.shoot"), + ENTITY_FIREWORK_ROCKET_TWINKLE("minecraft:entity.firework_rocket.twinkle"), + ENTITY_FIREWORK_ROCKET_TWINKLE_FAR("minecraft:entity.firework_rocket.twinkle_far"), + BLOCK_FIRE_AMBIENT("minecraft:block.fire.ambient"), + BLOCK_FIRE_EXTINGUISH("minecraft:block.fire.extinguish"), + ENTITY_FISH_SWIM("minecraft:entity.fish.swim"), + ITEM_FLINTANDSTEEL_USE("minecraft:item.flintandsteel.use"), + ENTITY_FOX_AGGRO("minecraft:entity.fox.aggro"), + ENTITY_FOX_AMBIENT("minecraft:entity.fox.ambient"), + ENTITY_FOX_BITE("minecraft:entity.fox.bite"), + ENTITY_FOX_DEATH("minecraft:entity.fox.death"), + ENTITY_FOX_EAT("minecraft:entity.fox.eat"), + ENTITY_FOX_HURT("minecraft:entity.fox.hurt"), + ENTITY_FOX_SCREECH("minecraft:entity.fox.screech"), + ENTITY_FOX_SLEEP("minecraft:entity.fox.sleep"), + ENTITY_FOX_SNIFF("minecraft:entity.fox.sniff"), + ENTITY_FOX_SPIT("minecraft:entity.fox.spit"), + 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"), + ENTITY_GENERIC_DEATH("minecraft:entity.generic.death"), + ENTITY_GENERIC_DRINK("minecraft:entity.generic.drink"), + ENTITY_GENERIC_EAT("minecraft:entity.generic.eat"), + ENTITY_GENERIC_EXPLODE("minecraft:entity.generic.explode"), + ENTITY_GENERIC_EXTINGUISH_FIRE("minecraft:entity.generic.extinguish_fire"), + ENTITY_GENERIC_HURT("minecraft:entity.generic.hurt"), + ENTITY_GENERIC_SMALL_FALL("minecraft:entity.generic.small_fall"), + ENTITY_GENERIC_SPLASH("minecraft:entity.generic.splash"), + ENTITY_GENERIC_SWIM("minecraft:entity.generic.swim"), + ENTITY_GHAST_AMBIENT("minecraft:entity.ghast.ambient"), + ENTITY_GHAST_DEATH("minecraft:entity.ghast.death"), + ENTITY_GHAST_HURT("minecraft:entity.ghast.hurt"), + ENTITY_GHAST_SCREAM("minecraft:entity.ghast.scream"), + ENTITY_GHAST_SHOOT("minecraft:entity.ghast.shoot"), + ENTITY_GHAST_WARN("minecraft:entity.ghast.warn"), + BLOCK_GLASS_BREAK("minecraft:block.glass.break"), + BLOCK_GLASS_FALL("minecraft:block.glass.fall"), + BLOCK_GLASS_HIT("minecraft:block.glass.hit"), + BLOCK_GLASS_PLACE("minecraft:block.glass.place"), + BLOCK_GLASS_STEP("minecraft:block.glass.step"), + BLOCK_GRASS_BREAK("minecraft:block.grass.break"), + BLOCK_GRASS_FALL("minecraft:block.grass.fall"), + 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"), + BLOCK_GRAVEL_PLACE("minecraft:block.gravel.place"), + BLOCK_GRAVEL_STEP("minecraft:block.gravel.step"), + BLOCK_GRINDSTONE_USE("minecraft:block.grindstone.use"), + ENTITY_GUARDIAN_AMBIENT("minecraft:entity.guardian.ambient"), + ENTITY_GUARDIAN_AMBIENT_LAND("minecraft:entity.guardian.ambient_land"), + ENTITY_GUARDIAN_ATTACK("minecraft:entity.guardian.attack"), + ENTITY_GUARDIAN_DEATH("minecraft:entity.guardian.death"), + ENTITY_GUARDIAN_DEATH_LAND("minecraft:entity.guardian.death_land"), + ENTITY_GUARDIAN_FLOP("minecraft:entity.guardian.flop"), + ENTITY_GUARDIAN_HURT("minecraft:entity.guardian.hurt"), + ENTITY_GUARDIAN_HURT_LAND("minecraft:entity.guardian.hurt_land"), + ITEM_HOE_TILL("minecraft:item.hoe.till"), + 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"), + BLOCK_HONEY_BLOCK_PLACE("minecraft:block.honey_block.place"), + BLOCK_HONEY_BLOCK_SLIDE("minecraft:block.honey_block.slide"), + BLOCK_HONEY_BLOCK_STEP("minecraft:block.honey_block.step"), + ITEM_HONEY_BOTTLE_DRINK("minecraft:item.honey_bottle.drink"), + ENTITY_HORSE_AMBIENT("minecraft:entity.horse.ambient"), + ENTITY_HORSE_ANGRY("minecraft:entity.horse.angry"), + ENTITY_HORSE_ARMOR("minecraft:entity.horse.armor"), + ENTITY_HORSE_BREATHE("minecraft:entity.horse.breathe"), + ENTITY_HORSE_DEATH("minecraft:entity.horse.death"), + ENTITY_HORSE_EAT("minecraft:entity.horse.eat"), + ENTITY_HORSE_GALLOP("minecraft:entity.horse.gallop"), + ENTITY_HORSE_HURT("minecraft:entity.horse.hurt"), + ENTITY_HORSE_JUMP("minecraft:entity.horse.jump"), + ENTITY_HORSE_LAND("minecraft:entity.horse.land"), + ENTITY_HORSE_SADDLE("minecraft:entity.horse.saddle"), + ENTITY_HORSE_STEP("minecraft:entity.horse.step"), + ENTITY_HORSE_STEP_WOOD("minecraft:entity.horse.step_wood"), + ENTITY_HOSTILE_BIG_FALL("minecraft:entity.hostile.big_fall"), + ENTITY_HOSTILE_DEATH("minecraft:entity.hostile.death"), + ENTITY_HOSTILE_HURT("minecraft:entity.hostile.hurt"), + ENTITY_HOSTILE_SMALL_FALL("minecraft:entity.hostile.small_fall"), + ENTITY_HOSTILE_SPLASH("minecraft:entity.hostile.splash"), + ENTITY_HOSTILE_SWIM("minecraft:entity.hostile.swim"), + ENTITY_HUSK_AMBIENT("minecraft:entity.husk.ambient"), + ENTITY_HUSK_CONVERTED_TO_ZOMBIE("minecraft:entity.husk.converted_to_zombie"), + 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"), + ENTITY_ILLUSIONER_HURT("minecraft:entity.illusioner.hurt"), + ENTITY_ILLUSIONER_MIRROR_MOVE("minecraft:entity.illusioner.mirror_move"), + ENTITY_ILLUSIONER_PREPARE_BLINDNESS("minecraft:entity.illusioner.prepare_blindness"), + ENTITY_ILLUSIONER_PREPARE_MIRROR("minecraft:entity.illusioner.prepare_mirror"), + BLOCK_IRON_DOOR_CLOSE("minecraft:block.iron_door.close"), + BLOCK_IRON_DOOR_OPEN("minecraft:block.iron_door.open"), + ENTITY_IRON_GOLEM_ATTACK("minecraft:entity.iron_golem.attack"), + ENTITY_IRON_GOLEM_DAMAGE("minecraft:entity.iron_golem.damage"), + ENTITY_IRON_GOLEM_DEATH("minecraft:entity.iron_golem.death"), + ENTITY_IRON_GOLEM_HURT("minecraft:entity.iron_golem.hurt"), + ENTITY_IRON_GOLEM_REPAIR("minecraft:entity.iron_golem.repair"), + ENTITY_IRON_GOLEM_STEP("minecraft:entity.iron_golem.step"), + BLOCK_IRON_TRAPDOOR_CLOSE("minecraft:block.iron_trapdoor.close"), + BLOCK_IRON_TRAPDOOR_OPEN("minecraft:block.iron_trapdoor.open"), + ENTITY_ITEM_FRAME_ADD_ITEM("minecraft:entity.item_frame.add_item"), + ENTITY_ITEM_FRAME_BREAK("minecraft:entity.item_frame.break"), + ENTITY_ITEM_FRAME_PLACE("minecraft:entity.item_frame.place"), + ENTITY_ITEM_FRAME_REMOVE_ITEM("minecraft:entity.item_frame.remove_item"), + ENTITY_ITEM_FRAME_ROTATE_ITEM("minecraft:entity.item_frame.rotate_item"), + ENTITY_ITEM_BREAK("minecraft:entity.item.break"), + ENTITY_ITEM_PICKUP("minecraft:entity.item.pickup"), + BLOCK_LADDER_BREAK("minecraft:block.ladder.break"), + BLOCK_LADDER_FALL("minecraft:block.ladder.fall"), + BLOCK_LADDER_HIT("minecraft:block.ladder.hit"), + BLOCK_LADDER_PLACE("minecraft:block.ladder.place"), + BLOCK_LADDER_STEP("minecraft:block.ladder.step"), + BLOCK_LANTERN_BREAK("minecraft:block.lantern.break"), + BLOCK_LANTERN_FALL("minecraft:block.lantern.fall"), + BLOCK_LANTERN_HIT("minecraft:block.lantern.hit"), + BLOCK_LANTERN_PLACE("minecraft:block.lantern.place"), + BLOCK_LANTERN_STEP("minecraft:block.lantern.step"), + BLOCK_LAVA_AMBIENT("minecraft:block.lava.ambient"), + BLOCK_LAVA_EXTINGUISH("minecraft:block.lava.extinguish"), + BLOCK_LAVA_POP("minecraft:block.lava.pop"), + ENTITY_LEASH_KNOT_BREAK("minecraft:entity.leash_knot.break"), + ENTITY_LEASH_KNOT_PLACE("minecraft:entity.leash_knot.place"), + BLOCK_LEVER_CLICK("minecraft:block.lever.click"), + ENTITY_LIGHTNING_BOLT_IMPACT("minecraft:entity.lightning_bolt.impact"), + ENTITY_LIGHTNING_BOLT_THUNDER("minecraft:entity.lightning_bolt.thunder"), + ENTITY_LINGERING_POTION_THROW("minecraft:entity.lingering_potion.throw"), + ENTITY_LLAMA_AMBIENT("minecraft:entity.llama.ambient"), + ENTITY_LLAMA_ANGRY("minecraft:entity.llama.angry"), + ENTITY_LLAMA_CHEST("minecraft:entity.llama.chest"), + ENTITY_LLAMA_DEATH("minecraft:entity.llama.death"), + ENTITY_LLAMA_EAT("minecraft:entity.llama.eat"), + ENTITY_LLAMA_HURT("minecraft:entity.llama.hurt"), + 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("minecraft:entity.magma_cube.death"), + ENTITY_MAGMA_CUBE_HURT("minecraft:entity.magma_cube.hurt"), + ENTITY_MAGMA_CUBE_JUMP("minecraft:entity.magma_cube.jump"), + ENTITY_MAGMA_CUBE_SQUISH("minecraft:entity.magma_cube.squish"), + BLOCK_METAL_BREAK("minecraft:block.metal.break"), + BLOCK_METAL_FALL("minecraft:block.metal.fall"), + BLOCK_METAL_HIT("minecraft:block.metal.hit"), + BLOCK_METAL_PLACE("minecraft:block.metal.place"), + BLOCK_METAL_PRESSURE_PLATE_CLICK_OFF("minecraft:block.metal_pressure_plate.click_off"), + BLOCK_METAL_PRESSURE_PLATE_CLICK_ON("minecraft:block.metal_pressure_plate.click_on"), + BLOCK_METAL_STEP("minecraft:block.metal.step"), + ENTITY_MINECART_INSIDE("minecraft:entity.minecart.inside"), + ENTITY_MINECART_RIDING("minecraft:entity.minecart.riding"), + ENTITY_MOOSHROOM_CONVERT("minecraft:entity.mooshroom.convert"), + ENTITY_MOOSHROOM_EAT("minecraft:entity.mooshroom.eat"), + ENTITY_MOOSHROOM_MILK("minecraft:entity.mooshroom.milk"), + 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_CHEST("minecraft:entity.mule.chest"), + ENTITY_MULE_DEATH("minecraft:entity.mule.death"), + ENTITY_MULE_HURT("minecraft:entity.mule.hurt"), + MUSIC_CREATIVE("minecraft:music.creative"), + MUSIC_CREDITS("minecraft:music.credits"), + MUSIC_DRAGON("minecraft:music.dragon"), + MUSIC_END("minecraft:music.end"), + MUSIC_GAME("minecraft:music.game"), + MUSIC_MENU("minecraft:music.menu"), + MUSIC_NETHER("minecraft:music.nether"), + MUSIC_UNDER_WATER("minecraft:music.under_water"), + BLOCK_NETHER_WART_BREAK("minecraft:block.nether_wart.break"), + ITEM_NETHER_WART_PLANT("minecraft:item.nether_wart.plant"), + 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"), + BLOCK_NOTE_BLOCK_CHIME("minecraft:block.note_block.chime"), + BLOCK_NOTE_BLOCK_FLUTE("minecraft:block.note_block.flute"), + BLOCK_NOTE_BLOCK_GUITAR("minecraft:block.note_block.guitar"), + BLOCK_NOTE_BLOCK_HARP("minecraft:block.note_block.harp"), + BLOCK_NOTE_BLOCK_HAT("minecraft:block.note_block.hat"), + BLOCK_NOTE_BLOCK_PLING("minecraft:block.note_block.pling"), + BLOCK_NOTE_BLOCK_SNARE("minecraft:block.note_block.snare"), + BLOCK_NOTE_BLOCK_XYLOPHONE("minecraft:block.note_block.xylophone"), + BLOCK_NOTE_BLOCK_IRON_XYLOPHONE("minecraft:block.note_block.iron_xylophone"), + BLOCK_NOTE_BLOCK_COW_BELL("minecraft:block.note_block.cow_bell"), + BLOCK_NOTE_BLOCK_DIDGERIDOO("minecraft:block.note_block.didgeridoo"), + BLOCK_NOTE_BLOCK_BIT("minecraft:block.note_block.bit"), + BLOCK_NOTE_BLOCK_BANJO("minecraft:block.note_block.banjo"), + ENTITY_OCELOT_HURT("minecraft:entity.ocelot.hurt"), + ENTITY_OCELOT_AMBIENT("minecraft:entity.ocelot.ambient"), + ENTITY_OCELOT_DEATH("minecraft:entity.ocelot.death"), + ENTITY_PAINTING_BREAK("minecraft:entity.painting.break"), + ENTITY_PAINTING_PLACE("minecraft:entity.painting.place"), + ENTITY_PANDA_PRE_SNEEZE("minecraft:entity.panda.pre_sneeze"), + ENTITY_PANDA_SNEEZE("minecraft:entity.panda.sneeze"), + ENTITY_PANDA_AMBIENT("minecraft:entity.panda.ambient"), + ENTITY_PANDA_DEATH("minecraft:entity.panda.death"), + ENTITY_PANDA_EAT("minecraft:entity.panda.eat"), + ENTITY_PANDA_STEP("minecraft:entity.panda.step"), + ENTITY_PANDA_CANT_BREED("minecraft:entity.panda.cant_breed"), + ENTITY_PANDA_AGGRESSIVE_AMBIENT("minecraft:entity.panda.aggressive_ambient"), + ENTITY_PANDA_WORRIED_AMBIENT("minecraft:entity.panda.worried_ambient"), + ENTITY_PANDA_HURT("minecraft:entity.panda.hurt"), + ENTITY_PANDA_BITE("minecraft:entity.panda.bite"), + ENTITY_PARROT_AMBIENT("minecraft:entity.parrot.ambient"), + ENTITY_PARROT_DEATH("minecraft:entity.parrot.death"), + ENTITY_PARROT_EAT("minecraft:entity.parrot.eat"), + ENTITY_PARROT_FLY("minecraft:entity.parrot.fly"), + ENTITY_PARROT_HURT("minecraft:entity.parrot.hurt"), + ENTITY_PARROT_IMITATE_BLAZE("minecraft:entity.parrot.imitate.blaze"), + ENTITY_PARROT_IMITATE_CREEPER("minecraft:entity.parrot.imitate.creeper"), + ENTITY_PARROT_IMITATE_DROWNED("minecraft:entity.parrot.imitate.drowned"), + ENTITY_PARROT_IMITATE_ELDER_GUARDIAN("minecraft:entity.parrot.imitate.elder_guardian"), + ENTITY_PARROT_IMITATE_ENDER_DRAGON("minecraft:entity.parrot.imitate.ender_dragon"), + ENTITY_PARROT_IMITATE_ENDERMITE("minecraft:entity.parrot.imitate.endermite"), + 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_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_PILLAGER("minecraft:entity.parrot.imitate.pillager"), + ENTITY_PARROT_IMITATE_RAVAGER("minecraft:entity.parrot.imitate.ravager"), + ENTITY_PARROT_IMITATE_SHULKER("minecraft:entity.parrot.imitate.shulker"), + ENTITY_PARROT_IMITATE_SILVERFISH("minecraft:entity.parrot.imitate.silverfish"), + ENTITY_PARROT_IMITATE_SKELETON("minecraft:entity.parrot.imitate.skeleton"), + ENTITY_PARROT_IMITATE_SLIME("minecraft:entity.parrot.imitate.slime"), + ENTITY_PARROT_IMITATE_SPIDER("minecraft:entity.parrot.imitate.spider"), + ENTITY_PARROT_IMITATE_STRAY("minecraft:entity.parrot.imitate.stray"), + ENTITY_PARROT_IMITATE_VEX("minecraft:entity.parrot.imitate.vex"), + ENTITY_PARROT_IMITATE_VINDICATOR("minecraft:entity.parrot.imitate.vindicator"), + 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_ZOMBIE("minecraft:entity.parrot.imitate.zombie"), + ENTITY_PARROT_IMITATE_ZOMBIE_VILLAGER("minecraft:entity.parrot.imitate.zombie_villager"), + ENTITY_PARROT_STEP("minecraft:entity.parrot.step"), + ENTITY_PHANTOM_AMBIENT("minecraft:entity.phantom.ambient"), + ENTITY_PHANTOM_BITE("minecraft:entity.phantom.bite"), + ENTITY_PHANTOM_DEATH("minecraft:entity.phantom.death"), + ENTITY_PHANTOM_FLAP("minecraft:entity.phantom.flap"), + ENTITY_PHANTOM_HURT("minecraft:entity.phantom.hurt"), + ENTITY_PHANTOM_SWOOP("minecraft:entity.phantom.swoop"), + ENTITY_PIG_AMBIENT("minecraft:entity.pig.ambient"), + ENTITY_PIG_DEATH("minecraft:entity.pig.death"), + ENTITY_PIG_HURT("minecraft:entity.pig.hurt"), + ENTITY_PIG_SADDLE("minecraft:entity.pig.saddle"), + ENTITY_PIG_STEP("minecraft:entity.pig.step"), + ENTITY_PILLAGER_AMBIENT("minecraft:entity.pillager.ambient"), + ENTITY_PILLAGER_CELEBRATE("minecraft:entity.pillager.celebrate"), + ENTITY_PILLAGER_DEATH("minecraft:entity.pillager.death"), + ENTITY_PILLAGER_HURT("minecraft:entity.pillager.hurt"), + BLOCK_PISTON_CONTRACT("minecraft:block.piston.contract"), + BLOCK_PISTON_EXTEND("minecraft:block.piston.extend"), + ENTITY_PLAYER_ATTACK_CRIT("minecraft:entity.player.attack.crit"), + ENTITY_PLAYER_ATTACK_KNOCKBACK("minecraft:entity.player.attack.knockback"), + ENTITY_PLAYER_ATTACK_NODAMAGE("minecraft:entity.player.attack.nodamage"), + ENTITY_PLAYER_ATTACK_STRONG("minecraft:entity.player.attack.strong"), + ENTITY_PLAYER_ATTACK_SWEEP("minecraft:entity.player.attack.sweep"), + ENTITY_PLAYER_ATTACK_WEAK("minecraft:entity.player.attack.weak"), + ENTITY_PLAYER_BIG_FALL("minecraft:entity.player.big_fall"), + ENTITY_PLAYER_BREATH("minecraft:entity.player.breath"), + ENTITY_PLAYER_BURP("minecraft:entity.player.burp"), + ENTITY_PLAYER_DEATH("minecraft:entity.player.death"), + ENTITY_PLAYER_HURT("minecraft:entity.player.hurt"), + ENTITY_PLAYER_HURT_DROWN("minecraft:entity.player.hurt_drown"), + ENTITY_PLAYER_HURT_ON_FIRE("minecraft:entity.player.hurt_on_fire"), + ENTITY_PLAYER_HURT_SWEET_BERRY_BUSH("minecraft:entity.player.hurt_sweet_berry_bush"), + ENTITY_PLAYER_LEVELUP("minecraft:entity.player.levelup"), + ENTITY_PLAYER_SMALL_FALL("minecraft:entity.player.small_fall"), + ENTITY_PLAYER_SPLASH("minecraft:entity.player.splash"), + ENTITY_PLAYER_SPLASH_HIGH_SPEED("minecraft:entity.player.splash.high_speed"), + ENTITY_PLAYER_SWIM("minecraft:entity.player.swim"), + ENTITY_POLAR_BEAR_AMBIENT("minecraft:entity.polar_bear.ambient"), + ENTITY_POLAR_BEAR_AMBIENT_BABY("minecraft:entity.polar_bear.ambient_baby"), + ENTITY_POLAR_BEAR_DEATH("minecraft:entity.polar_bear.death"), + ENTITY_POLAR_BEAR_HURT("minecraft:entity.polar_bear.hurt"), + ENTITY_POLAR_BEAR_STEP("minecraft:entity.polar_bear.step"), + ENTITY_POLAR_BEAR_WARNING("minecraft:entity.polar_bear.warning"), + BLOCK_PORTAL_AMBIENT("minecraft:block.portal.ambient"), + BLOCK_PORTAL_TRAVEL("minecraft:block.portal.travel"), + BLOCK_PORTAL_TRIGGER("minecraft:block.portal.trigger"), + ENTITY_PUFFER_FISH_AMBIENT("minecraft:entity.puffer_fish.ambient"), + ENTITY_PUFFER_FISH_BLOW_OUT("minecraft:entity.puffer_fish.blow_out"), + ENTITY_PUFFER_FISH_BLOW_UP("minecraft:entity.puffer_fish.blow_up"), + ENTITY_PUFFER_FISH_DEATH("minecraft:entity.puffer_fish.death"), + ENTITY_PUFFER_FISH_FLOP("minecraft:entity.puffer_fish.flop"), + ENTITY_PUFFER_FISH_HURT("minecraft:entity.puffer_fish.hurt"), + ENTITY_PUFFER_FISH_STING("minecraft:entity.puffer_fish.sting"), + BLOCK_PUMPKIN_CARVE("minecraft:block.pumpkin.carve"), + ENTITY_RABBIT_AMBIENT("minecraft:entity.rabbit.ambient"), + ENTITY_RABBIT_ATTACK("minecraft:entity.rabbit.attack"), + ENTITY_RABBIT_DEATH("minecraft:entity.rabbit.death"), + ENTITY_RABBIT_HURT("minecraft:entity.rabbit.hurt"), + ENTITY_RABBIT_JUMP("minecraft:entity.rabbit.jump"), + EVENT_RAID_HORN("minecraft:event.raid.horn"), + 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"), + ENTITY_SALMON_AMBIENT("minecraft:entity.salmon.ambient"), + ENTITY_SALMON_DEATH("minecraft:entity.salmon.death"), + ENTITY_SALMON_FLOP("minecraft:entity.salmon.flop"), + ENTITY_SALMON_HURT("minecraft:entity.salmon.hurt"), + BLOCK_SAND_BREAK("minecraft:block.sand.break"), + BLOCK_SAND_FALL("minecraft:block.sand.fall"), + BLOCK_SAND_HIT("minecraft:block.sand.hit"), + BLOCK_SAND_PLACE("minecraft:block.sand.place"), + BLOCK_SAND_STEP("minecraft:block.sand.step"), + BLOCK_SCAFFOLDING_BREAK("minecraft:block.scaffolding.break"), + BLOCK_SCAFFOLDING_FALL("minecraft:block.scaffolding.fall"), + BLOCK_SCAFFOLDING_HIT("minecraft:block.scaffolding.hit"), + BLOCK_SCAFFOLDING_PLACE("minecraft:block.scaffolding.place"), + BLOCK_SCAFFOLDING_STEP("minecraft:block.scaffolding.step"), + ENTITY_SHEEP_AMBIENT("minecraft:entity.sheep.ambient"), + ENTITY_SHEEP_DEATH("minecraft:entity.sheep.death"), + ENTITY_SHEEP_HURT("minecraft:entity.sheep.hurt"), + ENTITY_SHEEP_SHEAR("minecraft:entity.sheep.shear"), + ENTITY_SHEEP_STEP("minecraft:entity.sheep.step"), + ITEM_SHIELD_BLOCK("minecraft:item.shield.block"), + ITEM_SHIELD_BREAK("minecraft:item.shield.break"), + ITEM_SHOVEL_FLATTEN("minecraft:item.shovel.flatten"), + ENTITY_SHULKER_AMBIENT("minecraft:entity.shulker.ambient"), + BLOCK_SHULKER_BOX_CLOSE("minecraft:block.shulker_box.close"), + BLOCK_SHULKER_BOX_OPEN("minecraft:block.shulker_box.open"), + ENTITY_SHULKER_BULLET_HIT("minecraft:entity.shulker_bullet.hit"), + ENTITY_SHULKER_BULLET_HURT("minecraft:entity.shulker_bullet.hurt"), + ENTITY_SHULKER_CLOSE("minecraft:entity.shulker.close"), + ENTITY_SHULKER_DEATH("minecraft:entity.shulker.death"), + ENTITY_SHULKER_HURT("minecraft:entity.shulker.hurt"), + ENTITY_SHULKER_HURT_CLOSED("minecraft:entity.shulker.hurt_closed"), + ENTITY_SHULKER_OPEN("minecraft:entity.shulker.open"), + ENTITY_SHULKER_SHOOT("minecraft:entity.shulker.shoot"), + ENTITY_SHULKER_TELEPORT("minecraft:entity.shulker.teleport"), + ENTITY_SILVERFISH_AMBIENT("minecraft:entity.silverfish.ambient"), + ENTITY_SILVERFISH_DEATH("minecraft:entity.silverfish.death"), + ENTITY_SILVERFISH_HURT("minecraft:entity.silverfish.hurt"), + ENTITY_SILVERFISH_STEP("minecraft:entity.silverfish.step"), + ENTITY_SKELETON_AMBIENT("minecraft:entity.skeleton.ambient"), + ENTITY_SKELETON_DEATH("minecraft:entity.skeleton.death"), + ENTITY_SKELETON_HORSE_AMBIENT("minecraft:entity.skeleton_horse.ambient"), + ENTITY_SKELETON_HORSE_DEATH("minecraft:entity.skeleton_horse.death"), + ENTITY_SKELETON_HORSE_HURT("minecraft:entity.skeleton_horse.hurt"), + ENTITY_SKELETON_HORSE_SWIM("minecraft:entity.skeleton_horse.swim"), + ENTITY_SKELETON_HORSE_AMBIENT_WATER("minecraft:entity.skeleton_horse.ambient_water"), + ENTITY_SKELETON_HORSE_GALLOP_WATER("minecraft:entity.skeleton_horse.gallop_water"), + ENTITY_SKELETON_HORSE_JUMP_WATER("minecraft:entity.skeleton_horse.jump_water"), + ENTITY_SKELETON_HORSE_STEP_WATER("minecraft:entity.skeleton_horse.step_water"), + ENTITY_SKELETON_HURT("minecraft:entity.skeleton.hurt"), + ENTITY_SKELETON_SHOOT("minecraft:entity.skeleton.shoot"), + ENTITY_SKELETON_STEP("minecraft:entity.skeleton.step"), + ENTITY_SLIME_ATTACK("minecraft:entity.slime.attack"), + ENTITY_SLIME_DEATH("minecraft:entity.slime.death"), + ENTITY_SLIME_HURT("minecraft:entity.slime.hurt"), + ENTITY_SLIME_JUMP("minecraft:entity.slime.jump"), + ENTITY_SLIME_SQUISH("minecraft:entity.slime.squish"), + BLOCK_SLIME_BLOCK_BREAK("minecraft:block.slime_block.break"), + BLOCK_SLIME_BLOCK_FALL("minecraft:block.slime_block.fall"), + 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"), + 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_SMOKER_SMOKE("minecraft:block.smoker.smoke"), + ENTITY_SNOWBALL_THROW("minecraft:entity.snowball.throw"), + BLOCK_SNOW_BREAK("minecraft:block.snow.break"), + BLOCK_SNOW_FALL("minecraft:block.snow.fall"), + ENTITY_SNOW_GOLEM_AMBIENT("minecraft:entity.snow_golem.ambient"), + 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"), + BLOCK_SNOW_HIT("minecraft:block.snow.hit"), + BLOCK_SNOW_PLACE("minecraft:block.snow.place"), + BLOCK_SNOW_STEP("minecraft:block.snow.step"), + ENTITY_SPIDER_AMBIENT("minecraft:entity.spider.ambient"), + ENTITY_SPIDER_DEATH("minecraft:entity.spider.death"), + ENTITY_SPIDER_HURT("minecraft:entity.spider.hurt"), + ENTITY_SPIDER_STEP("minecraft:entity.spider.step"), + ENTITY_SPLASH_POTION_BREAK("minecraft:entity.splash_potion.break"), + ENTITY_SPLASH_POTION_THROW("minecraft:entity.splash_potion.throw"), + ENTITY_SQUID_AMBIENT("minecraft:entity.squid.ambient"), + ENTITY_SQUID_DEATH("minecraft:entity.squid.death"), + ENTITY_SQUID_HURT("minecraft:entity.squid.hurt"), + ENTITY_SQUID_SQUIRT("minecraft:entity.squid.squirt"), + BLOCK_STONE_BREAK("minecraft:block.stone.break"), + BLOCK_STONE_BUTTON_CLICK_OFF("minecraft:block.stone_button.click_off"), + BLOCK_STONE_BUTTON_CLICK_ON("minecraft:block.stone_button.click_on"), + BLOCK_STONE_FALL("minecraft:block.stone.fall"), + BLOCK_STONE_HIT("minecraft:block.stone.hit"), + BLOCK_STONE_PLACE("minecraft:block.stone.place"), + BLOCK_STONE_PRESSURE_PLATE_CLICK_OFF("minecraft:block.stone_pressure_plate.click_off"), + BLOCK_STONE_PRESSURE_PLATE_CLICK_ON("minecraft:block.stone_pressure_plate.click_on"), + BLOCK_STONE_STEP("minecraft:block.stone.step"), + ENTITY_STRAY_AMBIENT("minecraft:entity.stray.ambient"), + ENTITY_STRAY_DEATH("minecraft:entity.stray.death"), + ENTITY_STRAY_HURT("minecraft:entity.stray.hurt"), + ENTITY_STRAY_STEP("minecraft:entity.stray.step"), + BLOCK_SWEET_BERRY_BUSH_BREAK("minecraft:block.sweet_berry_bush.break"), + BLOCK_SWEET_BERRY_BUSH_PLACE("minecraft:block.sweet_berry_bush.place"), + ITEM_SWEET_BERRIES_PICK_FROM_BUSH("minecraft:item.sweet_berries.pick_from_bush"), + ENCHANT_THORNS_HIT("minecraft:enchant.thorns.hit"), + ENTITY_TNT_PRIMED("minecraft:entity.tnt.primed"), + ITEM_TOTEM_USE("minecraft:item.totem.use"), + ITEM_TRIDENT_HIT("minecraft:item.trident.hit"), + ITEM_TRIDENT_HIT_GROUND("minecraft:item.trident.hit_ground"), + ITEM_TRIDENT_RETURN("minecraft:item.trident.return"), + ITEM_TRIDENT_RIPTIDE_1("minecraft:item.trident.riptide_1"), + ITEM_TRIDENT_RIPTIDE_2("minecraft:item.trident.riptide_2"), + ITEM_TRIDENT_RIPTIDE_3("minecraft:item.trident.riptide_3"), + ITEM_TRIDENT_THROW("minecraft:item.trident.throw"), + ITEM_TRIDENT_THUNDER("minecraft:item.trident.thunder"), + BLOCK_TRIPWIRE_ATTACH("minecraft:block.tripwire.attach"), + BLOCK_TRIPWIRE_CLICK_OFF("minecraft:block.tripwire.click_off"), + BLOCK_TRIPWIRE_CLICK_ON("minecraft:block.tripwire.click_on"), + BLOCK_TRIPWIRE_DETACH("minecraft:block.tripwire.detach"), + ENTITY_TROPICAL_FISH_AMBIENT("minecraft:entity.tropical_fish.ambient"), + ENTITY_TROPICAL_FISH_DEATH("minecraft:entity.tropical_fish.death"), + ENTITY_TROPICAL_FISH_FLOP("minecraft:entity.tropical_fish.flop"), + ENTITY_TROPICAL_FISH_HURT("minecraft:entity.tropical_fish.hurt"), + ENTITY_TURTLE_AMBIENT_LAND("minecraft:entity.turtle.ambient_land"), + ENTITY_TURTLE_DEATH("minecraft:entity.turtle.death"), + ENTITY_TURTLE_DEATH_BABY("minecraft:entity.turtle.death_baby"), + ENTITY_TURTLE_EGG_BREAK("minecraft:entity.turtle.egg_break"), + ENTITY_TURTLE_EGG_CRACK("minecraft:entity.turtle.egg_crack"), + ENTITY_TURTLE_EGG_HATCH("minecraft:entity.turtle.egg_hatch"), + ENTITY_TURTLE_HURT("minecraft:entity.turtle.hurt"), + ENTITY_TURTLE_HURT_BABY("minecraft:entity.turtle.hurt_baby"), + ENTITY_TURTLE_LAY_EGG("minecraft:entity.turtle.lay_egg"), + ENTITY_TURTLE_SHAMBLE("minecraft:entity.turtle.shamble"), + ENTITY_TURTLE_SHAMBLE_BABY("minecraft:entity.turtle.shamble_baby"), + ENTITY_TURTLE_SWIM("minecraft:entity.turtle.swim"), + UI_BUTTON_CLICK("minecraft:ui.button.click"), + UI_LOOM_SELECT_PATTERN("minecraft:ui.loom.select_pattern"), + UI_LOOM_TAKE_RESULT("minecraft:ui.loom.take_result"), + UI_CARTOGRAPHY_TABLE_TAKE_RESULT("minecraft:ui.cartography_table.take_result"), + UI_STONECUTTER_TAKE_RESULT("minecraft:ui.stonecutter.take_result"), + UI_STONECUTTER_SELECT_RECIPE("minecraft:ui.stonecutter.select_recipe"), + UI_TOAST_CHALLENGE_COMPLETE("minecraft:ui.toast.challenge_complete"), + UI_TOAST_IN("minecraft:ui.toast.in"), + UI_TOAST_OUT("minecraft:ui.toast.out"), + ENTITY_VEX_AMBIENT("minecraft:entity.vex.ambient"), + ENTITY_VEX_CHARGE("minecraft:entity.vex.charge"), + ENTITY_VEX_DEATH("minecraft:entity.vex.death"), + ENTITY_VEX_HURT("minecraft:entity.vex.hurt"), + ENTITY_VILLAGER_AMBIENT("minecraft:entity.villager.ambient"), + ENTITY_VILLAGER_CELEBRATE("minecraft:entity.villager.celebrate"), + ENTITY_VILLAGER_DEATH("minecraft:entity.villager.death"), + ENTITY_VILLAGER_HURT("minecraft:entity.villager.hurt"), + ENTITY_VILLAGER_NO("minecraft:entity.villager.no"), + ENTITY_VILLAGER_TRADE("minecraft:entity.villager.trade"), + ENTITY_VILLAGER_YES("minecraft:entity.villager.yes"), + ENTITY_VILLAGER_WORK_ARMORER("minecraft:entity.villager.work_armorer"), + ENTITY_VILLAGER_WORK_BUTCHER("minecraft:entity.villager.work_butcher"), + ENTITY_VILLAGER_WORK_CARTOGRAPHER("minecraft:entity.villager.work_cartographer"), + ENTITY_VILLAGER_WORK_CLERIC("minecraft:entity.villager.work_cleric"), + ENTITY_VILLAGER_WORK_FARMER("minecraft:entity.villager.work_farmer"), + ENTITY_VILLAGER_WORK_FISHERMAN("minecraft:entity.villager.work_fisherman"), + ENTITY_VILLAGER_WORK_FLETCHER("minecraft:entity.villager.work_fletcher"), + ENTITY_VILLAGER_WORK_LEATHERWORKER("minecraft:entity.villager.work_leatherworker"), + ENTITY_VILLAGER_WORK_LIBRARIAN("minecraft:entity.villager.work_librarian"), + ENTITY_VILLAGER_WORK_MASON("minecraft:entity.villager.work_mason"), + ENTITY_VILLAGER_WORK_SHEPHERD("minecraft:entity.villager.work_shepherd"), + ENTITY_VILLAGER_WORK_TOOLSMITH("minecraft:entity.villager.work_toolsmith"), + ENTITY_VILLAGER_WORK_WEAPONSMITH("minecraft:entity.villager.work_weaponsmith"), + ENTITY_VINDICATOR_AMBIENT("minecraft:entity.vindicator.ambient"), + ENTITY_VINDICATOR_CELEBRATE("minecraft:entity.vindicator.celebrate"), + ENTITY_VINDICATOR_DEATH("minecraft:entity.vindicator.death"), + ENTITY_VINDICATOR_HURT("minecraft:entity.vindicator.hurt"), + 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"), + ENTITY_WANDERING_TRADER_DISAPPEARED("minecraft:entity.wandering_trader.disappeared"), + ENTITY_WANDERING_TRADER_DRINK_MILK("minecraft:entity.wandering_trader.drink_milk"), + ENTITY_WANDERING_TRADER_DRINK_POTION("minecraft:entity.wandering_trader.drink_potion"), + ENTITY_WANDERING_TRADER_HURT("minecraft:entity.wandering_trader.hurt"), + ENTITY_WANDERING_TRADER_NO("minecraft:entity.wandering_trader.no"), + ENTITY_WANDERING_TRADER_REAPPEARED("minecraft:entity.wandering_trader.reappeared"), + ENTITY_WANDERING_TRADER_TRADE("minecraft:entity.wandering_trader.trade"), + ENTITY_WANDERING_TRADER_YES("minecraft:entity.wandering_trader.yes"), + BLOCK_WATER_AMBIENT("minecraft:block.water.ambient"), + WEATHER_RAIN("minecraft:weather.rain"), + WEATHER_RAIN_ABOVE("minecraft:weather.rain.above"), + ENTITY_WITCH_AMBIENT("minecraft:entity.witch.ambient"), + ENTITY_WITCH_CELEBRATE("minecraft:entity.witch.celebrate"), + ENTITY_WITCH_DEATH("minecraft:entity.witch.death"), + ENTITY_WITCH_DRINK("minecraft:entity.witch.drink"), + ENTITY_WITCH_HURT("minecraft:entity.witch.hurt"), + ENTITY_WITCH_THROW("minecraft:entity.witch.throw"), + ENTITY_WITHER_AMBIENT("minecraft:entity.wither.ambient"), + ENTITY_WITHER_BREAK_BLOCK("minecraft:entity.wither.break_block"), + ENTITY_WITHER_DEATH("minecraft:entity.wither.death"), + ENTITY_WITHER_HURT("minecraft:entity.wither.hurt"), + ENTITY_WITHER_SHOOT("minecraft:entity.wither.shoot"), + ENTITY_WITHER_SKELETON_AMBIENT("minecraft:entity.wither_skeleton.ambient"), + ENTITY_WITHER_SKELETON_DEATH("minecraft:entity.wither_skeleton.death"), + ENTITY_WITHER_SKELETON_HURT("minecraft:entity.wither_skeleton.hurt"), + ENTITY_WITHER_SKELETON_STEP("minecraft:entity.wither_skeleton.step"), + ENTITY_WITHER_SPAWN("minecraft:entity.wither.spawn"), + ENTITY_WOLF_AMBIENT("minecraft:entity.wolf.ambient"), + ENTITY_WOLF_DEATH("minecraft:entity.wolf.death"), + ENTITY_WOLF_GROWL("minecraft:entity.wolf.growl"), + ENTITY_WOLF_HOWL("minecraft:entity.wolf.howl"), + ENTITY_WOLF_HURT("minecraft:entity.wolf.hurt"), + ENTITY_WOLF_PANT("minecraft:entity.wolf.pant"), + ENTITY_WOLF_SHAKE("minecraft:entity.wolf.shake"), + ENTITY_WOLF_STEP("minecraft:entity.wolf.step"), + ENTITY_WOLF_WHINE("minecraft:entity.wolf.whine"), + BLOCK_WOODEN_DOOR_CLOSE("minecraft:block.wooden_door.close"), + BLOCK_WOODEN_DOOR_OPEN("minecraft:block.wooden_door.open"), + BLOCK_WOODEN_TRAPDOOR_CLOSE("minecraft:block.wooden_trapdoor.close"), + BLOCK_WOODEN_TRAPDOOR_OPEN("minecraft:block.wooden_trapdoor.open"), + BLOCK_WOOD_BREAK("minecraft:block.wood.break"), + BLOCK_WOODEN_BUTTON_CLICK_OFF("minecraft:block.wooden_button.click_off"), + BLOCK_WOODEN_BUTTON_CLICK_ON("minecraft:block.wooden_button.click_on"), + BLOCK_WOOD_FALL("minecraft:block.wood.fall"), + BLOCK_WOOD_HIT("minecraft:block.wood.hit"), + BLOCK_WOOD_PLACE("minecraft:block.wood.place"), + 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"), + 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"), + ENTITY_ZOMBIE_BREAK_WOODEN_DOOR("minecraft:entity.zombie.break_wooden_door"), + ENTITY_ZOMBIE_CONVERTED_TO_DROWNED("minecraft:entity.zombie.converted_to_drowned"), + ENTITY_ZOMBIE_DEATH("minecraft:entity.zombie.death"), + ENTITY_ZOMBIE_DESTROY_EGG("minecraft:entity.zombie.destroy_egg"), + ENTITY_ZOMBIE_HORSE_AMBIENT("minecraft:entity.zombie_horse.ambient"), + ENTITY_ZOMBIE_HORSE_DEATH("minecraft:entity.zombie_horse.death"), + ENTITY_ZOMBIE_HORSE_HURT("minecraft:entity.zombie_horse.hurt"), + ENTITY_ZOMBIE_HURT("minecraft:entity.zombie.hurt"), + ENTITY_ZOMBIE_INFECT("minecraft:entity.zombie.infect"), + 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"), + ENTITY_ZOMBIE_VILLAGER_CURE("minecraft:entity.zombie_villager.cure"), + ENTITY_ZOMBIE_VILLAGER_DEATH("minecraft:entity.zombie_villager.death"), + ENTITY_ZOMBIE_VILLAGER_HURT("minecraft:entity.zombie_villager.hurt"), + ENTITY_ZOMBIE_VILLAGER_STEP("minecraft:entity.zombie_villager.step"), +; + private String namespaceID; + + Sound(String namespaceID) { + this.namespaceID = namespaceID; + } + + public int getId() { + return ordinal(); + } + + public String getNamespaceID() { + return namespaceID; + } + + public static Sound fromId(int id) { + if(id >= 0 && id < values().length) { + return values()[id]; + } + return null; + } +} diff --git a/src/autogenerated/java/net/minestom/server/stat/StatisticType.java b/src/autogenerated/java/net/minestom/server/stat/StatisticType.java new file mode 100644 index 000000000..edb6a6763 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/stat/StatisticType.java @@ -0,0 +1,99 @@ +//============================== +// AUTOGENERATED BY EnumGenerator +//============================== +package net.minestom.server.stat; + +public enum StatisticType { + LEAVE_GAME("minecraft:leave_game"), + PLAY_ONE_MINUTE("minecraft:play_one_minute"), + TIME_SINCE_DEATH("minecraft:time_since_death"), + TIME_SINCE_REST("minecraft:time_since_rest"), + SNEAK_TIME("minecraft:sneak_time"), + WALK_ONE_CM("minecraft:walk_one_cm"), + CROUCH_ONE_CM("minecraft:crouch_one_cm"), + SPRINT_ONE_CM("minecraft:sprint_one_cm"), + WALK_ON_WATER_ONE_CM("minecraft:walk_on_water_one_cm"), + FALL_ONE_CM("minecraft:fall_one_cm"), + CLIMB_ONE_CM("minecraft:climb_one_cm"), + FLY_ONE_CM("minecraft:fly_one_cm"), + WALK_UNDER_WATER_ONE_CM("minecraft:walk_under_water_one_cm"), + MINECART_ONE_CM("minecraft:minecart_one_cm"), + BOAT_ONE_CM("minecraft:boat_one_cm"), + PIG_ONE_CM("minecraft:pig_one_cm"), + HORSE_ONE_CM("minecraft:horse_one_cm"), + AVIATE_ONE_CM("minecraft:aviate_one_cm"), + SWIM_ONE_CM("minecraft:swim_one_cm"), + JUMP("minecraft:jump"), + DROP("minecraft:drop"), + DAMAGE_DEALT("minecraft:damage_dealt"), + DAMAGE_DEALT_ABSORBED("minecraft:damage_dealt_absorbed"), + DAMAGE_DEALT_RESISTED("minecraft:damage_dealt_resisted"), + DAMAGE_TAKEN("minecraft:damage_taken"), + DAMAGE_BLOCKED_BY_SHIELD("minecraft:damage_blocked_by_shield"), + DAMAGE_ABSORBED("minecraft:damage_absorbed"), + DAMAGE_RESISTED("minecraft:damage_resisted"), + DEATHS("minecraft:deaths"), + MOB_KILLS("minecraft:mob_kills"), + ANIMALS_BRED("minecraft:animals_bred"), + PLAYER_KILLS("minecraft:player_kills"), + FISH_CAUGHT("minecraft:fish_caught"), + TALKED_TO_VILLAGER("minecraft:talked_to_villager"), + TRADED_WITH_VILLAGER("minecraft:traded_with_villager"), + EAT_CAKE_SLICE("minecraft:eat_cake_slice"), + FILL_CAULDRON("minecraft:fill_cauldron"), + USE_CAULDRON("minecraft:use_cauldron"), + CLEAN_ARMOR("minecraft:clean_armor"), + CLEAN_BANNER("minecraft:clean_banner"), + CLEAN_SHULKER_BOX("minecraft:clean_shulker_box"), + INTERACT_WITH_BREWINGSTAND("minecraft:interact_with_brewingstand"), + INTERACT_WITH_BEACON("minecraft:interact_with_beacon"), + INSPECT_DROPPER("minecraft:inspect_dropper"), + INSPECT_HOPPER("minecraft:inspect_hopper"), + INSPECT_DISPENSER("minecraft:inspect_dispenser"), + PLAY_NOTEBLOCK("minecraft:play_noteblock"), + TUNE_NOTEBLOCK("minecraft:tune_noteblock"), + POT_FLOWER("minecraft:pot_flower"), + TRIGGER_TRAPPED_CHEST("minecraft:trigger_trapped_chest"), + OPEN_ENDERCHEST("minecraft:open_enderchest"), + ENCHANT_ITEM("minecraft:enchant_item"), + PLAY_RECORD("minecraft:play_record"), + INTERACT_WITH_FURNACE("minecraft:interact_with_furnace"), + INTERACT_WITH_CRAFTING_TABLE("minecraft:interact_with_crafting_table"), + OPEN_CHEST("minecraft:open_chest"), + SLEEP_IN_BED("minecraft:sleep_in_bed"), + OPEN_SHULKER_BOX("minecraft:open_shulker_box"), + OPEN_BARREL("minecraft:open_barrel"), + INTERACT_WITH_BLAST_FURNACE("minecraft:interact_with_blast_furnace"), + INTERACT_WITH_SMOKER("minecraft:interact_with_smoker"), + INTERACT_WITH_LECTERN("minecraft:interact_with_lectern"), + INTERACT_WITH_CAMPFIRE("minecraft:interact_with_campfire"), + INTERACT_WITH_CARTOGRAPHY_TABLE("minecraft:interact_with_cartography_table"), + INTERACT_WITH_LOOM("minecraft:interact_with_loom"), + INTERACT_WITH_STONECUTTER("minecraft:interact_with_stonecutter"), + BELL_RING("minecraft:bell_ring"), + RAID_TRIGGER("minecraft:raid_trigger"), + RAID_WIN("minecraft:raid_win"), + INTERACT_WITH_ANVIL("minecraft:interact_with_anvil"), + INTERACT_WITH_GRINDSTONE("minecraft:interact_with_grindstone"), +; + private String namespaceID; + + StatisticType(String namespaceID) { + this.namespaceID = namespaceID; + } + + public int getId() { + return ordinal(); + } + + public String getNamespaceID() { + return namespaceID; + } + + public static StatisticType fromId(int id) { + if(id >= 0 && id < values().length) { + return values()[id]; + } + return null; + } +} diff --git a/src/generators/java/net/minestom/codegen/AllGenerators.java b/src/generators/java/net/minestom/codegen/AllGenerators.java new file mode 100644 index 000000000..473976e32 --- /dev/null +++ b/src/generators/java/net/minestom/codegen/AllGenerators.java @@ -0,0 +1,26 @@ +package net.minestom.codegen; + +import net.minestom.codegen.blocks.BlockEnumGenerator; +import net.minestom.codegen.enchantment.EnchantmentEnumGenerator; +import net.minestom.codegen.entitytypes.EntityTypeEnumGenerator; +import net.minestom.codegen.items.ItemEnumGenerator; +import net.minestom.codegen.particles.ParticleEnumGenerator; +import net.minestom.codegen.potions.PotionEnumGenerator; +import net.minestom.codegen.sounds.SoundEnumGenerator; +import net.minestom.codegen.stats.StatsEnumGenerator; + +import java.io.IOException; + +public class AllGenerators { + + public static void main(String[] args) throws IOException { + BlockEnumGenerator.main(args); + ItemEnumGenerator.main(args); // must be done after block + PotionEnumGenerator.main(args); + EnchantmentEnumGenerator.main(args); + EntityTypeEnumGenerator.main(args); + SoundEnumGenerator.main(args); + ParticleEnumGenerator.main(args); + StatsEnumGenerator.main(args); + } +} diff --git a/src/generators/java/net/minestom/codegen/BasicEnumGenerator.java b/src/generators/java/net/minestom/codegen/BasicEnumGenerator.java new file mode 100644 index 000000000..b6f3de09a --- /dev/null +++ b/src/generators/java/net/minestom/codegen/BasicEnumGenerator.java @@ -0,0 +1,98 @@ +package net.minestom.codegen; + +import com.google.gson.Gson; +import com.google.gson.JsonObject; +import net.minestom.server.utils.NamespaceID; + +import java.io.File; +import java.io.FileReader; +import java.io.IOException; +import java.util.Collection; +import java.util.Objects; +import java.util.TreeSet; + +public abstract class BasicEnumGenerator extends MinestomEnumGenerator { + + private static final String MC_DATA_REGISTRIES_PATH = "minecraft_data/reports/registries.json"; + private NamespaceID defaultEntry; + + protected BasicEnumGenerator(File targetFolder) throws IOException { + generateTo(targetFolder); + } + + @Override + protected Collection compile() throws IOException { + Gson gson = new Gson(); + + TreeSet items = new TreeSet<>(); + + JsonObject root = gson.fromJson(new FileReader(MC_DATA_REGISTRIES_PATH), JsonObject.class); + JsonObject category = root.getAsJsonObject(getCategoryID()); + Objects.requireNonNull(category, "Category "+getCategoryID()+" not found in registries.json!"); + JsonObject entries = category.getAsJsonObject("entries"); + if(category.has("default")) { + defaultEntry = NamespaceID.from(category.get("default").getAsString()); + } + for(var entry : entries.entrySet()) { + NamespaceID name = NamespaceID.from(entry.getKey()); + int id = entry.getValue().getAsJsonObject().get("protocol_id").getAsInt(); + items.add(new Container(id, name)); + } + + return items; + } + + protected abstract String getCategoryID(); + + @Override + protected void postWrite(EnumGenerator generator) { + generator.addMethod("fromId", "(int id)", "static "+getClassName(), + "if(id >= 0 && id < values().length) {", + "\treturn values()[id];", + "}", + "return "+(defaultEntry == null ? "null" : identifier(defaultEntry))+";" + ); + } + + private String identifier(NamespaceID id) { + return id.getPath().toUpperCase().replace(".", "_"); // block.ambient.cave will be replaced by "BLOCK_AMBIENT_CAVE" + } + + @Override + protected void postGeneration() throws IOException {} + + @Override + protected void prepare(EnumGenerator generator) { + generator.setParams("String namespaceID"); + generator.addMethod("getId", "()", "int", "return ordinal();"); + generator.addMethod("getNamespaceID", "()", "String", "return namespaceID;"); + } + + @Override + protected void writeSingle(EnumGenerator generator, Container item) { + generator.addInstance(identifier(item.name), "\""+item.name.toString()+"\""); + } + + static class Container implements Comparable { + private int id; + private NamespaceID name; + + public Container(int id, NamespaceID name) { + this.id = id; + this.name = name; + } + + public NamespaceID getName() { + return name; + } + + public int getId() { + return id; + } + + @Override + public int compareTo(Container o) { + return Integer.compare(id, o.id); + } + } +} diff --git a/src/generators/java/net/minestom/codegen/enchantment/EnchantmentEnumGenerator.java b/src/generators/java/net/minestom/codegen/enchantment/EnchantmentEnumGenerator.java new file mode 100644 index 000000000..26e94f3b9 --- /dev/null +++ b/src/generators/java/net/minestom/codegen/enchantment/EnchantmentEnumGenerator.java @@ -0,0 +1,56 @@ +package net.minestom.codegen.enchantment; + +import net.minestom.codegen.BasicEnumGenerator; +import net.minestom.server.registry.ResourceGatherer; + +import java.io.File; +import java.io.IOException; + +public class EnchantmentEnumGenerator extends BasicEnumGenerator { + public static void main(String[] args) throws IOException { + String targetVersion; + if(args.length < 1) { + System.err.println("Usage: [target folder]"); + return; + } + + targetVersion = args[0]; + + try { + ResourceGatherer.ensureResourcesArePresent(targetVersion, null); // TODO + } catch (IOException e) { + e.printStackTrace(); + } + + String targetPart = DEFAULT_TARGET_PATH; + if(args.length >= 2) { + targetPart = args[1]; + } + + File targetFolder = new File(targetPart); + if(!targetFolder.exists()) { + targetFolder.mkdirs(); + } + + new EnchantmentEnumGenerator(targetFolder); + } + + private EnchantmentEnumGenerator(File targetFolder) throws IOException { + super(targetFolder); + } + + @Override + protected String getCategoryID() { + return "minecraft:enchantment"; + } + + @Override + public String getPackageName() { + return "net.minestom.server.item"; + } + + @Override + public String getClassName() { + return "Enchantment"; + } +} diff --git a/src/generators/java/net/minestom/codegen/entitytypes/EntityTypeEnumGenerator.java b/src/generators/java/net/minestom/codegen/entitytypes/EntityTypeEnumGenerator.java new file mode 100644 index 000000000..9239b5055 --- /dev/null +++ b/src/generators/java/net/minestom/codegen/entitytypes/EntityTypeEnumGenerator.java @@ -0,0 +1,56 @@ +package net.minestom.codegen.entitytypes; + +import net.minestom.codegen.BasicEnumGenerator; +import net.minestom.server.registry.ResourceGatherer; + +import java.io.File; +import java.io.IOException; + +public class EntityTypeEnumGenerator extends BasicEnumGenerator { + public static void main(String[] args) throws IOException { + String targetVersion; + if(args.length < 1) { + System.err.println("Usage: [target folder]"); + return; + } + + targetVersion = args[0]; + + try { + ResourceGatherer.ensureResourcesArePresent(targetVersion, null); // TODO + } catch (IOException e) { + e.printStackTrace(); + } + + String targetPart = DEFAULT_TARGET_PATH; + if(args.length >= 2) { + targetPart = args[1]; + } + + File targetFolder = new File(targetPart); + if(!targetFolder.exists()) { + targetFolder.mkdirs(); + } + + new EntityTypeEnumGenerator(targetFolder); + } + + private EntityTypeEnumGenerator(File targetFolder) throws IOException { + super(targetFolder); + } + + @Override + protected String getCategoryID() { + return "minecraft:entity_type"; + } + + @Override + public String getPackageName() { + return "net.minestom.server.entity"; + } + + @Override + public String getClassName() { + return "EntityType"; + } +} diff --git a/src/generators/java/net/minestom/codegen/items/ItemEnumGenerator.java b/src/generators/java/net/minestom/codegen/items/ItemEnumGenerator.java index 8187a8f11..22a42900c 100644 --- a/src/generators/java/net/minestom/codegen/items/ItemEnumGenerator.java +++ b/src/generators/java/net/minestom/codegen/items/ItemEnumGenerator.java @@ -101,7 +101,7 @@ public class ItemEnumGenerator extends MinestomEnumGenerator { LOGGER.debug("Loading PrismarineJS blocks data"); List prismarineJSItems = parseItemsFromPrismarineJS(gson, paths.getItemsFile()); - SortedSet items = Collections.synchronizedSortedSet(new TreeSet<>(ItemContainer::compareTo)); + TreeSet items = new TreeSet<>(ItemContainer::compareTo); for(var prismarineJSItem : prismarineJSItems) { items.add(new ItemContainer(prismarineJSItem.id, NamespaceID.from(prismarineJSItem.name), prismarineJSItem.stackSize, getBlock(prismarineJSItem.name.toUpperCase()))); } @@ -138,7 +138,12 @@ public class ItemEnumGenerator extends MinestomEnumGenerator { generator.addMethod("isBlock", "()", "boolean", "return correspondingBlock != null && this != AIR;"); generator.addMethod("getBlock", "()", "Block", "return correspondingBlock;"); - generator.addMethod("fromId", "(short blockId)", "static "+className, "return "+getClassName()+"Map.map.getOrDefault(blockId, AIR);"); + generator.addMethod("fromId", "(short id)", "static "+className, + "if(id >= 0 && id < values().length) {", + "\treturn values()[id];", + "}", + "return AIR;" + ); // hard coded methods generator.addMethod("isHelmet", "()", "boolean", "return toString().endsWith(\"HELMET\");"); @@ -197,8 +202,6 @@ public class ItemEnumGenerator extends MinestomEnumGenerator { " }\n" + "\n" + " return isFood();"); - - generator.appendToConstructor(getClassName()+"Map.map.put((short)ordinal(), this);"); } @Override @@ -212,23 +215,7 @@ public class ItemEnumGenerator extends MinestomEnumGenerator { } @Override - protected void postGeneration() throws IOException { - File classFolder = new File(targetFolder, getRelativeFolderPath()); - if(!classFolder.exists()) { - classFolder.mkdirs(); - } - - StringBuilder mapClass = new StringBuilder(); - mapClass.append("package "+getPackageName()+";\n") - .append("import "+Short2ObjectOpenHashMap.class.getCanonicalName()+";\n") - .append("final class "+getClassName()+"Map {\n") - .append("\tstatic final Short2ObjectOpenHashMap<"+getClassName()+"> map = new Short2ObjectOpenHashMap<>();\n") - .append("}\n"); - LOGGER.debug("Writing map to file: "+getRelativeFolderPath()+"/"+getClassName()+"Map.java"); - try(Writer writer = new BufferedWriter(new FileWriter(new File(classFolder, getClassName()+"Map.java")))) { - writer.write(mapClass.toString()); - } - } + protected void postGeneration() throws IOException {} @Override protected void postWrite(EnumGenerator generator) {} diff --git a/src/generators/java/net/minestom/codegen/particles/ParticleEnumGenerator.java b/src/generators/java/net/minestom/codegen/particles/ParticleEnumGenerator.java new file mode 100644 index 000000000..2a79aa3fe --- /dev/null +++ b/src/generators/java/net/minestom/codegen/particles/ParticleEnumGenerator.java @@ -0,0 +1,56 @@ +package net.minestom.codegen.particles; + +import net.minestom.codegen.BasicEnumGenerator; +import net.minestom.server.registry.ResourceGatherer; + +import java.io.File; +import java.io.IOException; + +public class ParticleEnumGenerator extends BasicEnumGenerator { + public static void main(String[] args) throws IOException { + String targetVersion; + if(args.length < 1) { + System.err.println("Usage: [target folder]"); + return; + } + + targetVersion = args[0]; + + try { + ResourceGatherer.ensureResourcesArePresent(targetVersion, null); // TODO + } catch (IOException e) { + e.printStackTrace(); + } + + String targetPart = DEFAULT_TARGET_PATH; + if(args.length >= 2) { + targetPart = args[1]; + } + + File targetFolder = new File(targetPart); + if(!targetFolder.exists()) { + targetFolder.mkdirs(); + } + + new ParticleEnumGenerator(targetFolder); + } + + private ParticleEnumGenerator(File targetFolder) throws IOException { + super(targetFolder); + } + + @Override + protected String getCategoryID() { + return "minecraft:particle_type"; + } + + @Override + public String getPackageName() { + return "net.minestom.server.particle"; + } + + @Override + public String getClassName() { + return "Particle"; + } +} diff --git a/src/generators/java/net/minestom/codegen/potions/PotionEnumGenerator.java b/src/generators/java/net/minestom/codegen/potions/PotionEnumGenerator.java new file mode 100644 index 000000000..0149e165f --- /dev/null +++ b/src/generators/java/net/minestom/codegen/potions/PotionEnumGenerator.java @@ -0,0 +1,56 @@ +package net.minestom.codegen.potions; + +import net.minestom.codegen.BasicEnumGenerator; +import net.minestom.server.registry.ResourceGatherer; + +import java.io.File; +import java.io.IOException; + +public class PotionEnumGenerator extends BasicEnumGenerator { + public static void main(String[] args) throws IOException { + String targetVersion; + if(args.length < 1) { + System.err.println("Usage: [target folder]"); + return; + } + + targetVersion = args[0]; + + try { + ResourceGatherer.ensureResourcesArePresent(targetVersion, null); // TODO + } catch (IOException e) { + e.printStackTrace(); + } + + String targetPart = DEFAULT_TARGET_PATH; + if(args.length >= 2) { + targetPart = args[1]; + } + + File targetFolder = new File(targetPart); + if(!targetFolder.exists()) { + targetFolder.mkdirs(); + } + + new PotionEnumGenerator(targetFolder); + } + + private PotionEnumGenerator(File targetFolder) throws IOException { + super(targetFolder); + } + + @Override + protected String getCategoryID() { + return "minecraft:potion"; + } + + @Override + public String getPackageName() { + return "net.minestom.server.potion"; + } + + @Override + public String getClassName() { + return "PotionType"; + } +} diff --git a/src/generators/java/net/minestom/codegen/sounds/SoundEnumGenerator.java b/src/generators/java/net/minestom/codegen/sounds/SoundEnumGenerator.java new file mode 100644 index 000000000..a64318356 --- /dev/null +++ b/src/generators/java/net/minestom/codegen/sounds/SoundEnumGenerator.java @@ -0,0 +1,56 @@ +package net.minestom.codegen.sounds; + +import net.minestom.codegen.BasicEnumGenerator; +import net.minestom.server.registry.ResourceGatherer; + +import java.io.File; +import java.io.IOException; + +public class SoundEnumGenerator extends BasicEnumGenerator { + public static void main(String[] args) throws IOException { + String targetVersion; + if(args.length < 1) { + System.err.println("Usage: [target folder]"); + return; + } + + targetVersion = args[0]; + + try { + ResourceGatherer.ensureResourcesArePresent(targetVersion, null); // TODO + } catch (IOException e) { + e.printStackTrace(); + } + + String targetPart = DEFAULT_TARGET_PATH; + if(args.length >= 2) { + targetPart = args[1]; + } + + File targetFolder = new File(targetPart); + if(!targetFolder.exists()) { + targetFolder.mkdirs(); + } + + new SoundEnumGenerator(targetFolder); + } + + private SoundEnumGenerator(File targetFolder) throws IOException { + super(targetFolder); + } + + @Override + protected String getCategoryID() { + return "minecraft:sound_event"; + } + + @Override + public String getPackageName() { + return "net.minestom.server.sound"; + } + + @Override + public String getClassName() { + return "Sound"; + } +} diff --git a/src/generators/java/net/minestom/codegen/stats/StatsEnumGenerator.java b/src/generators/java/net/minestom/codegen/stats/StatsEnumGenerator.java new file mode 100644 index 000000000..43c781f00 --- /dev/null +++ b/src/generators/java/net/minestom/codegen/stats/StatsEnumGenerator.java @@ -0,0 +1,56 @@ +package net.minestom.codegen.stats; + +import net.minestom.codegen.BasicEnumGenerator; +import net.minestom.server.registry.ResourceGatherer; + +import java.io.File; +import java.io.IOException; + +public class StatsEnumGenerator extends BasicEnumGenerator { + public static void main(String[] args) throws IOException { + String targetVersion; + if(args.length < 1) { + System.err.println("Usage: [target folder]"); + return; + } + + targetVersion = args[0]; + + try { + ResourceGatherer.ensureResourcesArePresent(targetVersion, null); // TODO + } catch (IOException e) { + e.printStackTrace(); + } + + String targetPart = DEFAULT_TARGET_PATH; + if(args.length >= 2) { + targetPart = args[1]; + } + + File targetFolder = new File(targetPart); + if(!targetFolder.exists()) { + targetFolder.mkdirs(); + } + + new StatsEnumGenerator(targetFolder); + } + + private StatsEnumGenerator(File targetFolder) throws IOException { + super(targetFolder); + } + + @Override + protected String getCategoryID() { + return "minecraft:custom_stat"; + } + + @Override + public String getPackageName() { + return "net.minestom.server.stat"; + } + + @Override + public String getClassName() { + return "StatisticType"; + } +} diff --git a/src/main/java/net/minestom/server/MinecraftServer.java b/src/main/java/net/minestom/server/MinecraftServer.java index db73dc8d4..100b7e520 100644 --- a/src/main/java/net/minestom/server/MinecraftServer.java +++ b/src/main/java/net/minestom/server/MinecraftServer.java @@ -16,7 +16,6 @@ import net.minestom.server.network.netty.NettyServer; import net.minestom.server.network.packet.server.play.ServerDifficultyPacket; import net.minestom.server.ping.ResponseDataConsumer; import net.minestom.server.recipe.RecipeManager; -import net.minestom.server.registry.RegistryMain; import net.minestom.server.registry.ResourceGatherer; import net.minestom.server.scoreboard.TeamManager; import net.minestom.server.storage.StorageFolder; @@ -123,12 +122,6 @@ public class MinecraftServer { } catch (IOException e) { LOGGER.error("An error happened during resource gathering. Minestom will attempt to load anyway, but things may not work, and crashes can happen.", e); } - RegistryMain.registerEntities(); - RegistryMain.registerSounds(); - RegistryMain.registerParticles(); - RegistryMain.registerStats(); - RegistryMain.registerEnchantments(); - RegistryMain.registerPotions(); minecraftServer = new MinecraftServer(); diff --git a/src/main/java/net/minestom/server/entity/EntityType.java b/src/main/java/net/minestom/server/entity/EntityType.java deleted file mode 100644 index 186611806..000000000 --- a/src/main/java/net/minestom/server/entity/EntityType.java +++ /dev/null @@ -1,128 +0,0 @@ -package net.minestom.server.entity; - -import it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap; - -public enum EntityType { - - AREA_EFFECT_CLOUD, - ARMOR_STAND, - ARROW, - BAT, - BEE, - BLAZE, - BOAT, - CAT, - CAVE_SPIDER, - CHICKEN, - COD, - COW, - CREEPER, - DONKEY, - DOLPHIN, - DRAGON_FIREBALL, - DROWNED, - ELDER_GUARDIAN, - END_CRYSTAL, - ENDER_DRAGON, - ENDERMAN, - ENDERMITE, - EVOKER_FANGS, - EVOKER, - EXPERIENCE_ORB, - EYE_OF_ENDER, - FALLING_BLOCK, - FIREWORK_ROCKET, - FOX, - GHAST, - GIANT, - GUARDIAN, - HORSE, - HUSK, - ILLUSIONER, - ITEM, - ITEM_FRAME, - FIREBALL, - LEASH_KNOT, - LLAMA, - LLAMA_SPIT, - MAGMA_CUBE, - MINECART, - CHEST_MINECART, - COMMAND_BLOCK_MINECART, - FURNACE_MINECART, - HOPPER_MINECART, - SPAWNER_MINECART, - TNT_MINECART, - MULE, - MOOSHROOM, - OCELOT, - PAINTING, - PANDA, - PARROT, - PIG, - PUFFERFISH, - ZOMBIE_PIGMAN, - POLAR_BEAR, - TNT, - RABBIT, - SALMON, - SHEEP, - SHULKER, - SHULKER_BULLET, - SILVERFISH, - SKELETON, - SKELETON_HORSE, - SLIME, - SMALL_FIREBALL, - SNOW_GOLEM, - SNOWBALL, - SPECTRAL_ARROW, - SPIDER, - SQUID, - STRAY, - TRADER_LLAMA, - TROPICAL_FISH, - TURTLE, - EGG, - ENDER_PEARL, - EXPERIENCE_BOTTLE, - POTION, - TRIDENT, - VEX, - VILLAGER, - IRON_GOLEM, - VINDICATOR, - PILLAGER, - WANDERING_TRADER, - WITCH, - WITHER, - WITHER_SKELETON, - WITHER_SKULL, - WOLF, - ZOMBIE, - ZOMBIE_HORSE, - ZOMBIE_VILLAGER, - PHANTOM, - RAVAGER, - LIGHTNING_BOLT, - PLAYER, - FISHING_BOBBER; - - private static Int2ObjectOpenHashMap map = new Int2ObjectOpenHashMap(); - - private int id; - - public void setIdentifier(int id) { - this.id = id; - - map.put(id, this); - } - - public static EntityType fromId(int id) { - return map.get(id); - } - - public int getId() { - return id; - } -} diff --git a/src/main/java/net/minestom/server/item/Enchantment.java b/src/main/java/net/minestom/server/item/Enchantment.java deleted file mode 100644 index 53a1caf92..000000000 --- a/src/main/java/net/minestom/server/item/Enchantment.java +++ /dev/null @@ -1,63 +0,0 @@ -package net.minestom.server.item; - -import it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap; - -public enum Enchantment { - - PROTECTION, - FIRE_PROTECTION, - FEATHER_FALLING, - BLAST_PROTECTION, - PROJECTILE_PROTECTION, - RESPIRATION, - AQUA_AFFINITY, - THORNS, - DEPTH_STRIDER, - FROST_WALKER, - BINDING_CURSE, - SHARPNESS, - SMITE, - BANE_OF_ARTHROPODS, - KNOCKBACK, - FIRE_ASPECT, - LOOTING, - SWEEPING, - EFFICIENCY, - SILK_TOUCH, - UNBREAKING, - FORTUNE, - POWER, - PUNCH, - FLAME, - INFINITY, - LUCK_OF_THE_SEA, - LURE, - LOYALTY, - IMPALING, - RIPTIDE, - CHANNELING, - MULTISHOT, - QUICK_CHARGE, - PIERCING, - MENDING, - VANISHING_CURSE; - - private static Int2ObjectOpenHashMap map = new Int2ObjectOpenHashMap(); - - private int id; - - public static Enchantment fromId(int id) { - return map.get(id); - } - - public void setIdentifier(int id) { - this.id = id; - - map.put(id, this); - } - - public int getId() { - return id; - } - -} diff --git a/src/main/java/net/minestom/server/particle/Particle.java b/src/main/java/net/minestom/server/particle/Particle.java deleted file mode 100644 index 4fdbacfb3..000000000 --- a/src/main/java/net/minestom/server/particle/Particle.java +++ /dev/null @@ -1,87 +0,0 @@ -package net.minestom.server.particle; - -import it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap; - -public enum Particle { - - AMBIENT_ENTITY_EFFECT, - ANGRY_VILLAGER, - BARRIER, - BLOCK, - BUBBLE, - CLOUD, - CRIT, - DAMAGE_INDICATOR, - DRAGON_BREATH, - DRIPPING_LAVA, - FALLING_LAVA, - LANDING_LAVA, - DRIPPING_WATER, - FALLING_WATER, - DUST, - EFFECT, - ELDER_GUARDIAN, - ENCHANTED_HIT, - ENCHANT, - END_ROD, - ENTITY_EFFECT, - EXPLOSION_EMITTER, - EXPLOSION, - FALLING_DUST, - FIREWORK, - FISHING, - FLAME, - FLASH, - HAPPY_VILLAGER, - COMPOSTER, - HEART, - INSTANT_EFFECT, - ITEM, - ITEM_SLIME, - ITEM_SNOWBALL, - LARGE_SMOKE, - LAVA, - MYCELIUM, - NOTE, - POOF, - PORTAL, - RAIN, - SMOKE, - SNEEZE, - SPIT, - SQUID_INK, - SWEEP_ATTACK, - TOTEM_OF_UNDYING, - UNDERWATER, - SPLASH, - WITCH, - BUBBLE_POP, - CURRENT_DOWN, - BUBBLE_COLUMN_UP, - NAUTILUS, - DOLPHIN, - CAMPFIRE_COSY_SMOKE, - CAMPFIRE_SIGNAL_SMOKE, - DRIPPING_HONEY, - FALLING_HONEY, - LANDING_HONEY, - FALLING_NECTAR; - - private static Int2ObjectOpenHashMap map = new Int2ObjectOpenHashMap(); - - private int id; - - public static Particle fromId(int id) { - return map.get(id); - } - - public void setIdentifier(int id) { - this.id = id; - - map.put(id, this); - } - - public int getId() { - return id; - } -} diff --git a/src/main/java/net/minestom/server/potion/PotionType.java b/src/main/java/net/minestom/server/potion/PotionType.java deleted file mode 100644 index 92764cfa7..000000000 --- a/src/main/java/net/minestom/server/potion/PotionType.java +++ /dev/null @@ -1,68 +0,0 @@ -package net.minestom.server.potion; - -import it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap; - -public enum PotionType { - - EMPTY, - WATER, - MUNDANE, - THICK, - AWKWARD, - NIGHT_VISION, - LONG_NIGHT_VISION, - INVISIBILITY, - LONG_INVISIBILITY, - LEAPING, - LONG_LEAPING, - STRONG_LEAPING, - FIRE_RESISTANCE, - LONG_FIRE_RESISTANCE, - SWIFTNESS, - LONG_SWIFTNESS, - STRONG_SWIFTNESS, - SLOWNESS, - LONG_SLOWNESS, - STRONG_SLOWNESS, - TURTLE_MASTER, - LONG_TURTLE_MASTER, - STRONG_TURTLE_MASTER, - WATER_BREATHING, - LONG_WATER_BREATHING, - HEALING, - STRONG_HEALING, - HARMING, - STRONG_HARMING, - POISON, - LONG_POISON, - STRONG_POISON, - REGENERATION, - LONG_REGENERATION, - STRONG_REGENERATION, - STRENGTH, - LONG_STRENGTH, - STRONG_STRENGTH, - WEAKNESS, - LONG_WEAKNESS, - LUCK, - SLOW_FALLING, - LONG_SLOW_FALLING; - - private static Int2ObjectOpenHashMap map = new Int2ObjectOpenHashMap(); - - private int id; - - public static PotionType fromId(int id) { - return map.get(id); - } - - public void setIdentifier(int id) { - this.id = id; - - map.put(id, this); - } - - public int getId() { - return id; - } -} diff --git a/src/main/java/net/minestom/server/registry/RegistryBlock.java b/src/main/java/net/minestom/server/registry/RegistryBlock.java deleted file mode 100644 index 48c86a74e..000000000 --- a/src/main/java/net/minestom/server/registry/RegistryBlock.java +++ /dev/null @@ -1,25 +0,0 @@ -package net.minestom.server.registry; - -import java.util.ArrayList; -import java.util.List; - -public class RegistryBlock { - - protected String name; - - protected List propertiesIdentifiers = new ArrayList<>(); - - protected List defaultPropertiesValues = new ArrayList<>(); - protected short defaultId; - - protected List states = new ArrayList<>(); - - public static class BlockState { - - protected List propertiesValues = new ArrayList<>(); - protected short id; - protected boolean isDefault; - - } - -} diff --git a/src/main/java/net/minestom/server/registry/RegistryEnchantment.java b/src/main/java/net/minestom/server/registry/RegistryEnchantment.java deleted file mode 100644 index b93631a15..000000000 --- a/src/main/java/net/minestom/server/registry/RegistryEnchantment.java +++ /dev/null @@ -1,8 +0,0 @@ -package net.minestom.server.registry; - -public class RegistryEnchantment { - - protected String name; - protected int id; - -} diff --git a/src/main/java/net/minestom/server/registry/RegistryEntityType.java b/src/main/java/net/minestom/server/registry/RegistryEntityType.java deleted file mode 100644 index 429fd0782..000000000 --- a/src/main/java/net/minestom/server/registry/RegistryEntityType.java +++ /dev/null @@ -1,8 +0,0 @@ -package net.minestom.server.registry; - -public class RegistryEntityType { - - protected String name; - protected int entityId; - -} diff --git a/src/main/java/net/minestom/server/registry/RegistryItem.java b/src/main/java/net/minestom/server/registry/RegistryItem.java deleted file mode 100644 index d12751a62..000000000 --- a/src/main/java/net/minestom/server/registry/RegistryItem.java +++ /dev/null @@ -1,8 +0,0 @@ -package net.minestom.server.registry; - -public class RegistryItem { - - protected String name; - protected short itemId; - -} diff --git a/src/main/java/net/minestom/server/registry/RegistryMain.java b/src/main/java/net/minestom/server/registry/RegistryMain.java deleted file mode 100644 index 7aadf984f..000000000 --- a/src/main/java/net/minestom/server/registry/RegistryMain.java +++ /dev/null @@ -1,376 +0,0 @@ -package net.minestom.server.registry; - -import com.google.gson.Gson; -import com.google.gson.JsonArray; -import com.google.gson.JsonElement; -import com.google.gson.JsonObject; -import net.minestom.server.entity.EntityType; -import net.minestom.server.instance.block.Block; -import net.minestom.server.instance.block.BlockAlternative; -import net.minestom.server.item.Enchantment; -import net.minestom.server.item.Material; -import net.minestom.server.particle.Particle; -import net.minestom.server.potion.PotionType; -import net.minestom.server.sound.Sound; -import net.minestom.server.stat.StatisticType; - -import java.io.BufferedReader; -import java.io.FileNotFoundException; -import java.io.FileReader; -import java.util.ArrayList; -import java.util.List; -import java.util.Map; -import java.util.Set; - -public class RegistryMain { - - public static final String BLOCKS_PATH = "minecraft_data/reports/blocks.json"; - public static final String ITEMS_PATH = "minecraft_data/reports/registries.json"; - public static final String ENTITIES_PATH = "minecraft_data/reports/registries.json"; - public static final String SOUNDS_PATH = "minecraft_data/reports/registries.json"; - public static final String PARTICLES_PATH = "minecraft_data/reports/registries.json"; - public static final String STATS_PATH = "minecraft_data/reports/registries.json"; - - public static void main(String[] args) { - List blocks = parseBlocks(BLOCKS_PATH); - List items = parseItems(ITEMS_PATH); - List entities = parseEntities(ENTITIES_PATH); - List sounds = parseSounds(SOUNDS_PATH); - List particles = parseParticles(PARTICLES_PATH); - List stats = parseStats(STATS_PATH); - List enchantments = parseEnchantments(STATS_PATH); - List potions = parsePotions(STATS_PATH); - //writeBlocksClass(blocks); - //writeItemsClass(items); - //writeEntitiesClass(entities); - //writeSoundsClass(sounds); - //writeStatsClass(stats); - //writeEnchantmentsClass(enchantments); - writePotionsClass(potions); - } - - public static void registerEntities() { - List registryEntityTypes = parseEntities(ENTITIES_PATH); - - for (RegistryEntityType registryEntityType : registryEntityTypes) { - EntityType entity = EntityType.valueOf(registryEntityType.name); - entity.setIdentifier(registryEntityType.entityId); - } - } - - public static void registerSounds() { - List registrySounds = parseSounds(SOUNDS_PATH); - - for (RegistrySound registrySound : registrySounds) { - Sound sound = Sound.valueOf(registrySound.name); - sound.setIdentifier(registrySound.id); - } - } - - public static void registerParticles() { - List registryParticles = parseParticles(PARTICLES_PATH); - - for (RegistryParticle registryParticle : registryParticles) { - Particle particle = Particle.valueOf(registryParticle.name); - particle.setIdentifier(registryParticle.id); - } - } - - public static void registerStats() { - List registryStats = parseStats(STATS_PATH); - - for (RegistryStat registryStat : registryStats) { - StatisticType stat = StatisticType.valueOf(registryStat.name); - stat.setIdentifier(registryStat.id); - } - } - - public static void registerEnchantments() { - List enchantments = parseEnchantments(STATS_PATH); - - for (RegistryEnchantment registryEnchantment : enchantments) { - Enchantment enchantment = Enchantment.valueOf(registryEnchantment.name); - enchantment.setIdentifier(registryEnchantment.id); - } - } - - public static void registerPotions() { - List potions = parsePotions(STATS_PATH); - - for (RegistryPotion registryPotion : potions) { - PotionType potionType = PotionType.valueOf(registryPotion.name); - potionType.setIdentifier(registryPotion.id); - } - } - - private static void writeBlocksClass(List blocks) { - for (RegistryBlock registryBlock : blocks) { - String line = registryBlock.name + ","; - System.out.println(line); - - } - } - - private static void writeItemsClass(List items) { - for (RegistryItem registryItem : items) { - String line = registryItem.name + ","; - System.out.println(line); - } - } - - private static void writeEntitiesClass(List entities) { - for (RegistryEntityType registryEntityType : entities) { - String line = registryEntityType.name + ","; - System.out.println(line); - } - } - - private static void writeSoundsClass(List sounds) { - for (RegistrySound registrySound : sounds) { - String line = registrySound.name + ","; - System.out.println(line); - } - } - - private static void writeParticlesClass(List particles) { - for (RegistryParticle registryParticle : particles) { - String line = registryParticle.name + ","; - System.out.println(line); - } - } - - private static void writeStatsClass(List stats) { - for (RegistryStat registryStat : stats) { - String line = registryStat.name + ","; - System.out.println(line); - } - } - - private static void writeEnchantmentsClass(List enchantments) { - for (RegistryEnchantment registryEnchantment : enchantments) { - String line = registryEnchantment.name + ","; - System.out.println(line); - } - } - - private static void writePotionsClass(List potions) { - for (RegistryPotion registryPotion : potions) { - String line = registryPotion.name + ","; - System.out.println(line); - } - } - - - private static List parseBlocks(String path) { - List blocks = new ArrayList<>(); - try { - BufferedReader bufferedReader = new BufferedReader(new FileReader(path)); - - Gson gson = new Gson(); - JsonObject obj = gson.fromJson(bufferedReader, JsonObject.class); - Set> entries = obj.entrySet();//will return members of your object - for (Map.Entry entry : entries) { - RegistryBlock registryBlock = new RegistryBlock(); - blocks.add(registryBlock); - - String blockName = entry.getKey(); - - registryBlock.name = blockName.toUpperCase().replace("MINECRAFT:", ""); - - JsonObject blockObject = entry.getValue().getAsJsonObject(); - JsonObject propertiesObject = blockObject.getAsJsonObject("properties"); - - // Get all properties keys - if (propertiesObject != null) { - Set> propertiesEntries = propertiesObject.entrySet();//will return members of your object - for (Map.Entry propertyEntry : propertiesEntries) { - String propertyName = propertyEntry.getKey(); - - registryBlock.propertiesIdentifiers.add(propertyName); - } - } - - // Get states - JsonArray statesArray = blockObject.getAsJsonArray("states"); - for (JsonElement stateElement : statesArray) { - JsonObject stateObject = stateElement.getAsJsonObject(); - RegistryBlock.BlockState blockState = new RegistryBlock.BlockState(); - registryBlock.states.add(blockState); - - short id = stateObject.get("id").getAsShort(); - boolean isDefault = stateObject.has("default"); - - blockState.id = id; - blockState.isDefault = isDefault; - - JsonObject statePropertiesObject = stateObject.getAsJsonObject("properties"); - if (statePropertiesObject != null) { - Set> statePropertiesEntries = statePropertiesObject.entrySet();//will return members of your object - for (Map.Entry propertyEntry : statePropertiesEntries) { - String propertyValue = propertyEntry.getKey() + "=" + propertyEntry.getValue().getAsString(); - - blockState.propertiesValues.add(propertyValue); - } - } - - // Fill the default information - if (isDefault) { - registryBlock.defaultId = blockState.id; - registryBlock.defaultPropertiesValues = blockState.propertiesValues; - } - } - - } - - } catch (FileNotFoundException e) { - e.printStackTrace(); - } - - - return blocks; - } - - private static List parseItems(String path) { - JsonObject entriesObject = parse(path, "minecraft:item"); - List registryItems = new ArrayList<>(); - - Set> entriesEntries = entriesObject.entrySet();//will return members of your object - for (Map.Entry entryEntry : entriesEntries) { - RegistryItem registryItem = new RegistryItem(); - registryItems.add(registryItem); - String item = entryEntry.getKey(); - String itemName = item.toUpperCase().replace("MINECRAFT:", ""); - registryItem.name = itemName; - short id = entryEntry.getValue().getAsJsonObject().get("protocol_id").getAsShort(); - registryItem.itemId = id; - } - - return registryItems; - } - - private static List parseEntities(String path) { - JsonObject entriesObject = parse(path, "minecraft:entity_type"); - List registryEntityTypes = new ArrayList<>(); - - Set> entriesEntries = entriesObject.entrySet();//will return members of your object - for (Map.Entry entryEntry : entriesEntries) { - RegistryEntityType registryEntityType = new RegistryEntityType(); - registryEntityTypes.add(registryEntityType); - String item = entryEntry.getKey(); - String itemName = item.toUpperCase().replace("MINECRAFT:", ""); - registryEntityType.name = itemName; - short id = entryEntry.getValue().getAsJsonObject().get("protocol_id").getAsShort(); - registryEntityType.entityId = id; - } - - return registryEntityTypes; - } - - private static List parseSounds(String path) { - JsonObject entriesObject = parse(path, "minecraft:sound_event"); - List registrySounds = new ArrayList<>(); - - Set> entriesEntries = entriesObject.entrySet();//will return members of your object - for (Map.Entry entryEntry : entriesEntries) { - RegistrySound registrySound = new RegistrySound(); - registrySounds.add(registrySound); - String item = entryEntry.getKey(); - String itemName = item.toUpperCase().replace("MINECRAFT:", "").replace(".", "_"); - registrySound.name = itemName; - short id = entryEntry.getValue().getAsJsonObject().get("protocol_id").getAsShort(); - registrySound.id = id; - } - - return registrySounds; - } - - private static List parseParticles(String path) { - JsonObject entriesObject = parse(path, "minecraft:particle_type"); - List registryParticles = new ArrayList<>(); - - Set> entriesEntries = entriesObject.entrySet();//will return members of your object - for (Map.Entry entryEntry : entriesEntries) { - RegistryParticle registryParticle = new RegistryParticle(); - registryParticles.add(registryParticle); - String item = entryEntry.getKey(); - String itemName = item.toUpperCase().replace("MINECRAFT:", "").replace(".", "_"); - registryParticle.name = itemName; - short id = entryEntry.getValue().getAsJsonObject().get("protocol_id").getAsShort(); - registryParticle.id = id; - } - - return registryParticles; - } - - private static List parseStats(String path) { - JsonObject entriesObject = parse(path, "minecraft:custom_stat"); - List registryStats = new ArrayList<>(); - - Set> entriesEntries = entriesObject.entrySet();//will return members of your object - for (Map.Entry entryEntry : entriesEntries) { - RegistryStat registryStat = new RegistryStat(); - registryStats.add(registryStat); - String item = entryEntry.getKey(); - String itemName = item.toUpperCase().replace("MINECRAFT:", "").replace(".", "_"); - registryStat.name = itemName; - short id = entryEntry.getValue().getAsJsonObject().get("protocol_id").getAsShort(); - registryStat.id = id; - } - - return registryStats; - } - - private static List parseEnchantments(String path) { - JsonObject entriesObject = parse(path, "minecraft:enchantment"); - List registryEnchantments = new ArrayList<>(); - - Set> entriesEntries = entriesObject.entrySet();//will return members of your object - for (Map.Entry entryEntry : entriesEntries) { - RegistryEnchantment registryEnchantment = new RegistryEnchantment(); - registryEnchantments.add(registryEnchantment); - String item = entryEntry.getKey(); - String itemName = item.toUpperCase().replace("MINECRAFT:", "").replace(".", "_"); - registryEnchantment.name = itemName; - short id = entryEntry.getValue().getAsJsonObject().get("protocol_id").getAsShort(); - registryEnchantment.id = id; - } - - return registryEnchantments; - } - - private static List parsePotions(String path) { - JsonObject entriesObject = parse(path, "minecraft:potion"); - List registryPotions = new ArrayList<>(); - - Set> entriesEntries = entriesObject.entrySet();//will return members of your object - for (Map.Entry entryEntry : entriesEntries) { - RegistryPotion registryPotion = new RegistryPotion(); - registryPotions.add(registryPotion); - String item = entryEntry.getKey(); - String itemName = item.toUpperCase().replace("MINECRAFT:", "").replace(".", "_"); - registryPotion.name = itemName; - short id = entryEntry.getValue().getAsJsonObject().get("protocol_id").getAsShort(); - registryPotion.id = id; - } - - return registryPotions; - } - - private static JsonObject parse(String path, String key) { - BufferedReader bufferedReader = null; - try { - bufferedReader = new BufferedReader(new FileReader(path)); - } catch (FileNotFoundException e) { - e.printStackTrace(); - } - - Gson gson = new Gson(); - JsonObject obj = gson.fromJson(bufferedReader, JsonObject.class); - - JsonObject itemsObject = obj.getAsJsonObject(key); - JsonObject entriesObject = itemsObject.getAsJsonObject("entries"); - - return entriesObject; - } - -} diff --git a/src/main/java/net/minestom/server/registry/RegistryParticle.java b/src/main/java/net/minestom/server/registry/RegistryParticle.java deleted file mode 100644 index 80210d40c..000000000 --- a/src/main/java/net/minestom/server/registry/RegistryParticle.java +++ /dev/null @@ -1,8 +0,0 @@ -package net.minestom.server.registry; - -public class RegistryParticle { - - protected String name; - protected int id; - -} diff --git a/src/main/java/net/minestom/server/registry/RegistryPotion.java b/src/main/java/net/minestom/server/registry/RegistryPotion.java deleted file mode 100644 index f097782e4..000000000 --- a/src/main/java/net/minestom/server/registry/RegistryPotion.java +++ /dev/null @@ -1,8 +0,0 @@ -package net.minestom.server.registry; - -public class RegistryPotion { - - protected String name; - protected int id; - -} diff --git a/src/main/java/net/minestom/server/registry/RegistrySound.java b/src/main/java/net/minestom/server/registry/RegistrySound.java deleted file mode 100644 index 823b1bb05..000000000 --- a/src/main/java/net/minestom/server/registry/RegistrySound.java +++ /dev/null @@ -1,8 +0,0 @@ -package net.minestom.server.registry; - -public class RegistrySound { - - protected String name; - protected int id; - -} diff --git a/src/main/java/net/minestom/server/registry/RegistryStat.java b/src/main/java/net/minestom/server/registry/RegistryStat.java deleted file mode 100644 index 878bdb1ae..000000000 --- a/src/main/java/net/minestom/server/registry/RegistryStat.java +++ /dev/null @@ -1,8 +0,0 @@ -package net.minestom.server.registry; - -public class RegistryStat { - - protected String name; - protected int id; - -} diff --git a/src/main/java/net/minestom/server/sound/Sound.java b/src/main/java/net/minestom/server/sound/Sound.java deleted file mode 100644 index cc88a844d..000000000 --- a/src/main/java/net/minestom/server/sound/Sound.java +++ /dev/null @@ -1,835 +0,0 @@ -package net.minestom.server.sound; - -import it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap; - -public enum Sound { - - AMBIENT_CAVE, - AMBIENT_UNDERWATER_ENTER, - AMBIENT_UNDERWATER_EXIT, - AMBIENT_UNDERWATER_LOOP, - AMBIENT_UNDERWATER_LOOP_ADDITIONS, - AMBIENT_UNDERWATER_LOOP_ADDITIONS_RARE, - AMBIENT_UNDERWATER_LOOP_ADDITIONS_ULTRA_RARE, - BLOCK_ANVIL_BREAK, - BLOCK_ANVIL_DESTROY, - BLOCK_ANVIL_FALL, - BLOCK_ANVIL_HIT, - BLOCK_ANVIL_LAND, - BLOCK_ANVIL_PLACE, - BLOCK_ANVIL_STEP, - BLOCK_ANVIL_USE, - ITEM_ARMOR_EQUIP_CHAIN, - ITEM_ARMOR_EQUIP_DIAMOND, - ITEM_ARMOR_EQUIP_ELYTRA, - ITEM_ARMOR_EQUIP_GENERIC, - ITEM_ARMOR_EQUIP_GOLD, - ITEM_ARMOR_EQUIP_IRON, - ITEM_ARMOR_EQUIP_LEATHER, - ITEM_ARMOR_EQUIP_TURTLE, - ENTITY_ARMOR_STAND_BREAK, - ENTITY_ARMOR_STAND_FALL, - ENTITY_ARMOR_STAND_HIT, - ENTITY_ARMOR_STAND_PLACE, - ENTITY_ARROW_HIT, - ENTITY_ARROW_HIT_PLAYER, - ENTITY_ARROW_SHOOT, - ITEM_AXE_STRIP, - BLOCK_BAMBOO_BREAK, - BLOCK_BAMBOO_FALL, - BLOCK_BAMBOO_HIT, - BLOCK_BAMBOO_PLACE, - BLOCK_BAMBOO_STEP, - BLOCK_BAMBOO_SAPLING_BREAK, - BLOCK_BAMBOO_SAPLING_HIT, - BLOCK_BAMBOO_SAPLING_PLACE, - BLOCK_BARREL_CLOSE, - BLOCK_BARREL_OPEN, - ENTITY_BAT_AMBIENT, - ENTITY_BAT_DEATH, - ENTITY_BAT_HURT, - ENTITY_BAT_LOOP, - ENTITY_BAT_TAKEOFF, - BLOCK_BEACON_ACTIVATE, - BLOCK_BEACON_AMBIENT, - BLOCK_BEACON_DEACTIVATE, - BLOCK_BEACON_POWER_SELECT, - ENTITY_BEE_DEATH, - ENTITY_BEE_HURT, - ENTITY_BEE_LOOP_AGGRESSIVE, - ENTITY_BEE_LOOP, - ENTITY_BEE_STING, - ENTITY_BEE_POLLINATE, - BLOCK_BEEHIVE_DRIP, - BLOCK_BEEHIVE_ENTER, - BLOCK_BEEHIVE_EXIT, - BLOCK_BEEHIVE_SHEAR, - BLOCK_BEEHIVE_WORK, - BLOCK_BELL_USE, - BLOCK_BELL_RESONATE, - ENTITY_BLAZE_AMBIENT, - ENTITY_BLAZE_BURN, - ENTITY_BLAZE_DEATH, - ENTITY_BLAZE_HURT, - ENTITY_BLAZE_SHOOT, - ENTITY_BOAT_PADDLE_LAND, - ENTITY_BOAT_PADDLE_WATER, - ITEM_BOOK_PAGE_TURN, - ITEM_BOOK_PUT, - ENTITY_FISHING_BOBBER_RETRIEVE, - ENTITY_FISHING_BOBBER_SPLASH, - ENTITY_FISHING_BOBBER_THROW, - BLOCK_BLASTFURNACE_FIRE_CRACKLE, - ITEM_BOTTLE_EMPTY, - ITEM_BOTTLE_FILL, - ITEM_BOTTLE_FILL_DRAGONBREATH, - BLOCK_BREWING_STAND_BREW, - BLOCK_BUBBLE_COLUMN_BUBBLE_POP, - BLOCK_BUBBLE_COLUMN_UPWARDS_AMBIENT, - BLOCK_BUBBLE_COLUMN_UPWARDS_INSIDE, - BLOCK_BUBBLE_COLUMN_WHIRLPOOL_AMBIENT, - BLOCK_BUBBLE_COLUMN_WHIRLPOOL_INSIDE, - ITEM_BUCKET_EMPTY, - ITEM_BUCKET_EMPTY_FISH, - ITEM_BUCKET_EMPTY_LAVA, - ITEM_BUCKET_FILL, - ITEM_BUCKET_FILL_FISH, - ITEM_BUCKET_FILL_LAVA, - BLOCK_CAMPFIRE_CRACKLE, - ENTITY_CAT_AMBIENT, - ENTITY_CAT_STRAY_AMBIENT, - ENTITY_CAT_DEATH, - ENTITY_CAT_EAT, - ENTITY_CAT_HISS, - ENTITY_CAT_BEG_FOR_FOOD, - ENTITY_CAT_HURT, - ENTITY_CAT_PURR, - ENTITY_CAT_PURREOW, - BLOCK_CHEST_CLOSE, - BLOCK_CHEST_LOCKED, - BLOCK_CHEST_OPEN, - ENTITY_CHICKEN_AMBIENT, - ENTITY_CHICKEN_DEATH, - ENTITY_CHICKEN_EGG, - ENTITY_CHICKEN_HURT, - ENTITY_CHICKEN_STEP, - BLOCK_CHORUS_FLOWER_DEATH, - BLOCK_CHORUS_FLOWER_GROW, - ITEM_CHORUS_FRUIT_TELEPORT, - BLOCK_WOOL_BREAK, - BLOCK_WOOL_FALL, - BLOCK_WOOL_HIT, - BLOCK_WOOL_PLACE, - BLOCK_WOOL_STEP, - ENTITY_COD_AMBIENT, - ENTITY_COD_DEATH, - ENTITY_COD_FLOP, - ENTITY_COD_HURT, - BLOCK_COMPARATOR_CLICK, - BLOCK_COMPOSTER_EMPTY, - BLOCK_COMPOSTER_FILL, - BLOCK_COMPOSTER_FILL_SUCCESS, - BLOCK_COMPOSTER_READY, - BLOCK_CONDUIT_ACTIVATE, - BLOCK_CONDUIT_AMBIENT, - BLOCK_CONDUIT_AMBIENT_SHORT, - BLOCK_CONDUIT_ATTACK_TARGET, - BLOCK_CONDUIT_DEACTIVATE, - ENTITY_COW_AMBIENT, - ENTITY_COW_DEATH, - ENTITY_COW_HURT, - ENTITY_COW_MILK, - ENTITY_COW_STEP, - ENTITY_CREEPER_DEATH, - ENTITY_CREEPER_HURT, - ENTITY_CREEPER_PRIMED, - BLOCK_CROP_BREAK, - ITEM_CROP_PLANT, - ITEM_CROSSBOW_HIT, - ITEM_CROSSBOW_LOADING_END, - ITEM_CROSSBOW_LOADING_MIDDLE, - ITEM_CROSSBOW_LOADING_START, - ITEM_CROSSBOW_QUICK_CHARGE_1, - ITEM_CROSSBOW_QUICK_CHARGE_2, - ITEM_CROSSBOW_QUICK_CHARGE_3, - ITEM_CROSSBOW_SHOOT, - BLOCK_DISPENSER_DISPENSE, - BLOCK_DISPENSER_FAIL, - BLOCK_DISPENSER_LAUNCH, - ENTITY_DOLPHIN_AMBIENT, - ENTITY_DOLPHIN_AMBIENT_WATER, - ENTITY_DOLPHIN_ATTACK, - ENTITY_DOLPHIN_DEATH, - ENTITY_DOLPHIN_EAT, - ENTITY_DOLPHIN_HURT, - ENTITY_DOLPHIN_JUMP, - ENTITY_DOLPHIN_PLAY, - ENTITY_DOLPHIN_SPLASH, - ENTITY_DOLPHIN_SWIM, - ENTITY_DONKEY_AMBIENT, - ENTITY_DONKEY_ANGRY, - ENTITY_DONKEY_CHEST, - ENTITY_DONKEY_DEATH, - ENTITY_DONKEY_HURT, - ENTITY_DROWNED_AMBIENT, - ENTITY_DROWNED_AMBIENT_WATER, - ENTITY_DROWNED_DEATH, - ENTITY_DROWNED_DEATH_WATER, - ENTITY_DROWNED_HURT, - ENTITY_DROWNED_HURT_WATER, - ENTITY_DROWNED_SHOOT, - ENTITY_DROWNED_STEP, - ENTITY_DROWNED_SWIM, - ENTITY_EGG_THROW, - ENTITY_ELDER_GUARDIAN_AMBIENT, - ENTITY_ELDER_GUARDIAN_AMBIENT_LAND, - ENTITY_ELDER_GUARDIAN_CURSE, - ENTITY_ELDER_GUARDIAN_DEATH, - ENTITY_ELDER_GUARDIAN_DEATH_LAND, - ENTITY_ELDER_GUARDIAN_FLOP, - ENTITY_ELDER_GUARDIAN_HURT, - ENTITY_ELDER_GUARDIAN_HURT_LAND, - ITEM_ELYTRA_FLYING, - BLOCK_ENCHANTMENT_TABLE_USE, - BLOCK_ENDER_CHEST_CLOSE, - BLOCK_ENDER_CHEST_OPEN, - ENTITY_ENDER_DRAGON_AMBIENT, - ENTITY_ENDER_DRAGON_DEATH, - ENTITY_DRAGON_FIREBALL_EXPLODE, - ENTITY_ENDER_DRAGON_FLAP, - ENTITY_ENDER_DRAGON_GROWL, - ENTITY_ENDER_DRAGON_HURT, - ENTITY_ENDER_DRAGON_SHOOT, - ENTITY_ENDER_EYE_DEATH, - ENTITY_ENDER_EYE_LAUNCH, - ENTITY_ENDERMAN_AMBIENT, - ENTITY_ENDERMAN_DEATH, - ENTITY_ENDERMAN_HURT, - ENTITY_ENDERMAN_SCREAM, - ENTITY_ENDERMAN_STARE, - ENTITY_ENDERMAN_TELEPORT, - ENTITY_ENDERMITE_AMBIENT, - ENTITY_ENDERMITE_DEATH, - ENTITY_ENDERMITE_HURT, - ENTITY_ENDERMITE_STEP, - ENTITY_ENDER_PEARL_THROW, - BLOCK_END_GATEWAY_SPAWN, - BLOCK_END_PORTAL_FRAME_FILL, - BLOCK_END_PORTAL_SPAWN, - ENTITY_EVOKER_AMBIENT, - ENTITY_EVOKER_CAST_SPELL, - ENTITY_EVOKER_CELEBRATE, - ENTITY_EVOKER_DEATH, - ENTITY_EVOKER_FANGS_ATTACK, - ENTITY_EVOKER_HURT, - ENTITY_EVOKER_PREPARE_ATTACK, - ENTITY_EVOKER_PREPARE_SUMMON, - ENTITY_EVOKER_PREPARE_WOLOLO, - ENTITY_EXPERIENCE_BOTTLE_THROW, - ENTITY_EXPERIENCE_ORB_PICKUP, - BLOCK_FENCE_GATE_CLOSE, - BLOCK_FENCE_GATE_OPEN, - ITEM_FIRECHARGE_USE, - ENTITY_FIREWORK_ROCKET_BLAST, - ENTITY_FIREWORK_ROCKET_BLAST_FAR, - ENTITY_FIREWORK_ROCKET_LARGE_BLAST, - ENTITY_FIREWORK_ROCKET_LARGE_BLAST_FAR, - ENTITY_FIREWORK_ROCKET_LAUNCH, - ENTITY_FIREWORK_ROCKET_SHOOT, - ENTITY_FIREWORK_ROCKET_TWINKLE, - ENTITY_FIREWORK_ROCKET_TWINKLE_FAR, - BLOCK_FIRE_AMBIENT, - BLOCK_FIRE_EXTINGUISH, - ENTITY_FISH_SWIM, - ITEM_FLINTANDSTEEL_USE, - ENTITY_FOX_AGGRO, - ENTITY_FOX_AMBIENT, - ENTITY_FOX_BITE, - ENTITY_FOX_DEATH, - ENTITY_FOX_EAT, - ENTITY_FOX_HURT, - ENTITY_FOX_SCREECH, - ENTITY_FOX_SLEEP, - ENTITY_FOX_SNIFF, - ENTITY_FOX_SPIT, - BLOCK_FURNACE_FIRE_CRACKLE, - ENTITY_GENERIC_BIG_FALL, - ENTITY_GENERIC_BURN, - ENTITY_GENERIC_DEATH, - ENTITY_GENERIC_DRINK, - ENTITY_GENERIC_EAT, - ENTITY_GENERIC_EXPLODE, - ENTITY_GENERIC_EXTINGUISH_FIRE, - ENTITY_GENERIC_HURT, - ENTITY_GENERIC_SMALL_FALL, - ENTITY_GENERIC_SPLASH, - ENTITY_GENERIC_SWIM, - ENTITY_GHAST_AMBIENT, - ENTITY_GHAST_DEATH, - ENTITY_GHAST_HURT, - ENTITY_GHAST_SCREAM, - ENTITY_GHAST_SHOOT, - ENTITY_GHAST_WARN, - BLOCK_GLASS_BREAK, - BLOCK_GLASS_FALL, - BLOCK_GLASS_HIT, - BLOCK_GLASS_PLACE, - BLOCK_GLASS_STEP, - BLOCK_GRASS_BREAK, - BLOCK_GRASS_FALL, - BLOCK_GRASS_HIT, - BLOCK_GRASS_PLACE, - BLOCK_GRASS_STEP, - BLOCK_WET_GRASS_BREAK, - BLOCK_WET_GRASS_FALL, - BLOCK_WET_GRASS_HIT, - BLOCK_WET_GRASS_PLACE, - BLOCK_WET_GRASS_STEP, - BLOCK_CORAL_BLOCK_BREAK, - BLOCK_CORAL_BLOCK_FALL, - BLOCK_CORAL_BLOCK_HIT, - BLOCK_CORAL_BLOCK_PLACE, - BLOCK_CORAL_BLOCK_STEP, - BLOCK_GRAVEL_BREAK, - BLOCK_GRAVEL_FALL, - BLOCK_GRAVEL_HIT, - BLOCK_GRAVEL_PLACE, - BLOCK_GRAVEL_STEP, - BLOCK_GRINDSTONE_USE, - ENTITY_GUARDIAN_AMBIENT, - ENTITY_GUARDIAN_AMBIENT_LAND, - ENTITY_GUARDIAN_ATTACK, - ENTITY_GUARDIAN_DEATH, - ENTITY_GUARDIAN_DEATH_LAND, - ENTITY_GUARDIAN_FLOP, - ENTITY_GUARDIAN_HURT, - ENTITY_GUARDIAN_HURT_LAND, - ITEM_HOE_TILL, - BLOCK_HONEY_BLOCK_BREAK, - BLOCK_HONEY_BLOCK_FALL, - BLOCK_HONEY_BLOCK_HIT, - BLOCK_HONEY_BLOCK_PLACE, - BLOCK_HONEY_BLOCK_SLIDE, - BLOCK_HONEY_BLOCK_STEP, - ITEM_HONEY_BOTTLE_DRINK, - ENTITY_HORSE_AMBIENT, - ENTITY_HORSE_ANGRY, - ENTITY_HORSE_ARMOR, - ENTITY_HORSE_BREATHE, - ENTITY_HORSE_DEATH, - ENTITY_HORSE_EAT, - ENTITY_HORSE_GALLOP, - ENTITY_HORSE_HURT, - ENTITY_HORSE_JUMP, - ENTITY_HORSE_LAND, - ENTITY_HORSE_SADDLE, - ENTITY_HORSE_STEP, - ENTITY_HORSE_STEP_WOOD, - ENTITY_HOSTILE_BIG_FALL, - ENTITY_HOSTILE_DEATH, - ENTITY_HOSTILE_HURT, - ENTITY_HOSTILE_SMALL_FALL, - ENTITY_HOSTILE_SPLASH, - ENTITY_HOSTILE_SWIM, - ENTITY_HUSK_AMBIENT, - ENTITY_HUSK_CONVERTED_TO_ZOMBIE, - ENTITY_HUSK_DEATH, - ENTITY_HUSK_HURT, - ENTITY_HUSK_STEP, - ENTITY_RAVAGER_AMBIENT, - ENTITY_RAVAGER_ATTACK, - ENTITY_RAVAGER_CELEBRATE, - ENTITY_RAVAGER_DEATH, - ENTITY_RAVAGER_HURT, - ENTITY_RAVAGER_STEP, - ENTITY_RAVAGER_STUNNED, - ENTITY_RAVAGER_ROAR, - ENTITY_ILLUSIONER_AMBIENT, - ENTITY_ILLUSIONER_CAST_SPELL, - ENTITY_ILLUSIONER_DEATH, - ENTITY_ILLUSIONER_HURT, - ENTITY_ILLUSIONER_MIRROR_MOVE, - ENTITY_ILLUSIONER_PREPARE_BLINDNESS, - ENTITY_ILLUSIONER_PREPARE_MIRROR, - BLOCK_IRON_DOOR_CLOSE, - BLOCK_IRON_DOOR_OPEN, - ENTITY_IRON_GOLEM_ATTACK, - ENTITY_IRON_GOLEM_DAMAGE, - ENTITY_IRON_GOLEM_DEATH, - ENTITY_IRON_GOLEM_HURT, - ENTITY_IRON_GOLEM_REPAIR, - ENTITY_IRON_GOLEM_STEP, - BLOCK_IRON_TRAPDOOR_CLOSE, - BLOCK_IRON_TRAPDOOR_OPEN, - ENTITY_ITEM_FRAME_ADD_ITEM, - ENTITY_ITEM_FRAME_BREAK, - ENTITY_ITEM_FRAME_PLACE, - ENTITY_ITEM_FRAME_REMOVE_ITEM, - ENTITY_ITEM_FRAME_ROTATE_ITEM, - ENTITY_ITEM_BREAK, - ENTITY_ITEM_PICKUP, - BLOCK_LADDER_BREAK, - BLOCK_LADDER_FALL, - BLOCK_LADDER_HIT, - BLOCK_LADDER_PLACE, - BLOCK_LADDER_STEP, - BLOCK_LANTERN_BREAK, - BLOCK_LANTERN_FALL, - BLOCK_LANTERN_HIT, - BLOCK_LANTERN_PLACE, - BLOCK_LANTERN_STEP, - BLOCK_LAVA_AMBIENT, - BLOCK_LAVA_EXTINGUISH, - BLOCK_LAVA_POP, - ENTITY_LEASH_KNOT_BREAK, - ENTITY_LEASH_KNOT_PLACE, - BLOCK_LEVER_CLICK, - ENTITY_LIGHTNING_BOLT_IMPACT, - ENTITY_LIGHTNING_BOLT_THUNDER, - ENTITY_LINGERING_POTION_THROW, - ENTITY_LLAMA_AMBIENT, - ENTITY_LLAMA_ANGRY, - ENTITY_LLAMA_CHEST, - ENTITY_LLAMA_DEATH, - ENTITY_LLAMA_EAT, - ENTITY_LLAMA_HURT, - ENTITY_LLAMA_SPIT, - ENTITY_LLAMA_STEP, - ENTITY_LLAMA_SWAG, - ENTITY_MAGMA_CUBE_DEATH, - ENTITY_MAGMA_CUBE_HURT, - ENTITY_MAGMA_CUBE_JUMP, - ENTITY_MAGMA_CUBE_SQUISH, - BLOCK_METAL_BREAK, - BLOCK_METAL_FALL, - BLOCK_METAL_HIT, - BLOCK_METAL_PLACE, - BLOCK_METAL_PRESSURE_PLATE_CLICK_OFF, - BLOCK_METAL_PRESSURE_PLATE_CLICK_ON, - BLOCK_METAL_STEP, - ENTITY_MINECART_INSIDE, - ENTITY_MINECART_RIDING, - ENTITY_MOOSHROOM_CONVERT, - ENTITY_MOOSHROOM_EAT, - ENTITY_MOOSHROOM_MILK, - ENTITY_MOOSHROOM_SUSPICIOUS_MILK, - ENTITY_MOOSHROOM_SHEAR, - ENTITY_MULE_AMBIENT, - ENTITY_MULE_CHEST, - ENTITY_MULE_DEATH, - ENTITY_MULE_HURT, - MUSIC_CREATIVE, - MUSIC_CREDITS, - MUSIC_DRAGON, - MUSIC_END, - MUSIC_GAME, - MUSIC_MENU, - MUSIC_NETHER, - MUSIC_UNDER_WATER, - BLOCK_NETHER_WART_BREAK, - ITEM_NETHER_WART_PLANT, - BLOCK_NOTE_BLOCK_BASEDRUM, - BLOCK_NOTE_BLOCK_BASS, - BLOCK_NOTE_BLOCK_BELL, - BLOCK_NOTE_BLOCK_CHIME, - BLOCK_NOTE_BLOCK_FLUTE, - BLOCK_NOTE_BLOCK_GUITAR, - BLOCK_NOTE_BLOCK_HARP, - BLOCK_NOTE_BLOCK_HAT, - BLOCK_NOTE_BLOCK_PLING, - BLOCK_NOTE_BLOCK_SNARE, - BLOCK_NOTE_BLOCK_XYLOPHONE, - BLOCK_NOTE_BLOCK_IRON_XYLOPHONE, - BLOCK_NOTE_BLOCK_COW_BELL, - BLOCK_NOTE_BLOCK_DIDGERIDOO, - BLOCK_NOTE_BLOCK_BIT, - BLOCK_NOTE_BLOCK_BANJO, - ENTITY_OCELOT_HURT, - ENTITY_OCELOT_AMBIENT, - ENTITY_OCELOT_DEATH, - ENTITY_PAINTING_BREAK, - ENTITY_PAINTING_PLACE, - ENTITY_PANDA_PRE_SNEEZE, - ENTITY_PANDA_SNEEZE, - ENTITY_PANDA_AMBIENT, - ENTITY_PANDA_DEATH, - ENTITY_PANDA_EAT, - ENTITY_PANDA_STEP, - ENTITY_PANDA_CANT_BREED, - ENTITY_PANDA_AGGRESSIVE_AMBIENT, - ENTITY_PANDA_WORRIED_AMBIENT, - ENTITY_PANDA_HURT, - ENTITY_PANDA_BITE, - ENTITY_PARROT_AMBIENT, - ENTITY_PARROT_DEATH, - ENTITY_PARROT_EAT, - ENTITY_PARROT_FLY, - ENTITY_PARROT_HURT, - ENTITY_PARROT_IMITATE_BLAZE, - ENTITY_PARROT_IMITATE_CREEPER, - ENTITY_PARROT_IMITATE_DROWNED, - ENTITY_PARROT_IMITATE_ELDER_GUARDIAN, - ENTITY_PARROT_IMITATE_ENDER_DRAGON, - ENTITY_PARROT_IMITATE_ENDERMITE, - ENTITY_PARROT_IMITATE_EVOKER, - ENTITY_PARROT_IMITATE_GHAST, - ENTITY_PARROT_IMITATE_GUARDIAN, - ENTITY_PARROT_IMITATE_HUSK, - ENTITY_PARROT_IMITATE_ILLUSIONER, - ENTITY_PARROT_IMITATE_MAGMA_CUBE, - ENTITY_PARROT_IMITATE_PHANTOM, - ENTITY_PARROT_IMITATE_PILLAGER, - ENTITY_PARROT_IMITATE_RAVAGER, - ENTITY_PARROT_IMITATE_SHULKER, - ENTITY_PARROT_IMITATE_SILVERFISH, - ENTITY_PARROT_IMITATE_SKELETON, - ENTITY_PARROT_IMITATE_SLIME, - ENTITY_PARROT_IMITATE_SPIDER, - ENTITY_PARROT_IMITATE_STRAY, - ENTITY_PARROT_IMITATE_VEX, - ENTITY_PARROT_IMITATE_VINDICATOR, - ENTITY_PARROT_IMITATE_WITCH, - ENTITY_PARROT_IMITATE_WITHER, - ENTITY_PARROT_IMITATE_WITHER_SKELETON, - ENTITY_PARROT_IMITATE_ZOMBIE, - ENTITY_PARROT_IMITATE_ZOMBIE_VILLAGER, - ENTITY_PARROT_STEP, - ENTITY_PHANTOM_AMBIENT, - ENTITY_PHANTOM_BITE, - ENTITY_PHANTOM_DEATH, - ENTITY_PHANTOM_FLAP, - ENTITY_PHANTOM_HURT, - ENTITY_PHANTOM_SWOOP, - ENTITY_PIG_AMBIENT, - ENTITY_PIG_DEATH, - ENTITY_PIG_HURT, - ENTITY_PIG_SADDLE, - ENTITY_PIG_STEP, - ENTITY_PILLAGER_AMBIENT, - ENTITY_PILLAGER_CELEBRATE, - ENTITY_PILLAGER_DEATH, - ENTITY_PILLAGER_HURT, - BLOCK_PISTON_CONTRACT, - BLOCK_PISTON_EXTEND, - ENTITY_PLAYER_ATTACK_CRIT, - ENTITY_PLAYER_ATTACK_KNOCKBACK, - ENTITY_PLAYER_ATTACK_NODAMAGE, - ENTITY_PLAYER_ATTACK_STRONG, - ENTITY_PLAYER_ATTACK_SWEEP, - ENTITY_PLAYER_ATTACK_WEAK, - ENTITY_PLAYER_BIG_FALL, - ENTITY_PLAYER_BREATH, - ENTITY_PLAYER_BURP, - ENTITY_PLAYER_DEATH, - ENTITY_PLAYER_HURT, - ENTITY_PLAYER_HURT_DROWN, - ENTITY_PLAYER_HURT_ON_FIRE, - ENTITY_PLAYER_HURT_SWEET_BERRY_BUSH, - ENTITY_PLAYER_LEVELUP, - ENTITY_PLAYER_SMALL_FALL, - ENTITY_PLAYER_SPLASH, - ENTITY_PLAYER_SPLASH_HIGH_SPEED, - ENTITY_PLAYER_SWIM, - ENTITY_POLAR_BEAR_AMBIENT, - ENTITY_POLAR_BEAR_AMBIENT_BABY, - ENTITY_POLAR_BEAR_DEATH, - ENTITY_POLAR_BEAR_HURT, - ENTITY_POLAR_BEAR_STEP, - ENTITY_POLAR_BEAR_WARNING, - BLOCK_PORTAL_AMBIENT, - BLOCK_PORTAL_TRAVEL, - BLOCK_PORTAL_TRIGGER, - ENTITY_PUFFER_FISH_AMBIENT, - ENTITY_PUFFER_FISH_BLOW_OUT, - ENTITY_PUFFER_FISH_BLOW_UP, - ENTITY_PUFFER_FISH_DEATH, - ENTITY_PUFFER_FISH_FLOP, - ENTITY_PUFFER_FISH_HURT, - ENTITY_PUFFER_FISH_STING, - BLOCK_PUMPKIN_CARVE, - ENTITY_RABBIT_AMBIENT, - ENTITY_RABBIT_ATTACK, - ENTITY_RABBIT_DEATH, - ENTITY_RABBIT_HURT, - ENTITY_RABBIT_JUMP, - EVENT_RAID_HORN, - MUSIC_DISC_11, - MUSIC_DISC_13, - MUSIC_DISC_BLOCKS, - MUSIC_DISC_CAT, - MUSIC_DISC_CHIRP, - MUSIC_DISC_FAR, - MUSIC_DISC_MALL, - MUSIC_DISC_MELLOHI, - MUSIC_DISC_STAL, - MUSIC_DISC_STRAD, - MUSIC_DISC_WAIT, - MUSIC_DISC_WARD, - BLOCK_REDSTONE_TORCH_BURNOUT, - ENTITY_SALMON_AMBIENT, - ENTITY_SALMON_DEATH, - ENTITY_SALMON_FLOP, - ENTITY_SALMON_HURT, - BLOCK_SAND_BREAK, - BLOCK_SAND_FALL, - BLOCK_SAND_HIT, - BLOCK_SAND_PLACE, - BLOCK_SAND_STEP, - BLOCK_SCAFFOLDING_BREAK, - BLOCK_SCAFFOLDING_FALL, - BLOCK_SCAFFOLDING_HIT, - BLOCK_SCAFFOLDING_PLACE, - BLOCK_SCAFFOLDING_STEP, - ENTITY_SHEEP_AMBIENT, - ENTITY_SHEEP_DEATH, - ENTITY_SHEEP_HURT, - ENTITY_SHEEP_SHEAR, - ENTITY_SHEEP_STEP, - ITEM_SHIELD_BLOCK, - ITEM_SHIELD_BREAK, - ITEM_SHOVEL_FLATTEN, - ENTITY_SHULKER_AMBIENT, - BLOCK_SHULKER_BOX_CLOSE, - BLOCK_SHULKER_BOX_OPEN, - ENTITY_SHULKER_BULLET_HIT, - ENTITY_SHULKER_BULLET_HURT, - ENTITY_SHULKER_CLOSE, - ENTITY_SHULKER_DEATH, - ENTITY_SHULKER_HURT, - ENTITY_SHULKER_HURT_CLOSED, - ENTITY_SHULKER_OPEN, - ENTITY_SHULKER_SHOOT, - ENTITY_SHULKER_TELEPORT, - ENTITY_SILVERFISH_AMBIENT, - ENTITY_SILVERFISH_DEATH, - ENTITY_SILVERFISH_HURT, - ENTITY_SILVERFISH_STEP, - ENTITY_SKELETON_AMBIENT, - ENTITY_SKELETON_DEATH, - ENTITY_SKELETON_HORSE_AMBIENT, - ENTITY_SKELETON_HORSE_DEATH, - ENTITY_SKELETON_HORSE_HURT, - ENTITY_SKELETON_HORSE_SWIM, - ENTITY_SKELETON_HORSE_AMBIENT_WATER, - ENTITY_SKELETON_HORSE_GALLOP_WATER, - ENTITY_SKELETON_HORSE_JUMP_WATER, - ENTITY_SKELETON_HORSE_STEP_WATER, - ENTITY_SKELETON_HURT, - ENTITY_SKELETON_SHOOT, - ENTITY_SKELETON_STEP, - ENTITY_SLIME_ATTACK, - ENTITY_SLIME_DEATH, - ENTITY_SLIME_HURT, - ENTITY_SLIME_JUMP, - ENTITY_SLIME_SQUISH, - BLOCK_SLIME_BLOCK_BREAK, - BLOCK_SLIME_BLOCK_FALL, - BLOCK_SLIME_BLOCK_HIT, - BLOCK_SLIME_BLOCK_PLACE, - BLOCK_SLIME_BLOCK_STEP, - ENTITY_MAGMA_CUBE_DEATH_SMALL, - ENTITY_MAGMA_CUBE_HURT_SMALL, - ENTITY_MAGMA_CUBE_SQUISH_SMALL, - ENTITY_SLIME_DEATH_SMALL, - ENTITY_SLIME_HURT_SMALL, - ENTITY_SLIME_JUMP_SMALL, - ENTITY_SLIME_SQUISH_SMALL, - BLOCK_SMOKER_SMOKE, - ENTITY_SNOWBALL_THROW, - BLOCK_SNOW_BREAK, - BLOCK_SNOW_FALL, - ENTITY_SNOW_GOLEM_AMBIENT, - ENTITY_SNOW_GOLEM_DEATH, - ENTITY_SNOW_GOLEM_HURT, - ENTITY_SNOW_GOLEM_SHOOT, - BLOCK_SNOW_HIT, - BLOCK_SNOW_PLACE, - BLOCK_SNOW_STEP, - ENTITY_SPIDER_AMBIENT, - ENTITY_SPIDER_DEATH, - ENTITY_SPIDER_HURT, - ENTITY_SPIDER_STEP, - ENTITY_SPLASH_POTION_BREAK, - ENTITY_SPLASH_POTION_THROW, - ENTITY_SQUID_AMBIENT, - ENTITY_SQUID_DEATH, - ENTITY_SQUID_HURT, - ENTITY_SQUID_SQUIRT, - BLOCK_STONE_BREAK, - BLOCK_STONE_BUTTON_CLICK_OFF, - BLOCK_STONE_BUTTON_CLICK_ON, - BLOCK_STONE_FALL, - BLOCK_STONE_HIT, - BLOCK_STONE_PLACE, - BLOCK_STONE_PRESSURE_PLATE_CLICK_OFF, - BLOCK_STONE_PRESSURE_PLATE_CLICK_ON, - BLOCK_STONE_STEP, - ENTITY_STRAY_AMBIENT, - ENTITY_STRAY_DEATH, - ENTITY_STRAY_HURT, - ENTITY_STRAY_STEP, - BLOCK_SWEET_BERRY_BUSH_BREAK, - BLOCK_SWEET_BERRY_BUSH_PLACE, - ITEM_SWEET_BERRIES_PICK_FROM_BUSH, - ENCHANT_THORNS_HIT, - ENTITY_TNT_PRIMED, - ITEM_TOTEM_USE, - ITEM_TRIDENT_HIT, - ITEM_TRIDENT_HIT_GROUND, - ITEM_TRIDENT_RETURN, - ITEM_TRIDENT_RIPTIDE_1, - ITEM_TRIDENT_RIPTIDE_2, - ITEM_TRIDENT_RIPTIDE_3, - ITEM_TRIDENT_THROW, - ITEM_TRIDENT_THUNDER, - BLOCK_TRIPWIRE_ATTACH, - BLOCK_TRIPWIRE_CLICK_OFF, - BLOCK_TRIPWIRE_CLICK_ON, - BLOCK_TRIPWIRE_DETACH, - ENTITY_TROPICAL_FISH_AMBIENT, - ENTITY_TROPICAL_FISH_DEATH, - ENTITY_TROPICAL_FISH_FLOP, - ENTITY_TROPICAL_FISH_HURT, - ENTITY_TURTLE_AMBIENT_LAND, - ENTITY_TURTLE_DEATH, - ENTITY_TURTLE_DEATH_BABY, - ENTITY_TURTLE_EGG_BREAK, - ENTITY_TURTLE_EGG_CRACK, - ENTITY_TURTLE_EGG_HATCH, - ENTITY_TURTLE_HURT, - ENTITY_TURTLE_HURT_BABY, - ENTITY_TURTLE_LAY_EGG, - ENTITY_TURTLE_SHAMBLE, - ENTITY_TURTLE_SHAMBLE_BABY, - ENTITY_TURTLE_SWIM, - UI_BUTTON_CLICK, - UI_LOOM_SELECT_PATTERN, - UI_LOOM_TAKE_RESULT, - UI_CARTOGRAPHY_TABLE_TAKE_RESULT, - UI_STONECUTTER_TAKE_RESULT, - UI_STONECUTTER_SELECT_RECIPE, - UI_TOAST_CHALLENGE_COMPLETE, - UI_TOAST_IN, - UI_TOAST_OUT, - ENTITY_VEX_AMBIENT, - ENTITY_VEX_CHARGE, - ENTITY_VEX_DEATH, - ENTITY_VEX_HURT, - ENTITY_VILLAGER_AMBIENT, - ENTITY_VILLAGER_CELEBRATE, - ENTITY_VILLAGER_DEATH, - ENTITY_VILLAGER_HURT, - ENTITY_VILLAGER_NO, - ENTITY_VILLAGER_TRADE, - ENTITY_VILLAGER_YES, - ENTITY_VILLAGER_WORK_ARMORER, - ENTITY_VILLAGER_WORK_BUTCHER, - ENTITY_VILLAGER_WORK_CARTOGRAPHER, - ENTITY_VILLAGER_WORK_CLERIC, - ENTITY_VILLAGER_WORK_FARMER, - ENTITY_VILLAGER_WORK_FISHERMAN, - ENTITY_VILLAGER_WORK_FLETCHER, - ENTITY_VILLAGER_WORK_LEATHERWORKER, - ENTITY_VILLAGER_WORK_LIBRARIAN, - ENTITY_VILLAGER_WORK_MASON, - ENTITY_VILLAGER_WORK_SHEPHERD, - ENTITY_VILLAGER_WORK_TOOLSMITH, - ENTITY_VILLAGER_WORK_WEAPONSMITH, - ENTITY_VINDICATOR_AMBIENT, - ENTITY_VINDICATOR_CELEBRATE, - ENTITY_VINDICATOR_DEATH, - ENTITY_VINDICATOR_HURT, - BLOCK_LILY_PAD_PLACE, - ENTITY_WANDERING_TRADER_AMBIENT, - ENTITY_WANDERING_TRADER_DEATH, - ENTITY_WANDERING_TRADER_DISAPPEARED, - ENTITY_WANDERING_TRADER_DRINK_MILK, - ENTITY_WANDERING_TRADER_DRINK_POTION, - ENTITY_WANDERING_TRADER_HURT, - ENTITY_WANDERING_TRADER_NO, - ENTITY_WANDERING_TRADER_REAPPEARED, - ENTITY_WANDERING_TRADER_TRADE, - ENTITY_WANDERING_TRADER_YES, - BLOCK_WATER_AMBIENT, - WEATHER_RAIN, - WEATHER_RAIN_ABOVE, - ENTITY_WITCH_AMBIENT, - ENTITY_WITCH_CELEBRATE, - ENTITY_WITCH_DEATH, - ENTITY_WITCH_DRINK, - ENTITY_WITCH_HURT, - ENTITY_WITCH_THROW, - ENTITY_WITHER_AMBIENT, - ENTITY_WITHER_BREAK_BLOCK, - ENTITY_WITHER_DEATH, - ENTITY_WITHER_HURT, - ENTITY_WITHER_SHOOT, - ENTITY_WITHER_SKELETON_AMBIENT, - ENTITY_WITHER_SKELETON_DEATH, - ENTITY_WITHER_SKELETON_HURT, - ENTITY_WITHER_SKELETON_STEP, - ENTITY_WITHER_SPAWN, - ENTITY_WOLF_AMBIENT, - ENTITY_WOLF_DEATH, - ENTITY_WOLF_GROWL, - ENTITY_WOLF_HOWL, - ENTITY_WOLF_HURT, - ENTITY_WOLF_PANT, - ENTITY_WOLF_SHAKE, - ENTITY_WOLF_STEP, - ENTITY_WOLF_WHINE, - BLOCK_WOODEN_DOOR_CLOSE, - BLOCK_WOODEN_DOOR_OPEN, - BLOCK_WOODEN_TRAPDOOR_CLOSE, - BLOCK_WOODEN_TRAPDOOR_OPEN, - BLOCK_WOOD_BREAK, - BLOCK_WOODEN_BUTTON_CLICK_OFF, - BLOCK_WOODEN_BUTTON_CLICK_ON, - BLOCK_WOOD_FALL, - BLOCK_WOOD_HIT, - BLOCK_WOOD_PLACE, - BLOCK_WOODEN_PRESSURE_PLATE_CLICK_OFF, - BLOCK_WOODEN_PRESSURE_PLATE_CLICK_ON, - BLOCK_WOOD_STEP, - ENTITY_ZOMBIE_AMBIENT, - ENTITY_ZOMBIE_ATTACK_WOODEN_DOOR, - ENTITY_ZOMBIE_ATTACK_IRON_DOOR, - ENTITY_ZOMBIE_BREAK_WOODEN_DOOR, - ENTITY_ZOMBIE_CONVERTED_TO_DROWNED, - ENTITY_ZOMBIE_DEATH, - ENTITY_ZOMBIE_DESTROY_EGG, - ENTITY_ZOMBIE_HORSE_AMBIENT, - ENTITY_ZOMBIE_HORSE_DEATH, - ENTITY_ZOMBIE_HORSE_HURT, - ENTITY_ZOMBIE_HURT, - ENTITY_ZOMBIE_INFECT, - ENTITY_ZOMBIE_PIGMAN_AMBIENT, - ENTITY_ZOMBIE_PIGMAN_ANGRY, - ENTITY_ZOMBIE_PIGMAN_DEATH, - ENTITY_ZOMBIE_PIGMAN_HURT, - ENTITY_ZOMBIE_STEP, - ENTITY_ZOMBIE_VILLAGER_AMBIENT, - ENTITY_ZOMBIE_VILLAGER_CONVERTED, - ENTITY_ZOMBIE_VILLAGER_CURE, - ENTITY_ZOMBIE_VILLAGER_DEATH, - ENTITY_ZOMBIE_VILLAGER_HURT, - ENTITY_ZOMBIE_VILLAGER_STEP; - - private static Int2ObjectOpenHashMap map = new Int2ObjectOpenHashMap(); - - private int id; - - public static Sound fromId(int id) { - return map.get(id); - } - - public void setIdentifier(int id) { - this.id = id; - - map.put(id, this); - } - - public int getId() { - return id; - } -} diff --git a/src/main/java/net/minestom/server/stat/StatisticType.java b/src/main/java/net/minestom/server/stat/StatisticType.java deleted file mode 100644 index 47eed7955..000000000 --- a/src/main/java/net/minestom/server/stat/StatisticType.java +++ /dev/null @@ -1,96 +0,0 @@ -package net.minestom.server.stat; - -import it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap; - -public enum StatisticType { - - LEAVE_GAME, - PLAY_ONE_MINUTE, - TIME_SINCE_DEATH, - TIME_SINCE_REST, - SNEAK_TIME, - WALK_ONE_CM, - CROUCH_ONE_CM, - SPRINT_ONE_CM, - WALK_ON_WATER_ONE_CM, - FALL_ONE_CM, - CLIMB_ONE_CM, - FLY_ONE_CM, - WALK_UNDER_WATER_ONE_CM, - MINECART_ONE_CM, - BOAT_ONE_CM, - PIG_ONE_CM, - HORSE_ONE_CM, - AVIATE_ONE_CM, - SWIM_ONE_CM, - JUMP, - DROP, - DAMAGE_DEALT, - DAMAGE_DEALT_ABSORBED, - DAMAGE_DEALT_RESISTED, - DAMAGE_TAKEN, - DAMAGE_BLOCKED_BY_SHIELD, - DAMAGE_ABSORBED, - DAMAGE_RESISTED, - DEATHS, - MOB_KILLS, - ANIMALS_BRED, - PLAYER_KILLS, - FISH_CAUGHT, - TALKED_TO_VILLAGER, - TRADED_WITH_VILLAGER, - EAT_CAKE_SLICE, - FILL_CAULDRON, - USE_CAULDRON, - CLEAN_ARMOR, - CLEAN_BANNER, - CLEAN_SHULKER_BOX, - INTERACT_WITH_BREWINGSTAND, - INTERACT_WITH_BEACON, - INSPECT_DROPPER, - INSPECT_HOPPER, - INSPECT_DISPENSER, - PLAY_NOTEBLOCK, - TUNE_NOTEBLOCK, - POT_FLOWER, - TRIGGER_TRAPPED_CHEST, - OPEN_ENDERCHEST, - ENCHANT_ITEM, - PLAY_RECORD, - INTERACT_WITH_FURNACE, - INTERACT_WITH_CRAFTING_TABLE, - OPEN_CHEST, - SLEEP_IN_BED, - OPEN_SHULKER_BOX, - OPEN_BARREL, - INTERACT_WITH_BLAST_FURNACE, - INTERACT_WITH_SMOKER, - INTERACT_WITH_LECTERN, - INTERACT_WITH_CAMPFIRE, - INTERACT_WITH_CARTOGRAPHY_TABLE, - INTERACT_WITH_LOOM, - INTERACT_WITH_STONECUTTER, - BELL_RING, - RAID_TRIGGER, - RAID_WIN, - INTERACT_WITH_ANVIL, - INTERACT_WITH_GRINDSTONE; - - private static Int2ObjectOpenHashMap map = new Int2ObjectOpenHashMap(); - - private int id; - - public static StatisticType fromId(int id) { - return map.get(id); - } - - public void setIdentifier(int id) { - this.id = id; - - map.put(id, this); - } - - public int getId() { - return id; - } -} From a8e607626e279109c09774a193457e0acad40bb0 Mon Sep 17 00:00:00 2001 From: jglrxavpok Date: Mon, 29 Jun 2020 20:37:48 +0200 Subject: [PATCH 12/17] Autogeneration of Biome enum --- .../net/minestom/server/instance/Biome.java | 103 ++++++++++++++++++ .../net/minestom/codegen/AllGenerators.java | 2 + .../codegen/stats/BiomesEnumGenerator.java | 56 ++++++++++ .../net/minestom/server/instance/Biome.java | 96 ---------------- 4 files changed, 161 insertions(+), 96 deletions(-) create mode 100644 src/autogenerated/java/net/minestom/server/instance/Biome.java create mode 100644 src/generators/java/net/minestom/codegen/stats/BiomesEnumGenerator.java delete mode 100644 src/main/java/net/minestom/server/instance/Biome.java diff --git a/src/autogenerated/java/net/minestom/server/instance/Biome.java b/src/autogenerated/java/net/minestom/server/instance/Biome.java new file mode 100644 index 000000000..8be877299 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/Biome.java @@ -0,0 +1,103 @@ +//============================== +// AUTOGENERATED BY EnumGenerator +//============================== +package net.minestom.server.instance; + +public enum Biome { + OCEAN("minecraft:ocean"), + PLAINS("minecraft:plains"), + DESERT("minecraft:desert"), + MOUNTAINS("minecraft:mountains"), + FOREST("minecraft:forest"), + TAIGA("minecraft:taiga"), + SWAMP("minecraft:swamp"), + RIVER("minecraft:river"), + NETHER("minecraft:nether"), + THE_END("minecraft:the_end"), + FROZEN_OCEAN("minecraft:frozen_ocean"), + FROZEN_RIVER("minecraft:frozen_river"), + SNOWY_TUNDRA("minecraft:snowy_tundra"), + SNOWY_MOUNTAINS("minecraft:snowy_mountains"), + MUSHROOM_FIELDS("minecraft:mushroom_fields"), + MUSHROOM_FIELD_SHORE("minecraft:mushroom_field_shore"), + BEACH("minecraft:beach"), + DESERT_HILLS("minecraft:desert_hills"), + WOODED_HILLS("minecraft:wooded_hills"), + TAIGA_HILLS("minecraft:taiga_hills"), + MOUNTAIN_EDGE("minecraft:mountain_edge"), + JUNGLE("minecraft:jungle"), + JUNGLE_HILLS("minecraft:jungle_hills"), + JUNGLE_EDGE("minecraft:jungle_edge"), + DEEP_OCEAN("minecraft:deep_ocean"), + STONE_SHORE("minecraft:stone_shore"), + SNOWY_BEACH("minecraft:snowy_beach"), + BIRCH_FOREST("minecraft:birch_forest"), + BIRCH_FOREST_HILLS("minecraft:birch_forest_hills"), + DARK_FOREST("minecraft:dark_forest"), + SNOWY_TAIGA("minecraft:snowy_taiga"), + SNOWY_TAIGA_HILLS("minecraft:snowy_taiga_hills"), + GIANT_TREE_TAIGA("minecraft:giant_tree_taiga"), + GIANT_TREE_TAIGA_HILLS("minecraft:giant_tree_taiga_hills"), + WOODED_MOUNTAINS("minecraft:wooded_mountains"), + SAVANNA("minecraft:savanna"), + SAVANNA_PLATEAU("minecraft:savanna_plateau"), + BADLANDS("minecraft:badlands"), + WOODED_BADLANDS_PLATEAU("minecraft:wooded_badlands_plateau"), + BADLANDS_PLATEAU("minecraft:badlands_plateau"), + SMALL_END_ISLANDS("minecraft:small_end_islands"), + END_MIDLANDS("minecraft:end_midlands"), + END_HIGHLANDS("minecraft:end_highlands"), + END_BARRENS("minecraft:end_barrens"), + WARM_OCEAN("minecraft:warm_ocean"), + LUKEWARM_OCEAN("minecraft:lukewarm_ocean"), + COLD_OCEAN("minecraft:cold_ocean"), + DEEP_WARM_OCEAN("minecraft:deep_warm_ocean"), + DEEP_LUKEWARM_OCEAN("minecraft:deep_lukewarm_ocean"), + DEEP_COLD_OCEAN("minecraft:deep_cold_ocean"), + DEEP_FROZEN_OCEAN("minecraft:deep_frozen_ocean"), + THE_VOID("minecraft:the_void"), + SUNFLOWER_PLAINS("minecraft:sunflower_plains"), + DESERT_LAKES("minecraft:desert_lakes"), + GRAVELLY_MOUNTAINS("minecraft:gravelly_mountains"), + FLOWER_FOREST("minecraft:flower_forest"), + TAIGA_MOUNTAINS("minecraft:taiga_mountains"), + SWAMP_HILLS("minecraft:swamp_hills"), + ICE_SPIKES("minecraft:ice_spikes"), + MODIFIED_JUNGLE("minecraft:modified_jungle"), + MODIFIED_JUNGLE_EDGE("minecraft:modified_jungle_edge"), + TALL_BIRCH_FOREST("minecraft:tall_birch_forest"), + TALL_BIRCH_HILLS("minecraft:tall_birch_hills"), + DARK_FOREST_HILLS("minecraft:dark_forest_hills"), + SNOWY_TAIGA_MOUNTAINS("minecraft:snowy_taiga_mountains"), + GIANT_SPRUCE_TAIGA("minecraft:giant_spruce_taiga"), + GIANT_SPRUCE_TAIGA_HILLS("minecraft:giant_spruce_taiga_hills"), + MODIFIED_GRAVELLY_MOUNTAINS("minecraft:modified_gravelly_mountains"), + SHATTERED_SAVANNA("minecraft:shattered_savanna"), + SHATTERED_SAVANNA_PLATEAU("minecraft:shattered_savanna_plateau"), + ERODED_BADLANDS("minecraft:eroded_badlands"), + MODIFIED_WOODED_BADLANDS_PLATEAU("minecraft:modified_wooded_badlands_plateau"), + MODIFIED_BADLANDS_PLATEAU("minecraft:modified_badlands_plateau"), + BAMBOO_JUNGLE("minecraft:bamboo_jungle"), + BAMBOO_JUNGLE_HILLS("minecraft:bamboo_jungle_hills"), +; + private String namespaceID; + + Biome(String namespaceID) { + this.namespaceID = namespaceID; + } + + public int getId() { + return ordinal(); + } + + public String getNamespaceID() { + return namespaceID; + } + + public static Biome fromId(int id) { + if(id >= 0 && id < values().length) { + return values()[id]; + } + return null; + } +} diff --git a/src/generators/java/net/minestom/codegen/AllGenerators.java b/src/generators/java/net/minestom/codegen/AllGenerators.java index 473976e32..5394978fa 100644 --- a/src/generators/java/net/minestom/codegen/AllGenerators.java +++ b/src/generators/java/net/minestom/codegen/AllGenerators.java @@ -7,6 +7,7 @@ import net.minestom.codegen.items.ItemEnumGenerator; import net.minestom.codegen.particles.ParticleEnumGenerator; import net.minestom.codegen.potions.PotionEnumGenerator; import net.minestom.codegen.sounds.SoundEnumGenerator; +import net.minestom.codegen.stats.BiomesEnumGenerator; import net.minestom.codegen.stats.StatsEnumGenerator; import java.io.IOException; @@ -22,5 +23,6 @@ public class AllGenerators { SoundEnumGenerator.main(args); ParticleEnumGenerator.main(args); StatsEnumGenerator.main(args); + BiomesEnumGenerator.main(args); } } diff --git a/src/generators/java/net/minestom/codegen/stats/BiomesEnumGenerator.java b/src/generators/java/net/minestom/codegen/stats/BiomesEnumGenerator.java new file mode 100644 index 000000000..105173d65 --- /dev/null +++ b/src/generators/java/net/minestom/codegen/stats/BiomesEnumGenerator.java @@ -0,0 +1,56 @@ +package net.minestom.codegen.stats; + +import net.minestom.codegen.BasicEnumGenerator; +import net.minestom.server.registry.ResourceGatherer; + +import java.io.File; +import java.io.IOException; + +public class BiomesEnumGenerator extends BasicEnumGenerator { + public static void main(String[] args) throws IOException { + String targetVersion; + if(args.length < 1) { + System.err.println("Usage: [target folder]"); + return; + } + + targetVersion = args[0]; + + try { + ResourceGatherer.ensureResourcesArePresent(targetVersion, null); // TODO + } catch (IOException e) { + e.printStackTrace(); + } + + String targetPart = DEFAULT_TARGET_PATH; + if(args.length >= 2) { + targetPart = args[1]; + } + + File targetFolder = new File(targetPart); + if(!targetFolder.exists()) { + targetFolder.mkdirs(); + } + + new BiomesEnumGenerator(targetFolder); + } + + private BiomesEnumGenerator(File targetFolder) throws IOException { + super(targetFolder); + } + + @Override + protected String getCategoryID() { + return "minecraft:biome"; + } + + @Override + public String getPackageName() { + return "net.minestom.server.instance"; + } + + @Override + public String getClassName() { + return "Biome"; + } +} diff --git a/src/main/java/net/minestom/server/instance/Biome.java b/src/main/java/net/minestom/server/instance/Biome.java deleted file mode 100644 index 665b9d3d4..000000000 --- a/src/main/java/net/minestom/server/instance/Biome.java +++ /dev/null @@ -1,96 +0,0 @@ -package net.minestom.server.instance; - -import java.util.Arrays; - -public enum Biome { - - OCEAN(0), - DEEP_OCEAN(24), - FROZEN_OCEAN(10), - DEEP_FROZEN_OCEAN(50), - COLD_OCEAN(46), - DEEP_COLD_OCEAN(49), - LUKEWARM_OCEAN(45), - DEEP_LUKEWARM_OCEAN(48), - WARM_OCEAN(44), - DEEP_WARM_OCEAN(47), - RIVER(7), - FROZEN_RIVER(11), - BEACH(16), - STONE_SHORE(25), - SNOWY_BEACH(26), - FOREST(4), - WOODED_HILLS(18), - FLOWER_FOREST(132), - BIRCH_FOREST(27), - BIRCH_FOREST_HILLS(28), - TALL_BIRCH_FOREST(155), - TALL_BIRCH_HILLS(156), - DARK_FOREST(29), - DARK_FOREST_HILLS(157), - JUNGLE(21), - JUNGLE_HILLS(22), - MODIFIED_JUNGLE(149), - JUNGLE_EDGE(23), - MODIFIED_JUNGLE_EDGE(151), - BAMBOO_JUNGLE(168), - BAMBOO_JUNGLE_HILLS(169), - TAIGA(5), - TAIGA_HILLS(19), - TAIGA_MOUNTAINS(133), - SNOWY_TAIGA(30), - SNOWY_TAIGA_HILLS(31), - SNOWY_TAIGA_MOUNTAINS(158), - GIANT_TREE_TAIGA(32), - GIANT_TREE_TAIGA_HILLS(33), - GIANT_SPRUCE_TAIGA(160), - GIANT_SPRUCE_TAIGA_HILLS(161), - MUSHROOM_FIELDS(14), - MUSHROOM_FIELDS_SHORE(15), - SWAMP(6), - SWAMP_HILLS(134), - SAVANA(35), - SAVANA_PLATEAU(36), - SHATTERED_SAVANA(163), - SHATTERED_SAVANA_PLATEAU(164), - PLAINS(1), - SUNFLOWER_PLAINS(129), - DESERT(2), - DESERT_HILLS(17), - DESERT_LAKES(130), - SNOWY_TUNDRA(12), - SNOWY_MOUNTAINS(13), - ICE_SPIKES(140), - MOUNTAINS(3), - WOODED_MOUTAINS(34), - GRAVELLY_MOUNTAINS(131), - MODIFIED_GRAVELLY_MOUNTAINS(162), - MOUNTAIN_EDGE(20), - BADLANDS(37), - BADLANDS_PLATEAU(39), - MODIFIED_BADLANDS_PLATEAU(167), - WOODED_BADLANDS_PLATEAU(38), - MODIFIED_WOODED_BADLANDS_PLATEAU(166), - ERODED_BADLANDS(165), - NETHER(8), - THE_END(9), - SMALL_END_ISLANDS(40), - END_MIDLANDS(41), - END_HIGHLANDS(42), - END_BARRENS(43), - VOID(127); - - private int id; - - Biome(int id) { - this.id = id; - } - - public static Biome fromId(int id) { - return Arrays.stream(values()).filter(customBiome -> customBiome.id == id).findFirst().get(); - } - - public int getId() { - return id; - } -} From 8483752046ff788c83923afcab4c47570c90bf8b Mon Sep 17 00:00:00 2001 From: jglrxavpok Date: Mon, 29 Jun 2020 21:07:03 +0200 Subject: [PATCH 13/17] 1.16.1 enums --- .../minestom/server/entity/EntityType.java | 28 +- .../net/minestom/server/instance/Biome.java | 6 +- .../minestom/server/instance/block/Block.java | 1424 +++++---- .../instance/block/states/AcaciaButton.java | 48 +- .../instance/block/states/AcaciaDoor.java | 128 +- .../instance/block/states/AcaciaFence.java | 64 +- .../block/states/AcaciaFenceGate.java | 64 +- .../instance/block/states/AcaciaLeaves.java | 28 +- .../instance/block/states/AcaciaLog.java | 6 +- .../block/states/AcaciaPressurePlate.java | 4 +- .../instance/block/states/AcaciaSign.java | 64 +- .../instance/block/states/AcaciaSlab.java | 12 +- .../instance/block/states/AcaciaStairs.java | 160 +- .../instance/block/states/AcaciaTrapdoor.java | 128 +- .../instance/block/states/AcaciaWallSign.java | 16 +- .../instance/block/states/AcaciaWood.java | 6 +- .../instance/block/states/ActivatorRail.java | 24 +- .../instance/block/states/AndesiteSlab.java | 12 +- .../instance/block/states/AndesiteStairs.java | 160 +- .../instance/block/states/AndesiteWall.java | 388 ++- .../server/instance/block/states/Anvil.java | 8 +- .../block/states/AttachedMelonStem.java | 8 +- .../block/states/AttachedPumpkinStem.java | 8 +- .../server/instance/block/states/Bamboo.java | 24 +- .../server/instance/block/states/Barrel.java | 24 +- .../server/instance/block/states/Basalt.java | 14 + .../server/instance/block/states/BeeNest.java | 48 +- .../server/instance/block/states/Beehive.java | 48 +- .../instance/block/states/Beetroots.java | 8 +- .../server/instance/block/states/Bell.java | 64 +- .../instance/block/states/BirchButton.java | 48 +- .../instance/block/states/BirchDoor.java | 128 +- .../instance/block/states/BirchFence.java | 64 +- .../instance/block/states/BirchFenceGate.java | 64 +- .../instance/block/states/BirchLeaves.java | 28 +- .../instance/block/states/BirchLog.java | 6 +- .../block/states/BirchPressurePlate.java | 4 +- .../instance/block/states/BirchSign.java | 64 +- .../instance/block/states/BirchSlab.java | 12 +- .../instance/block/states/BirchStairs.java | 160 +- .../instance/block/states/BirchTrapdoor.java | 128 +- .../instance/block/states/BirchWallSign.java | 16 +- .../instance/block/states/BirchWood.java | 6 +- .../instance/block/states/BlackBanner.java | 32 +- .../instance/block/states/BlackBed.java | 32 +- .../block/states/BlackGlazedTerracotta.java | 8 +- .../block/states/BlackShulkerBox.java | 12 +- .../block/states/BlackStainedGlassPane.java | 64 +- .../block/states/BlackWallBanner.java | 8 +- .../instance/block/states/BlackstoneSlab.java | 17 + .../block/states/BlackstoneStairs.java | 91 + .../instance/block/states/BlackstoneWall.java | 335 +++ .../instance/block/states/BlastFurnace.java | 16 +- .../instance/block/states/BlueBanner.java | 32 +- .../server/instance/block/states/BlueBed.java | 32 +- .../block/states/BlueGlazedTerracotta.java | 8 +- .../instance/block/states/BlueShulkerBox.java | 12 +- .../block/states/BlueStainedGlassPane.java | 64 +- .../instance/block/states/BlueWallBanner.java | 8 +- .../instance/block/states/BoneBlock.java | 6 +- .../instance/block/states/BrainCoral.java | 4 +- .../instance/block/states/BrainCoralFan.java | 4 +- .../block/states/BrainCoralWallFan.java | 16 +- .../instance/block/states/BrewingStand.java | 16 +- .../instance/block/states/BrickSlab.java | 12 +- .../instance/block/states/BrickStairs.java | 160 +- .../instance/block/states/BrickWall.java | 388 ++- .../instance/block/states/BrownBanner.java | 32 +- .../instance/block/states/BrownBed.java | 32 +- .../block/states/BrownGlazedTerracotta.java | 8 +- .../block/states/BrownMushroomBlock.java | 128 +- .../block/states/BrownShulkerBox.java | 12 +- .../block/states/BrownStainedGlassPane.java | 64 +- .../block/states/BrownWallBanner.java | 8 +- .../instance/block/states/BubbleColumn.java | 4 +- .../instance/block/states/BubbleCoral.java | 4 +- .../instance/block/states/BubbleCoralFan.java | 4 +- .../block/states/BubbleCoralWallFan.java | 16 +- .../server/instance/block/states/Cactus.java | 32 +- .../server/instance/block/states/Cake.java | 14 +- .../instance/block/states/Campfire.java | 64 +- .../server/instance/block/states/Carrots.java | 16 +- .../instance/block/states/CarvedPumpkin.java | 8 +- .../instance/block/states/Cauldron.java | 8 +- .../server/instance/block/states/Chain.java | 13 + .../block/states/ChainCommandBlock.java | 24 +- .../server/instance/block/states/Chest.java | 48 +- .../instance/block/states/ChippedAnvil.java | 8 +- .../instance/block/states/ChorusFlower.java | 12 +- .../instance/block/states/ChorusPlant.java | 128 +- .../block/states/CobblestoneSlab.java | 12 +- .../block/states/CobblestoneStairs.java | 160 +- .../block/states/CobblestoneWall.java | 388 ++- .../server/instance/block/states/Cocoa.java | 24 +- .../instance/block/states/CommandBlock.java | 24 +- .../instance/block/states/Comparator.java | 32 +- .../instance/block/states/Composter.java | 18 +- .../server/instance/block/states/Conduit.java | 4 +- .../instance/block/states/CreeperHead.java | 32 +- .../block/states/CreeperWallHead.java | 8 +- .../instance/block/states/CrimsonButton.java | 35 + .../instance/block/states/CrimsonDoor.java | 75 + .../instance/block/states/CrimsonFence.java | 43 + .../block/states/CrimsonFenceGate.java | 43 + .../instance/block/states/CrimsonHyphae.java | 14 + .../block/states/CrimsonPressurePlate.java | 13 + .../instance/block/states/CrimsonSign.java | 43 + .../instance/block/states/CrimsonSlab.java | 17 + .../instance/block/states/CrimsonStairs.java | 91 + .../instance/block/states/CrimsonStem.java | 14 + .../block/states/CrimsonTrapdoor.java | 75 + .../block/states/CrimsonWallSign.java | 19 + .../block/states/CutRedSandstoneSlab.java | 12 +- .../block/states/CutSandstoneSlab.java | 12 +- .../instance/block/states/CyanBanner.java | 32 +- .../server/instance/block/states/CyanBed.java | 32 +- .../block/states/CyanGlazedTerracotta.java | 8 +- .../instance/block/states/CyanShulkerBox.java | 12 +- .../block/states/CyanStainedGlassPane.java | 64 +- .../instance/block/states/CyanWallBanner.java | 8 +- .../instance/block/states/DamagedAnvil.java | 8 +- .../instance/block/states/DarkOakButton.java | 48 +- .../instance/block/states/DarkOakDoor.java | 128 +- .../instance/block/states/DarkOakFence.java | 64 +- .../block/states/DarkOakFenceGate.java | 64 +- .../instance/block/states/DarkOakLeaves.java | 28 +- .../instance/block/states/DarkOakLog.java | 6 +- .../block/states/DarkOakPressurePlate.java | 4 +- .../instance/block/states/DarkOakSign.java | 64 +- .../instance/block/states/DarkOakSlab.java | 12 +- .../instance/block/states/DarkOakStairs.java | 160 +- .../block/states/DarkOakTrapdoor.java | 128 +- .../block/states/DarkOakWallSign.java | 16 +- .../instance/block/states/DarkOakWood.java | 6 +- .../block/states/DarkPrismarineSlab.java | 12 +- .../block/states/DarkPrismarineStairs.java | 160 +- .../block/states/DaylightDetector.java | 64 +- .../instance/block/states/DeadBrainCoral.java | 4 +- .../block/states/DeadBrainCoralFan.java | 4 +- .../block/states/DeadBrainCoralWallFan.java | 16 +- .../block/states/DeadBubbleCoral.java | 4 +- .../block/states/DeadBubbleCoralFan.java | 4 +- .../block/states/DeadBubbleCoralWallFan.java | 16 +- .../instance/block/states/DeadFireCoral.java | 4 +- .../block/states/DeadFireCoralFan.java | 4 +- .../block/states/DeadFireCoralWallFan.java | 16 +- .../instance/block/states/DeadHornCoral.java | 4 +- .../block/states/DeadHornCoralFan.java | 4 +- .../block/states/DeadHornCoralWallFan.java | 16 +- .../instance/block/states/DeadTubeCoral.java | 4 +- .../block/states/DeadTubeCoralFan.java | 4 +- .../block/states/DeadTubeCoralWallFan.java | 16 +- .../instance/block/states/DetectorRail.java | 24 +- .../instance/block/states/DioriteSlab.java | 12 +- .../instance/block/states/DioriteStairs.java | 160 +- .../instance/block/states/DioriteWall.java | 388 ++- .../instance/block/states/Dispenser.java | 24 +- .../instance/block/states/DragonHead.java | 32 +- .../instance/block/states/DragonWallHead.java | 8 +- .../server/instance/block/states/Dropper.java | 24 +- .../instance/block/states/EndPortalFrame.java | 16 +- .../server/instance/block/states/EndRod.java | 12 +- .../block/states/EndStoneBrickSlab.java | 12 +- .../block/states/EndStoneBrickStairs.java | 160 +- .../block/states/EndStoneBrickWall.java | 388 ++- .../instance/block/states/EnderChest.java | 16 +- .../instance/block/states/Farmland.java | 16 +- .../server/instance/block/states/Fire.java | 1024 +++---- .../instance/block/states/FireCoral.java | 4 +- .../instance/block/states/FireCoralFan.java | 4 +- .../block/states/FireCoralWallFan.java | 16 +- .../instance/block/states/FrostedIce.java | 8 +- .../server/instance/block/states/Furnace.java | 16 +- .../instance/block/states/GlassPane.java | 64 +- .../instance/block/states/GraniteSlab.java | 12 +- .../instance/block/states/GraniteStairs.java | 160 +- .../instance/block/states/GraniteWall.java | 388 ++- .../instance/block/states/GrayBanner.java | 32 +- .../server/instance/block/states/GrayBed.java | 32 +- .../block/states/GrayGlazedTerracotta.java | 8 +- .../instance/block/states/GrayShulkerBox.java | 12 +- .../block/states/GrayStainedGlassPane.java | 64 +- .../instance/block/states/GrayWallBanner.java | 8 +- .../instance/block/states/GreenBanner.java | 32 +- .../instance/block/states/GreenBed.java | 32 +- .../block/states/GreenGlazedTerracotta.java | 8 +- .../block/states/GreenShulkerBox.java | 12 +- .../block/states/GreenStainedGlassPane.java | 64 +- .../block/states/GreenWallBanner.java | 8 +- .../instance/block/states/Grindstone.java | 24 +- .../instance/block/states/HayBlock.java | 6 +- .../states/HeavyWeightedPressurePlate.java | 32 +- .../server/instance/block/states/Hopper.java | 20 +- .../instance/block/states/HornCoral.java | 4 +- .../instance/block/states/HornCoralFan.java | 4 +- .../block/states/HornCoralWallFan.java | 16 +- .../instance/block/states/IronBars.java | 64 +- .../instance/block/states/IronDoor.java | 128 +- .../instance/block/states/IronTrapdoor.java | 128 +- .../instance/block/states/JackOLantern.java | 8 +- .../server/instance/block/states/Jigsaw.java | 18 +- .../server/instance/block/states/Jukebox.java | 4 +- .../instance/block/states/JungleButton.java | 48 +- .../instance/block/states/JungleDoor.java | 128 +- .../instance/block/states/JungleFence.java | 64 +- .../block/states/JungleFenceGate.java | 64 +- .../instance/block/states/JungleLeaves.java | 28 +- .../instance/block/states/JungleLog.java | 6 +- .../block/states/JunglePressurePlate.java | 4 +- .../instance/block/states/JungleSign.java | 64 +- .../instance/block/states/JungleSlab.java | 12 +- .../instance/block/states/JungleStairs.java | 160 +- .../instance/block/states/JungleTrapdoor.java | 128 +- .../instance/block/states/JungleWallSign.java | 16 +- .../instance/block/states/JungleWood.java | 6 +- .../server/instance/block/states/Kelp.java | 52 +- .../server/instance/block/states/Ladder.java | 16 +- .../server/instance/block/states/Lantern.java | 4 +- .../instance/block/states/LargeFern.java | 4 +- .../server/instance/block/states/Lectern.java | 32 +- .../server/instance/block/states/Lever.java | 48 +- .../block/states/LightBlueBanner.java | 32 +- .../instance/block/states/LightBlueBed.java | 32 +- .../states/LightBlueGlazedTerracotta.java | 8 +- .../block/states/LightBlueShulkerBox.java | 12 +- .../states/LightBlueStainedGlassPane.java | 64 +- .../block/states/LightBlueWallBanner.java | 8 +- .../block/states/LightGrayBanner.java | 32 +- .../instance/block/states/LightGrayBed.java | 32 +- .../states/LightGrayGlazedTerracotta.java | 8 +- .../block/states/LightGrayShulkerBox.java | 12 +- .../states/LightGrayStainedGlassPane.java | 64 +- .../block/states/LightGrayWallBanner.java | 8 +- .../states/LightWeightedPressurePlate.java | 32 +- .../server/instance/block/states/Lilac.java | 4 +- .../instance/block/states/LimeBanner.java | 32 +- .../server/instance/block/states/LimeBed.java | 32 +- .../block/states/LimeGlazedTerracotta.java | 8 +- .../instance/block/states/LimeShulkerBox.java | 12 +- .../block/states/LimeStainedGlassPane.java | 64 +- .../instance/block/states/LimeWallBanner.java | 8 +- .../server/instance/block/states/Loom.java | 8 +- .../instance/block/states/MagentaBanner.java | 32 +- .../instance/block/states/MagentaBed.java | 32 +- .../block/states/MagentaGlazedTerracotta.java | 8 +- .../block/states/MagentaShulkerBox.java | 12 +- .../block/states/MagentaStainedGlassPane.java | 64 +- .../block/states/MagentaWallBanner.java | 8 +- .../instance/block/states/MelonStem.java | 16 +- .../block/states/MossyCobblestoneSlab.java | 12 +- .../block/states/MossyCobblestoneStairs.java | 160 +- .../block/states/MossyCobblestoneWall.java | 388 ++- .../block/states/MossyStoneBrickSlab.java | 12 +- .../block/states/MossyStoneBrickStairs.java | 160 +- .../block/states/MossyStoneBrickWall.java | 388 ++- .../instance/block/states/MovingPiston.java | 24 +- .../instance/block/states/MushroomStem.java | 128 +- .../instance/block/states/Mycelium.java | 4 +- .../block/states/NetherBrickFence.java | 64 +- .../block/states/NetherBrickSlab.java | 12 +- .../block/states/NetherBrickStairs.java | 160 +- .../block/states/NetherBrickWall.java | 388 ++- .../instance/block/states/NetherPortal.java | 4 +- .../instance/block/states/NetherWart.java | 8 +- .../instance/block/states/NoteBlock.java | 1600 +++++----- .../instance/block/states/OakButton.java | 48 +- .../server/instance/block/states/OakDoor.java | 128 +- .../instance/block/states/OakFence.java | 64 +- .../instance/block/states/OakFenceGate.java | 64 +- .../instance/block/states/OakLeaves.java | 28 +- .../server/instance/block/states/OakLog.java | 6 +- .../block/states/OakPressurePlate.java | 4 +- .../server/instance/block/states/OakSign.java | 64 +- .../server/instance/block/states/OakSlab.java | 12 +- .../instance/block/states/OakStairs.java | 160 +- .../instance/block/states/OakTrapdoor.java | 128 +- .../instance/block/states/OakWallSign.java | 16 +- .../server/instance/block/states/OakWood.java | 6 +- .../instance/block/states/Observer.java | 24 +- .../instance/block/states/OrangeBanner.java | 32 +- .../instance/block/states/OrangeBed.java | 32 +- .../block/states/OrangeGlazedTerracotta.java | 8 +- .../block/states/OrangeShulkerBox.java | 12 +- .../block/states/OrangeStainedGlassPane.java | 64 +- .../block/states/OrangeWallBanner.java | 8 +- .../server/instance/block/states/Peony.java | 4 +- .../block/states/PetrifiedOakSlab.java | 12 +- .../instance/block/states/PinkBanner.java | 32 +- .../server/instance/block/states/PinkBed.java | 32 +- .../block/states/PinkGlazedTerracotta.java | 8 +- .../instance/block/states/PinkShulkerBox.java | 12 +- .../block/states/PinkStainedGlassPane.java | 64 +- .../instance/block/states/PinkWallBanner.java | 8 +- .../server/instance/block/states/Piston.java | 24 +- .../instance/block/states/PistonHead.java | 48 +- .../instance/block/states/PlayerHead.java | 32 +- .../instance/block/states/PlayerWallHead.java | 8 +- .../block/states/PolishedAndesiteSlab.java | 12 +- .../block/states/PolishedAndesiteStairs.java | 160 +- .../instance/block/states/PolishedBasalt.java | 14 + .../states/PolishedBlackstoneBrickSlab.java | 17 + .../states/PolishedBlackstoneBrickStairs.java | 91 + .../states/PolishedBlackstoneBrickWall.java | 335 +++ .../states/PolishedBlackstoneButton.java | 35 + .../PolishedBlackstonePressurePlate.java | 13 + .../block/states/PolishedBlackstoneSlab.java | 17 + .../states/PolishedBlackstoneStairs.java | 91 + .../block/states/PolishedBlackstoneWall.java | 335 +++ .../block/states/PolishedDioriteSlab.java | 12 +- .../block/states/PolishedDioriteStairs.java | 160 +- .../block/states/PolishedGraniteSlab.java | 12 +- .../block/states/PolishedGraniteStairs.java | 160 +- .../instance/block/states/Potatoes.java | 16 +- .../instance/block/states/PoweredRail.java | 24 +- .../block/states/PrismarineBrickSlab.java | 12 +- .../block/states/PrismarineBrickStairs.java | 160 +- .../instance/block/states/PrismarineSlab.java | 12 +- .../block/states/PrismarineStairs.java | 160 +- .../instance/block/states/PrismarineWall.java | 388 ++- .../instance/block/states/PumpkinStem.java | 16 +- .../instance/block/states/PurpleBanner.java | 32 +- .../instance/block/states/PurpleBed.java | 32 +- .../block/states/PurpleGlazedTerracotta.java | 8 +- .../block/states/PurpleShulkerBox.java | 12 +- .../block/states/PurpleStainedGlassPane.java | 64 +- .../block/states/PurpleWallBanner.java | 8 +- .../instance/block/states/PurpurPillar.java | 6 +- .../instance/block/states/PurpurSlab.java | 12 +- .../instance/block/states/PurpurStairs.java | 160 +- .../instance/block/states/QuartzPillar.java | 6 +- .../instance/block/states/QuartzSlab.java | 12 +- .../instance/block/states/QuartzStairs.java | 160 +- .../server/instance/block/states/Rail.java | 20 +- .../instance/block/states/RedBanner.java | 32 +- .../server/instance/block/states/RedBed.java | 32 +- .../block/states/RedGlazedTerracotta.java | 8 +- .../block/states/RedMushroomBlock.java | 128 +- .../block/states/RedNetherBrickSlab.java | 12 +- .../block/states/RedNetherBrickStairs.java | 160 +- .../block/states/RedNetherBrickWall.java | 388 ++- .../block/states/RedSandstoneSlab.java | 12 +- .../block/states/RedSandstoneStairs.java | 160 +- .../block/states/RedSandstoneWall.java | 388 ++- .../instance/block/states/RedShulkerBox.java | 12 +- .../block/states/RedStainedGlassPane.java | 64 +- .../instance/block/states/RedWallBanner.java | 8 +- .../instance/block/states/RedstoneLamp.java | 4 +- .../instance/block/states/RedstoneOre.java | 4 +- .../instance/block/states/RedstoneTorch.java | 4 +- .../block/states/RedstoneWallTorch.java | 16 +- .../instance/block/states/RedstoneWire.java | 2592 ++++++++--------- .../instance/block/states/Repeater.java | 128 +- .../block/states/RepeatingCommandBlock.java | 24 +- .../instance/block/states/RespawnAnchor.java | 16 + .../instance/block/states/RoseBush.java | 4 +- .../instance/block/states/SandstoneSlab.java | 12 +- .../block/states/SandstoneStairs.java | 160 +- .../instance/block/states/SandstoneWall.java | 388 ++- .../instance/block/states/Scaffolding.java | 64 +- .../instance/block/states/SeaPickle.java | 16 +- .../instance/block/states/ShulkerBox.java | 12 +- .../instance/block/states/SkeletonSkull.java | 32 +- .../block/states/SkeletonWallSkull.java | 8 +- .../server/instance/block/states/Smoker.java | 16 +- .../block/states/SmoothQuartzSlab.java | 12 +- .../block/states/SmoothQuartzStairs.java | 160 +- .../block/states/SmoothRedSandstoneSlab.java | 12 +- .../states/SmoothRedSandstoneStairs.java | 160 +- .../block/states/SmoothSandstoneSlab.java | 12 +- .../block/states/SmoothSandstoneStairs.java | 160 +- .../block/states/SmoothStoneSlab.java | 12 +- .../server/instance/block/states/Snow.java | 16 +- .../instance/block/states/SoulCampfire.java | 43 + .../instance/block/states/SoulLantern.java | 13 + .../instance/block/states/SoulWallTorch.java | 15 + .../instance/block/states/SpruceButton.java | 48 +- .../instance/block/states/SpruceDoor.java | 128 +- .../instance/block/states/SpruceFence.java | 64 +- .../block/states/SpruceFenceGate.java | 64 +- .../instance/block/states/SpruceLeaves.java | 28 +- .../instance/block/states/SpruceLog.java | 6 +- .../block/states/SprucePressurePlate.java | 4 +- .../instance/block/states/SpruceSign.java | 64 +- .../instance/block/states/SpruceSlab.java | 12 +- .../instance/block/states/SpruceStairs.java | 160 +- .../instance/block/states/SpruceTrapdoor.java | 128 +- .../instance/block/states/SpruceWallSign.java | 16 +- .../instance/block/states/SpruceWood.java | 6 +- .../instance/block/states/StickyPiston.java | 24 +- .../instance/block/states/StoneBrickSlab.java | 12 +- .../block/states/StoneBrickStairs.java | 160 +- .../instance/block/states/StoneBrickWall.java | 388 ++- .../instance/block/states/StoneButton.java | 48 +- .../block/states/StonePressurePlate.java | 4 +- .../instance/block/states/StoneSlab.java | 12 +- .../instance/block/states/StoneStairs.java | 160 +- .../instance/block/states/Stonecutter.java | 8 +- .../block/states/StrippedAcaciaLog.java | 6 +- .../block/states/StrippedAcaciaWood.java | 6 +- .../block/states/StrippedBirchLog.java | 6 +- .../block/states/StrippedBirchWood.java | 6 +- .../block/states/StrippedCrimsonHyphae.java | 14 + .../block/states/StrippedCrimsonStem.java | 14 + .../block/states/StrippedDarkOakLog.java | 6 +- .../block/states/StrippedDarkOakWood.java | 6 +- .../block/states/StrippedJungleLog.java | 6 +- .../block/states/StrippedJungleWood.java | 6 +- .../instance/block/states/StrippedOakLog.java | 6 +- .../block/states/StrippedOakWood.java | 6 +- .../block/states/StrippedSpruceLog.java | 6 +- .../block/states/StrippedSpruceWood.java | 6 +- .../block/states/StrippedWarpedHyphae.java | 14 + .../block/states/StrippedWarpedStem.java | 14 + .../instance/block/states/StructureBlock.java | 8 +- .../instance/block/states/SugarCane.java | 32 +- .../instance/block/states/Sunflower.java | 4 +- .../instance/block/states/SweetBerryBush.java | 8 +- .../instance/block/states/TallGrass.java | 4 +- .../instance/block/states/TallSeagrass.java | 4 +- .../server/instance/block/states/Target.java | 27 + .../server/instance/block/states/Tnt.java | 4 +- .../instance/block/states/TrappedChest.java | 48 +- .../instance/block/states/Tripwire.java | 256 +- .../instance/block/states/TripwireHook.java | 32 +- .../instance/block/states/TubeCoral.java | 4 +- .../instance/block/states/TubeCoralFan.java | 4 +- .../block/states/TubeCoralWallFan.java | 16 +- .../instance/block/states/TurtleEgg.java | 24 +- .../instance/block/states/TwistingVines.java | 37 + .../server/instance/block/states/Vine.java | 64 +- .../instance/block/states/WallTorch.java | 8 +- .../instance/block/states/WarpedButton.java | 35 + .../instance/block/states/WarpedDoor.java | 75 + .../instance/block/states/WarpedFence.java | 43 + .../block/states/WarpedFenceGate.java | 43 + .../instance/block/states/WarpedHyphae.java | 14 + .../block/states/WarpedPressurePlate.java | 13 + .../instance/block/states/WarpedSign.java | 43 + .../instance/block/states/WarpedSlab.java | 17 + .../instance/block/states/WarpedStairs.java | 91 + .../instance/block/states/WarpedStem.java | 14 + .../instance/block/states/WarpedTrapdoor.java | 75 + .../instance/block/states/WarpedWallSign.java | 19 + .../instance/block/states/WeepingVines.java | 37 + .../server/instance/block/states/Wheat.java | 16 +- .../instance/block/states/WhiteBanner.java | 32 +- .../instance/block/states/WhiteBed.java | 32 +- .../block/states/WhiteGlazedTerracotta.java | 8 +- .../block/states/WhiteShulkerBox.java | 12 +- .../block/states/WhiteStainedGlassPane.java | 64 +- .../block/states/WhiteWallBanner.java | 8 +- .../block/states/WitherSkeletonSkull.java | 32 +- .../block/states/WitherSkeletonWallSkull.java | 8 +- .../instance/block/states/YellowBanner.java | 32 +- .../instance/block/states/YellowBed.java | 32 +- .../block/states/YellowGlazedTerracotta.java | 8 +- .../block/states/YellowShulkerBox.java | 12 +- .../block/states/YellowStainedGlassPane.java | 64 +- .../block/states/YellowWallBanner.java | 8 +- .../instance/block/states/ZombieHead.java | 32 +- .../instance/block/states/ZombieWallHead.java | 8 +- .../server/instance/item/Material.java | 1005 ------- .../server/instance/item/MaterialMap.java | 5 - .../net/minestom/server/item/Enchantment.java | 1 + .../net/minestom/server/item/Material.java | 105 +- .../minestom/server/particle/Particle.java | 10 + .../java/net/minestom/server/sound/Sound.java | 267 +- .../minestom/server/stat/StatisticType.java | 3 + .../codegen/MinestomEnumGenerator.java | 1 + .../server/entity/type/EntityPigZombie.java | 2 +- .../server/instance/InstanceContainer.java | 2 +- 471 files changed, 18435 insertions(+), 12752 deletions(-) create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Basalt.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneSlab.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneStairs.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneWall.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Chain.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonButton.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonDoor.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonFence.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonFenceGate.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonHyphae.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonPressurePlate.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonSign.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonSlab.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonStairs.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonStem.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonTrapdoor.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonWallSign.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBasalt.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBrickSlab.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBrickStairs.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBrickWall.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneButton.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstonePressurePlate.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneSlab.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneStairs.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneWall.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/RespawnAnchor.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/SoulCampfire.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/SoulLantern.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/SoulWallTorch.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/StrippedCrimsonHyphae.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/StrippedCrimsonStem.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/StrippedWarpedHyphae.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/StrippedWarpedStem.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Target.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/TwistingVines.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WarpedButton.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WarpedDoor.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WarpedFence.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WarpedFenceGate.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WarpedHyphae.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WarpedPressurePlate.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WarpedSign.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WarpedSlab.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WarpedStairs.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WarpedStem.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WarpedTrapdoor.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WarpedWallSign.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WeepingVines.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/item/Material.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/item/MaterialMap.java diff --git a/src/autogenerated/java/net/minestom/server/entity/EntityType.java b/src/autogenerated/java/net/minestom/server/entity/EntityType.java index 88447e82d..79c2262c5 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"), - DONKEY("minecraft:donkey"), DOLPHIN("minecraft:dolphin"), + DONKEY("minecraft:donkey"), 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_FANGS("minecraft:evoker_fangs"), EVOKER("minecraft:evoker"), + EVOKER_FANGS("minecraft:evoker_fangs"), EXPERIENCE_ORB("minecraft:experience_orb"), EYE_OF_ENDER("minecraft:eye_of_ender"), FALLING_BLOCK("minecraft:falling_block"), @@ -36,13 +36,16 @@ 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"), @@ -59,12 +62,15 @@ public enum EntityType { PAINTING("minecraft:painting"), PANDA("minecraft:panda"), PARROT("minecraft:parrot"), + PHANTOM("minecraft:phantom"), PIG("minecraft:pig"), - PUFFERFISH("minecraft:pufferfish"), - ZOMBIE_PIGMAN("minecraft:zombie_pigman"), + PIGLIN("minecraft:piglin"), + PILLAGER("minecraft:pillager"), 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"), @@ -80,31 +86,29 @@ public enum EntityType { SPIDER("minecraft:spider"), SQUID("minecraft:squid"), STRAY("minecraft:stray"), - TRADER_LLAMA("minecraft:trader_llama"), - TROPICAL_FISH("minecraft:tropical_fish"), - TURTLE("minecraft:turtle"), + STRIDER("minecraft:strider"), 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"), - PHANTOM("minecraft:phantom"), - RAVAGER("minecraft:ravager"), - LIGHTNING_BOLT("minecraft:lightning_bolt"), + ZOMBIFIED_PIGLIN("minecraft:zombified_piglin"), 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 8be877299..d3f85af89 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("minecraft:nether"), + NETHER_WASTES("minecraft:nether_wastes"), THE_END("minecraft:the_end"), FROZEN_OCEAN("minecraft:frozen_ocean"), FROZEN_RIVER("minecraft:frozen_river"), @@ -79,6 +79,10 @@ 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 f22800d17..d1e704823 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/Block.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/Block.java @@ -44,652 +44,735 @@ 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), - 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), + 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), ; static { @@ -801,6 +884,9 @@ public enum Block { SugarCane.initStates(); Jukebox.initStates(); OakFence.initStates(); + Basalt.initStates(); + PolishedBasalt.initStates(); + SoulWallTorch.initStates(); NetherPortal.initStates(); CarvedPumpkin.initStates(); JackOLantern.initStates(); @@ -816,6 +902,7 @@ public enum Block { RedMushroomBlock.initStates(); MushroomStem.initStates(); IronBars.initStates(); + Chain.initStates(); GlassPane.initStates(); AttachedPumpkinStem.initStates(); AttachedMelonStem.initStates(); @@ -1105,13 +1192,58 @@ 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 791edbdf3..8af1b3d98 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) 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")); + 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")); } } 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 63d1ae4aa..d5b86f40d 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) 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")); + 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")); } } 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 63cb54124..0509b7d10 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) 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")); + 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")); } } 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 18b43aa35..1a411e9a2 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) 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")); + 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")); } } 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 63c5ae41b..a73ec51ed 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) 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")); + 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")); } } 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 553b3c759..c979d9433 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) 84, "axis=x")); - ACACIA_LOG.addBlockAlternative(new BlockAlternative((short) 85, "axis=y")); - ACACIA_LOG.addBlockAlternative(new BlockAlternative((short) 86, "axis=z")); + 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")); } } 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 7e7c4a884..18baed503 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) 3879, "powered=true")); - ACACIA_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3880, "powered=false")); + ACACIA_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3881, "powered=true")); + ACACIA_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3882, "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 1b2e25c46..7d100d50e 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) 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")); + 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")); } } 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 1230d5dec..a622637e1 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) 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")); + 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")); } } 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 7766fca70..8cd99e299 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) 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")); + 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")); } } 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 c6e69a086..29b6239d1 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) 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")); + 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")); } } 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 190bb529c..90a21c67b 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) 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")); + 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")); } } 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 e4b0e2597..5a3580c6a 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) 120, "axis=x")); - ACACIA_WOOD.addBlockAlternative(new BlockAlternative((short) 121, "axis=y")); - ACACIA_WOOD.addBlockAlternative(new BlockAlternative((short) 122, "axis=z")); + 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")); } } 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 1ba33359c..34bf082fa 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) 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")); + 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")); } } 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 cbaa454d3..0781c7edc 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) 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")); + 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")); } } 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 18a3fcc48..77a69b1f5 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) 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")); + 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")); } } 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 aa9ac6123..83a9a4c0b 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,69 +7,329 @@ 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) 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")); + 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")); } } 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 7461fc085..c894993bb 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) 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")); + 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")); } } 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 ed5a19780..6383dd5aa 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) 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")); + 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")); } } 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 281fc5e2a..d8f382c2c 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) 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")); + 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")); } } 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 1a1d27929..b82b79a2b 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) 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")); + 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")); } } 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 7e75ea6a5..d892e3e1a 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) 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")); + 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")); } } 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 new file mode 100644 index 000000000..31f40ef5a --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Basalt.java @@ -0,0 +1,14 @@ +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 fa43823bf..5fe1352b8 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) 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")); + 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")); } } 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 d1600db5c..fa87fa52c 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) 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")); + 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")); } } 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 f845d08bb..a6434bf66 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) 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")); + 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")); } } 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 cab0bb92f..faa882a66 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) 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")); + 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")); } } 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 3faf80ed8..38390a5ce 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) 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")); + 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")); } } 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 1e11fce58..492babbf5 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) 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")); + 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")); } } 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 b200a9124..9fcdcd4af 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) 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")); + 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")); } } 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 4f027eeab..235dca6ed 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) 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")); + 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")); } } 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 23bf452f0..bf2ce18bd 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) 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")); + 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")); } } 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 9649f7873..a489ec781 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) 78, "axis=x")); - BIRCH_LOG.addBlockAlternative(new BlockAlternative((short) 79, "axis=y")); - BIRCH_LOG.addBlockAlternative(new BlockAlternative((short) 80, "axis=z")); + 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")); } } 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 6fd6ff52b..923fde0a7 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) 3875, "powered=true")); - BIRCH_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3876, "powered=false")); + BIRCH_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3877, "powered=true")); + BIRCH_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3878, "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 605484f84..a53445610 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) 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")); + 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")); } } 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 2653131da..83b5323ce 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) 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")); + 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")); } } 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 5500b31cf..b1eeb8bdb 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) 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")); + 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")); } } 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 1fb8c2a8f..6c2b2a0a6 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) 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")); + 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")); } } 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 60e68996b..8ea1a6638 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) 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")); + 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")); } } 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 7c982fd88..ea4e7ea5a 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) 114, "axis=x")); - BIRCH_WOOD.addBlockAlternative(new BlockAlternative((short) 115, "axis=y")); - BIRCH_WOOD.addBlockAlternative(new BlockAlternative((short) 116, "axis=z")); + 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")); } } 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 d47a00ea8..612f08ac1 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) 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")); + 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")); } } 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 1739ee06c..3d57fcd6e 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) 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")); + 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")); } } 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 a6cd7cafb..c82e928bb 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) 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")); + 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")); } } 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 805366f6e..068e488fd 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) 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")); + 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")); } } 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 18c89e42a..4faf3909f 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) 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")); + 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")); } } 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 c0daf1854..185f12e6a 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) 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")); + 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")); } } 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 new file mode 100644 index 000000000..353b142dc --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneSlab.java @@ -0,0 +1,17 @@ +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 new file mode 100644 index 000000000..32febe938 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneStairs.java @@ -0,0 +1,91 @@ +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 new file mode 100644 index 000000000..6413fe747 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneWall.java @@ -0,0 +1,335 @@ +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 efdd7f166..76f81be97 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) 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")); + 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")); } } 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 092b82447..8025b2771 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) 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")); + 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")); } } 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 230906005..46d5a0990 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) 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")); + 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")); } } 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 fc1f4b9ac..c00890a64 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) 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")); + 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")); } } 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 7dd899036..24107ea4e 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) 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")); + 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")); } } 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 5572f3236..1718054b7 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) 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")); + 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")); } } 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 144d1f715..7ac0b5f47 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) 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")); + 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")); } } 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 e67068067..2cec6f42c 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) 8720, "axis=x")); - BONE_BLOCK.addBlockAlternative(new BlockAlternative((short) 8721, "axis=y")); - BONE_BLOCK.addBlockAlternative(new BlockAlternative((short) 8722, "axis=z")); + 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")); } } 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 5e076a24d..00144075b 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) 8996, "waterlogged=true")); - BRAIN_CORAL.addBlockAlternative(new BlockAlternative((short) 8997, "waterlogged=false")); + BRAIN_CORAL.addBlockAlternative(new BlockAlternative((short) 9532, "waterlogged=true")); + BRAIN_CORAL.addBlockAlternative(new BlockAlternative((short) 9533, "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 507495793..08904a190 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) 9016, "waterlogged=true")); - BRAIN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9017, "waterlogged=false")); + BRAIN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9552, "waterlogged=true")); + BRAIN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9553, "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 36aadf029..f7f694371 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) 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")); + 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")); } } 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 89bfcc152..7c28e16cf 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) 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")); + 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")); } } 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 c6d9732f2..6e698b194 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) 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")); + 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")); } } 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 c2316a2ea..a2ff4967c 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) 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")); + 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")); } } 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 53870057f..0c1dec2cb 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,69 +7,329 @@ 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) 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")); + 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")); } } 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 ae175a6e2..a6e3e27a5 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) 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")); + 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")); } } 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 5f0b0268a..53d26d0c9 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) 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")); + 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")); } } 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 918097ec0..f0f07c432 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) 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")); + 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")); } } 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 4068da5a9..092f43688 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) 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")); + 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")); } } 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 83aa8158b..7ad3ee42a 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) 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")); + 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")); } } 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 b1ba06125..bfbb8d3b9 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) 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")); + 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")); } } 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 744878b47..780ad7163 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) 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")); + 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")); } } 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 5d9c1a251..4bdc75d98 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) 9131, "drag=true")); - BUBBLE_COLUMN.addBlockAlternative(new BlockAlternative((short) 9132, "drag=false")); + BUBBLE_COLUMN.addBlockAlternative(new BlockAlternative((short) 9667, "drag=true")); + BUBBLE_COLUMN.addBlockAlternative(new BlockAlternative((short) 9668, "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 681d03246..2cd240755 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) 8998, "waterlogged=true")); - BUBBLE_CORAL.addBlockAlternative(new BlockAlternative((short) 8999, "waterlogged=false")); + BUBBLE_CORAL.addBlockAlternative(new BlockAlternative((short) 9534, "waterlogged=true")); + BUBBLE_CORAL.addBlockAlternative(new BlockAlternative((short) 9535, "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 03510fab1..d3c127305 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) 9018, "waterlogged=true")); - BUBBLE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9019, "waterlogged=false")); + BUBBLE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9554, "waterlogged=true")); + BUBBLE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9555, "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 a312c52f6..a1d25fad8 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) 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")); + 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")); } } 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 dfdae7500..0e3694268 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) 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")); + 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")); } } 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 c53fb9ca8..49cdf26d7 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) 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")); + 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")); } } 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 54c03e26f..51b199c1f 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) 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")); + 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")); } } 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 d9037ecbb..1767d2164 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) 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")); + 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")); } } 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 e9458d2f6..8e622db1e 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) 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")); + 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")); } } 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 1e6c5db19..1023abef8 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) 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")); + 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")); } } 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 new file mode 100644 index 000000000..55e67eac4 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Chain.java @@ -0,0 +1,13 @@ +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 b949f5d01..7e7d6caef 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) 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")); + 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")); } } 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 14f0a6466..67ab07e55 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) 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")); + 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")); } } 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 32265bda6..83f5257bc 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) 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")); + 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")); } } 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 5751f4385..634e91a22 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) 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")); + 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")); } } 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 e69608630..5e4ffed32 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) 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")); + 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")); } } 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 0262f5929..de5928569 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) 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")); + 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")); } } 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 6b8956fc7..1abacdd07 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) 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")); + 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")); } } 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 838327700..3ffbc1298 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,69 +7,329 @@ 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) 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")); + 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")); } } 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 3a5488b4d..63557c631 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) 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")); + 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")); } } 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 135df7b28..1d5a9b48b 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) 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")); + 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")); } } 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 3f0ed12f5..44f8f6de4 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) 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")); + 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")); } } 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 565b63f9c..ae5d2811a 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) 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")); + 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")); } } 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 895d976bc..e649f4525 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) 9113, "waterlogged=true")); - CONDUIT.addBlockAlternative(new BlockAlternative((short) 9114, "waterlogged=false")); + CONDUIT.addBlockAlternative(new BlockAlternative((short) 9649, "waterlogged=true")); + CONDUIT.addBlockAlternative(new BlockAlternative((short) 9650, "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 104fd3c08..cf39542f9 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) 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")); + 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")); } } 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 8431cc0f7..144225ae9 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) 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")); + 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")); } } 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 new file mode 100644 index 000000000..3cfc9639e --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonButton.java @@ -0,0 +1,35 @@ +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 new file mode 100644 index 000000000..b6bf0ef4f --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonDoor.java @@ -0,0 +1,75 @@ +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 new file mode 100644 index 000000000..f798dfab0 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonFence.java @@ -0,0 +1,43 @@ +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 new file mode 100644 index 000000000..4adce62e1 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonFenceGate.java @@ -0,0 +1,43 @@ +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 new file mode 100644 index 000000000..0fb8ead88 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonHyphae.java @@ -0,0 +1,14 @@ +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 new file mode 100644 index 000000000..8d6a3fc33 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonPressurePlate.java @@ -0,0 +1,13 @@ +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 new file mode 100644 index 000000000..2e4f99f7c --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonSign.java @@ -0,0 +1,43 @@ +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 new file mode 100644 index 000000000..cba78fa91 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonSlab.java @@ -0,0 +1,17 @@ +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 new file mode 100644 index 000000000..d420f297b --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonStairs.java @@ -0,0 +1,91 @@ +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 new file mode 100644 index 000000000..05ec322ba --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonStem.java @@ -0,0 +1,14 @@ +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 new file mode 100644 index 000000000..2c69eaab3 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonTrapdoor.java @@ -0,0 +1,75 @@ +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 new file mode 100644 index 000000000..0bdbceb3b --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonWallSign.java @@ -0,0 +1,19 @@ +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 42e40cbb7..83fdc4c6c 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) 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")); + 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")); } } 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 caf4c108c..c4f7f0ac8 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) 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")); + 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")); } } 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 3cf481ecd..5a729cabb 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) 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")); + 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")); } } 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 557bccbaa..a589edddd 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) 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")); + 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")); } } 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 248bee0f0..fceb212b3 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) 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")); + 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")); } } 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 e7d5efbf8..675bb29f0 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) 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")); + 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")); } } 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 bdcf59d9b..b45ec9eba 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) 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")); + 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")); } } 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 dd7f809d4..8faf7dec0 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) 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")); + 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")); } } 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 33fe9d4e7..704a6a445 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) 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")); + 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")); } } 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 e0c11c243..fb0d8ca4c 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) 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")); + 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")); } } 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 9a59b8fc7..475ed1642 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) 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")); + 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")); } } 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 af42720a8..8b9011e9e 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) 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")); + 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")); } } 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 4178ca421..d3aeebee7 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) 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")); + 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")); } } 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 b2c1dd6f6..18686ad30 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) 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")); + 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")); } } 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 d4c285a20..93eb524f7 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) 87, "axis=x")); - DARK_OAK_LOG.addBlockAlternative(new BlockAlternative((short) 88, "axis=y")); - DARK_OAK_LOG.addBlockAlternative(new BlockAlternative((short) 89, "axis=z")); + 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")); } } 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 f347f7bf4..ac525a6dc 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) 3881, "powered=true")); - DARK_OAK_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3882, "powered=false")); + DARK_OAK_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3883, "powered=true")); + DARK_OAK_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3884, "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 335fe5e4f..874d0eb1a 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) 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")); + 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")); } } 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 415be6afd..d402ef604 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) 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")); + 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")); } } 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 73b9dccb2..3fe7e7ae0 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) 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")); + 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")); } } 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 313ec071b..285432355 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) 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")); + 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")); } } 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 ab7792320..369b232cf 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) 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")); + 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")); } } 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 b1392d8e7..9b4772a95 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) 123, "axis=x")); - DARK_OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 124, "axis=y")); - DARK_OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 125, "axis=z")); + 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")); } } 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 c34847843..0dc933a4c 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) 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")); + 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")); } } 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 a02667252..835267a7f 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) 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")); + 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")); } } 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 d0318f97a..104f663d2 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) 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")); + 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")); } } 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 ae27288f2..067b95528 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) 8986, "waterlogged=true")); - DEAD_BRAIN_CORAL.addBlockAlternative(new BlockAlternative((short) 8987, "waterlogged=false")); + DEAD_BRAIN_CORAL.addBlockAlternative(new BlockAlternative((short) 9522, "waterlogged=true")); + DEAD_BRAIN_CORAL.addBlockAlternative(new BlockAlternative((short) 9523, "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 5bc092e75..b6dbda133 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) 9006, "waterlogged=true")); - DEAD_BRAIN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9007, "waterlogged=false")); + DEAD_BRAIN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9542, "waterlogged=true")); + DEAD_BRAIN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9543, "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 2b9654e58..794d619e4 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) 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")); + 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")); } } 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 5f64110ff..ca33316bd 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) 8988, "waterlogged=true")); - DEAD_BUBBLE_CORAL.addBlockAlternative(new BlockAlternative((short) 8989, "waterlogged=false")); + DEAD_BUBBLE_CORAL.addBlockAlternative(new BlockAlternative((short) 9524, "waterlogged=true")); + DEAD_BUBBLE_CORAL.addBlockAlternative(new BlockAlternative((short) 9525, "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 b00e734b5..0979acb72 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) 9008, "waterlogged=true")); - DEAD_BUBBLE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9009, "waterlogged=false")); + DEAD_BUBBLE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9544, "waterlogged=true")); + DEAD_BUBBLE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9545, "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 edcc58732..eb0694efc 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) 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")); + 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")); } } 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 58bd4e0fb..bcce33afd 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) 8990, "waterlogged=true")); - DEAD_FIRE_CORAL.addBlockAlternative(new BlockAlternative((short) 8991, "waterlogged=false")); + DEAD_FIRE_CORAL.addBlockAlternative(new BlockAlternative((short) 9526, "waterlogged=true")); + DEAD_FIRE_CORAL.addBlockAlternative(new BlockAlternative((short) 9527, "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 e5381c342..80b74e1bc 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) 9010, "waterlogged=true")); - DEAD_FIRE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9011, "waterlogged=false")); + DEAD_FIRE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9546, "waterlogged=true")); + DEAD_FIRE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9547, "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 5657efb85..86436eeb6 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) 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")); + 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")); } } 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 208fe97d5..0face9002 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) 8992, "waterlogged=true")); - DEAD_HORN_CORAL.addBlockAlternative(new BlockAlternative((short) 8993, "waterlogged=false")); + DEAD_HORN_CORAL.addBlockAlternative(new BlockAlternative((short) 9528, "waterlogged=true")); + DEAD_HORN_CORAL.addBlockAlternative(new BlockAlternative((short) 9529, "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 db801b3eb..6cd6b465a 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) 9012, "waterlogged=true")); - DEAD_HORN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9013, "waterlogged=false")); + DEAD_HORN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9548, "waterlogged=true")); + DEAD_HORN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9549, "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 416bd3031..3e847d4df 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) 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")); + 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")); } } 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 d7be4148d..8d9622f0a 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) 8984, "waterlogged=true")); - DEAD_TUBE_CORAL.addBlockAlternative(new BlockAlternative((short) 8985, "waterlogged=false")); + DEAD_TUBE_CORAL.addBlockAlternative(new BlockAlternative((short) 9520, "waterlogged=true")); + DEAD_TUBE_CORAL.addBlockAlternative(new BlockAlternative((short) 9521, "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 b1a70108a..1b9f66fca 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) 9004, "waterlogged=true")); - DEAD_TUBE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9005, "waterlogged=false")); + DEAD_TUBE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9540, "waterlogged=true")); + DEAD_TUBE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9541, "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 4169bd322..ea43cc8dc 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) 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")); + 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")); } } 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 5e50accfe..a1649e521 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) 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")); + 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")); } } 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 02cd8d572..ce5cbb285 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) 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")); + 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")); } } 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 cc795c1f1..c22524896 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) 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")); + 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")); } } 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 67464c563..a752a77fb 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,69 +7,329 @@ 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) 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")); + 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")); } } 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 10b160e34..71cdcad7f 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) 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")); + 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")); } } 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 bffb5b627..c7a5f0840 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) 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")); + 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")); } } 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 25d9886d5..39f9315d3 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) 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")); + 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")); } } 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 efcc7c6d6..f19615d8e 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) 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")); + 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")); } } 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 b50ce0abd..5ec1ba0ea 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) 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")); + 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")); } } 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 a8be312d0..e7c8fb23b 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) 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")); + 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")); } } 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 711847731..2c7b58ac1 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) 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")); + 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")); } } 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 447fda5f7..8cf06c1f2 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) 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")); + 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")); } } 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 ecb8066cf..c1ad155b9 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,69 +7,329 @@ 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) 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")); + 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")); } } 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 1b9ad6208..b2486f615 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) 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")); + 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")); } } 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 52a0b9d95..f37cb02da 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) 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")); + 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")); } } 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 26a97565e..97e07d984 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) 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")); + 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")); } } 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 e9c2536d7..016ee127c 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) 9000, "waterlogged=true")); - FIRE_CORAL.addBlockAlternative(new BlockAlternative((short) 9001, "waterlogged=false")); + FIRE_CORAL.addBlockAlternative(new BlockAlternative((short) 9536, "waterlogged=true")); + FIRE_CORAL.addBlockAlternative(new BlockAlternative((short) 9537, "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 fcf4b0002..cd405553a 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) 9020, "waterlogged=true")); - FIRE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9021, "waterlogged=false")); + FIRE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9556, "waterlogged=true")); + FIRE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9557, "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 e4cf78808..8db5cbc07 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) 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")); + 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")); } } 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 01179ef1c..a2f3ce9e0 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) 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")); + 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")); } } 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 eb8002a57..ba1174583 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) 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")); + 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")); } } 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 30adf58de..1f2bbc5cc 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) 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")); + 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")); } } 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 d4b6b025b..fd8fabd27 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) 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")); + 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")); } } 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 c3da9bcc2..3a5110154 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) 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")); + 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")); } } 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 d3c33d855..50c974e3b 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,69 +7,329 @@ 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) 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")); + 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")); } } 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 a1ef9bcbc..a423a2a23 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) 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")); + 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")); } } 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 87ae40be0..3cdb461ee 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) 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")); + 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")); } } 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 e105de4c0..e6bac8abb 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) 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")); + 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")); } } 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 9c7121f13..bb113b6e2 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) 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")); + 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")); } } 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 411ac7f57..52a6038c2 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) 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")); + 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")); } } 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 172cf9512..993d8b776 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) 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")); + 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")); } } 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 231e2737b..06ffcb77b 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) 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")); + 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")); } } 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 f50c75871..ddabf728a 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) 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")); + 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")); } } 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 04b914346..bd996678c 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) 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")); + 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")); } } 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 cba475bc0..0f5f79e56 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) 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")); + 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")); } } 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 c14f0e626..11d94f8c4 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) 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")); + 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")); } } 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 aa8e18bb2..25fdcc43c 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) 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")); + 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")); } } 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 621a8c91c..7f4e4f8e7 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) 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")); + 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")); } } 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 c15f3f7e4..337e3afb1 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) 7327, "axis=x")); - HAY_BLOCK.addBlockAlternative(new BlockAlternative((short) 7328, "axis=y")); - HAY_BLOCK.addBlockAlternative(new BlockAlternative((short) 7329, "axis=z")); + 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")); } } 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 ecef839c0..fd92b7a71 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) 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")); + 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")); } } 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 e36db47ab..a4a15b480 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) 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")); + 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")); } } 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 170f99ea4..4843697b6 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) 9002, "waterlogged=true")); - HORN_CORAL.addBlockAlternative(new BlockAlternative((short) 9003, "waterlogged=false")); + HORN_CORAL.addBlockAlternative(new BlockAlternative((short) 9538, "waterlogged=true")); + HORN_CORAL.addBlockAlternative(new BlockAlternative((short) 9539, "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 ea0cb6693..78786fc1b 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) 9022, "waterlogged=true")); - HORN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9023, "waterlogged=false")); + HORN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9558, "waterlogged=true")); + HORN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9559, "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 65664cd5e..3273f4e35 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) 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")); + 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")); } } 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 29f9234b0..a646bd352 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) 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")); + 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")); } } 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 235bc2e61..563572d95 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) 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")); + 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")); } } 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 99f3fcf61..bec726ba3 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) 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")); + 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")); } } 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 a0b17d5e3..a6d4e370a 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) 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")); + 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")); } } 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 8bd80f3a4..d0fac8be6 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,11 +7,17 @@ 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) 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")); + 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")); } } 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 294a44b81..5f97ede91 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) 3962, "has_record=true")); - JUKEBOX.addBlockAlternative(new BlockAlternative((short) 3963, "has_record=false")); + JUKEBOX.addBlockAlternative(new BlockAlternative((short) 3964, "has_record=true")); + JUKEBOX.addBlockAlternative(new BlockAlternative((short) 3965, "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 f31ca6c3f..03400b1d3 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) 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")); + 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")); } } 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 b2bc5348c..15a84a56d 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) 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")); + 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")); } } 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 b46cd4e95..3be2071c6 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) 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")); + 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")); } } 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 25ce0e812..500b5a596 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) 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")); + 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")); } } 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 4d5f26b9c..9f5e15a06 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) 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")); + 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")); } } 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 9a737598c..db523d1cc 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) 81, "axis=x")); - JUNGLE_LOG.addBlockAlternative(new BlockAlternative((short) 82, "axis=y")); - JUNGLE_LOG.addBlockAlternative(new BlockAlternative((short) 83, "axis=z")); + 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")); } } 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 ac7809267..8498633f7 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) 3877, "powered=true")); - JUNGLE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3878, "powered=false")); + JUNGLE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3879, "powered=true")); + JUNGLE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3880, "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 7bc0a1e63..7706e76b3 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) 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")); + 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")); } } 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 18c2377f5..d191e70ce 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) 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")); + 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")); } } 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 92c55d400..607f3949e 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) 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")); + 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")); } } 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 b5faf1e27..b64be4c98 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) 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")); + 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")); } } 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 5c2942f8a..f135b933f 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) 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")); + 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")); } } 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 3aad21319..89b57545f 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) 117, "axis=x")); - JUNGLE_WOOD.addBlockAlternative(new BlockAlternative((short) 118, "axis=y")); - JUNGLE_WOOD.addBlockAlternative(new BlockAlternative((short) 119, "axis=z")); + 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")); } } 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 a25bc640e..90d6a9e53 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) 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")); + 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")); } } 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 db69cb66a..6bd0b837d 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) 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")); + 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")); } } 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 58f067570..1dbda6d54 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) 11230, "hanging=true")); - LANTERN.addBlockAlternative(new BlockAlternative((short) 11231, "hanging=false")); + LANTERN.addBlockAlternative(new BlockAlternative((short) 14886, "hanging=true")); + LANTERN.addBlockAlternative(new BlockAlternative((short) 14887, "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 aa51a24d5..a8d1bb479 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) 7359, "half=upper")); - LARGE_FERN.addBlockAlternative(new BlockAlternative((short) 7360, "half=lower")); + LARGE_FERN.addBlockAlternative(new BlockAlternative((short) 7895, "half=upper")); + LARGE_FERN.addBlockAlternative(new BlockAlternative((short) 7896, "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 e60d749fa..e0c65a330 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) 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")); + 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")); } } 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 34209b662..b4b475826 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) 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")); + 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")); } } 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 f2aac94b7..95fabc731 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) 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")); + 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")); } } 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 12d62c947..f4f99c49f 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) 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")); + 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")); } } 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 d7d71e005..2cc2b71f7 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) 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")); + 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")); } } 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 c855b3508..8da452204 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) 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")); + 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")); } } 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 5a77290a8..ed6b2e904 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) 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")); + 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")); } } 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 ca8be91bd..e5b93db72 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) 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")); + 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")); } } 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 f7589c13e..4b55cf166 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) 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")); + 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")); } } 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 6884be701..969558eae 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) 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")); + 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")); } } 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 e79b39e97..c386a576e 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) 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")); + 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")); } } 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 c897a8c9a..b437ad950 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) 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")); + 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")); } } 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 ca6c4e101..37947723e 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) 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")); + 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")); } } 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 423c14ca5..7508ccb5e 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) 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")); + 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")); } } 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 7e37310af..7693d3128 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) 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")); + 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")); } } 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 b45aedc51..4f2ba0ba2 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) 7351, "half=upper")); - LILAC.addBlockAlternative(new BlockAlternative((short) 7352, "half=lower")); + LILAC.addBlockAlternative(new BlockAlternative((short) 7887, "half=upper")); + LILAC.addBlockAlternative(new BlockAlternative((short) 7888, "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 e5a78a639..e6cf9a110 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) 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")); + 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")); } } 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 0fe0c7dd3..050e938ff 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) 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")); + 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")); } } 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 93849dca8..9dc45879b 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) 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")); + 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")); } } 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 7dc5eb7e6..28d695f6f 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) 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")); + 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")); } } 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 63fa284fa..598f9c012 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) 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")); + 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")); } } 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 ce97e2f54..25bf12b88 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) 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")); + 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")); } } 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 b63fdb918..0a4bfac2f 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) 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")); + 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")); } } 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 a05d6cac2..86282f6a9 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) 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")); + 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")); } } 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 e99770c12..9ed03a1a2 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) 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")); + 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")); } } 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 dddafc61e..797f888cd 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) 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")); + 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")); } } 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 4b0d92ba7..452394d7f 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) 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")); + 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")); } } 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 26b04986b..b54a656b7 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) 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")); + 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")); } } 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 2c28e3e74..9a7cd2637 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) 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")); + 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")); } } 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 313cc722a..b3547ba70 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) 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")); + 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")); } } 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 2aabe97bd..135cfad94 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) 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")); + 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")); } } 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 cf7cd83d4..b6b55a11e 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) 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")); + 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")); } } 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 ff19e7eb1..7b302ee07 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,69 +7,329 @@ 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) 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")); + 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")); } } 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 0ecabf205..993a52669 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) 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")); + 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")); } } 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 1153ea036..f6c6e6672 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) 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")); + 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")); } } 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 81dcaf276..970b5f043 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,69 +7,329 @@ 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) 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")); + 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")); } } 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 d9323aa1f..c9231b1a4 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) 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")); + 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")); } } 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 16a3aa9bc..34155bb7d 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) 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")); + 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")); } } 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 a269c14a2..afc0efc84 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) 4996, "snowy=true")); - MYCELIUM.addBlockAlternative(new BlockAlternative((short) 4997, "snowy=false")); + MYCELIUM.addBlockAlternative(new BlockAlternative((short) 5012, "snowy=true")); + MYCELIUM.addBlockAlternative(new BlockAlternative((short) 5013, "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 2681577b8..2c6000af0 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) 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")); + 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")); } } 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 3bdb4c883..a79af13eb 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) 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")); + 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")); } } 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 fd5888790..751faa6d2 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) 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")); + 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")); } } 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 de5766491..717bb6e11 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,69 +7,329 @@ 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) 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")); + 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")); } } 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 d7a1f276b..c931a1c0c 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) 4000, "axis=x")); - NETHER_PORTAL.addBlockAlternative(new BlockAlternative((short) 4001, "axis=z")); + NETHER_PORTAL.addBlockAlternative(new BlockAlternative((short) 4014, "axis=x")); + NETHER_PORTAL.addBlockAlternative(new BlockAlternative((short) 4015, "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 ec05dfcd7..798e56083 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) 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")); + 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")); } } 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 1e21d7e8f..d7a2f65c1 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) 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")); + 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")); } } 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 bf9ac2ecf..bcc76596e 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) 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")); + 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")); } } 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 85757accd..17ea19c64 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) 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")); + 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")); } } 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 c71006175..07a33c29f 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) 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")); + 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")); } } 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 3153905ba..2c451140d 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) 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")); + 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")); } } 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 fcd5648b3..b957daca6 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) 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")); + 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")); } } 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 f922dc8c2..a286cff56 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) 72, "axis=x")); - OAK_LOG.addBlockAlternative(new BlockAlternative((short) 73, "axis=y")); - OAK_LOG.addBlockAlternative(new BlockAlternative((short) 74, "axis=z")); + 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")); } } 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 3c4b91854..06f598030 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) 3871, "powered=true")); - OAK_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3872, "powered=false")); + OAK_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3873, "powered=true")); + OAK_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3874, "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 d99a1c50b..d16beaf1d 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) 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")); + 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")); } } 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 a3d1b37c0..202590424 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) 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")); + 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")); } } 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 87d059b46..8724ecb0e 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) 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")); + 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")); } } 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 712fa716e..077cfe38d 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) 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")); + 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")); } } 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 039b6b5df..b144c74e3 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) 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")); + 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")); } } 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 57abe86ce..b412d71c6 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) 108, "axis=x")); - OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 109, "axis=y")); - OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 110, "axis=z")); + 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")); } } 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 0818432a2..fd845c380 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) 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")); + 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")); } } 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 4b8bee3f2..f3cb82a59 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) 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")); + 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")); } } 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 1c30219a0..6b9480575 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) 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")); + 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")); } } 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 49faaaeaf..5086eacf6 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) 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")); + 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")); } } 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 66f3329a6..53c6d8e3f 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) 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")); + 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")); } } 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 84390f0df..0b75dbcc7 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) 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")); + 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")); } } 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 68ca72889..1ceb97bec 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) 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")); + 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")); } } 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 dc8689a8d..73e526d60 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) 7355, "half=upper")); - PEONY.addBlockAlternative(new BlockAlternative((short) 7356, "half=lower")); + PEONY.addBlockAlternative(new BlockAlternative((short) 7891, "half=upper")); + PEONY.addBlockAlternative(new BlockAlternative((short) 7892, "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 1df84a646..bf472391d 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) 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")); + 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")); } } 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 dc14bf629..2587c613b 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) 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")); + 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")); } } 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 575096955..ae46d6071 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) 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")); + 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")); } } 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 55101a602..821970990 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) 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")); + 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")); } } 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 3052a4aef..a625f8bcc 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) 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")); + 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")); } } 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 126790096..3a68e85f5 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) 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")); + 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")); } } 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 6952f9a57..1fa3ced8c 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) 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")); + 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")); } } 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 d4e09aa20..242a8ee2a 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) 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")); + 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")); } } 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 29f7d0272..2d927a84e 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) 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")); + 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")); } } 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 9b40254c4..f0cba09e8 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) 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")); + 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")); } } 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 2547bc7aa..49d35459c 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) 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")); + 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")); } } 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 1da359b2f..2e50db6f9 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) 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")); + 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")); } } 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 dad45a3a1..68a54ca59 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) 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")); + 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")); } } 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 new file mode 100644 index 000000000..32d88608f --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBasalt.java @@ -0,0 +1,14 @@ +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 new file mode 100644 index 000000000..d2264fd54 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBrickSlab.java @@ -0,0 +1,17 @@ +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 new file mode 100644 index 000000000..90d041d10 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBrickStairs.java @@ -0,0 +1,91 @@ +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 new file mode 100644 index 000000000..fee4721a6 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBrickWall.java @@ -0,0 +1,335 @@ +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 new file mode 100644 index 000000000..d0224b44a --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneButton.java @@ -0,0 +1,35 @@ +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 new file mode 100644 index 000000000..fac29edd4 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstonePressurePlate.java @@ -0,0 +1,13 @@ +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 new file mode 100644 index 000000000..8ecea4150 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneSlab.java @@ -0,0 +1,17 @@ +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 new file mode 100644 index 000000000..8986a55a7 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneStairs.java @@ -0,0 +1,91 @@ +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 new file mode 100644 index 000000000..65d928a18 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneWall.java @@ -0,0 +1,335 @@ +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 91b53bc21..e9530aba0 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) 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")); + 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")); } } 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 79e1af0c8..cc1d65014 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) 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")); + 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")); } } 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 e7c9f3f75..ade31aba3 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) 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")); + 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")); } } 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 7ba08b3a5..167c963db 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) 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")); + 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")); } } 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 7ad732c60..705bc46b4 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) 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")); + 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")); } } 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 015eac0ef..3b711954a 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) 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")); + 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")); } } 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 981d27a8b..789ec1785 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) 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")); + 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")); } } 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 1d487229a..eac91fdf4 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) 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")); + 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")); } } 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 5cd052501..06088d7cd 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) 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")); + 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")); } } 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 ac5ce55bf..bd185ba35 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) 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")); + 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")); } } 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 d1715437b..d4ea6f070 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,69 +7,329 @@ 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) 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")); + 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")); } } 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 cef55ec4a..d2f2b0253 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) 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")); + 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")); } } 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 ecb9b2121..c151d0393 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) 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")); + 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")); } } 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 cb57b07bf..e8301bcbc 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) 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")); + 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")); } } 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 2690e7159..1917166b3 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) 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")); + 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")); } } 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 b179f88ae..1c0aaecb3 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) 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")); + 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")); } } 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 fe99e8213..413eef377 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) 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")); + 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")); } } 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 c74d51d5e..633a27028 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) 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")); + 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")); } } 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 ab09727c9..4723854e4 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) 8599, "axis=x")); - PURPUR_PILLAR.addBlockAlternative(new BlockAlternative((short) 8600, "axis=y")); - PURPUR_PILLAR.addBlockAlternative(new BlockAlternative((short) 8601, "axis=z")); + 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")); } } 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 1f6c7509c..e30c28979 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) 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")); + 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")); } } 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 84e40d8cd..3c6a20344 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) 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")); + 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")); } } 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 05f3b0924..ba8a90c55 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) 6204, "axis=x")); - QUARTZ_PILLAR.addBlockAlternative(new BlockAlternative((short) 6205, "axis=y")); - QUARTZ_PILLAR.addBlockAlternative(new BlockAlternative((short) 6206, "axis=z")); + 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")); } } 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 76de6cc48..bb5493833 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) 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")); + 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")); } } 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 cb4e74b06..f98c23f04 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) 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")); + 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")); } } 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 296ce5772..6d9da2b25 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) 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")); + 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")); } } 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 cce4ea353..4f8f0c276 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) 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")); + 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")); } } 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 0ac880352..b0f9fa549 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) 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")); + 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")); } } 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 97e2965da..dc5a984c9 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) 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")); + 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")); } } 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 8e5cfdd7d..4b23ab60d 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) 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")); + 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")); } } 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 e60dbea59..d39e520ed 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) 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")); + 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")); } } 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 95c195bbb..d24337e6a 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) 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")); + 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")); } } 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 3c945c118..ccec75bfc 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,69 +7,329 @@ 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) 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")); + 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")); } } 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 1becf9fb3..59fe5119d 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) 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")); + 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")); } } 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 380b8c49e..f693b76bb 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) 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")); + 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")); } } 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 312be0320..ae26841b9 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,69 +7,329 @@ 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) 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")); + 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")); } } 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 b42219ef6..e499b4393 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) 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")); + 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")); } } 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 785444f42..faf446d4c 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) 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")); + 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")); } } 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 65f091bee..c1fbd3fed 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) 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")); + 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")); } } 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 d692ade09..fe29263c8 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) 5140, "lit=true")); - REDSTONE_LAMP.addBlockAlternative(new BlockAlternative((short) 5141, "lit=false")); + REDSTONE_LAMP.addBlockAlternative(new BlockAlternative((short) 5156, "lit=true")); + REDSTONE_LAMP.addBlockAlternative(new BlockAlternative((short) 5157, "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 441f89195..c9689fc25 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) 3883, "lit=true")); - REDSTONE_ORE.addBlockAlternative(new BlockAlternative((short) 3884, "lit=false")); + REDSTONE_ORE.addBlockAlternative(new BlockAlternative((short) 3885, "lit=true")); + REDSTONE_ORE.addBlockAlternative(new BlockAlternative((short) 3886, "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 81c250b0d..f442ab502 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) 3885, "lit=true")); - REDSTONE_TORCH.addBlockAlternative(new BlockAlternative((short) 3886, "lit=false")); + REDSTONE_TORCH.addBlockAlternative(new BlockAlternative((short) 3887, "lit=true")); + REDSTONE_TORCH.addBlockAlternative(new BlockAlternative((short) 3888, "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 945e66f9d..e3a0b40e9 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) 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")); + 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")); } } 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 44de4366e..8145c6fa1 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) 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")); + 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")); } } 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 95f326f4f..1b5403385 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) 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")); + 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")); } } 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 df147cb15..9641c73e1 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) 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")); + 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")); } } 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 new file mode 100644 index 000000000..f83f4bcf8 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RespawnAnchor.java @@ -0,0 +1,16 @@ +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 971fea044..3de60b76c 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) 7353, "half=upper")); - ROSE_BUSH.addBlockAlternative(new BlockAlternative((short) 7354, "half=lower")); + ROSE_BUSH.addBlockAlternative(new BlockAlternative((short) 7889, "half=upper")); + ROSE_BUSH.addBlockAlternative(new BlockAlternative((short) 7890, "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 ea8b879dc..591d68dc8 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) 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")); + 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")); } } 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 f8a08faab..cf2badbc1 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) 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")); + 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")); } } 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 e3def8a35..c7807e524 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,69 +7,329 @@ 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) 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")); + 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")); } } 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 6cdbc10e2..bcd034d13 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) 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")); + 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")); } } 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 d6101f796..31a29869d 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) 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")); + 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")); } } 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 a4285496c..b5afb02e8 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) 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")); + 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")); } } 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 e6416b6fe..4490197f8 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) 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")); + 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")); } } 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 4a21ee425..46b4f7a16 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) 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")); + 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")); } } 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 51d033341..dfe86e48a 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) 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")); + 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")); } } 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 d96ca83cc..0b99dfb19 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) 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")); + 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")); } } 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 d2f9f12ac..f33343596 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) 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")); + 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")); } } 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 b0206de71..e772ba233 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) 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")); + 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")); } } 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 41e782345..efd23ee5e 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) 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")); + 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")); } } 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 ce8119487..6081d11af 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) 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")); + 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")); } } 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 82820033e..6157427cb 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) 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")); + 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")); } } 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 31bcc147e..8adc69d4f 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) 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")); + 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")); } } 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 194a59dab..ca0b8bdc6 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) 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")); + 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")); } } 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 new file mode 100644 index 000000000..30a8a98fb --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SoulCampfire.java @@ -0,0 +1,43 @@ +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 new file mode 100644 index 000000000..f120ebc12 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SoulLantern.java @@ -0,0 +1,13 @@ +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 new file mode 100644 index 000000000..85c3214ee --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SoulWallTorch.java @@ -0,0 +1,15 @@ +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 90787ff60..33447e7a8 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) 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")); + 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")); } } 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 5b71fa774..6c433eb44 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) 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")); + 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")); } } 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 19edaa5c9..4b3f306db 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) 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")); + 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")); } } 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 0b89d60d9..084e5af06 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) 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")); + 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")); } } 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 28f46f2b7..b1a446334 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) 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")); + 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")); } } 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 e4f07004d..6401b8f8e 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) 75, "axis=x")); - SPRUCE_LOG.addBlockAlternative(new BlockAlternative((short) 76, "axis=y")); - SPRUCE_LOG.addBlockAlternative(new BlockAlternative((short) 77, "axis=z")); + 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")); } } 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 40b636ce9..de9ed20b3 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) 3873, "powered=true")); - SPRUCE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3874, "powered=false")); + SPRUCE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3875, "powered=true")); + SPRUCE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3876, "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 701921e37..33addc2d1 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) 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")); + 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")); } } 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 3858ea595..19cc1ad96 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) 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")); + 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")); } } 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 62d71d52a..289ceb3ad 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) 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")); + 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")); } } 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 12627be68..b133d08a6 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) 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")); + 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")); } } 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 fad54e7a8..3410f496a 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) 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")); + 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")); } } 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 e40c4b073..13f3a1639 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) 111, "axis=x")); - SPRUCE_WOOD.addBlockAlternative(new BlockAlternative((short) 112, "axis=y")); - SPRUCE_WOOD.addBlockAlternative(new BlockAlternative((short) 113, "axis=z")); + 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")); } } 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 c1388409e..4cd628b3b 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) 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")); + 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")); } } 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 66aedfb35..474710c4b 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) 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")); + 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")); } } 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 3789664a7..8f721d509 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) 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")); + 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")); } } 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 36afcae49..a0fba1b7c 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,69 +7,329 @@ 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) 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")); + 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")); } } 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 ce5ded28f..5e4db7487 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) 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")); + 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")); } } 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 9e94a9fb6..9b5e6535c 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) 3805, "powered=true")); - STONE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3806, "powered=false")); + STONE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3807, "powered=true")); + STONE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3808, "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 9d15bd260..c8d3f0a75 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) 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")); + 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")); } } 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 6726cb4ef..4dfe5c81a 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) 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")); + 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")); } } 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 0f1262028..68538c42e 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) 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")); + 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")); } } 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 3f1d0aec4..db34fdb73 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) 99, "axis=x")); - STRIPPED_ACACIA_LOG.addBlockAlternative(new BlockAlternative((short) 100, "axis=y")); - STRIPPED_ACACIA_LOG.addBlockAlternative(new BlockAlternative((short) 101, "axis=z")); + 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")); } } 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 1afe2ce45..d4c0941a9 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) 138, "axis=x")); - STRIPPED_ACACIA_WOOD.addBlockAlternative(new BlockAlternative((short) 139, "axis=y")); - STRIPPED_ACACIA_WOOD.addBlockAlternative(new BlockAlternative((short) 140, "axis=z")); + 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")); } } 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 0c5cfb9a7..7c3c9bca7 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) 93, "axis=x")); - STRIPPED_BIRCH_LOG.addBlockAlternative(new BlockAlternative((short) 94, "axis=y")); - STRIPPED_BIRCH_LOG.addBlockAlternative(new BlockAlternative((short) 95, "axis=z")); + 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")); } } 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 5e6b26540..9b69bfd56 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) 132, "axis=x")); - STRIPPED_BIRCH_WOOD.addBlockAlternative(new BlockAlternative((short) 133, "axis=y")); - STRIPPED_BIRCH_WOOD.addBlockAlternative(new BlockAlternative((short) 134, "axis=z")); + 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")); } } 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 new file mode 100644 index 000000000..28727494e --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedCrimsonHyphae.java @@ -0,0 +1,14 @@ +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 new file mode 100644 index 000000000..899347085 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedCrimsonStem.java @@ -0,0 +1,14 @@ +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 840fcac1f..d6e6a1dd9 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) 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")); + 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")); } } 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 2134db8e7..df7945ebd 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) 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")); + 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")); } } 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 60c332a7d..b0b027aab 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) 96, "axis=x")); - STRIPPED_JUNGLE_LOG.addBlockAlternative(new BlockAlternative((short) 97, "axis=y")); - STRIPPED_JUNGLE_LOG.addBlockAlternative(new BlockAlternative((short) 98, "axis=z")); + 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")); } } 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 40c52436b..541b0f455 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) 135, "axis=x")); - STRIPPED_JUNGLE_WOOD.addBlockAlternative(new BlockAlternative((short) 136, "axis=y")); - STRIPPED_JUNGLE_WOOD.addBlockAlternative(new BlockAlternative((short) 137, "axis=z")); + 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")); } } 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 a33592eff..eac7300b8 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) 105, "axis=x")); - STRIPPED_OAK_LOG.addBlockAlternative(new BlockAlternative((short) 106, "axis=y")); - STRIPPED_OAK_LOG.addBlockAlternative(new BlockAlternative((short) 107, "axis=z")); + 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")); } } 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 80e81bc3a..3eefcfc90 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) 126, "axis=x")); - STRIPPED_OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 127, "axis=y")); - STRIPPED_OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 128, "axis=z")); + 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")); } } 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 5ef89d99c..759af1c1e 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) 90, "axis=x")); - STRIPPED_SPRUCE_LOG.addBlockAlternative(new BlockAlternative((short) 91, "axis=y")); - STRIPPED_SPRUCE_LOG.addBlockAlternative(new BlockAlternative((short) 92, "axis=z")); + 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")); } } 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 198d29560..f390bda72 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) 129, "axis=x")); - STRIPPED_SPRUCE_WOOD.addBlockAlternative(new BlockAlternative((short) 130, "axis=y")); - STRIPPED_SPRUCE_WOOD.addBlockAlternative(new BlockAlternative((short) 131, "axis=z")); + 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")); } } 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 new file mode 100644 index 000000000..7f4e4f66e --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedWarpedHyphae.java @@ -0,0 +1,14 @@ +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 new file mode 100644 index 000000000..fbb39b737 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedWarpedStem.java @@ -0,0 +1,14 @@ +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 927bbc898..a50be24e5 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) 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")); + 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")); } } 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 c0c5e80c2..4c5e81328 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) 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")); + 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")); } } 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 6eb720619..2e9250bce 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) 7349, "half=upper")); - SUNFLOWER.addBlockAlternative(new BlockAlternative((short) 7350, "half=lower")); + SUNFLOWER.addBlockAlternative(new BlockAlternative((short) 7885, "half=upper")); + SUNFLOWER.addBlockAlternative(new BlockAlternative((short) 7886, "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 3fee46872..98f14ee0a 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) 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")); + 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")); } } 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 2707d5978..0154125b1 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) 7357, "half=upper")); - TALL_GRASS.addBlockAlternative(new BlockAlternative((short) 7358, "half=lower")); + TALL_GRASS.addBlockAlternative(new BlockAlternative((short) 7893, "half=upper")); + TALL_GRASS.addBlockAlternative(new BlockAlternative((short) 7894, "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 c8d1e053e..b09ee302a 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) 1345, "half=upper")); - TALL_SEAGRASS.addBlockAlternative(new BlockAlternative((short) 1346, "half=lower")); + TALL_SEAGRASS.addBlockAlternative(new BlockAlternative((short) 1346, "half=upper")); + TALL_SEAGRASS.addBlockAlternative(new BlockAlternative((short) 1347, "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 new file mode 100644 index 000000000..ec372e321 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Target.java @@ -0,0 +1,27 @@ +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 6c92dafcd..7c3c95ea0 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) 1429, "unstable=true")); - TNT.addBlockAlternative(new BlockAlternative((short) 1430, "unstable=false")); + TNT.addBlockAlternative(new BlockAlternative((short) 1430, "unstable=true")); + TNT.addBlockAlternative(new BlockAlternative((short) 1431, "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 51cd3d474..f56bcf6b0 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) 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")); + 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")); } } 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 f08174045..f0a3cd1a3 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) 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")); + 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")); } } 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 f7ecbde8b..98d8b0471 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) 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")); + 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")); } } 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 fa852c035..3dfbc1692 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) 8994, "waterlogged=true")); - TUBE_CORAL.addBlockAlternative(new BlockAlternative((short) 8995, "waterlogged=false")); + TUBE_CORAL.addBlockAlternative(new BlockAlternative((short) 9530, "waterlogged=true")); + TUBE_CORAL.addBlockAlternative(new BlockAlternative((short) 9531, "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 4e689302a..0ad1dda6d 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) 9014, "waterlogged=true")); - TUBE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9015, "waterlogged=false")); + TUBE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9550, "waterlogged=true")); + TUBE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9551, "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 aeb1240d4..ba447259a 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) 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")); + 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")); } } 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 a30496f97..483607492 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) 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")); + 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")); } } 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 new file mode 100644 index 000000000..95afd16d6 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/TwistingVines.java @@ -0,0 +1,37 @@ +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 edddd82c5..0403acfcb 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) 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")); + 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")); } } 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 cd00c8e4e..d0e5698c0 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) 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")); + 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")); } } 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 new file mode 100644 index 000000000..20fa04e3e --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedButton.java @@ -0,0 +1,35 @@ +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 new file mode 100644 index 000000000..6e4f8ebe4 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedDoor.java @@ -0,0 +1,75 @@ +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 new file mode 100644 index 000000000..911811287 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedFence.java @@ -0,0 +1,43 @@ +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 new file mode 100644 index 000000000..4411eb080 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedFenceGate.java @@ -0,0 +1,43 @@ +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 new file mode 100644 index 000000000..79d350a17 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedHyphae.java @@ -0,0 +1,14 @@ +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 new file mode 100644 index 000000000..3d64738a5 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedPressurePlate.java @@ -0,0 +1,13 @@ +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 new file mode 100644 index 000000000..d70fabc3c --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedSign.java @@ -0,0 +1,43 @@ +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 new file mode 100644 index 000000000..9a26b26fe --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedSlab.java @@ -0,0 +1,17 @@ +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 new file mode 100644 index 000000000..2cacf4462 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedStairs.java @@ -0,0 +1,91 @@ +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 new file mode 100644 index 000000000..3d87412ce --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedStem.java @@ -0,0 +1,14 @@ +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 new file mode 100644 index 000000000..f6d97ddee --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedTrapdoor.java @@ -0,0 +1,75 @@ +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 new file mode 100644 index 000000000..14f0f7299 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedWallSign.java @@ -0,0 +1,19 @@ +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 new file mode 100644 index 000000000..e91dc7003 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WeepingVines.java @@ -0,0 +1,37 @@ +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 0f9627ac7..8cf35ff20 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) 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")); + 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")); } } 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 09a8289fc..bbb07743e 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) 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")); + 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")); } } 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 3fa2ea0b2..1c3c851cc 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) 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")); + 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")); } } 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 be2098b07..850776f8f 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) 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")); + 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")); } } 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 fcc2bacfc..39b2fa847 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) 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")); + 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")); } } 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 35fab0b9c..6ace00a25 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) 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")); + 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")); } } 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 5f1628249..12ac20bc9 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) 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")); + 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")); } } 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 5b9c03060..2fa24f6cc 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) 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")); + 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")); } } 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 706ea999d..fb6bd63a0 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) 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")); + 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")); } } 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 6c7215d1c..42ad2e6e8 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) 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")); + 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")); } } 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 1fcd8d2a9..3f54e1955 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) 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")); + 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")); } } 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 468d5e6d1..f62469418 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) 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")); + 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")); } } 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 7d924652f..916a6f4da 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) 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")); + 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")); } } 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 29dbcd299..aba6bf954 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) 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")); + 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")); } } 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 b3558ec20..0f9612fdf 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) 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")); + 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")); } } 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 c5039aaba..ef13f79f7 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) 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")); + 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")); } } 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 0d0a92206..dec035de4 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) 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")); + 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")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/item/Material.java b/src/autogenerated/java/net/minestom/server/instance/item/Material.java deleted file mode 100644 index b1ffca751..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/item/Material.java +++ /dev/null @@ -1,1005 +0,0 @@ -//============================== -// AUTOGENERATED BY EnumGenerator -//============================== -package net.minestom.server.instance.item; -import net.minestom.server.instance.block.Block; -import it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap; - -public enum Material { - AIR("minecraft:air", 0, Block.AIR), - STONE("minecraft:stone", 64, Block.STONE), - GRANITE("minecraft:granite", 64, Block.GRANITE), - POLISHED_GRANITE("minecraft:polished_granite", 64, Block.POLISHED_GRANITE), - DIORITE("minecraft:diorite", 64, Block.DIORITE), - POLISHED_DIORITE("minecraft:polished_diorite", 64, Block.POLISHED_DIORITE), - ANDESITE("minecraft:andesite", 64, Block.ANDESITE), - POLISHED_ANDESITE("minecraft:polished_andesite", 64, Block.POLISHED_ANDESITE), - GRASS_BLOCK("minecraft:grass_block", 64, Block.GRASS_BLOCK), - DIRT("minecraft:dirt", 64, Block.DIRT), - COARSE_DIRT("minecraft:coarse_dirt", 64, Block.COARSE_DIRT), - PODZOL("minecraft:podzol", 64, Block.PODZOL), - COBBLESTONE("minecraft:cobblestone", 64, Block.COBBLESTONE), - OAK_PLANKS("minecraft:oak_planks", 64, Block.OAK_PLANKS), - SPRUCE_PLANKS("minecraft:spruce_planks", 64, Block.SPRUCE_PLANKS), - BIRCH_PLANKS("minecraft:birch_planks", 64, Block.BIRCH_PLANKS), - 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), - 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), - JUNGLE_SAPLING("minecraft:jungle_sapling", 64, Block.JUNGLE_SAPLING), - ACACIA_SAPLING("minecraft:acacia_sapling", 64, Block.ACACIA_SAPLING), - DARK_OAK_SAPLING("minecraft:dark_oak_sapling", 64, Block.DARK_OAK_SAPLING), - BEDROCK("minecraft:bedrock", 64, Block.BEDROCK), - SAND("minecraft:sand", 64, Block.SAND), - RED_SAND("minecraft:red_sand", 64, Block.RED_SAND), - GRAVEL("minecraft:gravel", 64, Block.GRAVEL), - 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), - 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), - 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_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), - 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), - 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), - JUNGLE_LEAVES("minecraft:jungle_leaves", 64, Block.JUNGLE_LEAVES), - ACACIA_LEAVES("minecraft:acacia_leaves", 64, Block.ACACIA_LEAVES), - DARK_OAK_LEAVES("minecraft:dark_oak_leaves", 64, Block.DARK_OAK_LEAVES), - SPONGE("minecraft:sponge", 64, Block.SPONGE), - WET_SPONGE("minecraft:wet_sponge", 64, Block.WET_SPONGE), - GLASS("minecraft:glass", 64, Block.GLASS), - LAPIS_ORE("minecraft:lapis_ore", 64, Block.LAPIS_ORE), - LAPIS_BLOCK("minecraft:lapis_block", 64, Block.LAPIS_BLOCK), - DISPENSER("minecraft:dispenser", 64, Block.DISPENSER), - SANDSTONE("minecraft:sandstone", 64, Block.SANDSTONE), - CHISELED_SANDSTONE("minecraft:chiseled_sandstone", 64, Block.CHISELED_SANDSTONE), - CUT_SANDSTONE("minecraft:cut_sandstone", 64, Block.CUT_SANDSTONE), - NOTE_BLOCK("minecraft:note_block", 64, Block.NOTE_BLOCK), - POWERED_RAIL("minecraft:powered_rail", 64, Block.POWERED_RAIL), - DETECTOR_RAIL("minecraft:detector_rail", 64, Block.DETECTOR_RAIL), - STICKY_PISTON("minecraft:sticky_piston", 64, Block.STICKY_PISTON), - COBWEB("minecraft:cobweb", 64, Block.COBWEB), - GRASS("minecraft:grass", 64, Block.GRASS), - FERN("minecraft:fern", 64, Block.FERN), - DEAD_BUSH("minecraft:dead_bush", 64, Block.DEAD_BUSH), - SEAGRASS("minecraft:seagrass", 64, Block.SEAGRASS), - SEA_PICKLE("minecraft:sea_pickle", 64, Block.SEA_PICKLE), - PISTON("minecraft:piston", 64, Block.PISTON), - WHITE_WOOL("minecraft:white_wool", 64, Block.WHITE_WOOL), - ORANGE_WOOL("minecraft:orange_wool", 64, Block.ORANGE_WOOL), - MAGENTA_WOOL("minecraft:magenta_wool", 64, Block.MAGENTA_WOOL), - LIGHT_BLUE_WOOL("minecraft:light_blue_wool", 64, Block.LIGHT_BLUE_WOOL), - YELLOW_WOOL("minecraft:yellow_wool", 64, Block.YELLOW_WOOL), - LIME_WOOL("minecraft:lime_wool", 64, Block.LIME_WOOL), - PINK_WOOL("minecraft:pink_wool", 64, Block.PINK_WOOL), - GRAY_WOOL("minecraft:gray_wool", 64, Block.GRAY_WOOL), - LIGHT_GRAY_WOOL("minecraft:light_gray_wool", 64, Block.LIGHT_GRAY_WOOL), - CYAN_WOOL("minecraft:cyan_wool", 64, Block.CYAN_WOOL), - PURPLE_WOOL("minecraft:purple_wool", 64, Block.PURPLE_WOOL), - BLUE_WOOL("minecraft:blue_wool", 64, Block.BLUE_WOOL), - BROWN_WOOL("minecraft:brown_wool", 64, Block.BROWN_WOOL), - GREEN_WOOL("minecraft:green_wool", 64, Block.GREEN_WOOL), - RED_WOOL("minecraft:red_wool", 64, Block.RED_WOOL), - BLACK_WOOL("minecraft:black_wool", 64, Block.BLACK_WOOL), - DANDELION("minecraft:dandelion", 64, Block.DANDELION), - POPPY("minecraft:poppy", 64, Block.POPPY), - BLUE_ORCHID("minecraft:blue_orchid", 64, Block.BLUE_ORCHID), - ALLIUM("minecraft:allium", 64, Block.ALLIUM), - AZURE_BLUET("minecraft:azure_bluet", 64, Block.AZURE_BLUET), - RED_TULIP("minecraft:red_tulip", 64, Block.RED_TULIP), - ORANGE_TULIP("minecraft:orange_tulip", 64, Block.ORANGE_TULIP), - WHITE_TULIP("minecraft:white_tulip", 64, Block.WHITE_TULIP), - PINK_TULIP("minecraft:pink_tulip", 64, Block.PINK_TULIP), - OXEYE_DAISY("minecraft:oxeye_daisy", 64, Block.OXEYE_DAISY), - CORNFLOWER("minecraft:cornflower", 64, Block.CORNFLOWER), - LILY_OF_THE_VALLEY("minecraft:lily_of_the_valley", 64, Block.LILY_OF_THE_VALLEY), - 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), - 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), - SPRUCE_SLAB("minecraft:spruce_slab", 64, Block.SPRUCE_SLAB), - BIRCH_SLAB("minecraft:birch_slab", 64, Block.BIRCH_SLAB), - 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), - 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), - CUT_SANDSTONE_SLAB("minecraft:cut_sandstone_slab", 64, Block.CUT_SANDSTONE_SLAB), - PETRIFIED_OAK_SLAB("minecraft:petrified_oak_slab", 64, Block.PETRIFIED_OAK_SLAB), - COBBLESTONE_SLAB("minecraft:cobblestone_slab", 64, Block.COBBLESTONE_SLAB), - BRICK_SLAB("minecraft:brick_slab", 64, Block.BRICK_SLAB), - STONE_BRICK_SLAB("minecraft:stone_brick_slab", 64, Block.STONE_BRICK_SLAB), - NETHER_BRICK_SLAB("minecraft:nether_brick_slab", 64, Block.NETHER_BRICK_SLAB), - QUARTZ_SLAB("minecraft:quartz_slab", 64, Block.QUARTZ_SLAB), - RED_SANDSTONE_SLAB("minecraft:red_sandstone_slab", 64, Block.RED_SANDSTONE_SLAB), - CUT_RED_SANDSTONE_SLAB("minecraft:cut_red_sandstone_slab", 64, Block.CUT_RED_SANDSTONE_SLAB), - PURPUR_SLAB("minecraft:purpur_slab", 64, Block.PURPUR_SLAB), - PRISMARINE_SLAB("minecraft:prismarine_slab", 64, Block.PRISMARINE_SLAB), - PRISMARINE_BRICK_SLAB("minecraft:prismarine_brick_slab", 64, Block.PRISMARINE_BRICK_SLAB), - DARK_PRISMARINE_SLAB("minecraft:dark_prismarine_slab", 64, Block.DARK_PRISMARINE_SLAB), - SMOOTH_QUARTZ("minecraft:smooth_quartz", 64, Block.SMOOTH_QUARTZ), - SMOOTH_RED_SANDSTONE("minecraft:smooth_red_sandstone", 64, Block.SMOOTH_RED_SANDSTONE), - SMOOTH_SANDSTONE("minecraft:smooth_sandstone", 64, Block.SMOOTH_SANDSTONE), - SMOOTH_STONE("minecraft:smooth_stone", 64, Block.SMOOTH_STONE), - BRICKS("minecraft:bricks", 64, Block.BRICKS), - TNT("minecraft:tnt", 64, Block.TNT), - BOOKSHELF("minecraft:bookshelf", 64, Block.BOOKSHELF), - MOSSY_COBBLESTONE("minecraft:mossy_cobblestone", 64, Block.MOSSY_COBBLESTONE), - OBSIDIAN("minecraft:obsidian", 64, Block.OBSIDIAN), - TORCH("minecraft:torch", 64, Block.TORCH), - END_ROD("minecraft:end_rod", 64, Block.END_ROD), - CHORUS_PLANT("minecraft:chorus_plant", 64, Block.CHORUS_PLANT), - CHORUS_FLOWER("minecraft:chorus_flower", 64, Block.CHORUS_FLOWER), - PURPUR_BLOCK("minecraft:purpur_block", 64, Block.PURPUR_BLOCK), - PURPUR_PILLAR("minecraft:purpur_pillar", 64, Block.PURPUR_PILLAR), - PURPUR_STAIRS("minecraft:purpur_stairs", 64, Block.PURPUR_STAIRS), - SPAWNER("minecraft:spawner", 64, Block.SPAWNER), - OAK_STAIRS("minecraft:oak_stairs", 64, Block.OAK_STAIRS), - CHEST("minecraft:chest", 64, Block.CHEST), - DIAMOND_ORE("minecraft:diamond_ore", 64, Block.DIAMOND_ORE), - DIAMOND_BLOCK("minecraft:diamond_block", 64, Block.DIAMOND_BLOCK), - CRAFTING_TABLE("minecraft:crafting_table", 64, Block.CRAFTING_TABLE), - FARMLAND("minecraft:farmland", 64, Block.FARMLAND), - FURNACE("minecraft:furnace", 64, Block.FURNACE), - LADDER("minecraft:ladder", 64, Block.LADDER), - RAIL("minecraft:rail", 64, Block.RAIL), - COBBLESTONE_STAIRS("minecraft:cobblestone_stairs", 64, Block.COBBLESTONE_STAIRS), - LEVER("minecraft:lever", 64, Block.LEVER), - STONE_PRESSURE_PLATE("minecraft:stone_pressure_plate", 64, Block.STONE_PRESSURE_PLATE), - OAK_PRESSURE_PLATE("minecraft:oak_pressure_plate", 64, Block.OAK_PRESSURE_PLATE), - SPRUCE_PRESSURE_PLATE("minecraft:spruce_pressure_plate", 64, Block.SPRUCE_PRESSURE_PLATE), - BIRCH_PRESSURE_PLATE("minecraft:birch_pressure_plate", 64, Block.BIRCH_PRESSURE_PLATE), - 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), - 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), - CACTUS("minecraft:cactus", 64, Block.CACTUS), - CLAY("minecraft:clay", 64, Block.CLAY), - JUKEBOX("minecraft:jukebox", 64, Block.JUKEBOX), - OAK_FENCE("minecraft:oak_fence", 64, Block.OAK_FENCE), - SPRUCE_FENCE("minecraft:spruce_fence", 64, Block.SPRUCE_FENCE), - BIRCH_FENCE("minecraft:birch_fence", 64, Block.BIRCH_FENCE), - 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), - 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), - 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), - SPRUCE_TRAPDOOR("minecraft:spruce_trapdoor", 64, Block.SPRUCE_TRAPDOOR), - BIRCH_TRAPDOOR("minecraft:birch_trapdoor", 64, Block.BIRCH_TRAPDOOR), - 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), - 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), - INFESTED_MOSSY_STONE_BRICKS("minecraft:infested_mossy_stone_bricks", 64, Block.INFESTED_MOSSY_STONE_BRICKS), - INFESTED_CRACKED_STONE_BRICKS("minecraft:infested_cracked_stone_bricks", 64, Block.INFESTED_CRACKED_STONE_BRICKS), - INFESTED_CHISELED_STONE_BRICKS("minecraft:infested_chiseled_stone_bricks", 64, Block.INFESTED_CHISELED_STONE_BRICKS), - STONE_BRICKS("minecraft:stone_bricks", 64, Block.STONE_BRICKS), - MOSSY_STONE_BRICKS("minecraft:mossy_stone_bricks", 64, Block.MOSSY_STONE_BRICKS), - CRACKED_STONE_BRICKS("minecraft:cracked_stone_bricks", 64, Block.CRACKED_STONE_BRICKS), - CHISELED_STONE_BRICKS("minecraft:chiseled_stone_bricks", 64, Block.CHISELED_STONE_BRICKS), - BROWN_MUSHROOM_BLOCK("minecraft:brown_mushroom_block", 64, Block.BROWN_MUSHROOM_BLOCK), - 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), - GLASS_PANE("minecraft:glass_pane", 64, Block.GLASS_PANE), - MELON("minecraft:melon", 64, Block.MELON), - VINE("minecraft:vine", 64, Block.VINE), - OAK_FENCE_GATE("minecraft:oak_fence_gate", 64, Block.OAK_FENCE_GATE), - SPRUCE_FENCE_GATE("minecraft:spruce_fence_gate", 64, Block.SPRUCE_FENCE_GATE), - BIRCH_FENCE_GATE("minecraft:birch_fence_gate", 64, Block.BIRCH_FENCE_GATE), - 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), - 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), - 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), - END_PORTAL_FRAME("minecraft:end_portal_frame", 64, Block.END_PORTAL_FRAME), - END_STONE("minecraft:end_stone", 64, Block.END_STONE), - END_STONE_BRICKS("minecraft:end_stone_bricks", 64, Block.END_STONE_BRICKS), - DRAGON_EGG("minecraft:dragon_egg", 64, Block.DRAGON_EGG), - REDSTONE_LAMP("minecraft:redstone_lamp", 64, Block.REDSTONE_LAMP), - SANDSTONE_STAIRS("minecraft:sandstone_stairs", 64, Block.SANDSTONE_STAIRS), - EMERALD_ORE("minecraft:emerald_ore", 64, Block.EMERALD_ORE), - ENDER_CHEST("minecraft:ender_chest", 64, Block.ENDER_CHEST), - TRIPWIRE_HOOK("minecraft:tripwire_hook", 64, Block.TRIPWIRE_HOOK), - EMERALD_BLOCK("minecraft:emerald_block", 64, Block.EMERALD_BLOCK), - 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), - COMMAND_BLOCK("minecraft:command_block", 64, Block.COMMAND_BLOCK), - BEACON("minecraft:beacon", 64, Block.BEACON), - COBBLESTONE_WALL("minecraft:cobblestone_wall", 64, Block.COBBLESTONE_WALL), - MOSSY_COBBLESTONE_WALL("minecraft:mossy_cobblestone_wall", 64, Block.MOSSY_COBBLESTONE_WALL), - BRICK_WALL("minecraft:brick_wall", 64, Block.BRICK_WALL), - PRISMARINE_WALL("minecraft:prismarine_wall", 64, Block.PRISMARINE_WALL), - RED_SANDSTONE_WALL("minecraft:red_sandstone_wall", 64, Block.RED_SANDSTONE_WALL), - MOSSY_STONE_BRICK_WALL("minecraft:mossy_stone_brick_wall", 64, Block.MOSSY_STONE_BRICK_WALL), - GRANITE_WALL("minecraft:granite_wall", 64, Block.GRANITE_WALL), - STONE_BRICK_WALL("minecraft:stone_brick_wall", 64, Block.STONE_BRICK_WALL), - NETHER_BRICK_WALL("minecraft:nether_brick_wall", 64, Block.NETHER_BRICK_WALL), - ANDESITE_WALL("minecraft:andesite_wall", 64, Block.ANDESITE_WALL), - RED_NETHER_BRICK_WALL("minecraft:red_nether_brick_wall", 64, Block.RED_NETHER_BRICK_WALL), - 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), - 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), - ANVIL("minecraft:anvil", 64, Block.ANVIL), - CHIPPED_ANVIL("minecraft:chipped_anvil", 64, Block.CHIPPED_ANVIL), - DAMAGED_ANVIL("minecraft:damaged_anvil", 64, Block.DAMAGED_ANVIL), - TRAPPED_CHEST("minecraft:trapped_chest", 64, Block.TRAPPED_CHEST), - LIGHT_WEIGHTED_PRESSURE_PLATE("minecraft:light_weighted_pressure_plate", 64, Block.LIGHT_WEIGHTED_PRESSURE_PLATE), - HEAVY_WEIGHTED_PRESSURE_PLATE("minecraft:heavy_weighted_pressure_plate", 64, Block.HEAVY_WEIGHTED_PRESSURE_PLATE), - DAYLIGHT_DETECTOR("minecraft:daylight_detector", 64, Block.DAYLIGHT_DETECTOR), - REDSTONE_BLOCK("minecraft:redstone_block", 64, Block.REDSTONE_BLOCK), - NETHER_QUARTZ_ORE("minecraft:nether_quartz_ore", 64, Block.NETHER_QUARTZ_ORE), - 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_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), - DROPPER("minecraft:dropper", 64, Block.DROPPER), - WHITE_TERRACOTTA("minecraft:white_terracotta", 64, Block.WHITE_TERRACOTTA), - ORANGE_TERRACOTTA("minecraft:orange_terracotta", 64, Block.ORANGE_TERRACOTTA), - MAGENTA_TERRACOTTA("minecraft:magenta_terracotta", 64, Block.MAGENTA_TERRACOTTA), - LIGHT_BLUE_TERRACOTTA("minecraft:light_blue_terracotta", 64, Block.LIGHT_BLUE_TERRACOTTA), - YELLOW_TERRACOTTA("minecraft:yellow_terracotta", 64, Block.YELLOW_TERRACOTTA), - LIME_TERRACOTTA("minecraft:lime_terracotta", 64, Block.LIME_TERRACOTTA), - PINK_TERRACOTTA("minecraft:pink_terracotta", 64, Block.PINK_TERRACOTTA), - GRAY_TERRACOTTA("minecraft:gray_terracotta", 64, Block.GRAY_TERRACOTTA), - LIGHT_GRAY_TERRACOTTA("minecraft:light_gray_terracotta", 64, Block.LIGHT_GRAY_TERRACOTTA), - CYAN_TERRACOTTA("minecraft:cyan_terracotta", 64, Block.CYAN_TERRACOTTA), - PURPLE_TERRACOTTA("minecraft:purple_terracotta", 64, Block.PURPLE_TERRACOTTA), - BLUE_TERRACOTTA("minecraft:blue_terracotta", 64, Block.BLUE_TERRACOTTA), - BROWN_TERRACOTTA("minecraft:brown_terracotta", 64, Block.BROWN_TERRACOTTA), - GREEN_TERRACOTTA("minecraft:green_terracotta", 64, Block.GREEN_TERRACOTTA), - RED_TERRACOTTA("minecraft:red_terracotta", 64, Block.RED_TERRACOTTA), - BLACK_TERRACOTTA("minecraft:black_terracotta", 64, Block.BLACK_TERRACOTTA), - BARRIER("minecraft:barrier", 64, Block.BARRIER), - IRON_TRAPDOOR("minecraft:iron_trapdoor", 64, Block.IRON_TRAPDOOR), - HAY_BLOCK("minecraft:hay_block", 64, Block.HAY_BLOCK), - WHITE_CARPET("minecraft:white_carpet", 64, Block.WHITE_CARPET), - ORANGE_CARPET("minecraft:orange_carpet", 64, Block.ORANGE_CARPET), - MAGENTA_CARPET("minecraft:magenta_carpet", 64, Block.MAGENTA_CARPET), - LIGHT_BLUE_CARPET("minecraft:light_blue_carpet", 64, Block.LIGHT_BLUE_CARPET), - YELLOW_CARPET("minecraft:yellow_carpet", 64, Block.YELLOW_CARPET), - LIME_CARPET("minecraft:lime_carpet", 64, Block.LIME_CARPET), - PINK_CARPET("minecraft:pink_carpet", 64, Block.PINK_CARPET), - GRAY_CARPET("minecraft:gray_carpet", 64, Block.GRAY_CARPET), - LIGHT_GRAY_CARPET("minecraft:light_gray_carpet", 64, Block.LIGHT_GRAY_CARPET), - CYAN_CARPET("minecraft:cyan_carpet", 64, Block.CYAN_CARPET), - PURPLE_CARPET("minecraft:purple_carpet", 64, Block.PURPLE_CARPET), - BLUE_CARPET("minecraft:blue_carpet", 64, Block.BLUE_CARPET), - BROWN_CARPET("minecraft:brown_carpet", 64, Block.BROWN_CARPET), - GREEN_CARPET("minecraft:green_carpet", 64, Block.GREEN_CARPET), - RED_CARPET("minecraft:red_carpet", 64, Block.RED_CARPET), - BLACK_CARPET("minecraft:black_carpet", 64, Block.BLACK_CARPET), - TERRACOTTA("minecraft:terracotta", 64, Block.TERRACOTTA), - COAL_BLOCK("minecraft:coal_block", 64, Block.COAL_BLOCK), - PACKED_ICE("minecraft:packed_ice", 64, Block.PACKED_ICE), - ACACIA_STAIRS("minecraft:acacia_stairs", 64, Block.ACACIA_STAIRS), - DARK_OAK_STAIRS("minecraft:dark_oak_stairs", 64, Block.DARK_OAK_STAIRS), - SLIME_BLOCK("minecraft:slime_block", 64, Block.SLIME_BLOCK), - GRASS_PATH("minecraft:grass_path", 64, Block.GRASS_PATH), - SUNFLOWER("minecraft:sunflower", 64, Block.SUNFLOWER), - LILAC("minecraft:lilac", 64, Block.LILAC), - ROSE_BUSH("minecraft:rose_bush", 64, Block.ROSE_BUSH), - PEONY("minecraft:peony", 64, Block.PEONY), - TALL_GRASS("minecraft:tall_grass", 64, Block.TALL_GRASS), - LARGE_FERN("minecraft:large_fern", 64, Block.LARGE_FERN), - WHITE_STAINED_GLASS("minecraft:white_stained_glass", 64, Block.WHITE_STAINED_GLASS), - ORANGE_STAINED_GLASS("minecraft:orange_stained_glass", 64, Block.ORANGE_STAINED_GLASS), - MAGENTA_STAINED_GLASS("minecraft:magenta_stained_glass", 64, Block.MAGENTA_STAINED_GLASS), - LIGHT_BLUE_STAINED_GLASS("minecraft:light_blue_stained_glass", 64, Block.LIGHT_BLUE_STAINED_GLASS), - YELLOW_STAINED_GLASS("minecraft:yellow_stained_glass", 64, Block.YELLOW_STAINED_GLASS), - LIME_STAINED_GLASS("minecraft:lime_stained_glass", 64, Block.LIME_STAINED_GLASS), - PINK_STAINED_GLASS("minecraft:pink_stained_glass", 64, Block.PINK_STAINED_GLASS), - GRAY_STAINED_GLASS("minecraft:gray_stained_glass", 64, Block.GRAY_STAINED_GLASS), - LIGHT_GRAY_STAINED_GLASS("minecraft:light_gray_stained_glass", 64, Block.LIGHT_GRAY_STAINED_GLASS), - CYAN_STAINED_GLASS("minecraft:cyan_stained_glass", 64, Block.CYAN_STAINED_GLASS), - PURPLE_STAINED_GLASS("minecraft:purple_stained_glass", 64, Block.PURPLE_STAINED_GLASS), - BLUE_STAINED_GLASS("minecraft:blue_stained_glass", 64, Block.BLUE_STAINED_GLASS), - BROWN_STAINED_GLASS("minecraft:brown_stained_glass", 64, Block.BROWN_STAINED_GLASS), - GREEN_STAINED_GLASS("minecraft:green_stained_glass", 64, Block.GREEN_STAINED_GLASS), - RED_STAINED_GLASS("minecraft:red_stained_glass", 64, Block.RED_STAINED_GLASS), - BLACK_STAINED_GLASS("minecraft:black_stained_glass", 64, Block.BLACK_STAINED_GLASS), - WHITE_STAINED_GLASS_PANE("minecraft:white_stained_glass_pane", 64, Block.WHITE_STAINED_GLASS_PANE), - ORANGE_STAINED_GLASS_PANE("minecraft:orange_stained_glass_pane", 64, Block.ORANGE_STAINED_GLASS_PANE), - MAGENTA_STAINED_GLASS_PANE("minecraft:magenta_stained_glass_pane", 64, Block.MAGENTA_STAINED_GLASS_PANE), - LIGHT_BLUE_STAINED_GLASS_PANE("minecraft:light_blue_stained_glass_pane", 64, Block.LIGHT_BLUE_STAINED_GLASS_PANE), - YELLOW_STAINED_GLASS_PANE("minecraft:yellow_stained_glass_pane", 64, Block.YELLOW_STAINED_GLASS_PANE), - LIME_STAINED_GLASS_PANE("minecraft:lime_stained_glass_pane", 64, Block.LIME_STAINED_GLASS_PANE), - PINK_STAINED_GLASS_PANE("minecraft:pink_stained_glass_pane", 64, Block.PINK_STAINED_GLASS_PANE), - GRAY_STAINED_GLASS_PANE("minecraft:gray_stained_glass_pane", 64, Block.GRAY_STAINED_GLASS_PANE), - LIGHT_GRAY_STAINED_GLASS_PANE("minecraft:light_gray_stained_glass_pane", 64, Block.LIGHT_GRAY_STAINED_GLASS_PANE), - CYAN_STAINED_GLASS_PANE("minecraft:cyan_stained_glass_pane", 64, Block.CYAN_STAINED_GLASS_PANE), - PURPLE_STAINED_GLASS_PANE("minecraft:purple_stained_glass_pane", 64, Block.PURPLE_STAINED_GLASS_PANE), - BLUE_STAINED_GLASS_PANE("minecraft:blue_stained_glass_pane", 64, Block.BLUE_STAINED_GLASS_PANE), - BROWN_STAINED_GLASS_PANE("minecraft:brown_stained_glass_pane", 64, Block.BROWN_STAINED_GLASS_PANE), - GREEN_STAINED_GLASS_PANE("minecraft:green_stained_glass_pane", 64, Block.GREEN_STAINED_GLASS_PANE), - RED_STAINED_GLASS_PANE("minecraft:red_stained_glass_pane", 64, Block.RED_STAINED_GLASS_PANE), - BLACK_STAINED_GLASS_PANE("minecraft:black_stained_glass_pane", 64, Block.BLACK_STAINED_GLASS_PANE), - PRISMARINE("minecraft:prismarine", 64, Block.PRISMARINE), - PRISMARINE_BRICKS("minecraft:prismarine_bricks", 64, Block.PRISMARINE_BRICKS), - DARK_PRISMARINE("minecraft:dark_prismarine", 64, Block.DARK_PRISMARINE), - PRISMARINE_STAIRS("minecraft:prismarine_stairs", 64, Block.PRISMARINE_STAIRS), - PRISMARINE_BRICK_STAIRS("minecraft:prismarine_brick_stairs", 64, Block.PRISMARINE_BRICK_STAIRS), - DARK_PRISMARINE_STAIRS("minecraft:dark_prismarine_stairs", 64, Block.DARK_PRISMARINE_STAIRS), - SEA_LANTERN("minecraft:sea_lantern", 64, Block.SEA_LANTERN), - RED_SANDSTONE("minecraft:red_sandstone", 64, Block.RED_SANDSTONE), - CHISELED_RED_SANDSTONE("minecraft:chiseled_red_sandstone", 64, Block.CHISELED_RED_SANDSTONE), - CUT_RED_SANDSTONE("minecraft:cut_red_sandstone", 64, Block.CUT_RED_SANDSTONE), - RED_SANDSTONE_STAIRS("minecraft:red_sandstone_stairs", 64, Block.RED_SANDSTONE_STAIRS), - REPEATING_COMMAND_BLOCK("minecraft:repeating_command_block", 64, Block.REPEATING_COMMAND_BLOCK), - 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), - 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), - OBSERVER("minecraft:observer", 64, Block.OBSERVER), - SHULKER_BOX("minecraft:shulker_box", 1, Block.SHULKER_BOX), - WHITE_SHULKER_BOX("minecraft:white_shulker_box", 1, Block.WHITE_SHULKER_BOX), - ORANGE_SHULKER_BOX("minecraft:orange_shulker_box", 1, Block.ORANGE_SHULKER_BOX), - MAGENTA_SHULKER_BOX("minecraft:magenta_shulker_box", 1, Block.MAGENTA_SHULKER_BOX), - LIGHT_BLUE_SHULKER_BOX("minecraft:light_blue_shulker_box", 1, Block.LIGHT_BLUE_SHULKER_BOX), - YELLOW_SHULKER_BOX("minecraft:yellow_shulker_box", 1, Block.YELLOW_SHULKER_BOX), - LIME_SHULKER_BOX("minecraft:lime_shulker_box", 1, Block.LIME_SHULKER_BOX), - PINK_SHULKER_BOX("minecraft:pink_shulker_box", 1, Block.PINK_SHULKER_BOX), - GRAY_SHULKER_BOX("minecraft:gray_shulker_box", 1, Block.GRAY_SHULKER_BOX), - LIGHT_GRAY_SHULKER_BOX("minecraft:light_gray_shulker_box", 1, Block.LIGHT_GRAY_SHULKER_BOX), - CYAN_SHULKER_BOX("minecraft:cyan_shulker_box", 1, Block.CYAN_SHULKER_BOX), - PURPLE_SHULKER_BOX("minecraft:purple_shulker_box", 1, Block.PURPLE_SHULKER_BOX), - BLUE_SHULKER_BOX("minecraft:blue_shulker_box", 1, Block.BLUE_SHULKER_BOX), - BROWN_SHULKER_BOX("minecraft:brown_shulker_box", 1, Block.BROWN_SHULKER_BOX), - GREEN_SHULKER_BOX("minecraft:green_shulker_box", 1, Block.GREEN_SHULKER_BOX), - RED_SHULKER_BOX("minecraft:red_shulker_box", 1, Block.RED_SHULKER_BOX), - BLACK_SHULKER_BOX("minecraft:black_shulker_box", 1, Block.BLACK_SHULKER_BOX), - WHITE_GLAZED_TERRACOTTA("minecraft:white_glazed_terracotta", 64, Block.WHITE_GLAZED_TERRACOTTA), - ORANGE_GLAZED_TERRACOTTA("minecraft:orange_glazed_terracotta", 64, Block.ORANGE_GLAZED_TERRACOTTA), - MAGENTA_GLAZED_TERRACOTTA("minecraft:magenta_glazed_terracotta", 64, Block.MAGENTA_GLAZED_TERRACOTTA), - LIGHT_BLUE_GLAZED_TERRACOTTA("minecraft:light_blue_glazed_terracotta", 64, Block.LIGHT_BLUE_GLAZED_TERRACOTTA), - YELLOW_GLAZED_TERRACOTTA("minecraft:yellow_glazed_terracotta", 64, Block.YELLOW_GLAZED_TERRACOTTA), - LIME_GLAZED_TERRACOTTA("minecraft:lime_glazed_terracotta", 64, Block.LIME_GLAZED_TERRACOTTA), - PINK_GLAZED_TERRACOTTA("minecraft:pink_glazed_terracotta", 64, Block.PINK_GLAZED_TERRACOTTA), - GRAY_GLAZED_TERRACOTTA("minecraft:gray_glazed_terracotta", 64, Block.GRAY_GLAZED_TERRACOTTA), - LIGHT_GRAY_GLAZED_TERRACOTTA("minecraft:light_gray_glazed_terracotta", 64, Block.LIGHT_GRAY_GLAZED_TERRACOTTA), - CYAN_GLAZED_TERRACOTTA("minecraft:cyan_glazed_terracotta", 64, Block.CYAN_GLAZED_TERRACOTTA), - PURPLE_GLAZED_TERRACOTTA("minecraft:purple_glazed_terracotta", 64, Block.PURPLE_GLAZED_TERRACOTTA), - BLUE_GLAZED_TERRACOTTA("minecraft:blue_glazed_terracotta", 64, Block.BLUE_GLAZED_TERRACOTTA), - BROWN_GLAZED_TERRACOTTA("minecraft:brown_glazed_terracotta", 64, Block.BROWN_GLAZED_TERRACOTTA), - GREEN_GLAZED_TERRACOTTA("minecraft:green_glazed_terracotta", 64, Block.GREEN_GLAZED_TERRACOTTA), - RED_GLAZED_TERRACOTTA("minecraft:red_glazed_terracotta", 64, Block.RED_GLAZED_TERRACOTTA), - BLACK_GLAZED_TERRACOTTA("minecraft:black_glazed_terracotta", 64, Block.BLACK_GLAZED_TERRACOTTA), - WHITE_CONCRETE("minecraft:white_concrete", 64, Block.WHITE_CONCRETE), - ORANGE_CONCRETE("minecraft:orange_concrete", 64, Block.ORANGE_CONCRETE), - MAGENTA_CONCRETE("minecraft:magenta_concrete", 64, Block.MAGENTA_CONCRETE), - LIGHT_BLUE_CONCRETE("minecraft:light_blue_concrete", 64, Block.LIGHT_BLUE_CONCRETE), - YELLOW_CONCRETE("minecraft:yellow_concrete", 64, Block.YELLOW_CONCRETE), - LIME_CONCRETE("minecraft:lime_concrete", 64, Block.LIME_CONCRETE), - PINK_CONCRETE("minecraft:pink_concrete", 64, Block.PINK_CONCRETE), - GRAY_CONCRETE("minecraft:gray_concrete", 64, Block.GRAY_CONCRETE), - LIGHT_GRAY_CONCRETE("minecraft:light_gray_concrete", 64, Block.LIGHT_GRAY_CONCRETE), - CYAN_CONCRETE("minecraft:cyan_concrete", 64, Block.CYAN_CONCRETE), - PURPLE_CONCRETE("minecraft:purple_concrete", 64, Block.PURPLE_CONCRETE), - BLUE_CONCRETE("minecraft:blue_concrete", 64, Block.BLUE_CONCRETE), - BROWN_CONCRETE("minecraft:brown_concrete", 64, Block.BROWN_CONCRETE), - GREEN_CONCRETE("minecraft:green_concrete", 64, Block.GREEN_CONCRETE), - RED_CONCRETE("minecraft:red_concrete", 64, Block.RED_CONCRETE), - BLACK_CONCRETE("minecraft:black_concrete", 64, Block.BLACK_CONCRETE), - WHITE_CONCRETE_POWDER("minecraft:white_concrete_powder", 64, Block.WHITE_CONCRETE_POWDER), - ORANGE_CONCRETE_POWDER("minecraft:orange_concrete_powder", 64, Block.ORANGE_CONCRETE_POWDER), - MAGENTA_CONCRETE_POWDER("minecraft:magenta_concrete_powder", 64, Block.MAGENTA_CONCRETE_POWDER), - LIGHT_BLUE_CONCRETE_POWDER("minecraft:light_blue_concrete_powder", 64, Block.LIGHT_BLUE_CONCRETE_POWDER), - YELLOW_CONCRETE_POWDER("minecraft:yellow_concrete_powder", 64, Block.YELLOW_CONCRETE_POWDER), - LIME_CONCRETE_POWDER("minecraft:lime_concrete_powder", 64, Block.LIME_CONCRETE_POWDER), - PINK_CONCRETE_POWDER("minecraft:pink_concrete_powder", 64, Block.PINK_CONCRETE_POWDER), - GRAY_CONCRETE_POWDER("minecraft:gray_concrete_powder", 64, Block.GRAY_CONCRETE_POWDER), - LIGHT_GRAY_CONCRETE_POWDER("minecraft:light_gray_concrete_powder", 64, Block.LIGHT_GRAY_CONCRETE_POWDER), - CYAN_CONCRETE_POWDER("minecraft:cyan_concrete_powder", 64, Block.CYAN_CONCRETE_POWDER), - PURPLE_CONCRETE_POWDER("minecraft:purple_concrete_powder", 64, Block.PURPLE_CONCRETE_POWDER), - BLUE_CONCRETE_POWDER("minecraft:blue_concrete_powder", 64, Block.BLUE_CONCRETE_POWDER), - BROWN_CONCRETE_POWDER("minecraft:brown_concrete_powder", 64, Block.BROWN_CONCRETE_POWDER), - GREEN_CONCRETE_POWDER("minecraft:green_concrete_powder", 64, Block.GREEN_CONCRETE_POWDER), - RED_CONCRETE_POWDER("minecraft:red_concrete_powder", 64, Block.RED_CONCRETE_POWDER), - BLACK_CONCRETE_POWDER("minecraft:black_concrete_powder", 64, Block.BLACK_CONCRETE_POWDER), - TURTLE_EGG("minecraft:turtle_egg", 64, Block.TURTLE_EGG), - DEAD_TUBE_CORAL_BLOCK("minecraft:dead_tube_coral_block", 64, Block.DEAD_TUBE_CORAL_BLOCK), - DEAD_BRAIN_CORAL_BLOCK("minecraft:dead_brain_coral_block", 64, Block.DEAD_BRAIN_CORAL_BLOCK), - DEAD_BUBBLE_CORAL_BLOCK("minecraft:dead_bubble_coral_block", 64, Block.DEAD_BUBBLE_CORAL_BLOCK), - DEAD_FIRE_CORAL_BLOCK("minecraft:dead_fire_coral_block", 64, Block.DEAD_FIRE_CORAL_BLOCK), - DEAD_HORN_CORAL_BLOCK("minecraft:dead_horn_coral_block", 64, Block.DEAD_HORN_CORAL_BLOCK), - TUBE_CORAL_BLOCK("minecraft:tube_coral_block", 64, Block.TUBE_CORAL_BLOCK), - BRAIN_CORAL_BLOCK("minecraft:brain_coral_block", 64, Block.BRAIN_CORAL_BLOCK), - BUBBLE_CORAL_BLOCK("minecraft:bubble_coral_block", 64, Block.BUBBLE_CORAL_BLOCK), - FIRE_CORAL_BLOCK("minecraft:fire_coral_block", 64, Block.FIRE_CORAL_BLOCK), - HORN_CORAL_BLOCK("minecraft:horn_coral_block", 64, Block.HORN_CORAL_BLOCK), - TUBE_CORAL("minecraft:tube_coral", 64, Block.TUBE_CORAL), - BRAIN_CORAL("minecraft:brain_coral", 64, Block.BRAIN_CORAL), - BUBBLE_CORAL("minecraft:bubble_coral", 64, Block.BUBBLE_CORAL), - FIRE_CORAL("minecraft:fire_coral", 64, Block.FIRE_CORAL), - HORN_CORAL("minecraft:horn_coral", 64, Block.HORN_CORAL), - DEAD_BRAIN_CORAL("minecraft:dead_brain_coral", 64, Block.DEAD_BRAIN_CORAL), - DEAD_BUBBLE_CORAL("minecraft:dead_bubble_coral", 64, Block.DEAD_BUBBLE_CORAL), - DEAD_FIRE_CORAL("minecraft:dead_fire_coral", 64, Block.DEAD_FIRE_CORAL), - DEAD_HORN_CORAL("minecraft:dead_horn_coral", 64, Block.DEAD_HORN_CORAL), - DEAD_TUBE_CORAL("minecraft:dead_tube_coral", 64, Block.DEAD_TUBE_CORAL), - TUBE_CORAL_FAN("minecraft:tube_coral_fan", 64, Block.TUBE_CORAL_FAN), - BRAIN_CORAL_FAN("minecraft:brain_coral_fan", 64, Block.BRAIN_CORAL_FAN), - BUBBLE_CORAL_FAN("minecraft:bubble_coral_fan", 64, Block.BUBBLE_CORAL_FAN), - FIRE_CORAL_FAN("minecraft:fire_coral_fan", 64, Block.FIRE_CORAL_FAN), - HORN_CORAL_FAN("minecraft:horn_coral_fan", 64, Block.HORN_CORAL_FAN), - DEAD_TUBE_CORAL_FAN("minecraft:dead_tube_coral_fan", 64, Block.DEAD_TUBE_CORAL_FAN), - DEAD_BRAIN_CORAL_FAN("minecraft:dead_brain_coral_fan", 64, Block.DEAD_BRAIN_CORAL_FAN), - DEAD_BUBBLE_CORAL_FAN("minecraft:dead_bubble_coral_fan", 64, Block.DEAD_BUBBLE_CORAL_FAN), - DEAD_FIRE_CORAL_FAN("minecraft:dead_fire_coral_fan", 64, Block.DEAD_FIRE_CORAL_FAN), - DEAD_HORN_CORAL_FAN("minecraft:dead_horn_coral_fan", 64, Block.DEAD_HORN_CORAL_FAN), - BLUE_ICE("minecraft:blue_ice", 64, Block.BLUE_ICE), - CONDUIT("minecraft:conduit", 64, Block.CONDUIT), - POLISHED_GRANITE_STAIRS("minecraft:polished_granite_stairs", 64, Block.POLISHED_GRANITE_STAIRS), - SMOOTH_RED_SANDSTONE_STAIRS("minecraft:smooth_red_sandstone_stairs", 64, Block.SMOOTH_RED_SANDSTONE_STAIRS), - MOSSY_STONE_BRICK_STAIRS("minecraft:mossy_stone_brick_stairs", 64, Block.MOSSY_STONE_BRICK_STAIRS), - POLISHED_DIORITE_STAIRS("minecraft:polished_diorite_stairs", 64, Block.POLISHED_DIORITE_STAIRS), - MOSSY_COBBLESTONE_STAIRS("minecraft:mossy_cobblestone_stairs", 64, Block.MOSSY_COBBLESTONE_STAIRS), - END_STONE_BRICK_STAIRS("minecraft:end_stone_brick_stairs", 64, Block.END_STONE_BRICK_STAIRS), - STONE_STAIRS("minecraft:stone_stairs", 64, Block.STONE_STAIRS), - SMOOTH_SANDSTONE_STAIRS("minecraft:smooth_sandstone_stairs", 64, Block.SMOOTH_SANDSTONE_STAIRS), - SMOOTH_QUARTZ_STAIRS("minecraft:smooth_quartz_stairs", 64, Block.SMOOTH_QUARTZ_STAIRS), - GRANITE_STAIRS("minecraft:granite_stairs", 64, Block.GRANITE_STAIRS), - ANDESITE_STAIRS("minecraft:andesite_stairs", 64, Block.ANDESITE_STAIRS), - RED_NETHER_BRICK_STAIRS("minecraft:red_nether_brick_stairs", 64, Block.RED_NETHER_BRICK_STAIRS), - POLISHED_ANDESITE_STAIRS("minecraft:polished_andesite_stairs", 64, Block.POLISHED_ANDESITE_STAIRS), - DIORITE_STAIRS("minecraft:diorite_stairs", 64, Block.DIORITE_STAIRS), - POLISHED_GRANITE_SLAB("minecraft:polished_granite_slab", 64, Block.POLISHED_GRANITE_SLAB), - SMOOTH_RED_SANDSTONE_SLAB("minecraft:smooth_red_sandstone_slab", 64, Block.SMOOTH_RED_SANDSTONE_SLAB), - MOSSY_STONE_BRICK_SLAB("minecraft:mossy_stone_brick_slab", 64, Block.MOSSY_STONE_BRICK_SLAB), - POLISHED_DIORITE_SLAB("minecraft:polished_diorite_slab", 64, Block.POLISHED_DIORITE_SLAB), - MOSSY_COBBLESTONE_SLAB("minecraft:mossy_cobblestone_slab", 64, Block.MOSSY_COBBLESTONE_SLAB), - END_STONE_BRICK_SLAB("minecraft:end_stone_brick_slab", 64, Block.END_STONE_BRICK_SLAB), - SMOOTH_SANDSTONE_SLAB("minecraft:smooth_sandstone_slab", 64, Block.SMOOTH_SANDSTONE_SLAB), - SMOOTH_QUARTZ_SLAB("minecraft:smooth_quartz_slab", 64, Block.SMOOTH_QUARTZ_SLAB), - GRANITE_SLAB("minecraft:granite_slab", 64, Block.GRANITE_SLAB), - ANDESITE_SLAB("minecraft:andesite_slab", 64, Block.ANDESITE_SLAB), - RED_NETHER_BRICK_SLAB("minecraft:red_nether_brick_slab", 64, Block.RED_NETHER_BRICK_SLAB), - POLISHED_ANDESITE_SLAB("minecraft:polished_andesite_slab", 64, Block.POLISHED_ANDESITE_SLAB), - DIORITE_SLAB("minecraft:diorite_slab", 64, Block.DIORITE_SLAB), - SCAFFOLDING("minecraft:scaffolding", 64, Block.SCAFFOLDING), - IRON_DOOR("minecraft:iron_door", 64, Block.IRON_DOOR), - OAK_DOOR("minecraft:oak_door", 64, Block.OAK_DOOR), - SPRUCE_DOOR("minecraft:spruce_door", 64, Block.SPRUCE_DOOR), - BIRCH_DOOR("minecraft:birch_door", 64, Block.BIRCH_DOOR), - 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), - 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), - IRON_PICKAXE("minecraft:iron_pickaxe", 1, null), - IRON_AXE("minecraft:iron_axe", 1, null), - FLINT_AND_STEEL("minecraft:flint_and_steel", 1, null), - APPLE("minecraft:apple", 64, null), - BOW("minecraft:bow", 1, null), - ARROW("minecraft:arrow", 64, null), - COAL("minecraft:coal", 64, null), - CHARCOAL("minecraft:charcoal", 64, null), - DIAMOND("minecraft:diamond", 64, null), - IRON_INGOT("minecraft:iron_ingot", 64, null), - GOLD_INGOT("minecraft:gold_ingot", 64, null), - IRON_SWORD("minecraft:iron_sword", 1, null), - WOODEN_SWORD("minecraft:wooden_sword", 1, null), - WOODEN_SHOVEL("minecraft:wooden_shovel", 1, null), - WOODEN_PICKAXE("minecraft:wooden_pickaxe", 1, null), - WOODEN_AXE("minecraft:wooden_axe", 1, null), - STONE_SWORD("minecraft:stone_sword", 1, null), - STONE_SHOVEL("minecraft:stone_shovel", 1, null), - STONE_PICKAXE("minecraft:stone_pickaxe", 1, null), - STONE_AXE("minecraft:stone_axe", 1, null), - DIAMOND_SWORD("minecraft:diamond_sword", 1, null), - DIAMOND_SHOVEL("minecraft:diamond_shovel", 1, null), - DIAMOND_PICKAXE("minecraft:diamond_pickaxe", 1, null), - DIAMOND_AXE("minecraft:diamond_axe", 1, null), - STICK("minecraft:stick", 64, null), - BOWL("minecraft:bowl", 64, null), - MUSHROOM_STEW("minecraft:mushroom_stew", 1, null), - GOLDEN_SWORD("minecraft:golden_sword", 1, null), - GOLDEN_SHOVEL("minecraft:golden_shovel", 1, null), - GOLDEN_PICKAXE("minecraft:golden_pickaxe", 1, null), - GOLDEN_AXE("minecraft:golden_axe", 1, null), - STRING("minecraft:string", 64, null), - FEATHER("minecraft:feather", 64, null), - GUNPOWDER("minecraft:gunpowder", 64, null), - WOODEN_HOE("minecraft:wooden_hoe", 1, null), - STONE_HOE("minecraft:stone_hoe", 1, null), - IRON_HOE("minecraft:iron_hoe", 1, null), - DIAMOND_HOE("minecraft:diamond_hoe", 1, null), - GOLDEN_HOE("minecraft:golden_hoe", 1, null), - WHEAT_SEEDS("minecraft:wheat_seeds", 64, null), - WHEAT("minecraft:wheat", 64, Block.WHEAT), - BREAD("minecraft:bread", 64, null), - LEATHER_HELMET("minecraft:leather_helmet", 1, null), - LEATHER_CHESTPLATE("minecraft:leather_chestplate", 1, null), - LEATHER_LEGGINGS("minecraft:leather_leggings", 1, null), - LEATHER_BOOTS("minecraft:leather_boots", 1, null), - CHAINMAIL_HELMET("minecraft:chainmail_helmet", 1, null), - CHAINMAIL_CHESTPLATE("minecraft:chainmail_chestplate", 1, null), - CHAINMAIL_LEGGINGS("minecraft:chainmail_leggings", 1, null), - CHAINMAIL_BOOTS("minecraft:chainmail_boots", 1, null), - IRON_HELMET("minecraft:iron_helmet", 1, null), - IRON_CHESTPLATE("minecraft:iron_chestplate", 1, null), - IRON_LEGGINGS("minecraft:iron_leggings", 1, null), - IRON_BOOTS("minecraft:iron_boots", 1, null), - DIAMOND_HELMET("minecraft:diamond_helmet", 1, null), - DIAMOND_CHESTPLATE("minecraft:diamond_chestplate", 1, null), - DIAMOND_LEGGINGS("minecraft:diamond_leggings", 1, null), - DIAMOND_BOOTS("minecraft:diamond_boots", 1, null), - GOLDEN_HELMET("minecraft:golden_helmet", 1, null), - GOLDEN_CHESTPLATE("minecraft:golden_chestplate", 1, null), - GOLDEN_LEGGINGS("minecraft:golden_leggings", 1, null), - GOLDEN_BOOTS("minecraft:golden_boots", 1, null), - FLINT("minecraft:flint", 64, null), - PORKCHOP("minecraft:porkchop", 64, null), - COOKED_PORKCHOP("minecraft:cooked_porkchop", 64, null), - PAINTING("minecraft:painting", 64, null), - GOLDEN_APPLE("minecraft:golden_apple", 64, null), - ENCHANTED_GOLDEN_APPLE("minecraft:enchanted_golden_apple", 64, null), - OAK_SIGN("minecraft:oak_sign", 16, Block.OAK_SIGN), - SPRUCE_SIGN("minecraft:spruce_sign", 16, Block.SPRUCE_SIGN), - BIRCH_SIGN("minecraft:birch_sign", 16, Block.BIRCH_SIGN), - 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), - BUCKET("minecraft:bucket", 16, null), - WATER_BUCKET("minecraft:water_bucket", 1, null), - LAVA_BUCKET("minecraft:lava_bucket", 1, null), - MINECART("minecraft:minecart", 1, null), - SADDLE("minecraft:saddle", 1, null), - REDSTONE("minecraft:redstone", 64, Block.REDSTONE_WIRE), - SNOWBALL("minecraft:snowball", 16, null), - OAK_BOAT("minecraft:oak_boat", 1, null), - LEATHER("minecraft:leather", 64, null), - MILK_BUCKET("minecraft:milk_bucket", 1, null), - PUFFERFISH_BUCKET("minecraft:pufferfish_bucket", 1, null), - SALMON_BUCKET("minecraft:salmon_bucket", 1, null), - COD_BUCKET("minecraft:cod_bucket", 1, null), - 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), - CHEST_MINECART("minecraft:chest_minecart", 1, null), - FURNACE_MINECART("minecraft:furnace_minecart", 1, null), - EGG("minecraft:egg", 16, null), - COMPASS("minecraft:compass", 64, null), - FISHING_ROD("minecraft:fishing_rod", 1, null), - CLOCK("minecraft:clock", 64, null), - GLOWSTONE_DUST("minecraft:glowstone_dust", 64, null), - COD("minecraft:cod", 64, null), - SALMON("minecraft:salmon", 64, null), - TROPICAL_FISH("minecraft:tropical_fish", 64, null), - PUFFERFISH("minecraft:pufferfish", 64, null), - COOKED_COD("minecraft:cooked_cod", 64, null), - COOKED_SALMON("minecraft:cooked_salmon", 64, null), - INK_SAC("minecraft:ink_sac", 64, null), - RED_DYE("minecraft:red_dye", 64, null), - GREEN_DYE("minecraft:green_dye", 64, null), - COCOA_BEANS("minecraft:cocoa_beans", 64, null), - LAPIS_LAZULI("minecraft:lapis_lazuli", 64, null), - PURPLE_DYE("minecraft:purple_dye", 64, null), - CYAN_DYE("minecraft:cyan_dye", 64, null), - LIGHT_GRAY_DYE("minecraft:light_gray_dye", 64, null), - GRAY_DYE("minecraft:gray_dye", 64, null), - PINK_DYE("minecraft:pink_dye", 64, null), - LIME_DYE("minecraft:lime_dye", 64, null), - YELLOW_DYE("minecraft:yellow_dye", 64, null), - LIGHT_BLUE_DYE("minecraft:light_blue_dye", 64, null), - MAGENTA_DYE("minecraft:magenta_dye", 64, null), - ORANGE_DYE("minecraft:orange_dye", 64, null), - BONE_MEAL("minecraft:bone_meal", 64, null), - BLUE_DYE("minecraft:blue_dye", 64, null), - BROWN_DYE("minecraft:brown_dye", 64, null), - BLACK_DYE("minecraft:black_dye", 64, null), - WHITE_DYE("minecraft:white_dye", 64, null), - BONE("minecraft:bone", 64, null), - SUGAR("minecraft:sugar", 64, null), - CAKE("minecraft:cake", 1, Block.CAKE), - WHITE_BED("minecraft:white_bed", 1, Block.WHITE_BED), - ORANGE_BED("minecraft:orange_bed", 1, Block.ORANGE_BED), - MAGENTA_BED("minecraft:magenta_bed", 1, Block.MAGENTA_BED), - LIGHT_BLUE_BED("minecraft:light_blue_bed", 1, Block.LIGHT_BLUE_BED), - YELLOW_BED("minecraft:yellow_bed", 1, Block.YELLOW_BED), - LIME_BED("minecraft:lime_bed", 1, Block.LIME_BED), - PINK_BED("minecraft:pink_bed", 1, Block.PINK_BED), - GRAY_BED("minecraft:gray_bed", 1, Block.GRAY_BED), - LIGHT_GRAY_BED("minecraft:light_gray_bed", 1, Block.LIGHT_GRAY_BED), - CYAN_BED("minecraft:cyan_bed", 1, Block.CYAN_BED), - PURPLE_BED("minecraft:purple_bed", 1, Block.PURPLE_BED), - BLUE_BED("minecraft:blue_bed", 1, Block.BLUE_BED), - BROWN_BED("minecraft:brown_bed", 1, Block.BROWN_BED), - GREEN_BED("minecraft:green_bed", 1, Block.GREEN_BED), - RED_BED("minecraft:red_bed", 1, Block.RED_BED), - BLACK_BED("minecraft:black_bed", 1, Block.BLACK_BED), - COOKIE("minecraft:cookie", 64, null), - FILLED_MAP("minecraft:filled_map", 64, null), - SHEARS("minecraft:shears", 1, null), - MELON_SLICE("minecraft:melon_slice", 64, null), - DRIED_KELP("minecraft:dried_kelp", 64, null), - PUMPKIN_SEEDS("minecraft:pumpkin_seeds", 64, null), - MELON_SEEDS("minecraft:melon_seeds", 64, null), - BEEF("minecraft:beef", 64, null), - COOKED_BEEF("minecraft:cooked_beef", 64, null), - CHICKEN("minecraft:chicken", 64, null), - COOKED_CHICKEN("minecraft:cooked_chicken", 64, null), - ROTTEN_FLESH("minecraft:rotten_flesh", 64, null), - ENDER_PEARL("minecraft:ender_pearl", 16, null), - BLAZE_ROD("minecraft:blaze_rod", 64, null), - GHAST_TEAR("minecraft:ghast_tear", 64, null), - GOLD_NUGGET("minecraft:gold_nugget", 64, null), - NETHER_WART("minecraft:nether_wart", 64, Block.NETHER_WART), - POTION("minecraft:potion", 1, null), - GLASS_BOTTLE("minecraft:glass_bottle", 64, null), - SPIDER_EYE("minecraft:spider_eye", 64, null), - FERMENTED_SPIDER_EYE("minecraft:fermented_spider_eye", 64, null), - BLAZE_POWDER("minecraft:blaze_powder", 64, null), - MAGMA_CREAM("minecraft:magma_cream", 64, null), - BREWING_STAND("minecraft:brewing_stand", 64, Block.BREWING_STAND), - CAULDRON("minecraft:cauldron", 64, Block.CAULDRON), - ENDER_EYE("minecraft:ender_eye", 64, null), - GLISTERING_MELON_SLICE("minecraft:glistering_melon_slice", 64, null), - BAT_SPAWN_EGG("minecraft:bat_spawn_egg", 64, null), - BEE_SPAWN_EGG("minecraft:bee_spawn_egg", 64, null), - BLAZE_SPAWN_EGG("minecraft:blaze_spawn_egg", 64, null), - CAT_SPAWN_EGG("minecraft:cat_spawn_egg", 64, null), - CAVE_SPIDER_SPAWN_EGG("minecraft:cave_spider_spawn_egg", 64, null), - CHICKEN_SPAWN_EGG("minecraft:chicken_spawn_egg", 64, null), - COD_SPAWN_EGG("minecraft:cod_spawn_egg", 64, null), - COW_SPAWN_EGG("minecraft:cow_spawn_egg", 64, null), - CREEPER_SPAWN_EGG("minecraft:creeper_spawn_egg", 64, null), - DOLPHIN_SPAWN_EGG("minecraft:dolphin_spawn_egg", 64, null), - DONKEY_SPAWN_EGG("minecraft:donkey_spawn_egg", 64, null), - DROWNED_SPAWN_EGG("minecraft:drowned_spawn_egg", 64, null), - ELDER_GUARDIAN_SPAWN_EGG("minecraft:elder_guardian_spawn_egg", 64, null), - ENDERMAN_SPAWN_EGG("minecraft:enderman_spawn_egg", 64, null), - ENDERMITE_SPAWN_EGG("minecraft:endermite_spawn_egg", 64, null), - EVOKER_SPAWN_EGG("minecraft:evoker_spawn_egg", 64, null), - 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), - 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), - MAGMA_CUBE_SPAWN_EGG("minecraft:magma_cube_spawn_egg", 64, null), - MOOSHROOM_SPAWN_EGG("minecraft:mooshroom_spawn_egg", 64, null), - MULE_SPAWN_EGG("minecraft:mule_spawn_egg", 64, null), - OCELOT_SPAWN_EGG("minecraft:ocelot_spawn_egg", 64, null), - PANDA_SPAWN_EGG("minecraft:panda_spawn_egg", 64, null), - 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), - 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), - RABBIT_SPAWN_EGG("minecraft:rabbit_spawn_egg", 64, null), - RAVAGER_SPAWN_EGG("minecraft:ravager_spawn_egg", 64, null), - SALMON_SPAWN_EGG("minecraft:salmon_spawn_egg", 64, null), - SHEEP_SPAWN_EGG("minecraft:sheep_spawn_egg", 64, null), - SHULKER_SPAWN_EGG("minecraft:shulker_spawn_egg", 64, null), - SILVERFISH_SPAWN_EGG("minecraft:silverfish_spawn_egg", 64, null), - SKELETON_SPAWN_EGG("minecraft:skeleton_spawn_egg", 64, null), - SKELETON_HORSE_SPAWN_EGG("minecraft:skeleton_horse_spawn_egg", 64, null), - SLIME_SPAWN_EGG("minecraft:slime_spawn_egg", 64, null), - 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), - 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), - VEX_SPAWN_EGG("minecraft:vex_spawn_egg", 64, null), - VILLAGER_SPAWN_EGG("minecraft:villager_spawn_egg", 64, null), - VINDICATOR_SPAWN_EGG("minecraft:vindicator_spawn_egg", 64, null), - WANDERING_TRADER_SPAWN_EGG("minecraft:wandering_trader_spawn_egg", 64, null), - 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), - 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), - EXPERIENCE_BOTTLE("minecraft:experience_bottle", 64, null), - FIRE_CHARGE("minecraft:fire_charge", 64, null), - WRITABLE_BOOK("minecraft:writable_book", 1, null), - WRITTEN_BOOK("minecraft:written_book", 16, null), - EMERALD("minecraft:emerald", 64, null), - ITEM_FRAME("minecraft:item_frame", 64, null), - FLOWER_POT("minecraft:flower_pot", 64, Block.FLOWER_POT), - CARROT("minecraft:carrot", 64, null), - POTATO("minecraft:potato", 64, null), - BAKED_POTATO("minecraft:baked_potato", 64, null), - POISONOUS_POTATO("minecraft:poisonous_potato", 64, null), - MAP("minecraft:map", 64, null), - GOLDEN_CARROT("minecraft:golden_carrot", 64, null), - SKELETON_SKULL("minecraft:skeleton_skull", 64, Block.SKELETON_SKULL), - WITHER_SKELETON_SKULL("minecraft:wither_skeleton_skull", 64, Block.WITHER_SKELETON_SKULL), - PLAYER_HEAD("minecraft:player_head", 64, Block.PLAYER_HEAD), - ZOMBIE_HEAD("minecraft:zombie_head", 64, Block.ZOMBIE_HEAD), - 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), - NETHER_STAR("minecraft:nether_star", 64, null), - PUMPKIN_PIE("minecraft:pumpkin_pie", 64, null), - FIREWORK_ROCKET("minecraft:firework_rocket", 64, null), - FIREWORK_STAR("minecraft:firework_star", 64, null), - ENCHANTED_BOOK("minecraft:enchanted_book", 1, null), - NETHER_BRICK("minecraft:nether_brick", 64, null), - QUARTZ("minecraft:quartz", 64, null), - TNT_MINECART("minecraft:tnt_minecart", 1, null), - HOPPER_MINECART("minecraft:hopper_minecart", 1, null), - PRISMARINE_SHARD("minecraft:prismarine_shard", 64, null), - PRISMARINE_CRYSTALS("minecraft:prismarine_crystals", 64, null), - RABBIT("minecraft:rabbit", 64, null), - COOKED_RABBIT("minecraft:cooked_rabbit", 64, null), - RABBIT_STEW("minecraft:rabbit_stew", 1, null), - RABBIT_FOOT("minecraft:rabbit_foot", 64, null), - RABBIT_HIDE("minecraft:rabbit_hide", 64, null), - ARMOR_STAND("minecraft:armor_stand", 16, null), - IRON_HORSE_ARMOR("minecraft:iron_horse_armor", 1, null), - GOLDEN_HORSE_ARMOR("minecraft:golden_horse_armor", 1, null), - DIAMOND_HORSE_ARMOR("minecraft:diamond_horse_armor", 1, null), - LEATHER_HORSE_ARMOR("minecraft:leather_horse_armor", 1, null), - LEAD("minecraft:lead", 64, null), - NAME_TAG("minecraft:name_tag", 64, null), - COMMAND_BLOCK_MINECART("minecraft:command_block_minecart", 1, null), - MUTTON("minecraft:mutton", 64, null), - COOKED_MUTTON("minecraft:cooked_mutton", 64, null), - WHITE_BANNER("minecraft:white_banner", 16, Block.WHITE_BANNER), - ORANGE_BANNER("minecraft:orange_banner", 16, Block.ORANGE_BANNER), - MAGENTA_BANNER("minecraft:magenta_banner", 16, Block.MAGENTA_BANNER), - LIGHT_BLUE_BANNER("minecraft:light_blue_banner", 16, Block.LIGHT_BLUE_BANNER), - YELLOW_BANNER("minecraft:yellow_banner", 16, Block.YELLOW_BANNER), - LIME_BANNER("minecraft:lime_banner", 16, Block.LIME_BANNER), - PINK_BANNER("minecraft:pink_banner", 16, Block.PINK_BANNER), - GRAY_BANNER("minecraft:gray_banner", 16, Block.GRAY_BANNER), - LIGHT_GRAY_BANNER("minecraft:light_gray_banner", 16, Block.LIGHT_GRAY_BANNER), - CYAN_BANNER("minecraft:cyan_banner", 16, Block.CYAN_BANNER), - PURPLE_BANNER("minecraft:purple_banner", 16, Block.PURPLE_BANNER), - BLUE_BANNER("minecraft:blue_banner", 16, Block.BLUE_BANNER), - BROWN_BANNER("minecraft:brown_banner", 16, Block.BROWN_BANNER), - GREEN_BANNER("minecraft:green_banner", 16, Block.GREEN_BANNER), - RED_BANNER("minecraft:red_banner", 16, Block.RED_BANNER), - BLACK_BANNER("minecraft:black_banner", 16, Block.BLACK_BANNER), - END_CRYSTAL("minecraft:end_crystal", 64, null), - CHORUS_FRUIT("minecraft:chorus_fruit", 64, null), - POPPED_CHORUS_FRUIT("minecraft:popped_chorus_fruit", 64, null), - BEETROOT("minecraft:beetroot", 64, null), - BEETROOT_SEEDS("minecraft:beetroot_seeds", 64, null), - BEETROOT_SOUP("minecraft:beetroot_soup", 1, null), - DRAGON_BREATH("minecraft:dragon_breath", 64, null), - SPLASH_POTION("minecraft:splash_potion", 1, null), - SPECTRAL_ARROW("minecraft:spectral_arrow", 64, null), - TIPPED_ARROW("minecraft:tipped_arrow", 64, null), - LINGERING_POTION("minecraft:lingering_potion", 1, null), - SHIELD("minecraft:shield", 1, null), - ELYTRA("minecraft:elytra", 1, null), - SPRUCE_BOAT("minecraft:spruce_boat", 1, null), - BIRCH_BOAT("minecraft:birch_boat", 1, null), - JUNGLE_BOAT("minecraft:jungle_boat", 1, null), - ACACIA_BOAT("minecraft:acacia_boat", 1, null), - DARK_OAK_BOAT("minecraft:dark_oak_boat", 1, null), - TOTEM_OF_UNDYING("minecraft:totem_of_undying", 1, null), - SHULKER_SHELL("minecraft:shulker_shell", 64, null), - IRON_NUGGET("minecraft:iron_nugget", 64, null), - KNOWLEDGE_BOOK("minecraft:knowledge_book", 1, null), - DEBUG_STICK("minecraft:debug_stick", 1, null), - MUSIC_DISC_13("minecraft:music_disc_13", 1, null), - MUSIC_DISC_CAT("minecraft:music_disc_cat", 1, null), - MUSIC_DISC_BLOCKS("minecraft:music_disc_blocks", 1, null), - MUSIC_DISC_CHIRP("minecraft:music_disc_chirp", 1, null), - MUSIC_DISC_FAR("minecraft:music_disc_far", 1, null), - MUSIC_DISC_MALL("minecraft:music_disc_mall", 1, null), - MUSIC_DISC_MELLOHI("minecraft:music_disc_mellohi", 1, null), - MUSIC_DISC_STAL("minecraft:music_disc_stal", 1, null), - MUSIC_DISC_STRAD("minecraft:music_disc_strad", 1, null), - 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), - TRIDENT("minecraft:trident", 1, null), - PHANTOM_MEMBRANE("minecraft:phantom_membrane", 64, null), - NAUTILUS_SHELL("minecraft:nautilus_shell", 64, null), - HEART_OF_THE_SEA("minecraft:heart_of_the_sea", 64, null), - CROSSBOW("minecraft:crossbow", 1, null), - SUSPICIOUS_STEW("minecraft:suspicious_stew", 1, null), - LOOM("minecraft:loom", 64, Block.LOOM), - FLOWER_BANNER_PATTERN("minecraft:flower_banner_pattern", 1, null), - CREEPER_BANNER_PATTERN("minecraft:creeper_banner_pattern", 1, null), - 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), - BARREL("minecraft:barrel", 64, Block.BARREL), - SMOKER("minecraft:smoker", 64, Block.SMOKER), - BLAST_FURNACE("minecraft:blast_furnace", 64, Block.BLAST_FURNACE), - CARTOGRAPHY_TABLE("minecraft:cartography_table", 64, Block.CARTOGRAPHY_TABLE), - FLETCHING_TABLE("minecraft:fletching_table", 64, Block.FLETCHING_TABLE), - GRINDSTONE("minecraft:grindstone", 64, Block.GRINDSTONE), - LECTERN("minecraft:lectern", 64, Block.LECTERN), - SMITHING_TABLE("minecraft:smithing_table", 64, Block.SMITHING_TABLE), - STONECUTTER("minecraft:stonecutter", 64, Block.STONECUTTER), - BELL("minecraft:bell", 64, Block.BELL), - LANTERN("minecraft:lantern", 64, Block.LANTERN), - SWEET_BERRIES("minecraft:sweet_berries", 64, null), - CAMPFIRE("minecraft:campfire", 64, Block.CAMPFIRE), - 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), -; - private String namespaceID; - private int maxDefaultStackSize; - private Block correspondingBlock; - - Material(String namespaceID, int maxDefaultStackSize, Block correspondingBlock) { - this.namespaceID = namespaceID; - this.maxDefaultStackSize = maxDefaultStackSize; - this.correspondingBlock = correspondingBlock; - MaterialMap.map.put((short)ordinal(), this); - } - - public short getId() { - return (short)ordinal(); - } - - public String getName() { - return namespaceID; - } - - public int getMaxDefaultStackSize() { - return maxDefaultStackSize; - } - - public boolean isBlock() { - return correspondingBlock != null && this != AIR; - } - - public Block getBlock() { - return correspondingBlock; - } - - public static Material fromId(short blockId) { - return MaterialMap.map.getOrDefault(blockId, AIR); - } - - public boolean isHelmet() { - return toString().endsWith("HELMET"); - } - - public boolean isChestplate() { - return toString().endsWith("CHESTPLATE"); - } - - public boolean isLeggings() { - return toString().endsWith("LEGGINGS"); - } - - public boolean isBoots() { - return toString().endsWith("BOOTS"); - } - - public boolean isArmor() { - return isChestplate() || isHelmet() || isLeggings() || isBoots(); - } - - public boolean isFood() { - switch (this) { - case APPLE: - case MUSHROOM_STEW: - case BREAD: - case PORKCHOP: - case COOKED_PORKCHOP: - case GOLDEN_APPLE: - case ENCHANTED_GOLDEN_APPLE: - case COD: - case SALMON: - case TROPICAL_FISH: - case PUFFERFISH: - case COOKED_COD: - case COOKED_SALMON: - case CAKE: - case COOKIE: - case MELON_SLICE: - case DRIED_KELP: - case BEEF: - case COOKED_BEEF: - case CHICKEN: - case COOKED_CHICKEN: - case ROTTEN_FLESH: - case SPIDER_EYE: - case CARROT: - case POTATO: - case BAKED_POTATO: - case POISONOUS_POTATO: - case PUMPKIN_PIE: - case RABBIT: - case COOKED_RABBIT: - case RABBIT_STEW: - case MUTTON: - case COOKED_MUTTON: - case BEETROOT: - case BEETROOT_SOUP: - case SWEET_BERRIES: - case HONEY_BOTTLE: - return true; - default: - return false; - } - } - - public boolean hasState() { - switch (this) { - case BOW: - case TRIDENT: - case CROSSBOW: - case SHIELD: - return true; - } - - return isFood(); - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/item/MaterialMap.java b/src/autogenerated/java/net/minestom/server/instance/item/MaterialMap.java deleted file mode 100644 index 29fa9d199..000000000 --- a/src/autogenerated/java/net/minestom/server/instance/item/MaterialMap.java +++ /dev/null @@ -1,5 +0,0 @@ -package net.minestom.server.instance.item; -import it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap; -final class MaterialMap { - static final Short2ObjectOpenHashMap map = new Short2ObjectOpenHashMap<>(); -} diff --git a/src/autogenerated/java/net/minestom/server/item/Enchantment.java b/src/autogenerated/java/net/minestom/server/item/Enchantment.java index 9356f8297..b9fa81979 100644 --- a/src/autogenerated/java/net/minestom/server/item/Enchantment.java +++ b/src/autogenerated/java/net/minestom/server/item/Enchantment.java @@ -15,6 +15,7 @@ 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 1691d6573..e333561f1 100644 --- a/src/autogenerated/java/net/minestom/server/item/Material.java +++ b/src/autogenerated/java/net/minestom/server/item/Material.java @@ -2,8 +2,8 @@ // AUTOGENERATED BY EnumGenerator //============================== 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,6 +18,8 @@ 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), @@ -25,6 +27,8 @@ 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), @@ -38,30 +42,39 @@ 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), @@ -119,6 +132,16 @@ 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), @@ -127,6 +150,8 @@ 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), @@ -178,9 +203,11 @@ 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), @@ -193,10 +220,16 @@ 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), @@ -205,6 +238,8 @@ 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), @@ -219,6 +254,7 @@ 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), @@ -228,11 +264,15 @@ 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), @@ -249,6 +289,8 @@ 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), @@ -265,12 +307,19 @@ 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), @@ -283,6 +332,7 @@ 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), @@ -382,6 +432,7 @@ 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), @@ -519,11 +570,12 @@ 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), @@ -538,6 +590,8 @@ 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), @@ -558,6 +612,10 @@ 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), @@ -566,6 +624,7 @@ 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), @@ -589,6 +648,10 @@ 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), @@ -601,6 +664,8 @@ 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), @@ -617,10 +682,7 @@ 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), @@ -722,6 +784,7 @@ 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), @@ -733,6 +796,7 @@ 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), @@ -748,6 +812,7 @@ 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), @@ -758,10 +823,11 @@ 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), @@ -782,6 +848,7 @@ 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), @@ -859,6 +926,7 @@ 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), @@ -871,6 +939,8 @@ 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), @@ -882,14 +952,35 @@ 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 abf214457..4c468063e 100644 --- a/src/autogenerated/java/net/minestom/server/particle/Particle.java +++ b/src/autogenerated/java/net/minestom/server/particle/Particle.java @@ -31,6 +31,8 @@ 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"), @@ -66,6 +68,14 @@ 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 13816abe9..e814102cc 100644 --- a/src/autogenerated/java/net/minestom/server/sound/Sound.java +++ b/src/autogenerated/java/net/minestom/server/sound/Sound.java @@ -5,12 +5,32 @@ 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"), @@ -26,6 +46,7 @@ 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"), @@ -45,6 +66,11 @@ 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"), @@ -74,11 +100,13 @@ 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"), @@ -105,6 +133,11 @@ 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"), @@ -116,11 +149,6 @@ 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"), @@ -135,6 +163,11 @@ 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"), @@ -170,6 +203,7 @@ 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"), @@ -241,6 +275,9 @@ 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"), @@ -252,6 +289,12 @@ 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"), @@ -270,6 +313,11 @@ 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"), @@ -280,16 +328,6 @@ 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"), @@ -305,6 +343,14 @@ 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"), @@ -336,14 +382,6 @@ 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"), @@ -396,10 +434,19 @@ 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"), @@ -415,19 +462,83 @@ 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("minecraft:music.nether"), + 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_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"), @@ -474,10 +585,12 @@ 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"), @@ -491,6 +604,7 @@ 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"), @@ -505,6 +619,16 @@ 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"), @@ -553,19 +677,29 @@ public enum Sound { ENTITY_RABBIT_HURT("minecraft:entity.rabbit.hurt"), ENTITY_RABBIT_JUMP("minecraft:entity.rabbit.jump"), EVENT_RAID_HORN("minecraft:event.raid.horn"), - 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"), + 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"), 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"), @@ -587,6 +721,11 @@ 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"), @@ -627,13 +766,31 @@ 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"), - 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"), + 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_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"), @@ -642,6 +799,7 @@ 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"), @@ -739,6 +897,7 @@ 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"), @@ -753,6 +912,11 @@ 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"), @@ -791,6 +955,17 @@ 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"), @@ -803,10 +978,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_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_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_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 edb6a6763..5e56f2904 100644 --- a/src/autogenerated/java/net/minestom/server/stat/StatisticType.java +++ b/src/autogenerated/java/net/minestom/server/stat/StatisticType.java @@ -23,6 +23,7 @@ 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"), @@ -75,6 +76,8 @@ 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/generators/java/net/minestom/codegen/MinestomEnumGenerator.java b/src/generators/java/net/minestom/codegen/MinestomEnumGenerator.java index 5b7ac0488..0f6c8e7a5 100644 --- a/src/generators/java/net/minestom/codegen/MinestomEnumGenerator.java +++ b/src/generators/java/net/minestom/codegen/MinestomEnumGenerator.java @@ -37,6 +37,7 @@ public abstract class MinestomEnumGenerator implements CodeGenerator writer.write(code); } + LOGGER.debug("Post generation tasks..."); postGeneration(); } 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 97abe11b0..dd6397d6e 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.ZOMBIE_PIGMAN, spawnPosition); + super(EntityType.ZOMBIFIED_PIGLIN, spawnPosition); setBoundingBox(0.6f, 1.95f, 0.6f); } diff --git a/src/main/java/net/minestom/server/instance/InstanceContainer.java b/src/main/java/net/minestom/server/instance/InstanceContainer.java index 9d6c9ef22..5edfc61ee 100644 --- a/src/main/java/net/minestom/server/instance/InstanceContainer.java +++ b/src/main/java/net/minestom/server/instance/InstanceContainer.java @@ -404,7 +404,7 @@ public class InstanceContainer extends Instance { protected void createChunk(int chunkX, int chunkZ, Consumer callback) { Biome[] biomes = new Biome[Chunk.BIOME_COUNT]; if (chunkGenerator == null) { - Arrays.fill(biomes, Biome.VOID); + Arrays.fill(biomes, Biome.THE_VOID); } else { chunkGenerator.fillBiomes(biomes, chunkX, chunkZ); } From 8fd7c35a32a22bfac0c077bda9cf8fac9bc8b505 Mon Sep 17 00:00:00 2001 From: jglrxavpok Date: Mon, 29 Jun 2020 21:11:22 +0200 Subject: [PATCH 14/17] Removed useless import --- src/autogenerated/java/net/minestom/server/item/Material.java | 2 +- .../java/net/minestom/codegen/items/ItemEnumGenerator.java | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/autogenerated/java/net/minestom/server/item/Material.java b/src/autogenerated/java/net/minestom/server/item/Material.java index e333561f1..dec1a75a4 100644 --- a/src/autogenerated/java/net/minestom/server/item/Material.java +++ b/src/autogenerated/java/net/minestom/server/item/Material.java @@ -2,8 +2,8 @@ // AUTOGENERATED BY EnumGenerator //============================== 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), diff --git a/src/generators/java/net/minestom/codegen/items/ItemEnumGenerator.java b/src/generators/java/net/minestom/codegen/items/ItemEnumGenerator.java index 22a42900c..9dbd7a33f 100644 --- a/src/generators/java/net/minestom/codegen/items/ItemEnumGenerator.java +++ b/src/generators/java/net/minestom/codegen/items/ItemEnumGenerator.java @@ -130,7 +130,6 @@ public class ItemEnumGenerator extends MinestomEnumGenerator { protected void prepare(EnumGenerator generator) { String className = getClassName(); generator.addImport(Block.class.getCanonicalName()); - generator.addImport(Short2ObjectOpenHashMap.class.getCanonicalName()); generator.setParams("String namespaceID", "int maxDefaultStackSize", "Block correspondingBlock"); generator.addMethod("getId", "()", "short", "return (short)ordinal();"); generator.addMethod("getName", "()", "String", "return namespaceID;"); From e2a01c1a164f0ba1c2ecc1008a639d9cfa72eb44 Mon Sep 17 00:00:00 2001 From: jglrxavpok Date: Mon, 29 Jun 2020 21:19:59 +0200 Subject: [PATCH 15/17] Back to 1.15.2 to prepare for merge --- .../minestom/server/entity/EntityType.java | 28 +- .../net/minestom/server/instance/Biome.java | 6 +- .../minestom/server/instance/block/Block.java | 1424 ++++----- .../instance/block/states/AcaciaButton.java | 48 +- .../instance/block/states/AcaciaDoor.java | 128 +- .../instance/block/states/AcaciaFence.java | 64 +- .../block/states/AcaciaFenceGate.java | 64 +- .../instance/block/states/AcaciaLeaves.java | 28 +- .../instance/block/states/AcaciaLog.java | 6 +- .../block/states/AcaciaPressurePlate.java | 4 +- .../instance/block/states/AcaciaSign.java | 64 +- .../instance/block/states/AcaciaSlab.java | 12 +- .../instance/block/states/AcaciaStairs.java | 160 +- .../instance/block/states/AcaciaTrapdoor.java | 128 +- .../instance/block/states/AcaciaWallSign.java | 16 +- .../instance/block/states/AcaciaWood.java | 6 +- .../instance/block/states/ActivatorRail.java | 24 +- .../instance/block/states/AndesiteSlab.java | 12 +- .../instance/block/states/AndesiteStairs.java | 160 +- .../instance/block/states/AndesiteWall.java | 388 +-- .../server/instance/block/states/Anvil.java | 8 +- .../block/states/AttachedMelonStem.java | 8 +- .../block/states/AttachedPumpkinStem.java | 8 +- .../server/instance/block/states/Bamboo.java | 24 +- .../server/instance/block/states/Barrel.java | 24 +- .../server/instance/block/states/Basalt.java | 14 - .../server/instance/block/states/BeeNest.java | 48 +- .../server/instance/block/states/Beehive.java | 48 +- .../instance/block/states/Beetroots.java | 8 +- .../server/instance/block/states/Bell.java | 64 +- .../instance/block/states/BirchButton.java | 48 +- .../instance/block/states/BirchDoor.java | 128 +- .../instance/block/states/BirchFence.java | 64 +- .../instance/block/states/BirchFenceGate.java | 64 +- .../instance/block/states/BirchLeaves.java | 28 +- .../instance/block/states/BirchLog.java | 6 +- .../block/states/BirchPressurePlate.java | 4 +- .../instance/block/states/BirchSign.java | 64 +- .../instance/block/states/BirchSlab.java | 12 +- .../instance/block/states/BirchStairs.java | 160 +- .../instance/block/states/BirchTrapdoor.java | 128 +- .../instance/block/states/BirchWallSign.java | 16 +- .../instance/block/states/BirchWood.java | 6 +- .../instance/block/states/BlackBanner.java | 32 +- .../instance/block/states/BlackBed.java | 32 +- .../block/states/BlackGlazedTerracotta.java | 8 +- .../block/states/BlackShulkerBox.java | 12 +- .../block/states/BlackStainedGlassPane.java | 64 +- .../block/states/BlackWallBanner.java | 8 +- .../instance/block/states/BlackstoneSlab.java | 17 - .../block/states/BlackstoneStairs.java | 91 - .../instance/block/states/BlackstoneWall.java | 335 --- .../instance/block/states/BlastFurnace.java | 16 +- .../instance/block/states/BlueBanner.java | 32 +- .../server/instance/block/states/BlueBed.java | 32 +- .../block/states/BlueGlazedTerracotta.java | 8 +- .../instance/block/states/BlueShulkerBox.java | 12 +- .../block/states/BlueStainedGlassPane.java | 64 +- .../instance/block/states/BlueWallBanner.java | 8 +- .../instance/block/states/BoneBlock.java | 6 +- .../instance/block/states/BrainCoral.java | 4 +- .../instance/block/states/BrainCoralFan.java | 4 +- .../block/states/BrainCoralWallFan.java | 16 +- .../instance/block/states/BrewingStand.java | 16 +- .../instance/block/states/BrickSlab.java | 12 +- .../instance/block/states/BrickStairs.java | 160 +- .../instance/block/states/BrickWall.java | 388 +-- .../instance/block/states/BrownBanner.java | 32 +- .../instance/block/states/BrownBed.java | 32 +- .../block/states/BrownGlazedTerracotta.java | 8 +- .../block/states/BrownMushroomBlock.java | 128 +- .../block/states/BrownShulkerBox.java | 12 +- .../block/states/BrownStainedGlassPane.java | 64 +- .../block/states/BrownWallBanner.java | 8 +- .../instance/block/states/BubbleColumn.java | 4 +- .../instance/block/states/BubbleCoral.java | 4 +- .../instance/block/states/BubbleCoralFan.java | 4 +- .../block/states/BubbleCoralWallFan.java | 16 +- .../server/instance/block/states/Cactus.java | 32 +- .../server/instance/block/states/Cake.java | 14 +- .../instance/block/states/Campfire.java | 64 +- .../server/instance/block/states/Carrots.java | 16 +- .../instance/block/states/CarvedPumpkin.java | 8 +- .../instance/block/states/Cauldron.java | 8 +- .../server/instance/block/states/Chain.java | 13 - .../block/states/ChainCommandBlock.java | 24 +- .../server/instance/block/states/Chest.java | 48 +- .../instance/block/states/ChippedAnvil.java | 8 +- .../instance/block/states/ChorusFlower.java | 12 +- .../instance/block/states/ChorusPlant.java | 128 +- .../block/states/CobblestoneSlab.java | 12 +- .../block/states/CobblestoneStairs.java | 160 +- .../block/states/CobblestoneWall.java | 388 +-- .../server/instance/block/states/Cocoa.java | 24 +- .../instance/block/states/CommandBlock.java | 24 +- .../instance/block/states/Comparator.java | 32 +- .../instance/block/states/Composter.java | 18 +- .../server/instance/block/states/Conduit.java | 4 +- .../instance/block/states/CreeperHead.java | 32 +- .../block/states/CreeperWallHead.java | 8 +- .../instance/block/states/CrimsonButton.java | 35 - .../instance/block/states/CrimsonDoor.java | 75 - .../instance/block/states/CrimsonFence.java | 43 - .../block/states/CrimsonFenceGate.java | 43 - .../instance/block/states/CrimsonHyphae.java | 14 - .../block/states/CrimsonPressurePlate.java | 13 - .../instance/block/states/CrimsonSign.java | 43 - .../instance/block/states/CrimsonSlab.java | 17 - .../instance/block/states/CrimsonStairs.java | 91 - .../instance/block/states/CrimsonStem.java | 14 - .../block/states/CrimsonTrapdoor.java | 75 - .../block/states/CrimsonWallSign.java | 19 - .../block/states/CutRedSandstoneSlab.java | 12 +- .../block/states/CutSandstoneSlab.java | 12 +- .../instance/block/states/CyanBanner.java | 32 +- .../server/instance/block/states/CyanBed.java | 32 +- .../block/states/CyanGlazedTerracotta.java | 8 +- .../instance/block/states/CyanShulkerBox.java | 12 +- .../block/states/CyanStainedGlassPane.java | 64 +- .../instance/block/states/CyanWallBanner.java | 8 +- .../instance/block/states/DamagedAnvil.java | 8 +- .../instance/block/states/DarkOakButton.java | 48 +- .../instance/block/states/DarkOakDoor.java | 128 +- .../instance/block/states/DarkOakFence.java | 64 +- .../block/states/DarkOakFenceGate.java | 64 +- .../instance/block/states/DarkOakLeaves.java | 28 +- .../instance/block/states/DarkOakLog.java | 6 +- .../block/states/DarkOakPressurePlate.java | 4 +- .../instance/block/states/DarkOakSign.java | 64 +- .../instance/block/states/DarkOakSlab.java | 12 +- .../instance/block/states/DarkOakStairs.java | 160 +- .../block/states/DarkOakTrapdoor.java | 128 +- .../block/states/DarkOakWallSign.java | 16 +- .../instance/block/states/DarkOakWood.java | 6 +- .../block/states/DarkPrismarineSlab.java | 12 +- .../block/states/DarkPrismarineStairs.java | 160 +- .../block/states/DaylightDetector.java | 64 +- .../instance/block/states/DeadBrainCoral.java | 4 +- .../block/states/DeadBrainCoralFan.java | 4 +- .../block/states/DeadBrainCoralWallFan.java | 16 +- .../block/states/DeadBubbleCoral.java | 4 +- .../block/states/DeadBubbleCoralFan.java | 4 +- .../block/states/DeadBubbleCoralWallFan.java | 16 +- .../instance/block/states/DeadFireCoral.java | 4 +- .../block/states/DeadFireCoralFan.java | 4 +- .../block/states/DeadFireCoralWallFan.java | 16 +- .../instance/block/states/DeadHornCoral.java | 4 +- .../block/states/DeadHornCoralFan.java | 4 +- .../block/states/DeadHornCoralWallFan.java | 16 +- .../instance/block/states/DeadTubeCoral.java | 4 +- .../block/states/DeadTubeCoralFan.java | 4 +- .../block/states/DeadTubeCoralWallFan.java | 16 +- .../instance/block/states/DetectorRail.java | 24 +- .../instance/block/states/DioriteSlab.java | 12 +- .../instance/block/states/DioriteStairs.java | 160 +- .../instance/block/states/DioriteWall.java | 388 +-- .../instance/block/states/Dispenser.java | 24 +- .../instance/block/states/DragonHead.java | 32 +- .../instance/block/states/DragonWallHead.java | 8 +- .../server/instance/block/states/Dropper.java | 24 +- .../instance/block/states/EndPortalFrame.java | 16 +- .../server/instance/block/states/EndRod.java | 12 +- .../block/states/EndStoneBrickSlab.java | 12 +- .../block/states/EndStoneBrickStairs.java | 160 +- .../block/states/EndStoneBrickWall.java | 388 +-- .../instance/block/states/EnderChest.java | 16 +- .../instance/block/states/Farmland.java | 16 +- .../server/instance/block/states/Fire.java | 1024 +++---- .../instance/block/states/FireCoral.java | 4 +- .../instance/block/states/FireCoralFan.java | 4 +- .../block/states/FireCoralWallFan.java | 16 +- .../instance/block/states/FrostedIce.java | 8 +- .../server/instance/block/states/Furnace.java | 16 +- .../instance/block/states/GlassPane.java | 64 +- .../instance/block/states/GraniteSlab.java | 12 +- .../instance/block/states/GraniteStairs.java | 160 +- .../instance/block/states/GraniteWall.java | 388 +-- .../instance/block/states/GrayBanner.java | 32 +- .../server/instance/block/states/GrayBed.java | 32 +- .../block/states/GrayGlazedTerracotta.java | 8 +- .../instance/block/states/GrayShulkerBox.java | 12 +- .../block/states/GrayStainedGlassPane.java | 64 +- .../instance/block/states/GrayWallBanner.java | 8 +- .../instance/block/states/GreenBanner.java | 32 +- .../instance/block/states/GreenBed.java | 32 +- .../block/states/GreenGlazedTerracotta.java | 8 +- .../block/states/GreenShulkerBox.java | 12 +- .../block/states/GreenStainedGlassPane.java | 64 +- .../block/states/GreenWallBanner.java | 8 +- .../instance/block/states/Grindstone.java | 24 +- .../instance/block/states/HayBlock.java | 6 +- .../states/HeavyWeightedPressurePlate.java | 32 +- .../server/instance/block/states/Hopper.java | 20 +- .../instance/block/states/HornCoral.java | 4 +- .../instance/block/states/HornCoralFan.java | 4 +- .../block/states/HornCoralWallFan.java | 16 +- .../instance/block/states/IronBars.java | 64 +- .../instance/block/states/IronDoor.java | 128 +- .../instance/block/states/IronTrapdoor.java | 128 +- .../instance/block/states/JackOLantern.java | 8 +- .../server/instance/block/states/Jigsaw.java | 18 +- .../server/instance/block/states/Jukebox.java | 4 +- .../instance/block/states/JungleButton.java | 48 +- .../instance/block/states/JungleDoor.java | 128 +- .../instance/block/states/JungleFence.java | 64 +- .../block/states/JungleFenceGate.java | 64 +- .../instance/block/states/JungleLeaves.java | 28 +- .../instance/block/states/JungleLog.java | 6 +- .../block/states/JunglePressurePlate.java | 4 +- .../instance/block/states/JungleSign.java | 64 +- .../instance/block/states/JungleSlab.java | 12 +- .../instance/block/states/JungleStairs.java | 160 +- .../instance/block/states/JungleTrapdoor.java | 128 +- .../instance/block/states/JungleWallSign.java | 16 +- .../instance/block/states/JungleWood.java | 6 +- .../server/instance/block/states/Kelp.java | 52 +- .../server/instance/block/states/Ladder.java | 16 +- .../server/instance/block/states/Lantern.java | 4 +- .../instance/block/states/LargeFern.java | 4 +- .../server/instance/block/states/Lectern.java | 32 +- .../server/instance/block/states/Lever.java | 48 +- .../block/states/LightBlueBanner.java | 32 +- .../instance/block/states/LightBlueBed.java | 32 +- .../states/LightBlueGlazedTerracotta.java | 8 +- .../block/states/LightBlueShulkerBox.java | 12 +- .../states/LightBlueStainedGlassPane.java | 64 +- .../block/states/LightBlueWallBanner.java | 8 +- .../block/states/LightGrayBanner.java | 32 +- .../instance/block/states/LightGrayBed.java | 32 +- .../states/LightGrayGlazedTerracotta.java | 8 +- .../block/states/LightGrayShulkerBox.java | 12 +- .../states/LightGrayStainedGlassPane.java | 64 +- .../block/states/LightGrayWallBanner.java | 8 +- .../states/LightWeightedPressurePlate.java | 32 +- .../server/instance/block/states/Lilac.java | 4 +- .../instance/block/states/LimeBanner.java | 32 +- .../server/instance/block/states/LimeBed.java | 32 +- .../block/states/LimeGlazedTerracotta.java | 8 +- .../instance/block/states/LimeShulkerBox.java | 12 +- .../block/states/LimeStainedGlassPane.java | 64 +- .../instance/block/states/LimeWallBanner.java | 8 +- .../server/instance/block/states/Loom.java | 8 +- .../instance/block/states/MagentaBanner.java | 32 +- .../instance/block/states/MagentaBed.java | 32 +- .../block/states/MagentaGlazedTerracotta.java | 8 +- .../block/states/MagentaShulkerBox.java | 12 +- .../block/states/MagentaStainedGlassPane.java | 64 +- .../block/states/MagentaWallBanner.java | 8 +- .../instance/block/states/MelonStem.java | 16 +- .../block/states/MossyCobblestoneSlab.java | 12 +- .../block/states/MossyCobblestoneStairs.java | 160 +- .../block/states/MossyCobblestoneWall.java | 388 +-- .../block/states/MossyStoneBrickSlab.java | 12 +- .../block/states/MossyStoneBrickStairs.java | 160 +- .../block/states/MossyStoneBrickWall.java | 388 +-- .../instance/block/states/MovingPiston.java | 24 +- .../instance/block/states/MushroomStem.java | 128 +- .../instance/block/states/Mycelium.java | 4 +- .../block/states/NetherBrickFence.java | 64 +- .../block/states/NetherBrickSlab.java | 12 +- .../block/states/NetherBrickStairs.java | 160 +- .../block/states/NetherBrickWall.java | 388 +-- .../instance/block/states/NetherPortal.java | 4 +- .../instance/block/states/NetherWart.java | 8 +- .../instance/block/states/NoteBlock.java | 1600 +++++----- .../instance/block/states/OakButton.java | 48 +- .../server/instance/block/states/OakDoor.java | 128 +- .../instance/block/states/OakFence.java | 64 +- .../instance/block/states/OakFenceGate.java | 64 +- .../instance/block/states/OakLeaves.java | 28 +- .../server/instance/block/states/OakLog.java | 6 +- .../block/states/OakPressurePlate.java | 4 +- .../server/instance/block/states/OakSign.java | 64 +- .../server/instance/block/states/OakSlab.java | 12 +- .../instance/block/states/OakStairs.java | 160 +- .../instance/block/states/OakTrapdoor.java | 128 +- .../instance/block/states/OakWallSign.java | 16 +- .../server/instance/block/states/OakWood.java | 6 +- .../instance/block/states/Observer.java | 24 +- .../instance/block/states/OrangeBanner.java | 32 +- .../instance/block/states/OrangeBed.java | 32 +- .../block/states/OrangeGlazedTerracotta.java | 8 +- .../block/states/OrangeShulkerBox.java | 12 +- .../block/states/OrangeStainedGlassPane.java | 64 +- .../block/states/OrangeWallBanner.java | 8 +- .../server/instance/block/states/Peony.java | 4 +- .../block/states/PetrifiedOakSlab.java | 12 +- .../instance/block/states/PinkBanner.java | 32 +- .../server/instance/block/states/PinkBed.java | 32 +- .../block/states/PinkGlazedTerracotta.java | 8 +- .../instance/block/states/PinkShulkerBox.java | 12 +- .../block/states/PinkStainedGlassPane.java | 64 +- .../instance/block/states/PinkWallBanner.java | 8 +- .../server/instance/block/states/Piston.java | 24 +- .../instance/block/states/PistonHead.java | 48 +- .../instance/block/states/PlayerHead.java | 32 +- .../instance/block/states/PlayerWallHead.java | 8 +- .../block/states/PolishedAndesiteSlab.java | 12 +- .../block/states/PolishedAndesiteStairs.java | 160 +- .../instance/block/states/PolishedBasalt.java | 14 - .../states/PolishedBlackstoneBrickSlab.java | 17 - .../states/PolishedBlackstoneBrickStairs.java | 91 - .../states/PolishedBlackstoneBrickWall.java | 335 --- .../states/PolishedBlackstoneButton.java | 35 - .../PolishedBlackstonePressurePlate.java | 13 - .../block/states/PolishedBlackstoneSlab.java | 17 - .../states/PolishedBlackstoneStairs.java | 91 - .../block/states/PolishedBlackstoneWall.java | 335 --- .../block/states/PolishedDioriteSlab.java | 12 +- .../block/states/PolishedDioriteStairs.java | 160 +- .../block/states/PolishedGraniteSlab.java | 12 +- .../block/states/PolishedGraniteStairs.java | 160 +- .../instance/block/states/Potatoes.java | 16 +- .../instance/block/states/PoweredRail.java | 24 +- .../block/states/PrismarineBrickSlab.java | 12 +- .../block/states/PrismarineBrickStairs.java | 160 +- .../instance/block/states/PrismarineSlab.java | 12 +- .../block/states/PrismarineStairs.java | 160 +- .../instance/block/states/PrismarineWall.java | 388 +-- .../instance/block/states/PumpkinStem.java | 16 +- .../instance/block/states/PurpleBanner.java | 32 +- .../instance/block/states/PurpleBed.java | 32 +- .../block/states/PurpleGlazedTerracotta.java | 8 +- .../block/states/PurpleShulkerBox.java | 12 +- .../block/states/PurpleStainedGlassPane.java | 64 +- .../block/states/PurpleWallBanner.java | 8 +- .../instance/block/states/PurpurPillar.java | 6 +- .../instance/block/states/PurpurSlab.java | 12 +- .../instance/block/states/PurpurStairs.java | 160 +- .../instance/block/states/QuartzPillar.java | 6 +- .../instance/block/states/QuartzSlab.java | 12 +- .../instance/block/states/QuartzStairs.java | 160 +- .../server/instance/block/states/Rail.java | 20 +- .../instance/block/states/RedBanner.java | 32 +- .../server/instance/block/states/RedBed.java | 32 +- .../block/states/RedGlazedTerracotta.java | 8 +- .../block/states/RedMushroomBlock.java | 128 +- .../block/states/RedNetherBrickSlab.java | 12 +- .../block/states/RedNetherBrickStairs.java | 160 +- .../block/states/RedNetherBrickWall.java | 388 +-- .../block/states/RedSandstoneSlab.java | 12 +- .../block/states/RedSandstoneStairs.java | 160 +- .../block/states/RedSandstoneWall.java | 388 +-- .../instance/block/states/RedShulkerBox.java | 12 +- .../block/states/RedStainedGlassPane.java | 64 +- .../instance/block/states/RedWallBanner.java | 8 +- .../instance/block/states/RedstoneLamp.java | 4 +- .../instance/block/states/RedstoneOre.java | 4 +- .../instance/block/states/RedstoneTorch.java | 4 +- .../block/states/RedstoneWallTorch.java | 16 +- .../instance/block/states/RedstoneWire.java | 2592 ++++++++--------- .../instance/block/states/Repeater.java | 128 +- .../block/states/RepeatingCommandBlock.java | 24 +- .../instance/block/states/RespawnAnchor.java | 16 - .../instance/block/states/RoseBush.java | 4 +- .../instance/block/states/SandstoneSlab.java | 12 +- .../block/states/SandstoneStairs.java | 160 +- .../instance/block/states/SandstoneWall.java | 388 +-- .../instance/block/states/Scaffolding.java | 64 +- .../instance/block/states/SeaPickle.java | 16 +- .../instance/block/states/ShulkerBox.java | 12 +- .../instance/block/states/SkeletonSkull.java | 32 +- .../block/states/SkeletonWallSkull.java | 8 +- .../server/instance/block/states/Smoker.java | 16 +- .../block/states/SmoothQuartzSlab.java | 12 +- .../block/states/SmoothQuartzStairs.java | 160 +- .../block/states/SmoothRedSandstoneSlab.java | 12 +- .../states/SmoothRedSandstoneStairs.java | 160 +- .../block/states/SmoothSandstoneSlab.java | 12 +- .../block/states/SmoothSandstoneStairs.java | 160 +- .../block/states/SmoothStoneSlab.java | 12 +- .../server/instance/block/states/Snow.java | 16 +- .../instance/block/states/SoulCampfire.java | 43 - .../instance/block/states/SoulLantern.java | 13 - .../instance/block/states/SoulWallTorch.java | 15 - .../instance/block/states/SpruceButton.java | 48 +- .../instance/block/states/SpruceDoor.java | 128 +- .../instance/block/states/SpruceFence.java | 64 +- .../block/states/SpruceFenceGate.java | 64 +- .../instance/block/states/SpruceLeaves.java | 28 +- .../instance/block/states/SpruceLog.java | 6 +- .../block/states/SprucePressurePlate.java | 4 +- .../instance/block/states/SpruceSign.java | 64 +- .../instance/block/states/SpruceSlab.java | 12 +- .../instance/block/states/SpruceStairs.java | 160 +- .../instance/block/states/SpruceTrapdoor.java | 128 +- .../instance/block/states/SpruceWallSign.java | 16 +- .../instance/block/states/SpruceWood.java | 6 +- .../instance/block/states/StickyPiston.java | 24 +- .../instance/block/states/StoneBrickSlab.java | 12 +- .../block/states/StoneBrickStairs.java | 160 +- .../instance/block/states/StoneBrickWall.java | 388 +-- .../instance/block/states/StoneButton.java | 48 +- .../block/states/StonePressurePlate.java | 4 +- .../instance/block/states/StoneSlab.java | 12 +- .../instance/block/states/StoneStairs.java | 160 +- .../instance/block/states/Stonecutter.java | 8 +- .../block/states/StrippedAcaciaLog.java | 6 +- .../block/states/StrippedAcaciaWood.java | 6 +- .../block/states/StrippedBirchLog.java | 6 +- .../block/states/StrippedBirchWood.java | 6 +- .../block/states/StrippedCrimsonHyphae.java | 14 - .../block/states/StrippedCrimsonStem.java | 14 - .../block/states/StrippedDarkOakLog.java | 6 +- .../block/states/StrippedDarkOakWood.java | 6 +- .../block/states/StrippedJungleLog.java | 6 +- .../block/states/StrippedJungleWood.java | 6 +- .../instance/block/states/StrippedOakLog.java | 6 +- .../block/states/StrippedOakWood.java | 6 +- .../block/states/StrippedSpruceLog.java | 6 +- .../block/states/StrippedSpruceWood.java | 6 +- .../block/states/StrippedWarpedHyphae.java | 14 - .../block/states/StrippedWarpedStem.java | 14 - .../instance/block/states/StructureBlock.java | 8 +- .../instance/block/states/SugarCane.java | 32 +- .../instance/block/states/Sunflower.java | 4 +- .../instance/block/states/SweetBerryBush.java | 8 +- .../instance/block/states/TallGrass.java | 4 +- .../instance/block/states/TallSeagrass.java | 4 +- .../server/instance/block/states/Target.java | 27 - .../server/instance/block/states/Tnt.java | 4 +- .../instance/block/states/TrappedChest.java | 48 +- .../instance/block/states/Tripwire.java | 256 +- .../instance/block/states/TripwireHook.java | 32 +- .../instance/block/states/TubeCoral.java | 4 +- .../instance/block/states/TubeCoralFan.java | 4 +- .../block/states/TubeCoralWallFan.java | 16 +- .../instance/block/states/TurtleEgg.java | 24 +- .../instance/block/states/TwistingVines.java | 37 - .../server/instance/block/states/Vine.java | 64 +- .../instance/block/states/WallTorch.java | 8 +- .../instance/block/states/WarpedButton.java | 35 - .../instance/block/states/WarpedDoor.java | 75 - .../instance/block/states/WarpedFence.java | 43 - .../block/states/WarpedFenceGate.java | 43 - .../instance/block/states/WarpedHyphae.java | 14 - .../block/states/WarpedPressurePlate.java | 13 - .../instance/block/states/WarpedSign.java | 43 - .../instance/block/states/WarpedSlab.java | 17 - .../instance/block/states/WarpedStairs.java | 91 - .../instance/block/states/WarpedStem.java | 14 - .../instance/block/states/WarpedTrapdoor.java | 75 - .../instance/block/states/WarpedWallSign.java | 19 - .../instance/block/states/WeepingVines.java | 37 - .../server/instance/block/states/Wheat.java | 16 +- .../instance/block/states/WhiteBanner.java | 32 +- .../instance/block/states/WhiteBed.java | 32 +- .../block/states/WhiteGlazedTerracotta.java | 8 +- .../block/states/WhiteShulkerBox.java | 12 +- .../block/states/WhiteStainedGlassPane.java | 64 +- .../block/states/WhiteWallBanner.java | 8 +- .../block/states/WitherSkeletonSkull.java | 32 +- .../block/states/WitherSkeletonWallSkull.java | 8 +- .../instance/block/states/YellowBanner.java | 32 +- .../instance/block/states/YellowBed.java | 32 +- .../block/states/YellowGlazedTerracotta.java | 8 +- .../block/states/YellowShulkerBox.java | 12 +- .../block/states/YellowStainedGlassPane.java | 64 +- .../block/states/YellowWallBanner.java | 8 +- .../instance/block/states/ZombieHead.java | 32 +- .../instance/block/states/ZombieWallHead.java | 8 +- .../net/minestom/server/item/Enchantment.java | 1 - .../net/minestom/server/item/Material.java | 104 +- .../minestom/server/particle/Particle.java | 10 - .../java/net/minestom/server/sound/Sound.java | 267 +- .../minestom/server/stat/StatisticType.java | 3 - .../server/entity/type/EntityPigZombie.java | 2 +- src/test/java/loottables/TestLootTables.java | 2 - 468 files changed, 11740 insertions(+), 18435 deletions(-) delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Basalt.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneSlab.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneStairs.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneWall.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Chain.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonButton.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonDoor.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonFence.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonFenceGate.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonHyphae.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonPressurePlate.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonSign.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonSlab.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonStairs.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonStem.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonTrapdoor.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonWallSign.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBasalt.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBrickSlab.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBrickStairs.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBrickWall.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneButton.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstonePressurePlate.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneSlab.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneStairs.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneWall.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/RespawnAnchor.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/SoulCampfire.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/SoulLantern.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/SoulWallTorch.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/StrippedCrimsonHyphae.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/StrippedCrimsonStem.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/StrippedWarpedHyphae.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/StrippedWarpedStem.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Target.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/TwistingVines.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WarpedButton.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WarpedDoor.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WarpedFence.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WarpedFenceGate.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WarpedHyphae.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WarpedPressurePlate.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WarpedSign.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WarpedSlab.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WarpedStairs.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WarpedStem.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WarpedTrapdoor.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WarpedWallSign.java delete mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WeepingVines.java 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()); From bd3aa9881e53fa51b521a2ae3cf967a99a599ccb Mon Sep 17 00:00:00 2001 From: Felix Cravic Date: Mon, 29 Jun 2020 22:17:28 +0200 Subject: [PATCH 16/17] Add support for arguments in translatable text --- .../net/minestom/server/chat/ColoredText.java | 33 +++++++++++++++++-- .../server/chat/TranslatableText.java | 32 ++++++++++++++++++ 2 files changed, 63 insertions(+), 2 deletions(-) create mode 100644 src/main/java/net/minestom/server/chat/TranslatableText.java diff --git a/src/main/java/net/minestom/server/chat/ColoredText.java b/src/main/java/net/minestom/server/chat/ColoredText.java index be8f2b2ff..c1d259e3c 100644 --- a/src/main/java/net/minestom/server/chat/ColoredText.java +++ b/src/main/java/net/minestom/server/chat/ColoredText.java @@ -4,7 +4,9 @@ import com.google.gson.JsonArray; import com.google.gson.JsonObject; import java.util.ArrayList; +import java.util.Arrays; import java.util.List; +import java.util.regex.Pattern; public class ColoredText { @@ -164,8 +166,27 @@ public class ColoredText { } // Translatable component if (formatString.startsWith("@")) { - String translatableCode = formatString.substring(1); - objects.add(getMessagePart(MessageType.TRANSLATABLE, translatableCode, currentColor)); + final String translatableCode = formatString.substring(1); + final boolean hasArgs = translatableCode.contains(","); + if (!hasArgs) { + objects.add(getMessagePart(MessageType.TRANSLATABLE, translatableCode, currentColor)); + } else { + // Arguments parsing + // ex: {@translatable.key,arg1,arg2,etc} + final String[] split = translatableCode.split(Pattern.quote(",")); + final String finalTranslatableCode = split[0]; + final String[] arguments = Arrays.copyOfRange(split, 1, split.length); + + JsonObject translatableObject = getMessagePart(MessageType.TRANSLATABLE, finalTranslatableCode, currentColor); + if (arguments.length > 0) { + JsonArray argArray = new JsonArray(); + for (String arg : arguments) { + argArray.add(getMessagePart(MessageType.RAW, arg, currentColor)); + } + translatableObject.add("with", argArray); + objects.add(translatableObject); + } + } continue; } // Keybind component @@ -186,6 +207,14 @@ public class ColoredText { return objects; } + /** + * Get the object representing a message (raw/keybind/translatable) + * + * @param messageType the message type + * @param message the message + * @param color the last color + * @return a json object representing a message + */ private JsonObject getMessagePart(MessageType messageType, String message, String color) { JsonObject object = new JsonObject(); switch (messageType) { diff --git a/src/main/java/net/minestom/server/chat/TranslatableText.java b/src/main/java/net/minestom/server/chat/TranslatableText.java new file mode 100644 index 000000000..8748a911d --- /dev/null +++ b/src/main/java/net/minestom/server/chat/TranslatableText.java @@ -0,0 +1,32 @@ +package net.minestom.server.chat; + +public class TranslatableText { + + private String code; + private String[] arguments; + + private TranslatableText(String code, String[] arguments) { + this.code = code; + this.arguments = arguments; + } + + public static TranslatableText TranslatableText(String code, String... arguments) { + return new TranslatableText(code, arguments); + } + + @Override + public String toString() { + final String prefix = "{@"; + final String suffix = "}"; + + String content = code; + + if (arguments != null && arguments.length > 0) { + for (String arg : arguments) { + content += "," + arg; + } + } + + return prefix + content + suffix; + } +} From fad0373cb2dac313460935e3bb504d76aee93f44 Mon Sep 17 00:00:00 2001 From: Felix Cravic Date: Mon, 29 Jun 2020 22:19:48 +0200 Subject: [PATCH 17/17] Fix TranslatableText --- .../java/net/minestom/server/chat/TranslatableText.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/java/net/minestom/server/chat/TranslatableText.java b/src/main/java/net/minestom/server/chat/TranslatableText.java index 8748a911d..2baf855ea 100644 --- a/src/main/java/net/minestom/server/chat/TranslatableText.java +++ b/src/main/java/net/minestom/server/chat/TranslatableText.java @@ -10,7 +10,11 @@ public class TranslatableText { this.arguments = arguments; } - public static TranslatableText TranslatableText(String code, String... arguments) { + public static TranslatableText of(String code) { + return new TranslatableText(code, null); + } + + public static TranslatableText of(String code, String... arguments) { return new TranslatableText(code, arguments); }