1
0
mirror of https://github.com/Minestom/Minestom.git synced 2025-03-02 11:21:15 +01:00

Back to 1.15.2 to prepare for merge

This commit is contained in:
jglrxavpok 2020-06-29 21:19:59 +02:00
parent 8fd7c35a32
commit e2a01c1a16
468 changed files with 11740 additions and 18435 deletions
src/autogenerated/java/net/minestom/server
entity
instance
Biome.java
block
Block.java
states
AcaciaButton.javaAcaciaDoor.javaAcaciaFence.javaAcaciaFenceGate.javaAcaciaLeaves.javaAcaciaLog.javaAcaciaPressurePlate.javaAcaciaSign.javaAcaciaSlab.javaAcaciaStairs.javaAcaciaTrapdoor.javaAcaciaWallSign.javaAcaciaWood.javaActivatorRail.javaAndesiteSlab.javaAndesiteStairs.javaAndesiteWall.javaAnvil.javaAttachedMelonStem.javaAttachedPumpkinStem.javaBamboo.javaBarrel.javaBasalt.javaBeeNest.javaBeehive.javaBeetroots.javaBell.javaBirchButton.javaBirchDoor.javaBirchFence.javaBirchFenceGate.javaBirchLeaves.javaBirchLog.javaBirchPressurePlate.javaBirchSign.javaBirchSlab.javaBirchStairs.javaBirchTrapdoor.javaBirchWallSign.javaBirchWood.javaBlackBanner.javaBlackBed.javaBlackGlazedTerracotta.javaBlackShulkerBox.javaBlackStainedGlassPane.javaBlackWallBanner.javaBlackstoneSlab.javaBlackstoneStairs.javaBlackstoneWall.javaBlastFurnace.javaBlueBanner.javaBlueBed.javaBlueGlazedTerracotta.javaBlueShulkerBox.javaBlueStainedGlassPane.javaBlueWallBanner.javaBoneBlock.javaBrainCoral.javaBrainCoralFan.javaBrainCoralWallFan.javaBrewingStand.javaBrickSlab.javaBrickStairs.javaBrickWall.javaBrownBanner.javaBrownBed.javaBrownGlazedTerracotta.javaBrownMushroomBlock.javaBrownShulkerBox.javaBrownStainedGlassPane.javaBrownWallBanner.javaBubbleColumn.javaBubbleCoral.javaBubbleCoralFan.javaBubbleCoralWallFan.javaCactus.javaCake.javaCampfire.javaCarrots.javaCarvedPumpkin.javaCauldron.javaChain.javaChainCommandBlock.javaChest.javaChippedAnvil.javaChorusFlower.javaChorusPlant.javaCobblestoneSlab.javaCobblestoneStairs.javaCobblestoneWall.javaCocoa.javaCommandBlock.javaComparator.javaComposter.javaConduit.javaCreeperHead.javaCreeperWallHead.java

View File

@ -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"),
;

View File

@ -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;

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

View File

@ -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"));
}
}

Some files were not shown because too many files have changed in this diff Show More